Datasets:
Modalities:
Text
Formats:
parquet
Sub-tasks:
extractive-qa
Languages:
English
Size:
10K - 100K
License:
Update README.md
Browse files
README.md
CHANGED
@@ -83,7 +83,6 @@ We automatically extract target answers because annotating for non-factoid long
|
|
83 |
|
84 |
### Data Instances
|
85 |
|
86 |
-
#### plain_text
|
87 |
An example of 'train' looks as follows.
|
88 |
|
89 |
```json
|
@@ -106,7 +105,7 @@ An example of 'train' looks as follows.
|
|
106 |
]
|
107 |
},
|
108 |
{
|
109 |
-
"question":
|
110 |
"id":"0_1",
|
111 |
"answers":[
|
112 |
{
|
@@ -126,7 +125,6 @@ An example of 'train' looks as follows.
|
|
126 |
|
127 |
The data fields are the same among all splits.
|
128 |
|
129 |
-
#### plain_text
|
130 |
- `title`: a `string` feature.
|
131 |
- `date`: a `string` feature.
|
132 |
- `paragraphs`: a list feature containing dictionaries:
|
@@ -143,7 +141,7 @@ The data fields are the same among all splits.
|
|
143 |
|
144 |
| name |train|test|validation|
|
145 |
|----------|----:|----:|---------:|
|
146 |
-
|
|
147 |
|
148 |
|
149 |
## Additional Information
|
|
|
83 |
|
84 |
### Data Instances
|
85 |
|
|
|
86 |
An example of 'train' looks as follows.
|
87 |
|
88 |
```json
|
|
|
105 |
]
|
106 |
},
|
107 |
{
|
108 |
+
"question":"What has the investigation found so far?",
|
109 |
"id":"0_1",
|
110 |
"answers":[
|
111 |
{
|
|
|
125 |
|
126 |
The data fields are the same among all splits.
|
127 |
|
|
|
128 |
- `title`: a `string` feature.
|
129 |
- `date`: a `string` feature.
|
130 |
- `paragraphs`: a list feature containing dictionaries:
|
|
|
141 |
|
142 |
| name |train|test|validation|
|
143 |
|----------|----:|----:|---------:|
|
144 |
+
| |10259| 1280| 1280|
|
145 |
|
146 |
|
147 |
## Additional Information
|