Update README.md
Browse files
README.md
CHANGED
|
@@ -1,4 +1,31 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
dataset_info:
|
| 3 |
features:
|
| 4 |
- name: question
|
|
@@ -24,3 +51,5 @@ configs:
|
|
| 24 |
- split: test
|
| 25 |
path: data/test-*
|
| 26 |
---
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
annotations_creators:
|
| 3 |
+
- machine-generated
|
| 4 |
+
language:
|
| 5 |
+
- en
|
| 6 |
+
language_creators:
|
| 7 |
+
- crowdsourced
|
| 8 |
+
- machine-generated
|
| 9 |
+
license:
|
| 10 |
+
- apache-2.0
|
| 11 |
+
multilinguality:
|
| 12 |
+
- monolingual
|
| 13 |
+
pretty_name: EDGAR Document Question Answering
|
| 14 |
+
size_categories:
|
| 15 |
+
- n<1K
|
| 16 |
+
source_datasets:
|
| 17 |
+
- original
|
| 18 |
+
tags:
|
| 19 |
+
- contract
|
| 20 |
+
- legal
|
| 21 |
+
- information-extraction
|
| 22 |
+
task_categories:
|
| 23 |
+
- visual-question-answering
|
| 24 |
+
- question-answering
|
| 25 |
+
- document-question-answering
|
| 26 |
+
task_ids:
|
| 27 |
+
- visual-question-answering
|
| 28 |
+
- extractive-qa
|
| 29 |
dataset_info:
|
| 30 |
features:
|
| 31 |
- name: question
|
|
|
|
| 51 |
- split: test
|
| 52 |
path: data/test-*
|
| 53 |
---
|
| 54 |
+
|
| 55 |
+
Mixed and filtered version of `chenghao/sec-material-contracts-qa` and `jordyvl/DUDE_subset_100val`.
|