Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,148 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
task_categories:
|
| 3 |
+
- token-classification
|
| 4 |
+
language:
|
| 5 |
+
- kn
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
# Dataset Card for Dataset Name
|
| 9 |
+
|
| 10 |
+
This is a dataset for the Named Entity Recognition (NER) task in Kannada language. Each instance represents one of the vibhakti cases.
|
| 11 |
+
|
| 12 |
+
|
| 13 |
+
## Dataset Details
|
| 14 |
+
|
| 15 |
+
### Dataset Description
|
| 16 |
+
|
| 17 |
+
Kannada language supports eight (grammatical) cases [Refer https://kannadakalike.org/grammar/cases]. The cases are called vibhakti and corresponding suffixes, pratyaya. Noun words are inflected with the suffix corresponding to these cases to create another grammatically meaningful word.
|
| 18 |
+
|
| 19 |
+
In this dataset, 12 sentences are composed for each case, thus resulting in a total of 96 sentences. Each sentence contains at least one word representing any named entity which is inflected with the suffix for the corresponding case.
|
| 20 |
+
We include examples for PER, LOC and ORG class of entities.
|
| 21 |
+
For PER class, we also include entities which span across multiple words such as caMdragupta maurya.
|
| 22 |
+
This vibhakti dataset can be used to analyse how the presence of case specific suffixes in a named entity affects the prediction by the model.
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
|
| 26 |
+
- **Curated by:** [More Information Needed]
|
| 27 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 28 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 29 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 30 |
+
- **License:** [More Information Needed]
|
| 31 |
+
|
| 32 |
+
### Dataset Sources [optional]
|
| 33 |
+
|
| 34 |
+
<!-- Provide the basic links for the dataset. -->
|
| 35 |
+
|
| 36 |
+
- **Repository:** [More Information Needed]
|
| 37 |
+
- **Paper [optional]:** [More Information Needed]
|
| 38 |
+
- **Demo [optional]:** [More Information Needed]
|
| 39 |
+
|
| 40 |
+
## Uses
|
| 41 |
+
|
| 42 |
+
Dataset can be used in case of the NER task.
|
| 43 |
+
|
| 44 |
+
### Direct Use
|
| 45 |
+
|
| 46 |
+
<!-- This section describes suitable use cases for the dataset. -->
|
| 47 |
+
|
| 48 |
+
[More Information Needed]
|
| 49 |
+
|
| 50 |
+
### Out-of-Scope Use
|
| 51 |
+
|
| 52 |
+
<!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
|
| 53 |
+
|
| 54 |
+
[More Information Needed]
|
| 55 |
+
|
| 56 |
+
## Dataset Structure
|
| 57 |
+
|
| 58 |
+
<!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
|
| 59 |
+
|
| 60 |
+
[More Information Needed]
|
| 61 |
+
|
| 62 |
+
## Dataset Creation
|
| 63 |
+
|
| 64 |
+
### Curation Rationale
|
| 65 |
+
|
| 66 |
+
<!-- Motivation for the creation of this dataset. -->
|
| 67 |
+
|
| 68 |
+
[More Information Needed]
|
| 69 |
+
|
| 70 |
+
### Source Data
|
| 71 |
+
|
| 72 |
+
Manually created
|
| 73 |
+
|
| 74 |
+
#### Data Collection and Processing
|
| 75 |
+
|
| 76 |
+
<!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
|
| 77 |
+
|
| 78 |
+
[More Information Needed]
|
| 79 |
+
|
| 80 |
+
#### Who are the source data producers?
|
| 81 |
+
|
| 82 |
+
<!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
|
| 83 |
+
|
| 84 |
+
[More Information Needed]
|
| 85 |
+
|
| 86 |
+
### Annotations [optional]
|
| 87 |
+
|
| 88 |
+
<!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
|
| 89 |
+
|
| 90 |
+
#### Annotation process
|
| 91 |
+
|
| 92 |
+
<!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
|
| 93 |
+
|
| 94 |
+
[More Information Needed]
|
| 95 |
+
|
| 96 |
+
#### Who are the annotators?
|
| 97 |
+
|
| 98 |
+
<!-- This section describes the people or systems who created the annotations. -->
|
| 99 |
+
|
| 100 |
+
[More Information Needed]
|
| 101 |
+
|
| 102 |
+
#### Personal and Sensitive Information
|
| 103 |
+
|
| 104 |
+
<!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
|
| 105 |
+
|
| 106 |
+
[More Information Needed]
|
| 107 |
+
|
| 108 |
+
## Bias, Risks, and Limitations
|
| 109 |
+
|
| 110 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 111 |
+
|
| 112 |
+
[More Information Needed]
|
| 113 |
+
|
| 114 |
+
### Recommendations
|
| 115 |
+
|
| 116 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 117 |
+
|
| 118 |
+
Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
|
| 119 |
+
|
| 120 |
+
## Citation [optional]
|
| 121 |
+
|
| 122 |
+
<!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
|
| 123 |
+
|
| 124 |
+
**BibTeX:**
|
| 125 |
+
|
| 126 |
+
[More Information Needed]
|
| 127 |
+
|
| 128 |
+
**APA:**
|
| 129 |
+
|
| 130 |
+
[More Information Needed]
|
| 131 |
+
|
| 132 |
+
## Glossary [optional]
|
| 133 |
+
|
| 134 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
|
| 135 |
+
|
| 136 |
+
[More Information Needed]
|
| 137 |
+
|
| 138 |
+
## More Information [optional]
|
| 139 |
+
|
| 140 |
+
[More Information Needed]
|
| 141 |
+
|
| 142 |
+
## Dataset Card Authors [optional]
|
| 143 |
+
|
| 144 |
+
[More Information Needed]
|
| 145 |
+
|
| 146 |
+
## Dataset Card Contact
|
| 147 |
+
|
| 148 |
+
[More Information Needed]
|