Datasets:
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- summarization
|
4 |
+
- question-answering
|
5 |
+
- text-retrieval
|
6 |
+
- text-generation
|
7 |
+
pretty_name: NewsQASum
|
8 |
+
language:
|
9 |
+
- en
|
10 |
+
size_categories:
|
11 |
+
- 10K<n<100K
|
12 |
+
---
|
13 |
+
|
14 |
+
# NewsQASum, a dataset for question answering and summarization of news
|
15 |
+
|
16 |
+
<!-- Provide a quick summary of the dataset. -->
|
17 |
+
|
18 |
+
This dataset contains the CNN articles at the overlap between the [newsqa](https://huggingface.co/datasets/newsqa) question-answering
|
19 |
+
dataset and the [CNN DailyMail](https://huggingface.co/datasets/cnn_dailymail) summarization dataset. Each article is annotated with
|
20 |
+
a summary and a list of questions and corresponding answers.
|
21 |
+
|
22 |
+
**Tasks:** QA, summarization, text retrieval
|
23 |
+
**Genre:** News stories
|
24 |
+
**Language:** English
|