Datasets:

Modalities:
Text
Formats:
csv
ArXiv:
Libraries:
Datasets
pandas
License:
RajveeSheth commited on
Commit
8cad253
·
verified ·
1 Parent(s): 02acc15

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -4
README.md CHANGED
@@ -48,11 +48,15 @@ configs:
48
 
49
  **COMI-LINGUA provides annotations for several key NLP tasks:**
50
 
51
- * **Language Identification (LID):** Token-wise classification of Hindi, English, and other linguistic units.
 
52
  * **Matrix Language Identification (MLI):** Sentence-level annotation of the dominant language.
53
- * **Part-of-Speech (POS) Tagging:** Syntactic categorization for linguistic analysis.
54
- * **Named Entity Recognition (NER):** Identification of entities in Hinglish text.
55
- * **Translation:** Parallel translation of sentences in Romanized Hindi and Devanagari Hindi and English languages.
 
 
 
56
 
57
  ### Dataset Description
58
 
 
48
 
49
  **COMI-LINGUA provides annotations for several key NLP tasks:**
50
 
51
+ * **Language Identification (LID):** Token-wise classification of Hindi, English, and other linguistic units.<br>
52
+ Initial predictions were generated using the [Microsoft LID tool](https://github.com/microsoft/LID-tool), which annotators then reviewed and corrected.
53
  * **Matrix Language Identification (MLI):** Sentence-level annotation of the dominant language.
54
+ * **Part-of-Speech (POS) Tagging:** Syntactic categorization for linguistic analysis.<br>
55
+ Tags were pre-assigned using the [CodeSwitch NLP library](https://github.com/sagorbrur/codeswitch), which annotators then reviewed and corrected.
56
+ * **Named Entity Recognition (NER):** Identification of entities in Hinglish text.<br>
57
+ Each token is pre-assigned a language tag using the [CodeSwitch NLP library](https://github.com/sagorbrur/codeswitch), which annotators then reviewed and corrected.
58
+ * **Translation:** Parallel translation of sentences in Romanized Hindi and Devanagari Hindi and English languages.<br>
59
+ Initial translation predictions were generated using the [Llama 3.3 LLM](https://huggingface.co/meta-llama/Llama-3.3-70B-Instruct).
60
 
61
  ### Dataset Description
62