Datasets:
Tasks:
Summarization
Modalities:
Text
Formats:
csv
Languages:
English
Size:
10K - 100K
ArXiv:
License:
Commit ·
9387aaa
1
Parent(s): 8d8e09f
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,7 +6,7 @@ language_creators:
|
|
| 6 |
languages:
|
| 7 |
- en
|
| 8 |
licenses:
|
| 9 |
-
-
|
| 10 |
multilinguality:
|
| 11 |
- monolingual
|
| 12 |
size_categories:
|
|
@@ -20,10 +20,11 @@ task_categories:
|
|
| 20 |
- email subject
|
| 21 |
- meeting title
|
| 22 |
task_ids:
|
| 23 |
-
-
|
| 24 |
-
|
|
|
|
| 25 |
---
|
| 26 |
-
# Dataset Card for
|
| 27 |
## Dataset Description
|
| 28 |
### Links
|
| 29 |
- **Homepage:** https://aclanthology.org/2021.findings-acl.449
|
|
@@ -76,23 +77,24 @@ linguists
|
|
| 76 |
language experts
|
| 77 |
|
| 78 |
## Licensing Information
|
| 79 |
-
non-commercial licence:
|
|
|
|
| 80 |
## Citation Information
|
| 81 |
```
|
| 82 |
-
@inproceedings{
|
| 83 |
-
title = "{
|
| 84 |
-
author = "
|
| 85 |
-
|
| 86 |
-
|
| 87 |
-
|
| 88 |
-
booktitle = "
|
| 89 |
-
month =
|
| 90 |
-
year = "
|
| 91 |
-
address = "
|
| 92 |
publisher = "Association for Computational Linguistics",
|
| 93 |
-
url = "https://
|
| 94 |
-
doi = "10.18653/v1/
|
| 95 |
-
pages = "
|
|
|
|
| 96 |
```
|
| 97 |
-
## Contributions
|
| 98 |
-
Thanks to [@cylnlp](https://github.com/cylnlp) for adding this dataset.
|
|
|
|
| 6 |
languages:
|
| 7 |
- en
|
| 8 |
licenses:
|
| 9 |
+
- cc-by-nc-nd-4.0
|
| 10 |
multilinguality:
|
| 11 |
- monolingual
|
| 12 |
size_categories:
|
|
|
|
| 20 |
- email subject
|
| 21 |
- meeting title
|
| 22 |
task_ids:
|
| 23 |
+
- summarization-other-conversations-summarization
|
| 24 |
+
paperswithcode_id: samsum-corpus
|
| 25 |
+
pretty_name: SAMSum Corpus
|
| 26 |
---
|
| 27 |
+
# Dataset Card for SAMSum Corpus
|
| 28 |
## Dataset Description
|
| 29 |
### Links
|
| 30 |
- **Homepage:** https://aclanthology.org/2021.findings-acl.449
|
|
|
|
| 77 |
language experts
|
| 78 |
|
| 79 |
## Licensing Information
|
| 80 |
+
non-commercial licence: CC BY-NC-ND 4.0
|
| 81 |
+
|
| 82 |
## Citation Information
|
| 83 |
```
|
| 84 |
+
@inproceedings{gliwa-etal-2019-samsum,
|
| 85 |
+
title = "{SAMS}um Corpus: A Human-annotated Dialogue Dataset for Abstractive Summarization",
|
| 86 |
+
author = "Gliwa, Bogdan and
|
| 87 |
+
Mochol, Iwona and
|
| 88 |
+
Biesek, Maciej and
|
| 89 |
+
Wawer, Aleksander",
|
| 90 |
+
booktitle = "Proceedings of the 2nd Workshop on New Frontiers in Summarization",
|
| 91 |
+
month = nov,
|
| 92 |
+
year = "2019",
|
| 93 |
+
address = "Hong Kong, China",
|
| 94 |
publisher = "Association for Computational Linguistics",
|
| 95 |
+
url = "https://www.aclweb.org/anthology/D19-5409",
|
| 96 |
+
doi = "10.18653/v1/D19-5409",
|
| 97 |
+
pages = "70--79"
|
| 98 |
+
}
|
| 99 |
```
|
| 100 |
+
## Contributions
|
|
|