Update README.md
Browse files
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 |
-
|
55 |
-
* **
|
|
|
|
|
|
|
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 |
|