knkarthick commited on
Commit
d3e8a2a
1 Parent(s): f8628cb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -17
README.md CHANGED
@@ -27,48 +27,42 @@ pretty_name: XSum Corpus
27
  # Dataset Card for SAMSum Corpus
28
  ## Dataset Description
29
  ### Links
30
- - **Homepage:** hhttps://arxiv.org/abs/1911.12237v2
31
- - **Repository:** https://arxiv.org/abs/1911.12237v2
32
- - **Paper:** https://arxiv.org/abs/1911.12237v2
33
  - **Point of Contact:** https://huggingface.co/knkarthick
34
 
35
  ### Dataset Summary
36
- 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.
37
- 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).
38
 
39
  ### Languages
40
  English
41
 
42
  ## Dataset Structure
43
  ### Data Instances
44
- SAMSum dataset is made of 16369 conversations distributed uniformly into 4 groups based on the number of utterances in con- versations: 3-6, 7-12, 13-18 and 19-30. Each utterance contains the name of the speaker. Most conversations consist of dialogues between two interlocutors (about 75% of all conversations), the rest is between three or more people
45
  The first instance in the training set:
46
- {'id': '13818513', 'summary': 'Amanda baked cookies and will bring Jerry some tomorrow.', 'dialogue': "Amanda: I baked cookies. Do you want some?\r\nJerry: Sure!\r\nAmanda: I'll bring you tomorrow :-)"}
 
47
 
48
  ### Data Fields
49
  - dialogue: text of dialogue.
50
- - summary: human written summary of the dialogue.
51
  - id: unique file id of an example.
52
 
53
  ### Data Splits
54
- - train: 14732
55
- - val: 818
56
- - test: 819
57
 
58
  ## Dataset Creation
59
  ### Curation Rationale
60
- In paper:
61
- In the first approach, we reviewed datasets from the following categories: chatbot dialogues, SMS corpora, IRC/chat data, movie dialogues, tweets, comments data (conversations formed by replies to comments), transcription of meetings, written discussions, phone dialogues and daily communication data. Unfortunately, they all differed in some respect from the conversations that are typically written in messenger apps, e.g. they were too technical (IRC data), too long (comments data, transcription of meetings), lacked context (movie dialogues) or they were more of a spoken type, such as a dialogue between a petrol station assistant and a client buying petrol.
62
- As a consequence, we decided to create a chat dialogue dataset by constructing such conversations that would epitomize the style of a messenger app.
63
 
64
  ### Who are the source language producers?
65
  linguists
66
  ### Who are the annotators?
67
  language experts
68
  ### Annotation process
69
- In paper:
70
- Each dialogue was created by one person. After collecting all of the conversations, we asked language experts to annotate them with summaries, assuming that they should (1) be rather short, (2) extract important pieces of information, (3) include names of interlocutors, (4) be written in the third person. Each dialogue contains only one reference summary.
71
-
72
 
73
  ## Licensing Information
74
  non-commercial licence: MIT
 
27
  # Dataset Card for SAMSum Corpus
28
  ## Dataset Description
29
  ### Links
30
+ - **Homepage:** https://arxiv.org/abs/1808.08745
31
+ - **Repository:** https://arxiv.org/abs/1808.08745
32
+ - **Paper:** https://arxiv.org/abs/1808.08745
33
  - **Point of Contact:** https://huggingface.co/knkarthick
34
 
35
  ### Dataset Summary
36
+ This repository contains data and code for our EMNLP 2018 paper "[Don't Give Me the Details, Just the Summary! Topic-Aware Convolutional Neural Networks for Extreme Summarization](https://arxiv.org/abs/1808.08745)".
 
37
 
38
  ### Languages
39
  English
40
 
41
  ## Dataset Structure
42
  ### Data Instances
43
+ XSum dataset is made of 226711 conversations split into train, test and val.
44
  The first instance in the training set:
45
+ {'dialogue': 'The full cost of damage in Newton Stewart, one of the areas worst affected, is still being assessed.\nRepair work is ongoing in Hawick and many roads in Peeblesshire remain badly affected by standing water.\nTrains on the west coast mainline face disruption due to damage at the Lamington Viaduct.\nMany businesses and householders were affected by flooding in Newton Stewart after the River Cree overflowed into the town.\nFirst Minister Nicola Sturgeon visited the area to inspect the damage.\nThe waters breached a retaining wall, flooding many commercial properties on Victoria Street - the main shopping thoroughfare.\nJeanette Tate, who owns the Cinnamon Cafe which was badly affected, said she could not fault the multi-agency response once the flood hit.\nHowever, she said more preventative work could have been carried out to ensure the retaining wall did not fail.\n"It is difficult but I do think there is so much publicity for Dumfries and the Nith - and I totally appreciate that - but it is almost like we\'re neglected or forgotten," she said.\n"That may not be true but it is perhaps my perspective over the last few days.\n"Why were you not ready to help us a bit more when the warning and the alarm alerts had gone out?"\nMeanwhile, a flood alert remains in place across the Borders because of the constant rain.\nPeebles was badly hit by problems, sparking calls to introduce more defences in the area.\nScottish Borders Council has put a list on its website of the roads worst affected and drivers have been urged not to ignore closure signs.\nThe Labour Party\'s deputy Scottish leader Alex Rowley was in Hawick on Monday to see the situation first hand.\nHe said it was important to get the flood protection plan right but backed calls to speed up the process.\n"I was quite taken aback by the amount of damage that has been done," he said.\n"Obviously it is heart-breaking for people who have been forced out of their homes and the impact on businesses."\nHe said it was important that "immediate steps" were taken to protect the areas most vulnerable and a clear timetable put in place for flood prevention plans.\nHave you been affected by flooding in Dumfries and Galloway or the Borders? Tell us about your experience of the situation and how it was handled. Email us on selkirk.news@bbc.co.uk or dumfries@bbc.co.uk.', 'summary': 'Clean-up operations are continuing across the Scottish Borders and Dumfries and Galloway after flooding caused by Storm Frank.',
46
+ 'id': '35232142'}
47
 
48
  ### Data Fields
49
  - dialogue: text of dialogue.
50
+ - summary: one line human written summary of the dialogue.
51
  - id: unique file id of an example.
52
 
53
  ### Data Splits
54
+ - train: 204045
55
+ - val: 11332
56
+ - test: 11334
57
 
58
  ## Dataset Creation
59
  ### Curation Rationale
 
 
 
60
 
61
  ### Who are the source language producers?
62
  linguists
63
  ### Who are the annotators?
64
  language experts
65
  ### Annotation process
 
 
 
66
 
67
  ## Licensing Information
68
  non-commercial licence: MIT