pasted old README.md
Browse files- reuploaded dataset without index column
README.md
CHANGED
@@ -15,7 +15,29 @@ dataset_info:
|
|
15 |
num_examples: 1610
|
16 |
download_size: 105516
|
17 |
dataset_size: 410246
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
---
|
19 |
# Dataset Card for "cmu_wiki_qa"
|
20 |
|
21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
num_examples: 1610
|
16 |
download_size: 105516
|
17 |
dataset_size: 410246
|
18 |
+
license: mit
|
19 |
+
task_categories:
|
20 |
+
- question-answering
|
21 |
+
- summarization
|
22 |
+
language:
|
23 |
+
- en
|
24 |
+
tags:
|
25 |
+
- Carnegie Mellon University
|
26 |
+
- University of Pittsburgh
|
27 |
+
- Wikipedia
|
28 |
+
- Q&A
|
29 |
+
pretty_name: Question-Answer Dataset
|
30 |
+
size_categories:
|
31 |
+
- 1K<n<10K
|
32 |
---
|
33 |
# Dataset Card for "cmu_wiki_qa"
|
34 |
|
35 |
+
A filtered / cleaned version of the http://www.cs.cmu.edu/~ark/QA-data/ Q&A dataset, which provides manually-generated factoid questions from Wikipedia articles.
|
36 |
+
|
37 |
+
**Acknowledgments**
|
38 |
+
These data were collected by Noah Smith, Michael Heilman, Rebecca Hwa, Shay Cohen, Kevin Gimpel, and many students at Carnegie Mellon University and the University of Pittsburgh between 2008 and 2010.
|
39 |
+
|
40 |
+
Their research project was supported by NSF IIS-0713265 (to Smith), an NSF Graduate Research Fellowship (to Heilman), NSF IIS-0712810 and IIS-0745914 (to Hwa), and Institute of Education Sciences, U.S. Department of Education R305B040063 (to Carnegie Mellon).
|
41 |
+
|
42 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
43 |
+
|