File size: 4,841 Bytes
496eb3f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9677f7f
 
 
 
 
 
 
 
 
 
df1b0a2
496eb3f
9677f7f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
df1b0a2
 
 
 
 
9677f7f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
df1b0a2
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
---
dataset_info:
  features:
  - name: hindi_token
    sequence: string
  - name: hindi_upos
    sequence:
      class_label:
        names:
          '0': ADJ
          '1': ADP
          '2': ADV
          '3': AUX
          '4': CCONJ
          '5': DET
          '6': INTJ
          '7': NOUN
          '8': NUM
          '9': PART
          '10': PRON
          '11': PROPN
          '12': PUNCT
          '13': SCONJ
          '14': SYM
          '15': VERB
          '16': X
  - name: angika_token
    sequence: string
  - name: angika_upos
    sequence:
      class_label:
        names:
          '0': ADJ
          '1': ADP
          '2': ADV
          '3': AUX
          '4': CCONJ
          '5': DET
          '6': INTJ
          '7': NOUN
          '8': NUM
          '9': PART
          '10': PRON
          '11': PROPN
          '12': PUNCT
          '13': SCONJ
          '14': SYM
          '15': VERB
          '16': X
  - name: magahi_token
    sequence: string
  - name: magahi_upos
    sequence:
      class_label:
        names:
          '0': ADJ
          '1': ADP
          '2': ADV
          '3': AUX
          '4': CCONJ
          '5': DET
          '6': INTJ
          '7': NOUN
          '8': NUM
          '9': PART
          '10': PRON
          '11': PROPN
          '12': PUNCT
          '13': SCONJ
          '14': SYM
          '15': VERB
          '16': X
  - name: bhojpuri_token
    sequence: string
  - name: bhojpuri_upos
    sequence:
      class_label:
        names:
          '0': ADJ
          '1': ADP
          '2': ADV
          '3': AUX
          '4': CCONJ
          '5': DET
          '6': INTJ
          '7': NOUN
          '8': NUM
          '9': PART
          '10': PRON
          '11': PROPN
          '12': PUNCT
          '13': SCONJ
          '14': SYM
          '15': VERB
          '16': X
  splits:
  - name: test
    num_bytes: 777906
    num_examples: 707
  download_size: 162976
  dataset_size: 777906
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
task_categories:
- token-classification
language:
- hi
- anp
- bho
- mag
pretty_name: Bihari Languages UPOS Dataset (Angika, Magahi, Bhojpuri)
size_categories:
- n<1K
license: cc-by-nc-sa-4.0
---

# Bihari Languages UPOS Dataset

This dataset provides Part-of-Speech (POS) tags for **Angika (anp)**, **Magahi (mag)**, and **Bhojpuri (bho)**, parallelly aligned with **Hindi (hi)**. The annotations follow the **Universal Dependencies (UD)** Universal Part-of-Speech (UPOS) standard.

This work is part of research conducted at the **Department of Computer Science and Engineering, IIT Bombay**.

## Dataset Details

- **Languages:** Angika, Magahi, Bhojpuri, Hindi
- **Task:** Token Classification (Part-of-Speech Tagging)
- **Schema:** Universal Dependencies (UPOS)
- **Total Tags:** 18 (Standard 17 UPOS tags + 1 UNK/X)

### Supported Tags
The dataset uses the following integer mapping for the `test` split:
`0: NOUN, 1: PUNCT, 2: ADP, 3: NUM, 4: SYM, 5: SCONJ, 6: ADJ, 7: PART, 8: DET, 9: CCONJ, 10: PROPN, 11: PRON, 12: UNK, 13: X, 14: ADV, 15: INTJ, 16: VERB, 17: AUX`



## Institutional Credit & Support
* This research was conducted at the **Department of Computer Science and Engineering, IIT Bombay**.
* The work is supported by a Ph.D. grant from the **TCS Research Foundation** for research on extremely low-resource Indian languages.

## 🚀 Getting Started
You can load the dataset directly using the Hugging Face `datasets` library:

```python
from datasets import load_dataset

# Load the test split
dataset = load_dataset("snjev310/bihari-languages-upos", split="test")

# Access the first sentence in Angika
print(f"Tokens: {dataset[0]['angika_token']}")
print(f"UPOS IDs: {dataset[0]['angika_upos']}")

# Map integer IDs back to tag names
labels = dataset.features["angika_upos"].feature.names
readable_tags = [labels[i] for i in dataset[0]['angika_upos']]
print(f"UPOS Tags: {readable_tags}")
```

### Contact
**Sanjeev Kumar** CSE IIT Bombay  
Email: `sanjeev@cse.iitb.ac.in`

## Research & Citation

If you use this dataset in your research, please cite the following paper published in **ACL 2024**:

```bibtex
@inproceedings{kumar-etal-2024-part,
    title = "Part-of-speech Tagging for Extremely Low-resource {I}ndian Languages",
    author = "Kumar, Sanjeev  and
      Jyothi, Preethi  and
      Bhattacharyya, Pushpak",
    editor = "Ku, Lun-Wei  and
      Martins, Andre  and
      Srikumar, Vivek",
    booktitle = "Findings of the Association for Computational Linguistics: ACL 2024",
    month = aug,
    year = "2024",
    address = "Bangkok, Thailand",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2024.findings-acl.857/",
    doi = "10.18653/v1/2024.findings-acl.857",
    pages = "14422--14431"
}
```