Datasets:
d0rj
/

Modalities:
Text
Formats:
parquet
Languages:
Russian
ArXiv:
Libraries:
Datasets
pandas
License:
d0rj commited on
Commit
3303657
1 Parent(s): 671fb45

feat: update README

Browse files
Files changed (1) hide show
  1. README.md +79 -1
README.md CHANGED
@@ -1,5 +1,25 @@
1
  ---
2
- license: cc-by-nc-nd-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  dataset_info:
4
  features:
5
  - name: id
@@ -20,4 +40,62 @@ dataset_info:
20
  num_examples: 819
21
  download_size: 9554042
22
  dataset_size: 18478720.514933478
 
 
 
 
 
 
 
 
 
23
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ annotations_creators:
3
+ - expert-generated
4
+ language_creators:
5
+ - translated
6
+ language:
7
+ - ru
8
+ license:
9
+ - cc-by-nc-nd-4.0
10
+ multilinguality:
11
+ - monolingual
12
+ size_categories:
13
+ - 10K<n<100K
14
+ source_datasets:
15
+ - original
16
+ task_categories:
17
+ - summarization
18
+ task_ids: []
19
+ paperswithcode_id: samsum-corpus
20
+ pretty_name: SAMSum Corpus (ru)
21
+ tags:
22
+ - conversations-summarization
23
  dataset_info:
24
  features:
25
  - name: id
 
40
  num_examples: 819
41
  download_size: 9554042
42
  dataset_size: 18478720.514933478
43
+ train-eval-index:
44
+ - config: samsum-ru
45
+ task: summarization
46
+ task_id: summarization
47
+ splits:
48
+ eval_split: test
49
+ col_mapping:
50
+ dialogue: text
51
+ summary: target
52
  ---
53
+ # Dataset Card for SAMSum Corpus
54
+ ## Dataset Description
55
+ ### Notes
56
+ > Row with ID **13828807** was deleted.
57
+ ### Links
58
+ - **Homepage:** hhttps://arxiv.org/abs/1911.12237v2
59
+ - **Repository:** https://arxiv.org/abs/1911.12237v2
60
+ - **Paper:** https://arxiv.org/abs/1911.12237v2
61
+
62
+ ### Dataset Summary
63
+ The SAMSum dataset contains about 16k messenger-like conversations with summaries. Conversations were created and written down by linguists fluent in English. Linguists were asked to create conversations similar to those they write on a daily basis, reflecting the proportion of topics of their real-life messenger conversations. The style and register are diversified - conversations could be informal, semi-formal or formal, they may contain slang words, emoticons and typos. Then, the conversations were annotated with summaries. It was assumed that summaries should be a concise brief of what people talked about in the conversation in third person.
64
+ The SAMSum dataset was prepared by Samsung R&D Institute Poland and is distributed for research purposes (non-commercial licence: CC BY-NC-ND 4.0).
65
+
66
+ ### Languages
67
+ Russian (translated from English [samsum](https://huggingface.co/datasets/samsum) using Google Translator)
68
+
69
+ ## Dataset Structure
70
+
71
+ ### Data Fields
72
+ - dialogue: text of dialogue.
73
+ - summary: human written summary of the dialogue.
74
+ - id: unique file id of an example.
75
+
76
+ ### Data Splits
77
+ - train: 14731
78
+ - val: 818
79
+ - test: 819
80
+
81
+ ## Licensing Information
82
+ non-commercial licence: CC BY-NC-ND 4.0
83
+
84
+ ## Citation Information
85
+ ```
86
+ @inproceedings{gliwa-etal-2019-samsum,
87
+ title = "{SAMS}um Corpus: A Human-annotated Dialogue Dataset for Abstractive Summarization",
88
+ author = "Gliwa, Bogdan and
89
+ Mochol, Iwona and
90
+ Biesek, Maciej and
91
+ Wawer, Aleksander",
92
+ booktitle = "Proceedings of the 2nd Workshop on New Frontiers in Summarization",
93
+ month = nov,
94
+ year = "2019",
95
+ address = "Hong Kong, China",
96
+ publisher = "Association for Computational Linguistics",
97
+ url = "https://www.aclweb.org/anthology/D19-5409",
98
+ doi = "10.18653/v1/D19-5409",
99
+ pages = "70--79"
100
+ }
101
+ ```