Datasets:
Tasks:
Document Question Answering
Size:
n<1K
Tags:
benchmark
document-ai
information-extraction
structured-extraction
key-information-extraction
ocr
License:
| { | |
| "namedInsured": "John Doe and Susy Doe", | |
| "policyNumber": "254H089SJ425", | |
| "policyForm": "HO-3", | |
| "inceptionDate": "2020-03-30", | |
| "expirationDate": "2021-03-30", | |
| "deductible": 1000.0, | |
| "policyPremium": 1200.0, | |
| "yearBuilt": 2010.0, | |
| "construction": "Masonry Veneer", | |
| "propertyAddress": "1427 Sample Drive, Washington, DC 40000", | |
| "agentName": "Frank Stallings", | |
| "coverages": [ | |
| { | |
| "coverageType": "Dwelling", | |
| "limit": 450000.0 | |
| }, | |
| { | |
| "coverageType": "Other Structures", | |
| "limit": 45000.0 | |
| }, | |
| { | |
| "coverageType": "Personal Property", | |
| "limit": 225000.0 | |
| }, | |
| { | |
| "coverageType": "Loss of Use", | |
| "limit": 90000.0 | |
| }, | |
| { | |
| "coverageType": "Liability", | |
| "limit": 300000.0, | |
| "basis": "Each Occurrence" | |
| }, | |
| { | |
| "coverageType": "Medical", | |
| "limit": 1000.0, | |
| "basis": "Each Person" | |
| } | |
| ] | |
| } |