Deep Semantic Contract Parsing Task

From GM-RKB
Jump to navigation Jump to search

A Deep Semantic Contract Parsing Task is a deep semantic parsing task creates deep semantic contract representations.



References

2024

  • GPT-4
{
 "ContractTitle": "ABC Partner Terms of Service",
 "Parties": {
   "FirstParty": {
     "Name": "ABC, Inc.",
     "Role": "Service Provider"
   },
   "SecondParty": {
     "Name": "Publisher",
     "Role": "User of Services"
   }
 },
 "ServicesProvided": ["Job Listings", "Job Site", "Jobs API", "Job Widgets"],
 "KeyDefinitions": ["Affiliate", "API Documentation", "Click", "Gross Revenue"],
 "RightsAndObligations": {
   "ABC": {
     "Provides": ["Tools for Job Site Development", "Hosting Services", "Job Listings and Widgets"],
     "GrantsLicense": {
       "Type": "Non-exclusive, Non-transferable, Revocable",
       "Scope": ["Use of Code", "Job Site", "Widgets", "API"]
     }
   },
   "Publisher": {
     "ResponsibleFor": ["Setting Prices for Paid Job Listings", "Providing Customer Support"],
     "Restrictions": ["No Modification of Job Listings", "Prohibition of Decompiling Software", "No Altering Hyperlinks", "No Use of Job Listings as Leads List"]
   }
 },
 "IntellectualProperty": {
   "RightsProtection": true,
   "Elements": ["Patents", "Copyrights", "Trademarks", "Other Intellectual Property"]
 },
 "RevenueAndPayment": {
   "NetRevenueDefinition": "Defined",
   "GrossRevenueDefinition": "Defined",
   "RevenueHandling": ["Paid Job Listings", "Revenue Distribution"]
 },
 "TerminationAndDuration": {
   "Term": "Specified",
   "TerminationConditions": "Specified"
 },
 "LiabilitiesAndDisclaimers": "Not Visible in Provided Excerpt",
 "ComplianceWithLaws": "Expected",
 "DisputeResolution": "Expected"
}