faisaltareque commited on
Commit
8e701bf
1 Parent(s): 5a0cf6c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +119 -0
README.md CHANGED
@@ -82,3 +82,122 @@ size_categories:
82
  - 100K<n<1M
83
  ---
84
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
82
  - 100K<n<1M
83
  ---
84
 
85
+ # Dataset Card for XL-HeadTags Corpus
86
+
87
+ ## Dataset Source
88
+ We have used [M3LS](https://github.com/Raghvendra-14/M3LS) and [XL-Sum](https://github.com/csebuetnlp/xl-sum) as source for this dataset.
89
+
90
+ ## Dataset Description
91
+
92
+ - **Homepage:**
93
+ - **Repository:** https://github.com/faisaltareque/XL-HeadTags
94
+ - **Paper:** https://aclanthology.org/2024.findings-acl.771/
95
+ - **Leaderboard:**
96
+ - **Point of Contact:** [Faisal Tareque Shohan](mailto:faisaltareque@hotmail.com)
97
+
98
+ ### Dataset Summary
99
+ We provide **XL-HeadTags**, a large-scale news headline and tags generation dataset. The dataset consists of 20 languages across six diverse language families. It contains 415K news headline-article pairs with auxiliary information such as image captions, topic words [(read more)](https://aclanthology.org/2024.findings-acl.771/).
100
+
101
+
102
+ ## Dataset Structure
103
+
104
+ ### Data Instances
105
+
106
+ One example from the train split of the dataset is given below in JSON format.
107
+ ```
108
+ {
109
+ "ID": "uk-politics-31707197",
110
+ "Headline": "Labour backs 'Turing law' to quash historical gay convictions",
111
+ "Article": "The Labour leader said a new law would allow family and friends of deceased men to seek the quashing of historical convictions for "gross indecency".Legislation would be known as "Turing's Law" in memory of Alan Turing, he said.The Enigma code-breaker was convicted of "gross indecency" in 1952 and was only given a posthumous pardon in 2013.Homosexuality was illegal until it was decriminalised in England in 1967. Mr Turing was convicted for gross indecency in 1952 in connection with an affair with a 19-year-old man, after which he was chemically castrated.The conviction meant he lost his security clearance and had to stop the code-cracking work that had proved vital to the Allies in World War Two.The mathematician was only given a royal pardon in 2013, nearly 60 years after his death by suicide in 1954. This followed an official apology by former prime minister Gordon Brown in 2009 for how Mr Turing had been treated. Relatives of Mr Turing have led a high-profile campaign to secure pardons for the 49,000 other men convicted under historical indecency laws. Announcing his support for the move, Mr Miliband said: "What was right for Alan Turing's family should be right for other families as well."The next Labour government will extend the right individuals already have to overturn convictions that society now see as grossly unfair to the relatives of those convicted who have passed away."Asked whether David Cameron would back Mr Miliband's proposals, No 10 said the prime minister "will always continue to look carefully at what more can be done to right these wrongs".A spokesman pointed out that the coalition government had already passed legislation to allow individuals with historical convictions or cautions for certain homosexual activities to apply for them to be removed from criminal records."It was this government that introduced that 2012 act," said the spokesman. "It was under this government that Mr Turing received the pardon through the use of the royal prerogative."A pardon is only normally granted when the person is innocent of the offence and where a request has been made by someone with a vested interest such as a family member. But, in Mr Turing's case, a pardon was issued without either requirement being met, after an intervention by Lord Chancellor Chris Grayling.",
112
+ "Language Code": "eng",
113
+ "Image Captions": "Relatives of Alan Turing have been pressing for historic convictions to be quashed",
114
+ "Topic Words": "Ed Miliband|Alan Turing|Labour Party",
115
+ "Image Retrieved K-5": #Top 5 sentences from the article that are most semantically similar to the image.
116
+ "Image Retrieved K-10": #Top 10 sentences from the article that are most semantically similar to the image.
117
+ "Image Retrieved K-15": #Top 15 sentences from the article that are most semantically similar to the image.
118
+ "Caption Retrieved K-5": #Top 5 sentences from the article that are most semantically similar to the image caption.
119
+ "Caption Retrieved K-10": #Top 10 sentences from the article that are most semantically similar to the image caption.
120
+ "Caption Retrieved K-15": #Top 15 sentences from the article that are most semantically similar to the image caption.
121
+ "Input Prefix": "Generate Headline and Three Tag words:"
122
+ }
123
+ ```
124
+
125
+ ### Data Fields
126
+
127
+ - `ID`: Unique identifier for the news article. Can be used to map articles with M3LS and XL-Sum datasets.
128
+ - `Headline`: The headline of the news article.
129
+ - `Article`: The main body of the news article.
130
+ - `Language Code`: The language code of the news article.
131
+ - `Image Captions`: The captions of the images in the news article. Captions are Seperated by `|`.
132
+ - `Topic Words`: The topic words of the news article. Topic words are Seperated by `|`.
133
+ - `Image Retrieved K-5`: Top 5 sentences from the article that are most semantically similar to the image.
134
+ - `Image Retrieved K-10`: Top 10 sentences from the article that are most semantically similar to the image.
135
+ - `Image Retrieved K-15`: Top 15 sentences from the article that are most semantically similar to the image.
136
+ - `Caption Retrieved K-5`: Top 5 sentences from the article that are most semantically similar to the image caption.
137
+ - `Caption Retrieved K-10`: Top 10 sentences from the article that are most semantically similar to the image caption.
138
+ - `Caption Retrieved K-15`: Top 15 sentences from the article that are most semantically similar to the image caption.
139
+ - `Input Prefix`: The input prefix during training the model.
140
+
141
+ ### Data Splits
142
+
143
+ The **XL-HeadTags** dataset has 415117 news samples. We maintain the ratio of (95% - 394,353), (1% - 5187), and (4% - 15,577) samples from all the language to construct the train, validation, and test set, respectively. During training we 70:30 task specific prefix mixture ratio.
144
+
145
+ ### Discussion of Ethics
146
+
147
+ We considered some ethical aspects while scraping the data. We requested data at a reasonable rate
148
+ without any intention of a DDoS attack. Moreover, for each website, we read the instructions listed in
149
+ robots.txt to check whether we can crawl the intended content. We tried to minimize offensive texts in
150
+ the data by explicitly crawling the sites where such contents are minimal. Further, we removed the
151
+ Personal Identifying Information (PII) such as name, phone number, email address, _etc._ from the corpus.
152
+
153
+ ### Other Known Limitations
154
+
155
+ Our dataset relies on auxiliary information such as image, image captions and topic words to achieve superior
156
+ performance in generating news headlines and tags. However, it is quite common to include images and extra information
157
+ (e.g., topic words) to increase the article’s visibility, support, and context.
158
+
159
+ ## Additional Information
160
+
161
+ <!---
162
+ ### Dataset Curators
163
+
164
+ [More Information Needed]
165
+ -->
166
+
167
+ ### Licensing Information
168
+
169
+ Contents of this repository are restricted to only non-commercial research purposes under the [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0)](https://creativecommons.org/licenses/by-nc-sa/4.0/).
170
+ Copyright of the dataset contents belongs to the original copyright holders.
171
+
172
+ ### Citation Information
173
+ If you find this work useful for your research, please consider citing:
174
+ ```
175
+ @inproceedings{shohan-etal-2024-xl,
176
+ title = "{XL}-{H}ead{T}ags: Leveraging Multimodal Retrieval Augmentation for the Multilingual Generation of News Headlines and Tags",
177
+ author = "Shohan, Faisal and
178
+ Nayeem, Mir Tafseer and
179
+ Islam, Samsul and
180
+ Akash, Abu Ubaida and
181
+ Joty, Shafiq",
182
+ editor = "Ku, Lun-Wei and
183
+ Martins, Andre and
184
+ Srikumar, Vivek",
185
+ booktitle = "Findings of the Association for Computational Linguistics ACL 2024",
186
+ month = aug,
187
+ year = "2024",
188
+ address = "Bangkok, Thailand and virtual meeting",
189
+ publisher = "Association for Computational Linguistics",
190
+ url = "https://aclanthology.org/2024.findings-acl.771",
191
+ pages = "12991--13024"
192
+ }
193
+ ```
194
+
195
+ ### Contributors
196
+ - Faisal Tareque Shohan (faisaltareque@hotmail.com)
197
+ - Mir Tafseer Nayeem (mnayeem@ualberta.ca)
198
+ - Samsul Islam (samsulratul98@gmail.com)
199
+ - Abu Ubaida Akash (abu.ubaida.akash@usherbrooke.ca)
200
+ - Shafiq Joty (sjoty@salesforce.com)
201
+
202
+ ### Acknowledgements
203
+ - Mir Tafseer Nayeem is supported by [Huawei](https://digitalpower.huawei.com/en/) Doctoral Fellowship.