File size: 6,468 Bytes
96273e4 2aa3c1d 96273e4 2aa3c1d 1b85bfe 315beb3 b2a85bd 315beb3 2aa3c1d bfe852a 2aa3c1d 315beb3 2aa3c1d bc92390 2aa3c1d 315beb3 2aa3c1d 315beb3 bc92390 315beb3 2aa3c1d 315beb3 2aa3c1d 315beb3 2aa3c1d 315beb3 bfe852a bc92390 bfe852a 315beb3 bc92390 315beb3 bc92390 315beb3 bc92390 315beb3 bc92390 315beb3 bc92390 315beb3 bc92390 315beb3 bc92390 315beb3 bc92390 315beb3 bc92390 315beb3 2aa3c1d 315beb3 bc92390 315beb3 2aa3c1d 315beb3 bc92390 315beb3 bc92390 315beb3 bc92390 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 |
---
license: cc-by-4.0
task_categories:
- summarization
- text-generation
annotations_creators:
- found
language_creators:
- found
language:
- am
- az
- bn
- bo
- bs
- ku
- zh
- el
- en
- fa
- fr
- ht
- ha
- hy
- id
- ka
- km
- rw
- ko
- lo
- mk
- my
- nd
- pt
- ps
- ru
- sn
- so
- es
- sq
- sr
- sw
- th
- ti
- tr
- uk
- ur
- uz
- vi
pretty_name: LR-Sum
size_categories:
- 100K<n<1M
multilinguality:
- multilingual
tags:
- conditional-text-generation
viewer: false
---
# Dataset Card for LR-Sum
LR-Sum is a automatic summarization dataset of newswire text with a focus on less resourced languages with a cc-by 4.0 license.
## Dataset Details
### Dataset Description
LR-Sum is a permissively-licensed dataset created with the goal of enabling further research in automatic summarization for less-resourced languages.
LR-Sum contains human-written summaries for 39 languages, many of which are less-resourced.
The data is based on the collection of the Multilingual Open Text corpus where the source data is public domain newswire collected from from Voice of America websites.
LR-Sum is released under a Creative Commons license (CC BY 4.0), making it one of the most openly-licensed multilingual summarization datasets.
- **Curated by:** BLT Lab: Chester Palen-Michel and Constantine Lignos
- **Shared by:** Chester Palen-Michel
- **Language(s) (NLP):** Albanian, Amharic, Armenian, Azerbaijani, Bengali, Bosnian, Burmese, Chinese, English, French, Georgian, Greek, Haitian Creole, Hausa, Indonesian, Khmer, Kinyarwanda, Korean, Kurdish, Lao, Macedonian, Northern Ndebele, Pashto, Persian, Portuguese, Russian, Serbian, Shona, Somali, Spanish, Swahili, Thai, Tibetan, Tigrinya, Turkish, Ukrainian, Urdu, Uzbek, Vietnamese
- **License:** CC-BY 4.0
### Dataset Sources [optional]
Multilingual Open Text v1.6
which is a collection of newswire text from Voice of America (VOA).
- **Paper:** [https://aclanthology.org/2023.findings-acl.427/](https://aclanthology.org/2023.findings-acl.427/)
- **Repository:** [https://github.com/bltlab/lr-sum](https://github.com/bltlab/lr-sum)
## Uses
The dataset is intended for research in automatic summarization in various languages, especially for less resourced languages.
### Direct Use
The data can be used for training text generation models to generate short summaries of news articles in many languages.
Automatic evaluation of automatic summarization is another use case, though we encourage also conducting human evaluation of any model trained for summarization.
### Out-of-Scope Use
This dataset only includes newswire text, so models trained on the data may not be effective for out of domain summarization.
## Dataset Structure
Each field is a string:
```
{
'id': Article unique id
'url': URL for the news article
'title': The title of the news article
'summary': The summary of the article
'text': The full text of the news article not including title
}
```
## Dataset Creation
### Curation Rationale
Research in automatic summarization for less resourced languages.
### Source Data
Voice of America (VOA)
#### Data Collection and Processing
See our [paper](https://aclanthology.org/2023.findings-acl.427/) for details on collection and processing.
#### Who are the source data producers?
Voice of America (VOA)
#### Annotation process
The summaries are found in news article meta data. More detail about the curation process can be found in our paper.
#### Who are the annotators?
The summaries are found in the news article meta data. The authors of the summaries are authors and staff for VOA.
#### Personal and Sensitive Information
The only sensative personal information would be information already published in news articles on VOA.
See [VOA's mission and values](https://www.insidevoa.com/p/5831.html#:~:text=VOA%20has%20a%20legal%20obligation,sites%20at%20the%20earliest%20opportunity.)
## Bias, Risks, and Limitations
The content in this dataset is newswire.
See [VOA's mission and values](https://www.insidevoa.com/p/5831.html#:~:text=VOA%20has%20a%20legal%20obligation,sites%20at%20the%20earliest%20opportunity.) for more detail about the journalistic integrity and policy.
### Recommendations
The data is newswire text. Training text generation models on this dataset will have similar risks and limitations to other text generation models including hallucinations and potentially inaccurate statements.
For some languages that have fewer examples, issues with text generation models are likely to be more pronounced.
The dataset is primarily released for research despite having a permissive license.
We encourage users to thoroughly test and evaluate any models trained using this data before putting them into production environments.
## Citation
If you make use of this dataset, please cite our paper using this bibtex:
**BibTeX:**
```
@inproceedings{palen-michel-lignos-2023-lr,
title = "{LR}-Sum: Summarization for Less-Resourced Languages",
author = "Palen-Michel, Chester and
Lignos, Constantine",
editor = "Rogers, Anna and
Boyd-Graber, Jordan and
Okazaki, Naoaki",
booktitle = "Findings of the Association for Computational Linguistics: ACL 2023",
month = jul,
year = "2023",
address = "Toronto, Canada",
publisher = "Association for Computational Linguistics",
url = "https://aclanthology.org/2023.findings-acl.427",
doi = "10.18653/v1/2023.findings-acl.427",
pages = "6829--6844",
abstract = "We introduce LR-Sum, a new permissively-licensed dataset created with the goal of enabling further research in automatic summarization for less-resourced languages.LR-Sum contains human-written summaries for 40 languages, many of which are less-resourced. We describe our process for extracting and filtering the dataset from the Multilingual Open Text corpus (Palen-Michel et al., 2022).The source data is public domain newswire collected from from Voice of America websites, and LR-Sum is released under a Creative Commons license (CC BY 4.0), making it one of the most openly-licensed multilingual summarization datasets. We describe abstractive and extractive summarization experiments to establish baselines and discuss the limitations of this dataset.",
}
```
## Dataset Card Authors
Chester Palen-Michel [@cpalenmichel](https://github.com/cpalenmichel)
## Dataset Card Contact
Chester Palen-Michel [@cpalenmichel](https://github.com/cpalenmichel) |