Datasets:

Modalities:
Text
Formats:
csv
ArXiv:
Libraries:
Datasets
pandas
License:
File size: 3,199 Bytes
4456cd8
 
7bf7205
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4456cd8
7bf7205
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e2dd4e8
7bf7205
e2dd4e8
7bf7205
 
 
 
 
 
 
e2dd4e8
7bf7205
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: cc-by-4.0
task_categories:
- summarization
language:
- as
- bn
- gu
- hi
- mr
- ml
- mni
- kn
- pa
- ta
- or
- te
- ur
- en
size_categories:
- 100K<n<1M
---
# Dataset Card for Dataset Name

## Dataset Description

- **Homepage:** 
- **Repository:** 
- **Paper:** 
- **Leaderboard:** 
- **Point of Contact:** 

### Dataset Summary

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.
### Supported Tasks and Leaderboards

Multilingual and Crosslingual summarization

### Languages

Assamese, Bengali, Gujarati, Hindi, Kannada, Marathi, Malayalm, Manipuri, Punjabi, Oriya, Telugu, Tamil, Urdu, English

## Dataset Structure

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:

{article_number,
 ${lang1}_text,
 ${lang1}_summary,
 ${lang1}_url,
 ${lang2}_text,
 ${lang2}_summary,
 ${lang2}_url,
 ...,
 split}
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.

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.

### Data Instances

[More Information Needed]

### Data Fields

[More Information Needed]

### Data Splits

[More Information Needed]

## Dataset Creation

### Curation Rationale

[More Information Needed]

### Source Data

#### Initial Data Collection and Normalization

[More Information Needed]

#### Who are the source language producers?

[More Information Needed]

### Annotations

#### Annotation process

[More Information Needed]

#### Who are the annotators?

[More Information Needed]

### Personal and Sensitive Information

[More Information Needed]

## Considerations for Using the Data

### Social Impact of Dataset

[More Information Needed]

### Discussion of Biases

[More Information Needed]

### Other Known Limitations

[More Information Needed]

## Additional Information

### Dataset Curators

[More Information Needed]

### Licensing Information

[More Information Needed]

### Citation Information
If you are using the PMIndiaSum corpus, please cite the following article:

```
@article{urlana2023pmindiasum,
    title={{PMIndiaSum}: Multilingual and Cross-lingual Headline Summarization for Languages in {India}}, 
    author={Urlana, Ashok and Chen, Pinzhen and Zhao, Zheng and Cohen, Shay B. and Shrivastava, Manish and Haddow, Barry},
    journal={arXiv preprint arXiv:2305.08828},
    url ={https://arxiv.org/abs/2305.08828},
    year={2023}
}
```

### Contributions

Ashok Urlana
Pinzhen Chen
Zheng Zhao
Shay B. Cohen
Manish Shrivastava
Barry Haddow

### Contact

Ashok Urlana (ashokurlana@gmail.com)