Datasets:

Languages:
Hindi
Multilinguality:
monolingual
Size Categories:
100K<n<1M
Language Creators:
expert-generated
Annotations Creators:
expert-generated
Source Datasets:
original
ArXiv:
Tags:
License:
dipteshkanojia commited on
Commit
70edab9
1 Parent(s): 7af0927
Files changed (1) hide show
  1. README.md +143 -3
README.md CHANGED
@@ -1,3 +1,143 @@
1
- ---
2
- license: cc-by-sa-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ annotations_creators:
2
+ - expert-generated
3
+ language_creators:
4
+ - expert-generated
5
+ languages:
6
+ - hi-IN
7
+ licenses:
8
+ - cc-by-sa-4.0
9
+ multilinguality:
10
+ - monolingual
11
+ paperswithcode_id: wikiann-1
12
+ pretty_name: HiNER - Large Hindi Named Entity Recognition dataset
13
+ size_categories:
14
+ - 100K<n<1M
15
+ source_datasets:
16
+ - original
17
+ task_categories:
18
+ - token-classification
19
+ task_ids:
20
+ - named-entity-recognition
21
+
22
+ # Dataset Card for HiNER-original
23
+
24
+ ## Table of Contents
25
+ - [Dataset Description](#dataset-description)
26
+ - [Dataset Summary](#dataset-summary)
27
+ - [Supported Tasks](#supported-tasks-and-leaderboards)
28
+ - [Languages](#languages)
29
+ - [Dataset Structure](#dataset-structure)
30
+ - [Data Instances](#data-instances)
31
+ - [Data Fields](#data-instances)
32
+ - [Data Splits](#data-instances)
33
+ - [Dataset Creation](#dataset-creation)
34
+ - [Curation Rationale](#curation-rationale)
35
+ - [Source Data](#source-data)
36
+ - [Annotations](#annotations)
37
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
38
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
39
+ - [Social Impact of Dataset](#social-impact-of-dataset)
40
+ - [Discussion of Biases](#discussion-of-biases)
41
+ - [Other Known Limitations](#other-known-limitations)
42
+ - [Additional Information](#additional-information)
43
+ - [Dataset Curators](#dataset-curators)
44
+ - [Licensing Information](#licensing-information)
45
+ - [Citation Information](#citation-information)
46
+
47
+ ## Dataset Description
48
+
49
+ - **Homepage:** https://github.com/cfiltnlp/HiNER
50
+ - **Repository:** https://github.com/cfiltnlp/HiNER
51
+ - **Paper:** XX
52
+ - **Leaderboard:** YY
53
+ - **Point of Contact:** Rudra Murthy V
54
+
55
+ ### Dataset Summary
56
+
57
+ This dataset was created for the fundamental NLP task of Named Entity Recognition for the Hindi language at CFILT Lab, IIT Bombay. We gathered the dataset from various government information webpages and manually annotated these sentences as a part of our data collection strategy.
58
+
59
+ ### Supported Tasks and Leaderboards
60
+
61
+ Named Entity Recognition
62
+
63
+ ### Languages
64
+
65
+ Hindi
66
+
67
+ ## Dataset Structure
68
+
69
+ ### Data Instances
70
+
71
+ {'id': '0', 'tokens': ['*M0>@(', '8./', '.G', ' !<@8>', 'K', 'O', '2?', 'O', 'G', '(>.', '8G', '>(>', '>$>', '%>', 'd'], 'ner_tags': [0, 0, 0, 3, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0]}
72
+
73
+ ### Data Fields
74
+
75
+ - `id`: The ID value of the data point.
76
+ - `tokens`: Raw tokens in the dataset.
77
+ - `ner_tags`: the NER tags for this dataset.
78
+
79
+ ### Data Splits
80
+
81
+ | | Train | Valid | Test |
82
+ | ----- | ------ | ----- | ---- |
83
+ | original | 76025 | 10861 | 21722|
84
+ | collapsed | 76025 | 10861 | 21722|
85
+
86
+
87
+ ## Dataset Creation
88
+
89
+ ### Curation Rationale
90
+
91
+ HiNER was built on data extracted from various government websites handled by the Government of India which provide information in Hindi. This dataset was built for the task of Named Entity Recognition. The dataset was introduced to introduce new resources to the Hindi language that was under-served for Natural Language Processing.
92
+
93
+ ### Source Data
94
+
95
+ #### Initial Data Collection and Normalization
96
+
97
+ HiNER was built on data extracted from various government websites handled by the Government of India which provide information in Hindi
98
+
99
+ #### Who are the source language producers?
100
+
101
+ Various Government of India webpages
102
+
103
+ ### Annotations
104
+
105
+ #### Annotation process
106
+
107
+ This dataset was manually annotated by a single annotator of a long span of time.
108
+
109
+ #### Who are the annotators?
110
+
111
+ Pallab Bhattacharjee
112
+
113
+ ### Personal and Sensitive Information
114
+
115
+ We ensured that there was no sensitive information present in the dataset. All the data points are curated from publicly available information.
116
+
117
+ ## Considerations for Using the Data
118
+
119
+ ### Social Impact of Dataset
120
+
121
+ The purpose of this dataset is to provide a large Hindi Named Entity Recognition dataset. Since the information (data points) has been obtained from public resources, we do not think there is a negative social impact in releasing this data.
122
+
123
+ ### Discussion of Biases
124
+
125
+ Any biases contained in the data released by the Indian government are bound to be present in our data.
126
+
127
+ ### Other Known Limitations
128
+
129
+ [Needs More Information]
130
+
131
+ ## Additional Information
132
+
133
+ ### Dataset Curators
134
+
135
+ Pallab Bhattacharjee
136
+
137
+ ### Licensing Information
138
+
139
+ CC-BY-SA 4.0
140
+
141
+ ### Citation Information
142
+
143
+ [Needs More Information]