Datasets:

Modalities:
Text
Formats:
csv
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
knkarthick commited on
Commit
9387aaa
1 Parent(s): 8d8e09f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -20
README.md CHANGED
@@ -6,7 +6,7 @@ language_creators:
6
  languages:
7
  - en
8
  licenses:
9
- - mit
10
  multilinguality:
11
  - monolingual
12
  size_categories:
@@ -20,10 +20,11 @@ task_categories:
20
  - email subject
21
  - meeting title
22
  task_ids:
23
- - DialogSum: A Real-life Scenario Dialogue Summarization Dataset [Refer GIT]
24
- pretty_name: DIALOGSum Corpus
 
25
  ---
26
- # Dataset Card for DIALOGSum Corpus
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: MIT
 
80
  ## Citation Information
81
  ```
82
- @inproceedings{chen-etal-2021-dialogsum,
83
- title = "{D}ialog{S}um: {A} Real-Life Scenario Dialogue Summarization Dataset",
84
- author = "Chen, Yulong and
85
- Liu, Yang and
86
- Chen, Liang and
87
- Zhang, Yue",
88
- booktitle = "Findings of the Association for Computational Linguistics: ACL-IJCNLP 2021",
89
- month = aug,
90
- year = "2021",
91
- address = "Online",
92
  publisher = "Association for Computational Linguistics",
93
- url = "https://aclanthology.org/2021.findings-acl.449",
94
- doi = "10.18653/v1/2021.findings-acl.449",
95
- pages = "5062--5074",
 
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