Datasets:
Tasks:
Question Answering
Languages:
English
Size:
10K<n<100K
ArXiv:
Tags:
coreference-resolution
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
|
@@ -20,6 +20,33 @@ task_ids: []
|
|
| 20 |
paperswithcode_id: quoref
|
| 21 |
tags:
|
| 22 |
- coreference-resolution
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
---
|
| 24 |
|
| 25 |
# Dataset Card for "quoref"
|
|
|
|
| 20 |
paperswithcode_id: quoref
|
| 21 |
tags:
|
| 22 |
- coreference-resolution
|
| 23 |
+
dataset_info:
|
| 24 |
+
features:
|
| 25 |
+
- name: id
|
| 26 |
+
dtype: string
|
| 27 |
+
- name: question
|
| 28 |
+
dtype: string
|
| 29 |
+
- name: context
|
| 30 |
+
dtype: string
|
| 31 |
+
- name: title
|
| 32 |
+
dtype: string
|
| 33 |
+
- name: url
|
| 34 |
+
dtype: string
|
| 35 |
+
- name: answers
|
| 36 |
+
sequence:
|
| 37 |
+
- name: answer_start
|
| 38 |
+
dtype: int32
|
| 39 |
+
- name: text
|
| 40 |
+
dtype: string
|
| 41 |
+
splits:
|
| 42 |
+
- name: train
|
| 43 |
+
num_bytes: 44377729
|
| 44 |
+
num_examples: 19399
|
| 45 |
+
- name: validation
|
| 46 |
+
num_bytes: 5442031
|
| 47 |
+
num_examples: 2418
|
| 48 |
+
download_size: 5078438
|
| 49 |
+
dataset_size: 49819760
|
| 50 |
---
|
| 51 |
|
| 52 |
# Dataset Card for "quoref"
|