Datasets:
ashokurlana
commited on
Commit
·
7bf7205
1
Parent(s):
f2afb73
Update readme
Browse files
README.md
CHANGED
@@ -1,3 +1,148 @@
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
+
task_categories:
|
4 |
+
- summarization
|
5 |
+
language:
|
6 |
+
- as
|
7 |
+
- bn
|
8 |
+
- gu
|
9 |
+
- hi
|
10 |
+
- mr
|
11 |
+
- ml
|
12 |
+
- mni
|
13 |
+
- kn
|
14 |
+
- pa
|
15 |
+
- ta
|
16 |
+
- or
|
17 |
+
- te
|
18 |
+
- ur
|
19 |
+
- en
|
20 |
+
size_categories:
|
21 |
+
- 100K<n<1M
|
22 |
---
|
23 |
+
# Dataset Card for Dataset Name
|
24 |
+
|
25 |
+
## Dataset Description
|
26 |
+
|
27 |
+
- **Homepage:**
|
28 |
+
- **Repository:**
|
29 |
+
- **Paper:**
|
30 |
+
- **Leaderboard:**
|
31 |
+
- **Point of Contact:**
|
32 |
+
|
33 |
+
### Dataset Summary
|
34 |
+
|
35 |
+
PMIndiaSum, a new multilingual and massively parallel headline summarization corpus focused on languages in India. Our corpus covers four language families, 14 languages, and the largest to date, 196 language pairs. It provides a testing ground for all cross-lingual pairs.
|
36 |
+
### Supported Tasks and Leaderboards
|
37 |
+
|
38 |
+
Multilingual and Crosslingual summarization
|
39 |
+
|
40 |
+
### Languages
|
41 |
+
|
42 |
+
Assamese, Bengali, Gujarati, Hindi, Kannada, Marathi, Malayalm, Manipuri, Punjabi, Oriya, Telugu, Tamil, Urdu, English
|
43 |
+
|
44 |
+
## Dataset Structure
|
45 |
+
|
46 |
+
The data comes in .jsonl format, where each JSON object correspond to all the data extracted from a single article. Each JSON object has the following fields:
|
47 |
+
|
48 |
+
{article_number,
|
49 |
+
${lang1}_text,
|
50 |
+
${lang1}_summary,
|
51 |
+
${lang1}_url,
|
52 |
+
${lang2}_text,
|
53 |
+
${lang2}_summary,
|
54 |
+
${lang2}_url,
|
55 |
+
...,
|
56 |
+
split}
|
57 |
+
where ${lang}_text, ${lang}_summary, and ${lang}_url correspond to the text (document), summary (headline), and the source URL for each language ${lang} available for that article. split indicates the train/valid/test split of that entire article. Texts and summaries can be paired to form cross-lingual data pairs.
|
58 |
+
|
59 |
+
Unless you have a specific need, we request you to respect the split decision to prevent test data leakage, especially for multilingual models. You could refer to our paper for a detailed explanation.
|
60 |
+
|
61 |
+
### Data Instances
|
62 |
+
|
63 |
+
[More Information Needed]
|
64 |
+
|
65 |
+
### Data Fields
|
66 |
+
|
67 |
+
[More Information Needed]
|
68 |
+
|
69 |
+
### Data Splits
|
70 |
+
|
71 |
+
[More Information Needed]
|
72 |
+
|
73 |
+
## Dataset Creation
|
74 |
+
|
75 |
+
### Curation Rationale
|
76 |
+
|
77 |
+
[More Information Needed]
|
78 |
+
|
79 |
+
### Source Data
|
80 |
+
|
81 |
+
#### Initial Data Collection and Normalization
|
82 |
+
|
83 |
+
[More Information Needed]
|
84 |
+
|
85 |
+
#### Who are the source language producers?
|
86 |
+
|
87 |
+
[More Information Needed]
|
88 |
+
|
89 |
+
### Annotations
|
90 |
+
|
91 |
+
#### Annotation process
|
92 |
+
|
93 |
+
[More Information Needed]
|
94 |
+
|
95 |
+
#### Who are the annotators?
|
96 |
+
|
97 |
+
[More Information Needed]
|
98 |
+
|
99 |
+
### Personal and Sensitive Information
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Considerations for Using the Data
|
104 |
+
|
105 |
+
### Social Impact of Dataset
|
106 |
+
|
107 |
+
[More Information Needed]
|
108 |
+
|
109 |
+
### Discussion of Biases
|
110 |
+
|
111 |
+
[More Information Needed]
|
112 |
+
|
113 |
+
### Other Known Limitations
|
114 |
+
|
115 |
+
[More Information Needed]
|
116 |
+
|
117 |
+
## Additional Information
|
118 |
+
|
119 |
+
### Dataset Curators
|
120 |
+
|
121 |
+
[More Information Needed]
|
122 |
+
|
123 |
+
### Licensing Information
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Citation Information
|
128 |
+
|
129 |
+
@article{urlana2023pmindiasum,
|
130 |
+
title={{PMIndiaSum}: Multilingual and Cross-lingual Headline Summarization for Languages in {India}},
|
131 |
+
author={Urlana, Ashok and Chen, Pinzhen and Zhao, Zheng and Cohen, Shay B. and Shrivastava, Manish and Haddow, Barry},
|
132 |
+
journal={arXiv preprint arXiv:2305.08828},
|
133 |
+
url ={https://arxiv.org/abs/2305.08828},
|
134 |
+
year={2023}
|
135 |
+
}
|
136 |
+
|
137 |
+
### Contributions
|
138 |
+
|
139 |
+
Ashok Urlana
|
140 |
+
Pinzhen Chen
|
141 |
+
Zheng Zhao
|
142 |
+
Shay B. Cohen
|
143 |
+
Manish Shrivastava
|
144 |
+
Barry Haddow
|
145 |
+
|
146 |
+
### Contact
|
147 |
+
|
148 |
+
Ashok Urlana ([email protected])
|