Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10K - 100K
ArXiv:
License:
Commit ·
e2306e9
1
Parent(s): be743f1
Add evaluation metadata (#1)
Browse files- Update README.md (67df56e7cacaf88b54b68a9c303d479d9e9534ac)
Co-authored-by: Max Bartolo <mbartolo@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -20,6 +20,22 @@ task_ids:
|
|
| 20 |
- open-domain-qa
|
| 21 |
paperswithcode_id: adversarialqa
|
| 22 |
pretty_name: adversarialQA
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
---
|
| 24 |
|
| 25 |
# Dataset Card for adversarialQA
|
|
|
|
| 20 |
- open-domain-qa
|
| 21 |
paperswithcode_id: adversarialqa
|
| 22 |
pretty_name: adversarialQA
|
| 23 |
+
train-eval-index:
|
| 24 |
+
- config: adversarialQA
|
| 25 |
+
task: question-answering
|
| 26 |
+
task_id: extractive_question_answering
|
| 27 |
+
splits:
|
| 28 |
+
train_split: train
|
| 29 |
+
eval_split: validation
|
| 30 |
+
col_mapping:
|
| 31 |
+
question: question
|
| 32 |
+
context: context
|
| 33 |
+
answers:
|
| 34 |
+
text: text
|
| 35 |
+
answer_start: answer_start
|
| 36 |
+
metrics:
|
| 37 |
+
- type: squad
|
| 38 |
+
name: SQuAD
|
| 39 |
---
|
| 40 |
|
| 41 |
# Dataset Card for adversarialQA
|