Datasets:

Formats:
parquet
Languages:
English
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
robiks commited on
Commit
3252a67
·
verified ·
1 Parent(s): 091d1aa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -165,7 +165,14 @@ license_link: https://creativecommons.org/licenses/by-nc/4.0/
165
  It is a test set with single and multi-page invoices sourced from the Federal Communications Commission (FCC) to evaluate key information extraction (KIE) performance.
166
 
167
  ### Task
168
- Extract information from the document in JSON format given the corresponding JSON schema. It contains 75 documents, with: a) a common JSON schema and b) corresponding expected JSON responses.
 
 
 
 
 
 
 
169
 
170
  ### Modifications to the original dataset
171
  This release resolves two issues present in the original evaluation set (https://arxiv.org/abs/2403.20101):
@@ -174,6 +181,10 @@ a) Line Item Grouping: Fields previously treated as independent entries are now
174
 
175
  b) Annotation Corrections: Erroneous values in the original annotations have been corrected to ensure data accuracy.
176
 
 
 
 
 
177
  ### License
178
  ```
179
  Document Source: FCC https://publicfiles.fcc.gov/
 
165
  It is a test set with single and multi-page invoices sourced from the Federal Communications Commission (FCC) to evaluate key information extraction (KIE) performance.
166
 
167
  ### Task
168
+ Extract information from the document in JSON format given the corresponding JSON schema. It contains 75 documents, with:
169
+
170
+ a) `image_files`: Each document has multiple pages
171
+
172
+ b) `json_schema`: A common JSON schema requiring extraction of specified information including line items in the invoices
173
+
174
+ c) `json_response`: This is the expected output from the model
175
+
176
 
177
  ### Modifications to the original dataset
178
  This release resolves two issues present in the original evaluation set (https://arxiv.org/abs/2403.20101):
 
181
 
182
  b) Annotation Corrections: Erroneous values in the original annotations have been corrected to ensure data accuracy.
183
 
184
+ These corrections are applied to `json_schema` and `json_response`.
185
+
186
+ Note: We haven't edited the OCR (`text`) field, and instead use the original version.
187
+
188
  ### License
189
  ```
190
  Document Source: FCC https://publicfiles.fcc.gov/