Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Sub-tasks:
closed-domain-qa
Languages:
English
Size:
10K - 100K
ArXiv:
License:
Commit
·
ab373ea
1
Parent(s):
8f646d7
Fix missing tags in dataset cards (#4833)
Browse filesCommit from https://github.com/huggingface/datasets/commit/c6434a26d696a52997f9a670a30c537d962f91e4
README.md
CHANGED
|
@@ -1,6 +1,22 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
language:
|
| 3 |
- en
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
paperswithcode_id: sciq
|
| 5 |
pretty_name: SciQ
|
| 6 |
---
|
|
@@ -147,7 +163,7 @@ The data fields are the same among all splits.
|
|
| 147 |
|
| 148 |
### Licensing Information
|
| 149 |
|
| 150 |
-
[
|
| 151 |
|
| 152 |
### Citation Information
|
| 153 |
|
|
@@ -158,10 +174,8 @@ The data fields are the same among all splits.
|
|
| 158 |
year={2017},
|
| 159 |
journal={arXiv:1707.06209v1}
|
| 160 |
}
|
| 161 |
-
|
| 162 |
```
|
| 163 |
|
| 164 |
-
|
| 165 |
### Contributions
|
| 166 |
|
| 167 |
Thanks to [@patrickvonplaten](https://github.com/patrickvonplaten), [@lewtun](https://github.com/lewtun), [@thomwolf](https://github.com/thomwolf) for adding this dataset.
|
|
|
|
| 1 |
---
|
| 2 |
+
annotations_creators:
|
| 3 |
+
- no-annotation
|
| 4 |
+
language_creators:
|
| 5 |
+
- crowdsourced
|
| 6 |
language:
|
| 7 |
- en
|
| 8 |
+
license:
|
| 9 |
+
- cc-by-nc-3.0
|
| 10 |
+
multilinguality:
|
| 11 |
+
- monolingual
|
| 12 |
+
size_categories:
|
| 13 |
+
- 10K<n<100K
|
| 14 |
+
source_datasets:
|
| 15 |
+
- original
|
| 16 |
+
task_categories:
|
| 17 |
+
- question-answering
|
| 18 |
+
task_ids:
|
| 19 |
+
- closed-domain-qa
|
| 20 |
paperswithcode_id: sciq
|
| 21 |
pretty_name: SciQ
|
| 22 |
---
|
|
|
|
| 163 |
|
| 164 |
### Licensing Information
|
| 165 |
|
| 166 |
+
The dataset is licensed under the [Creative Commons Attribution-NonCommercial 3.0 Unported License](http://creativecommons.org/licenses/by-nc/3.0/).
|
| 167 |
|
| 168 |
### Citation Information
|
| 169 |
|
|
|
|
| 174 |
year={2017},
|
| 175 |
journal={arXiv:1707.06209v1}
|
| 176 |
}
|
|
|
|
| 177 |
```
|
| 178 |
|
|
|
|
| 179 |
### Contributions
|
| 180 |
|
| 181 |
Thanks to [@patrickvonplaten](https://github.com/patrickvonplaten), [@lewtun](https://github.com/lewtun), [@thomwolf](https://github.com/thomwolf) for adding this dataset.
|