knkarthick commited on
Commit
2ed4561
1 Parent(s): 395a3f9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +65 -1
README.md CHANGED
@@ -1,3 +1,67 @@
1
  ---
2
- license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ annotations_creators:
3
+ - expert-generated
4
+ language_creators:
5
+ - expert-generated
6
+ languages:
7
+ - en
8
+ licenses:
9
+ - mit
10
+ multilinguality:
11
+ - monolingual
12
+ size_categories:
13
+ - 100K<n<1M
14
+ source_datasets:
15
+ - original
16
+ task_categories:
17
+ - summarization
18
+ - topic modeling
19
+ - one liner summary
20
+ - email subject
21
+ - meeting title
22
+ task_ids:
23
+ - HighlightSum: XSUM & DialogSUM Corpus
24
+ pretty_name: TopicSum Corpus
25
  ---
26
+ # Dataset Card for TopicSum Corpus [Single Dataset Comprising of XSUM & DialogSUM for One Liner Summarization/ Topic Generation of Text]
27
+ ## Dataset Description
28
+ ### Links
29
+ - **DialogSUM:** https://github.com/cylnlp/dialogsum
30
+ - **XSUM:** https://huggingface.co/datasets/knkarthick/xsum
31
+ - **Point of Contact:** https://huggingface.co/knkarthick
32
+
33
+ ### Dataset Summary
34
+ TopicSUM is collection of large-scale dialogue summarization dataset from XSUM & DialogSUM, consisting of 241,171 dialogues with corresponding manually labeled one-liner summaries/ topics.
35
+ ### Languages
36
+ English
37
+
38
+ ## Dataset Structure
39
+ ### Data Instances
40
+ HighlightSum is a large-scale dialogue summarization dataset collection, consisting of 241,171 dialogues split into train, test and validation.
41
+
42
+ The first instance in the training set:
43
+ {'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.',
44
+ 'id': '35232142'}
45
+
46
+ ### Data Fields
47
+ - dialogue: text of dialogue.
48
+ - summary: human written one-liner summary/ topic of the dialogue.
49
+ - id: unique file id of an example.
50
+
51
+ ### Data Splits
52
+ - train: 216,505
53
+ - val: 11,832
54
+ - test: 12,834
55
+
56
+ ## Dataset Creation
57
+ ### Curation Rationale
58
+ Collection of XSUM & DialogSUM Datasets.
59
+ ### Who are the source language producers?
60
+ linguists
61
+ ### Who are the annotators?
62
+ language experts
63
+
64
+ ## Licensing Information
65
+ non-commercial licence: MIT
66
+ ## Citation Information
67
+ Refer the above links for Credits & Citations.