Structured Output Question Answering (SOQA) Task

From GM-RKB
Jump to navigation Jump to search

A Structured Output Question Answering (SOQA) Task is a QA task that requires a structured output.

  • Example(s):
    • Legal SOQA, such as:
      • SOQA("Who indemnifies whom in clause 5?") => "Landlord indemnifies tenant"
      • SOQA("What purposes can confidential information be used for in clause 6?") => "Due diligence".
      • SOQA("Does clause Z allow assignment or subletting?") => "Allows assignment" .
      • SOQA("What are the notice requirements in clause W for termination?") => "30 days notice".
      • SOQA("What is the governing law and jurisdiction in clause V?") => "New York law" .
      • SOQA("Does change of control X trigger termination rights in agreement Y?") => "Yes".
      • SOQA("What is the priority order for payment from sources in clause 7?") => "1st priority - Source A".
    • ...
  • See: Legal QA.


References

2023