diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..957b2579c6ef20995a09efd9a17f8fd90606f5ed --- /dev/null +++ b/.gitattributes @@ -0,0 +1,27 @@ +*.7z filter=lfs diff=lfs merge=lfs -text +*.arrow filter=lfs diff=lfs merge=lfs -text +*.bin filter=lfs diff=lfs merge=lfs -text +*.bin.* filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.ftz filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.h5 filter=lfs diff=lfs merge=lfs -text +*.joblib filter=lfs diff=lfs merge=lfs -text +*.lfs.* filter=lfs diff=lfs merge=lfs -text +*.model filter=lfs diff=lfs merge=lfs -text +*.msgpack filter=lfs diff=lfs merge=lfs -text +*.onnx filter=lfs diff=lfs merge=lfs -text +*.ot filter=lfs diff=lfs merge=lfs -text +*.parquet filter=lfs diff=lfs merge=lfs -text +*.pb filter=lfs diff=lfs merge=lfs -text +*.pt filter=lfs diff=lfs merge=lfs -text +*.pth filter=lfs diff=lfs merge=lfs -text +*.rar filter=lfs diff=lfs merge=lfs -text +saved_model/**/* filter=lfs diff=lfs merge=lfs -text +*.tar.* filter=lfs diff=lfs merge=lfs -text +*.tflite filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zstandard filter=lfs diff=lfs merge=lfs -text +*tfevents* filter=lfs diff=lfs merge=lfs -text diff --git a/dataset_infos.json b/dataset_infos.json new file mode 100644 index 0000000000000000000000000000000000000000..8ae5dec8e31bb39101624f1efbbb1a193d67e468 --- /dev/null +++ b/dataset_infos.json @@ -0,0 +1 @@ +{"wnli.en": {"description": " IndicGLUE is a natural language understanding benchmark for Indian languages. It contains a wide\n variety of tasks and covers 11 major Indian languages - as, bn, gu, hi, kn, ml, mr, or, pa, ta, te.\n\n\nThe Winograd Schema Challenge (Levesque et al., 2011) is a reading comprehension task\nin which a system must read a sentence with a pronoun and select the referent of that pronoun from\na list of choices. The examples are manually constructed to foil simple statistical methods: Each\none is contingent on contextual information provided by a single word or phrase in the sentence.\nTo convert the problem into sentence pair classification, we construct sentence pairs by replacing\nthe ambiguous pronoun with each possible referent. The task is to predict if the sentence with the\npronoun substituted is entailed by the original sentence. We use a small evaluation set consisting of\nnew examples derived from fiction books that was shared privately by the authors of the original\ncorpus. While the included training set is balanced between two classes, the test set is imbalanced\nbetween them (65% not entailment). Also, due to a data quirk, the development set is adversarial:\nhypotheses are sometimes shared between training and development examples, so if a model memorizes the\ntraining examples, they will predict the wrong label on corresponding development set\nexample. As with QNLI, each example is evaluated separately, so there is not a systematic correspondence\nbetween a model's score on this task and its score on the unconverted original task. We\ncall converted dataset WNLI (Winograd NLI). This dataset is translated and publicly released for 3\nIndian languages by AI4Bharat.\n", "citation": " @inproceedings{kakwani2020indicnlpsuite,\n title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\n author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\n year={2020},\n booktitle={Findings of EMNLP},\n}\n\n\n@inproceedings{kakwani2020indicnlpsuite,\ntitle={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\nauthor={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\nyear={2020},\nbooktitle={Findings of EMNLP},\n}\n@inproceedings{Levesque2011TheWS,\ntitle={The Winograd Schema Challenge},\nauthor={H. Levesque and E. Davis and L. Morgenstern},\nbooktitle={KR},\nyear={2011}\n}\n", "homepage": "https://indicnlp.ai4bharat.org/indic-glue/#natural-language-inference", "license": "", "features": {"hypothesis": {"dtype": "string", "id": null, "_type": "Value"}, "premise": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"num_classes": 3, "names": ["not_entailment", "entailment", "None"], "names_file": null, "id": null, "_type": "ClassLabel"}}, "post_processed": null, "supervised_keys": null, "builder_name": "indic_glue", "config_name": "wnli.en", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 104577, "num_examples": 635, "dataset_name": "indic_glue"}, "validation": {"name": "validation", "num_bytes": 11886, "num_examples": 71, "dataset_name": "indic_glue"}, "test": {"name": "test", "num_bytes": 37305, "num_examples": 146, "dataset_name": "indic_glue"}}, "download_checksums": {"https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/wnli-translated.tar.gz": {"num_bytes": 591249, "checksum": "7babf4a8250bf727e6cd55a4c5e1d4564f01317e91adea45f8eb57b9887b048b"}}, "download_size": 591249, "post_processing_size": null, "dataset_size": 153768, "size_in_bytes": 745017}, "wnli.hi": {"description": " IndicGLUE is a natural language understanding benchmark for Indian languages. It contains a wide\n variety of tasks and covers 11 major Indian languages - as, bn, gu, hi, kn, ml, mr, or, pa, ta, te.\n\n\nThe Winograd Schema Challenge (Levesque et al., 2011) is a reading comprehension task\nin which a system must read a sentence with a pronoun and select the referent of that pronoun from\na list of choices. The examples are manually constructed to foil simple statistical methods: Each\none is contingent on contextual information provided by a single word or phrase in the sentence.\nTo convert the problem into sentence pair classification, we construct sentence pairs by replacing\nthe ambiguous pronoun with each possible referent. The task is to predict if the sentence with the\npronoun substituted is entailed by the original sentence. We use a small evaluation set consisting of\nnew examples derived from fiction books that was shared privately by the authors of the original\ncorpus. While the included training set is balanced between two classes, the test set is imbalanced\nbetween them (65% not entailment). Also, due to a data quirk, the development set is adversarial:\nhypotheses are sometimes shared between training and development examples, so if a model memorizes the\ntraining examples, they will predict the wrong label on corresponding development set\nexample. As with QNLI, each example is evaluated separately, so there is not a systematic correspondence\nbetween a model's score on this task and its score on the unconverted original task. We\ncall converted dataset WNLI (Winograd NLI). This dataset is translated and publicly released for 3\nIndian languages by AI4Bharat.\n", "citation": " @inproceedings{kakwani2020indicnlpsuite,\n title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\n author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\n year={2020},\n booktitle={Findings of EMNLP},\n}\n\n\n@inproceedings{kakwani2020indicnlpsuite,\ntitle={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\nauthor={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\nyear={2020},\nbooktitle={Findings of EMNLP},\n}\n@inproceedings{Levesque2011TheWS,\ntitle={The Winograd Schema Challenge},\nauthor={H. Levesque and E. Davis and L. Morgenstern},\nbooktitle={KR},\nyear={2011}\n}\n", "homepage": "https://indicnlp.ai4bharat.org/indic-glue/#natural-language-inference", "license": "", "features": {"hypothesis": {"dtype": "string", "id": null, "_type": "Value"}, "premise": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"num_classes": 3, "names": ["not_entailment", "entailment", "None"], "names_file": null, "id": null, "_type": "ClassLabel"}}, "post_processed": null, "supervised_keys": null, "builder_name": "indic_glue", "config_name": "wnli.hi", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 253342, "num_examples": 635, "dataset_name": "indic_glue"}, "validation": {"name": "validation", "num_bytes": 28684, "num_examples": 71, "dataset_name": "indic_glue"}, "test": {"name": "test", "num_bytes": 90831, "num_examples": 146, "dataset_name": "indic_glue"}}, "download_checksums": {"https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/wnli-translated.tar.gz": {"num_bytes": 591249, "checksum": "7babf4a8250bf727e6cd55a4c5e1d4564f01317e91adea45f8eb57b9887b048b"}}, "download_size": 591249, "post_processing_size": null, "dataset_size": 372857, "size_in_bytes": 964106}, "wnli.gu": {"description": " IndicGLUE is a natural language understanding benchmark for Indian languages. It contains a wide\n variety of tasks and covers 11 major Indian languages - as, bn, gu, hi, kn, ml, mr, or, pa, ta, te.\n\n\nThe Winograd Schema Challenge (Levesque et al., 2011) is a reading comprehension task\nin which a system must read a sentence with a pronoun and select the referent of that pronoun from\na list of choices. The examples are manually constructed to foil simple statistical methods: Each\none is contingent on contextual information provided by a single word or phrase in the sentence.\nTo convert the problem into sentence pair classification, we construct sentence pairs by replacing\nthe ambiguous pronoun with each possible referent. The task is to predict if the sentence with the\npronoun substituted is entailed by the original sentence. We use a small evaluation set consisting of\nnew examples derived from fiction books that was shared privately by the authors of the original\ncorpus. While the included training set is balanced between two classes, the test set is imbalanced\nbetween them (65% not entailment). Also, due to a data quirk, the development set is adversarial:\nhypotheses are sometimes shared between training and development examples, so if a model memorizes the\ntraining examples, they will predict the wrong label on corresponding development set\nexample. As with QNLI, each example is evaluated separately, so there is not a systematic correspondence\nbetween a model's score on this task and its score on the unconverted original task. We\ncall converted dataset WNLI (Winograd NLI). This dataset is translated and publicly released for 3\nIndian languages by AI4Bharat.\n", "citation": " @inproceedings{kakwani2020indicnlpsuite,\n title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\n author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\n year={2020},\n booktitle={Findings of EMNLP},\n}\n\n\n@inproceedings{kakwani2020indicnlpsuite,\ntitle={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\nauthor={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\nyear={2020},\nbooktitle={Findings of EMNLP},\n}\n@inproceedings{Levesque2011TheWS,\ntitle={The Winograd Schema Challenge},\nauthor={H. Levesque and E. Davis and L. Morgenstern},\nbooktitle={KR},\nyear={2011}\n}\n", "homepage": "https://indicnlp.ai4bharat.org/indic-glue/#natural-language-inference", "license": "", "features": {"hypothesis": {"dtype": "string", "id": null, "_type": "Value"}, "premise": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"num_classes": 3, "names": ["not_entailment", "entailment", "None"], "names_file": null, "id": null, "_type": "ClassLabel"}}, "post_processed": null, "supervised_keys": null, "builder_name": "indic_glue", "config_name": "wnli.gu", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 251562, "num_examples": 635, "dataset_name": "indic_glue"}, "validation": {"name": "validation", "num_bytes": 28183, "num_examples": 71, "dataset_name": "indic_glue"}, "test": {"name": "test", "num_bytes": 94586, "num_examples": 146, "dataset_name": "indic_glue"}}, "download_checksums": {"https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/wnli-translated.tar.gz": {"num_bytes": 591249, "checksum": "7babf4a8250bf727e6cd55a4c5e1d4564f01317e91adea45f8eb57b9887b048b"}}, "download_size": 591249, "post_processing_size": null, "dataset_size": 374331, "size_in_bytes": 965580}, "wnli.mr": {"description": " IndicGLUE is a natural language understanding benchmark for Indian languages. It contains a wide\n variety of tasks and covers 11 major Indian languages - as, bn, gu, hi, kn, ml, mr, or, pa, ta, te.\n\n\nThe Winograd Schema Challenge (Levesque et al., 2011) is a reading comprehension task\nin which a system must read a sentence with a pronoun and select the referent of that pronoun from\na list of choices. The examples are manually constructed to foil simple statistical methods: Each\none is contingent on contextual information provided by a single word or phrase in the sentence.\nTo convert the problem into sentence pair classification, we construct sentence pairs by replacing\nthe ambiguous pronoun with each possible referent. The task is to predict if the sentence with the\npronoun substituted is entailed by the original sentence. We use a small evaluation set consisting of\nnew examples derived from fiction books that was shared privately by the authors of the original\ncorpus. While the included training set is balanced between two classes, the test set is imbalanced\nbetween them (65% not entailment). Also, due to a data quirk, the development set is adversarial:\nhypotheses are sometimes shared between training and development examples, so if a model memorizes the\ntraining examples, they will predict the wrong label on corresponding development set\nexample. As with QNLI, each example is evaluated separately, so there is not a systematic correspondence\nbetween a model's score on this task and its score on the unconverted original task. We\ncall converted dataset WNLI (Winograd NLI). This dataset is translated and publicly released for 3\nIndian languages by AI4Bharat.\n", "citation": " @inproceedings{kakwani2020indicnlpsuite,\n title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\n author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\n year={2020},\n booktitle={Findings of EMNLP},\n}\n\n\n@inproceedings{kakwani2020indicnlpsuite,\ntitle={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\nauthor={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\nyear={2020},\nbooktitle={Findings of EMNLP},\n}\n@inproceedings{Levesque2011TheWS,\ntitle={The Winograd Schema Challenge},\nauthor={H. Levesque and E. Davis and L. Morgenstern},\nbooktitle={KR},\nyear={2011}\n}\n", "homepage": "https://indicnlp.ai4bharat.org/indic-glue/#natural-language-inference", "license": "", "features": {"hypothesis": {"dtype": "string", "id": null, "_type": "Value"}, "premise": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"num_classes": 3, "names": ["not_entailment", "entailment", "None"], "names_file": null, "id": null, "_type": "ClassLabel"}}, "post_processed": null, "supervised_keys": null, "builder_name": "indic_glue", "config_name": "wnli.mr", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 256657, "num_examples": 635, "dataset_name": "indic_glue"}, "validation": {"name": "validation", "num_bytes": 29226, "num_examples": 71, "dataset_name": "indic_glue"}, "test": {"name": "test", "num_bytes": 97136, "num_examples": 146, "dataset_name": "indic_glue"}}, "download_checksums": {"https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/wnli-translated.tar.gz": {"num_bytes": 591249, "checksum": "7babf4a8250bf727e6cd55a4c5e1d4564f01317e91adea45f8eb57b9887b048b"}}, "download_size": 591249, "post_processing_size": null, "dataset_size": 383019, "size_in_bytes": 974268}, "copa.en": {"description": " IndicGLUE is a natural language understanding benchmark for Indian languages. It contains a wide\n variety of tasks and covers 11 major Indian languages - as, bn, gu, hi, kn, ml, mr, or, pa, ta, te.\n\n\nThe Choice Of Plausible Alternatives (COPA) evaluation provides researchers with a tool for assessing\nprogress in open-domain commonsense causal reasoning. COPA consists of 1000 questions, split equally\ninto development and test sets of 500 questions each. Each question is composed of a premise and two\nalternatives, where the task is to select the alternative that more plausibly has a causal relation\nwith the premise. The correct alternative is randomized so that the expected performance of randomly\nguessing is 50%. This dataset is translated and publicly released for 3 languages by AI4Bharat.\n", "citation": " @inproceedings{kakwani2020indicnlpsuite,\n title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\n author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\n year={2020},\n booktitle={Findings of EMNLP},\n}\n\n\n@inproceedings{kakwani2020indicnlpsuite,\ntitle={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\nauthor={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\nyear={2020},\nbooktitle={Findings of EMNLP},\n}\n@inproceedings{Gordon2011SemEval2012T7,\ntitle={SemEval-2012 Task 7: Choice of Plausible Alternatives: An Evaluation of Commonsense Causal Reasoning},\nauthor={Andrew S. Gordon and Zornitsa Kozareva and Melissa Roemmele},\nbooktitle={SemEval@NAACL-HLT},\nyear={2011}\n}\n", "homepage": "https://indicnlp.ai4bharat.org/indic-glue/#natural-language-inference", "license": "", "features": {"premise": {"dtype": "string", "id": null, "_type": "Value"}, "choice1": {"dtype": "string", "id": null, "_type": "Value"}, "choice2": {"dtype": "string", "id": null, "_type": "Value"}, "question": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"dtype": "int32", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "builder_name": "indic_glue", "config_name": "copa.en", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 46049, "num_examples": 400, "dataset_name": "indic_glue"}, "validation": {"name": "validation", "num_bytes": 11695, "num_examples": 100, "dataset_name": "indic_glue"}, "test": {"name": "test", "num_bytes": 55862, "num_examples": 500, "dataset_name": "indic_glue"}}, "download_checksums": {"https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/copa-translated.tar.gz": {"num_bytes": 757679, "checksum": "5f30e91c4071c7fc0f1cbe85195def7aa42637d90df313dc9b85db7f9676d008"}}, "download_size": 757679, "post_processing_size": null, "dataset_size": 113606, "size_in_bytes": 871285}, "copa.hi": {"description": " IndicGLUE is a natural language understanding benchmark for Indian languages. It contains a wide\n variety of tasks and covers 11 major Indian languages - as, bn, gu, hi, kn, ml, mr, or, pa, ta, te.\n\n\nThe Choice Of Plausible Alternatives (COPA) evaluation provides researchers with a tool for assessing\nprogress in open-domain commonsense causal reasoning. COPA consists of 1000 questions, split equally\ninto development and test sets of 500 questions each. Each question is composed of a premise and two\nalternatives, where the task is to select the alternative that more plausibly has a causal relation\nwith the premise. The correct alternative is randomized so that the expected performance of randomly\nguessing is 50%. This dataset is translated and publicly released for 3 languages by AI4Bharat.\n", "citation": " @inproceedings{kakwani2020indicnlpsuite,\n title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\n author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\n year={2020},\n booktitle={Findings of EMNLP},\n}\n\n\n@inproceedings{kakwani2020indicnlpsuite,\ntitle={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\nauthor={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\nyear={2020},\nbooktitle={Findings of EMNLP},\n}\n@inproceedings{Gordon2011SemEval2012T7,\ntitle={SemEval-2012 Task 7: Choice of Plausible Alternatives: An Evaluation of Commonsense Causal Reasoning},\nauthor={Andrew S. Gordon and Zornitsa Kozareva and Melissa Roemmele},\nbooktitle={SemEval@NAACL-HLT},\nyear={2011}\n}\n", "homepage": "https://indicnlp.ai4bharat.org/indic-glue/#natural-language-inference", "license": "", "features": {"premise": {"dtype": "string", "id": null, "_type": "Value"}, "choice1": {"dtype": "string", "id": null, "_type": "Value"}, "choice2": {"dtype": "string", "id": null, "_type": "Value"}, "question": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"dtype": "int32", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "builder_name": "indic_glue", "config_name": "copa.hi", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 93392, "num_examples": 362, "dataset_name": "indic_glue"}, "validation": {"name": "validation", "num_bytes": 23575, "num_examples": 88, "dataset_name": "indic_glue"}, "test": {"name": "test", "num_bytes": 112846, "num_examples": 449, "dataset_name": "indic_glue"}}, "download_checksums": {"https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/copa-translated.tar.gz": {"num_bytes": 757679, "checksum": "5f30e91c4071c7fc0f1cbe85195def7aa42637d90df313dc9b85db7f9676d008"}}, "download_size": 757679, "post_processing_size": null, "dataset_size": 229813, "size_in_bytes": 987492}, "copa.gu": {"description": " IndicGLUE is a natural language understanding benchmark for Indian languages. It contains a wide\n variety of tasks and covers 11 major Indian languages - as, bn, gu, hi, kn, ml, mr, or, pa, ta, te.\n\n\nThe Choice Of Plausible Alternatives (COPA) evaluation provides researchers with a tool for assessing\nprogress in open-domain commonsense causal reasoning. COPA consists of 1000 questions, split equally\ninto development and test sets of 500 questions each. Each question is composed of a premise and two\nalternatives, where the task is to select the alternative that more plausibly has a causal relation\nwith the premise. The correct alternative is randomized so that the expected performance of randomly\nguessing is 50%. This dataset is translated and publicly released for 3 languages by AI4Bharat.\n", "citation": " @inproceedings{kakwani2020indicnlpsuite,\n title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\n author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\n year={2020},\n booktitle={Findings of EMNLP},\n}\n\n\n@inproceedings{kakwani2020indicnlpsuite,\ntitle={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\nauthor={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\nyear={2020},\nbooktitle={Findings of EMNLP},\n}\n@inproceedings{Gordon2011SemEval2012T7,\ntitle={SemEval-2012 Task 7: Choice of Plausible Alternatives: An Evaluation of Commonsense Causal Reasoning},\nauthor={Andrew S. Gordon and Zornitsa Kozareva and Melissa Roemmele},\nbooktitle={SemEval@NAACL-HLT},\nyear={2011}\n}\n", "homepage": "https://indicnlp.ai4bharat.org/indic-glue/#natural-language-inference", "license": "", "features": {"premise": {"dtype": "string", "id": null, "_type": "Value"}, "choice1": {"dtype": "string", "id": null, "_type": "Value"}, "choice2": {"dtype": "string", "id": null, "_type": "Value"}, "question": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"dtype": "int32", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "builder_name": "indic_glue", "config_name": "copa.gu", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 92113, "num_examples": 362, "dataset_name": "indic_glue"}, "validation": {"name": "validation", "num_bytes": 23466, "num_examples": 88, "dataset_name": "indic_glue"}, "test": {"name": "test", "num_bytes": 110013, "num_examples": 448, "dataset_name": "indic_glue"}}, "download_checksums": {"https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/copa-translated.tar.gz": {"num_bytes": 757679, "checksum": "5f30e91c4071c7fc0f1cbe85195def7aa42637d90df313dc9b85db7f9676d008"}}, "download_size": 757679, "post_processing_size": null, "dataset_size": 225592, "size_in_bytes": 983271}, "copa.mr": {"description": " IndicGLUE is a natural language understanding benchmark for Indian languages. It contains a wide\n variety of tasks and covers 11 major Indian languages - as, bn, gu, hi, kn, ml, mr, or, pa, ta, te.\n\n\nThe Choice Of Plausible Alternatives (COPA) evaluation provides researchers with a tool for assessing\nprogress in open-domain commonsense causal reasoning. COPA consists of 1000 questions, split equally\ninto development and test sets of 500 questions each. Each question is composed of a premise and two\nalternatives, where the task is to select the alternative that more plausibly has a causal relation\nwith the premise. The correct alternative is randomized so that the expected performance of randomly\nguessing is 50%. This dataset is translated and publicly released for 3 languages by AI4Bharat.\n", "citation": " @inproceedings{kakwani2020indicnlpsuite,\n title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\n author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\n year={2020},\n booktitle={Findings of EMNLP},\n}\n\n\n@inproceedings{kakwani2020indicnlpsuite,\ntitle={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\nauthor={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\nyear={2020},\nbooktitle={Findings of EMNLP},\n}\n@inproceedings{Gordon2011SemEval2012T7,\ntitle={SemEval-2012 Task 7: Choice of Plausible Alternatives: An Evaluation of Commonsense Causal Reasoning},\nauthor={Andrew S. Gordon and Zornitsa Kozareva and Melissa Roemmele},\nbooktitle={SemEval@NAACL-HLT},\nyear={2011}\n}\n", "homepage": "https://indicnlp.ai4bharat.org/indic-glue/#natural-language-inference", "license": "", "features": {"premise": {"dtype": "string", "id": null, "_type": "Value"}, "choice1": {"dtype": "string", "id": null, "_type": "Value"}, "choice2": {"dtype": "string", "id": null, "_type": "Value"}, "question": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"dtype": "int32", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "builder_name": "indic_glue", "config_name": "copa.mr", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 93457, "num_examples": 362, "dataset_name": "indic_glue"}, "validation": {"name": "validation", "num_bytes": 23890, "num_examples": 88, "dataset_name": "indic_glue"}, "test": {"name": "test", "num_bytes": 112071, "num_examples": 449, "dataset_name": "indic_glue"}}, "download_checksums": {"https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/copa-translated.tar.gz": {"num_bytes": 757679, "checksum": "5f30e91c4071c7fc0f1cbe85195def7aa42637d90df313dc9b85db7f9676d008"}}, "download_size": 757679, "post_processing_size": null, "dataset_size": 229418, "size_in_bytes": 987097}, "sna.bn": {"description": " IndicGLUE is a natural language understanding benchmark for Indian languages. It contains a wide\n variety of tasks and covers 11 major Indian languages - as, bn, gu, hi, kn, ml, mr, or, pa, ta, te.\n\n\nThis dataset is a collection of Bengali News articles. The dataset is used for classifying articles into\n5 different classes namely international, state, kolkata, entertainment and sports.\n", "citation": " @inproceedings{kakwani2020indicnlpsuite,\n title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\n author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\n year={2020},\n booktitle={Findings of EMNLP},\n}\n\n\nhttps://www.kaggle.com/csoham/classification-bengali-news-articles-indicnlp\n", "homepage": "https://indicnlp.ai4bharat.org/indic-glue/#news-category-classification", "license": "", "features": {"text": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"num_classes": 6, "names": ["kolkata", "state", "national", "sports", "entertainment", "international"], "names_file": null, "id": null, "_type": "ClassLabel"}}, "post_processed": null, "supervised_keys": null, "builder_name": "indic_glue", "config_name": "sna.bn", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 46070054, "num_examples": 11284, "dataset_name": "indic_glue"}, "validation": {"name": "validation", "num_bytes": 5648130, "num_examples": 1411, "dataset_name": "indic_glue"}, "test": {"name": "test", "num_bytes": 5799983, "num_examples": 1411, "dataset_name": "indic_glue"}}, "download_checksums": {"https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/soham-articles.tar.gz": {"num_bytes": 11803096, "checksum": "3ef5e7a1917a53791ba0edfbc35151569525bd5c50d9be2561f48fa953caf64d"}}, "download_size": 11803096, "post_processing_size": null, "dataset_size": 57518167, "size_in_bytes": 69321263}, "csqa.as": {"description": " IndicGLUE is a natural language understanding benchmark for Indian languages. It contains a wide\n variety of tasks and covers 11 major Indian languages - as, bn, gu, hi, kn, ml, mr, or, pa, ta, te.\n\n\nGiven a text with an entity randomly masked, the task is to predict that masked entity from a list of 4\ncandidate entities. The dataset contains around 239k examples across 11 languages.\n", "citation": " @inproceedings{kakwani2020indicnlpsuite,\n title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\n author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\n year={2020},\n booktitle={Findings of EMNLP},\n}\n\n\n@inproceedings{kakwani2020indicnlpsuite,\ntitle={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\nauthor={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\nyear={2020},\nbooktitle={Findings of EMNLP},\n}\n", "homepage": "https://indicnlp.ai4bharat.org/indic-glue/#cloze-style-question-answering", "license": "", "features": {"question": {"dtype": "string", "id": null, "_type": "Value"}, "answer": {"dtype": "string", "id": null, "_type": "Value"}, "category": {"dtype": "string", "id": null, "_type": "Value"}, "title": {"dtype": "string", "id": null, "_type": "Value"}, "options": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "out_of_context_options": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}}, "post_processed": null, "supervised_keys": null, "builder_name": "indic_glue", "config_name": "csqa.as", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"test": {"name": "test", "num_bytes": 3800555, "num_examples": 2942, "dataset_name": "indic_glue"}}, "download_checksums": {"https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/wiki-cloze.tar.gz": {"num_bytes": 65099316, "checksum": "9028f77adce320ed4878e22dc88175aa9ee9304188bbd30cbdd274750f4871ef"}}, "download_size": 65099316, "post_processing_size": null, "dataset_size": 3800555, "size_in_bytes": 68899871}, "csqa.bn": {"description": " IndicGLUE is a natural language understanding benchmark for Indian languages. It contains a wide\n variety of tasks and covers 11 major Indian languages - as, bn, gu, hi, kn, ml, mr, or, pa, ta, te.\n\n\nGiven a text with an entity randomly masked, the task is to predict that masked entity from a list of 4\ncandidate entities. The dataset contains around 239k examples across 11 languages.\n", "citation": " @inproceedings{kakwani2020indicnlpsuite,\n title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\n author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\n year={2020},\n booktitle={Findings of EMNLP},\n}\n\n\n@inproceedings{kakwani2020indicnlpsuite,\ntitle={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\nauthor={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\nyear={2020},\nbooktitle={Findings of EMNLP},\n}\n", "homepage": "https://indicnlp.ai4bharat.org/indic-glue/#cloze-style-question-answering", "license": "", "features": {"question": {"dtype": "string", "id": null, "_type": "Value"}, "answer": {"dtype": "string", "id": null, "_type": "Value"}, "category": {"dtype": "string", "id": null, "_type": "Value"}, "title": {"dtype": "string", "id": null, "_type": "Value"}, "options": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "out_of_context_options": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}}, "post_processed": null, "supervised_keys": null, "builder_name": "indic_glue", "config_name": "csqa.bn", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"test": {"name": "test", "num_bytes": 54671146, "num_examples": 38845, "dataset_name": "indic_glue"}}, "download_checksums": {"https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/wiki-cloze.tar.gz": {"num_bytes": 65099316, "checksum": "9028f77adce320ed4878e22dc88175aa9ee9304188bbd30cbdd274750f4871ef"}}, "download_size": 65099316, "post_processing_size": null, "dataset_size": 54671146, "size_in_bytes": 119770462}, "csqa.gu": {"description": " IndicGLUE is a natural language understanding benchmark for Indian languages. It contains a wide\n variety of tasks and covers 11 major Indian languages - as, bn, gu, hi, kn, ml, mr, or, pa, ta, te.\n\n\nGiven a text with an entity randomly masked, the task is to predict that masked entity from a list of 4\ncandidate entities. The dataset contains around 239k examples across 11 languages.\n", "citation": " @inproceedings{kakwani2020indicnlpsuite,\n title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\n author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\n year={2020},\n booktitle={Findings of EMNLP},\n}\n\n\n@inproceedings{kakwani2020indicnlpsuite,\ntitle={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\nauthor={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\nyear={2020},\nbooktitle={Findings of EMNLP},\n}\n", "homepage": "https://indicnlp.ai4bharat.org/indic-glue/#cloze-style-question-answering", "license": "", "features": {"question": {"dtype": "string", "id": null, "_type": "Value"}, "answer": {"dtype": "string", "id": null, "_type": "Value"}, "category": {"dtype": "string", "id": null, "_type": "Value"}, "title": {"dtype": "string", "id": null, "_type": "Value"}, "options": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "out_of_context_options": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}}, "post_processed": null, "supervised_keys": null, "builder_name": "indic_glue", "config_name": "csqa.gu", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"test": {"name": "test", "num_bytes": 29131703, "num_examples": 22861, "dataset_name": "indic_glue"}}, "download_checksums": {"https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/wiki-cloze.tar.gz": {"num_bytes": 65099316, "checksum": "9028f77adce320ed4878e22dc88175aa9ee9304188bbd30cbdd274750f4871ef"}}, "download_size": 65099316, "post_processing_size": null, "dataset_size": 29131703, "size_in_bytes": 94231019}, "csqa.hi": {"description": " IndicGLUE is a natural language understanding benchmark for Indian languages. It contains a wide\n variety of tasks and covers 11 major Indian languages - as, bn, gu, hi, kn, ml, mr, or, pa, ta, te.\n\n\nGiven a text with an entity randomly masked, the task is to predict that masked entity from a list of 4\ncandidate entities. The dataset contains around 239k examples across 11 languages.\n", "citation": " @inproceedings{kakwani2020indicnlpsuite,\n title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\n author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\n year={2020},\n booktitle={Findings of EMNLP},\n}\n\n\n@inproceedings{kakwani2020indicnlpsuite,\ntitle={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\nauthor={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\nyear={2020},\nbooktitle={Findings of EMNLP},\n}\n", "homepage": "https://indicnlp.ai4bharat.org/indic-glue/#cloze-style-question-answering", "license": "", "features": {"question": {"dtype": "string", "id": null, "_type": "Value"}, "answer": {"dtype": "string", "id": null, "_type": "Value"}, "category": {"dtype": "string", "id": null, "_type": "Value"}, "title": {"dtype": "string", "id": null, "_type": "Value"}, "options": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "out_of_context_options": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}}, "post_processed": null, "supervised_keys": null, "builder_name": "indic_glue", "config_name": "csqa.hi", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"test": {"name": "test", "num_bytes": 40409475, "num_examples": 35140, "dataset_name": "indic_glue"}}, "download_checksums": {"https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/wiki-cloze.tar.gz": {"num_bytes": 65099316, "checksum": "9028f77adce320ed4878e22dc88175aa9ee9304188bbd30cbdd274750f4871ef"}}, "download_size": 65099316, "post_processing_size": null, "dataset_size": 40409475, "size_in_bytes": 105508791}, "csqa.kn": {"description": " IndicGLUE is a natural language understanding benchmark for Indian languages. It contains a wide\n variety of tasks and covers 11 major Indian languages - as, bn, gu, hi, kn, ml, mr, or, pa, ta, te.\n\n\nGiven a text with an entity randomly masked, the task is to predict that masked entity from a list of 4\ncandidate entities. The dataset contains around 239k examples across 11 languages.\n", "citation": " @inproceedings{kakwani2020indicnlpsuite,\n title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\n author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\n year={2020},\n booktitle={Findings of EMNLP},\n}\n\n\n@inproceedings{kakwani2020indicnlpsuite,\ntitle={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\nauthor={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\nyear={2020},\nbooktitle={Findings of EMNLP},\n}\n", "homepage": "https://indicnlp.ai4bharat.org/indic-glue/#cloze-style-question-answering", "license": "", "features": {"question": {"dtype": "string", "id": null, "_type": "Value"}, "answer": {"dtype": "string", "id": null, "_type": "Value"}, "category": {"dtype": "string", "id": null, "_type": "Value"}, "title": {"dtype": "string", "id": null, "_type": "Value"}, "options": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "out_of_context_options": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}}, "post_processed": null, "supervised_keys": null, "builder_name": "indic_glue", "config_name": "csqa.kn", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"test": {"name": "test", "num_bytes": 21199880, "num_examples": 13666, "dataset_name": "indic_glue"}}, "download_checksums": {"https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/wiki-cloze.tar.gz": {"num_bytes": 65099316, "checksum": "9028f77adce320ed4878e22dc88175aa9ee9304188bbd30cbdd274750f4871ef"}}, "download_size": 65099316, "post_processing_size": null, "dataset_size": 21199880, "size_in_bytes": 86299196}, "csqa.ml": {"description": " IndicGLUE is a natural language understanding benchmark for Indian languages. It contains a wide\n variety of tasks and covers 11 major Indian languages - as, bn, gu, hi, kn, ml, mr, or, pa, ta, te.\n\n\nGiven a text with an entity randomly masked, the task is to predict that masked entity from a list of 4\ncandidate entities. The dataset contains around 239k examples across 11 languages.\n", "citation": " @inproceedings{kakwani2020indicnlpsuite,\n title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\n author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\n year={2020},\n booktitle={Findings of EMNLP},\n}\n\n\n@inproceedings{kakwani2020indicnlpsuite,\ntitle={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\nauthor={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\nyear={2020},\nbooktitle={Findings of EMNLP},\n}\n", "homepage": "https://indicnlp.ai4bharat.org/indic-glue/#cloze-style-question-answering", "license": "", "features": {"question": {"dtype": "string", "id": null, "_type": "Value"}, "answer": {"dtype": "string", "id": null, "_type": "Value"}, "category": {"dtype": "string", "id": null, "_type": "Value"}, "title": {"dtype": "string", "id": null, "_type": "Value"}, "options": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "out_of_context_options": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}}, "post_processed": null, "supervised_keys": null, "builder_name": "indic_glue", "config_name": "csqa.ml", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"test": {"name": "test", "num_bytes": 47220932, "num_examples": 26537, "dataset_name": "indic_glue"}}, "download_checksums": {"https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/wiki-cloze.tar.gz": {"num_bytes": 65099316, "checksum": "9028f77adce320ed4878e22dc88175aa9ee9304188bbd30cbdd274750f4871ef"}}, "download_size": 65099316, "post_processing_size": null, "dataset_size": 47220932, "size_in_bytes": 112320248}, "csqa.mr": {"description": " IndicGLUE is a natural language understanding benchmark for Indian languages. It contains a wide\n variety of tasks and covers 11 major Indian languages - as, bn, gu, hi, kn, ml, mr, or, pa, ta, te.\n\n\nGiven a text with an entity randomly masked, the task is to predict that masked entity from a list of 4\ncandidate entities. The dataset contains around 239k examples across 11 languages.\n", "citation": " @inproceedings{kakwani2020indicnlpsuite,\n title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\n author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\n year={2020},\n booktitle={Findings of EMNLP},\n}\n\n\n@inproceedings{kakwani2020indicnlpsuite,\ntitle={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\nauthor={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\nyear={2020},\nbooktitle={Findings of EMNLP},\n}\n", "homepage": "https://indicnlp.ai4bharat.org/indic-glue/#cloze-style-question-answering", "license": "", "features": {"question": {"dtype": "string", "id": null, "_type": "Value"}, "answer": {"dtype": "string", "id": null, "_type": "Value"}, "category": {"dtype": "string", "id": null, "_type": "Value"}, "title": {"dtype": "string", "id": null, "_type": "Value"}, "options": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "out_of_context_options": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}}, "post_processed": null, "supervised_keys": null, "builder_name": "indic_glue", "config_name": "csqa.mr", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"test": {"name": "test", "num_bytes": 13667238, "num_examples": 11370, "dataset_name": "indic_glue"}}, "download_checksums": {"https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/wiki-cloze.tar.gz": {"num_bytes": 65099316, "checksum": "9028f77adce320ed4878e22dc88175aa9ee9304188bbd30cbdd274750f4871ef"}}, "download_size": 65099316, "post_processing_size": null, "dataset_size": 13667238, "size_in_bytes": 78766554}, "csqa.or": {"description": " IndicGLUE is a natural language understanding benchmark for Indian languages. It contains a wide\n variety of tasks and covers 11 major Indian languages - as, bn, gu, hi, kn, ml, mr, or, pa, ta, te.\n\n\nGiven a text with an entity randomly masked, the task is to predict that masked entity from a list of 4\ncandidate entities. The dataset contains around 239k examples across 11 languages.\n", "citation": " @inproceedings{kakwani2020indicnlpsuite,\n title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\n author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\n year={2020},\n booktitle={Findings of EMNLP},\n}\n\n\n@inproceedings{kakwani2020indicnlpsuite,\ntitle={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\nauthor={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\nyear={2020},\nbooktitle={Findings of EMNLP},\n}\n", "homepage": "https://indicnlp.ai4bharat.org/indic-glue/#cloze-style-question-answering", "license": "", "features": {"question": {"dtype": "string", "id": null, "_type": "Value"}, "answer": {"dtype": "string", "id": null, "_type": "Value"}, "category": {"dtype": "string", "id": null, "_type": "Value"}, "title": {"dtype": "string", "id": null, "_type": "Value"}, "options": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "out_of_context_options": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}}, "post_processed": null, "supervised_keys": null, "builder_name": "indic_glue", "config_name": "csqa.or", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"test": {"name": "test", "num_bytes": 2562397, "num_examples": 1975, "dataset_name": "indic_glue"}}, "download_checksums": {"https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/wiki-cloze.tar.gz": {"num_bytes": 65099316, "checksum": "9028f77adce320ed4878e22dc88175aa9ee9304188bbd30cbdd274750f4871ef"}}, "download_size": 65099316, "post_processing_size": null, "dataset_size": 2562397, "size_in_bytes": 67661713}, "csqa.pa": {"description": " IndicGLUE is a natural language understanding benchmark for Indian languages. It contains a wide\n variety of tasks and covers 11 major Indian languages - as, bn, gu, hi, kn, ml, mr, or, pa, ta, te.\n\n\nGiven a text with an entity randomly masked, the task is to predict that masked entity from a list of 4\ncandidate entities. The dataset contains around 239k examples across 11 languages.\n", "citation": " @inproceedings{kakwani2020indicnlpsuite,\n title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\n author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\n year={2020},\n booktitle={Findings of EMNLP},\n}\n\n\n@inproceedings{kakwani2020indicnlpsuite,\ntitle={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\nauthor={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\nyear={2020},\nbooktitle={Findings of EMNLP},\n}\n", "homepage": "https://indicnlp.ai4bharat.org/indic-glue/#cloze-style-question-answering", "license": "", "features": {"question": {"dtype": "string", "id": null, "_type": "Value"}, "answer": {"dtype": "string", "id": null, "_type": "Value"}, "category": {"dtype": "string", "id": null, "_type": "Value"}, "title": {"dtype": "string", "id": null, "_type": "Value"}, "options": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "out_of_context_options": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}}, "post_processed": null, "supervised_keys": null, "builder_name": "indic_glue", "config_name": "csqa.pa", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"test": {"name": "test", "num_bytes": 5806129, "num_examples": 5667, "dataset_name": "indic_glue"}}, "download_checksums": {"https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/wiki-cloze.tar.gz": {"num_bytes": 65099316, "checksum": "9028f77adce320ed4878e22dc88175aa9ee9304188bbd30cbdd274750f4871ef"}}, "download_size": 65099316, "post_processing_size": null, "dataset_size": 5806129, "size_in_bytes": 70905445}, "csqa.ta": {"description": " IndicGLUE is a natural language understanding benchmark for Indian languages. It contains a wide\n variety of tasks and covers 11 major Indian languages - as, bn, gu, hi, kn, ml, mr, or, pa, ta, te.\n\n\nGiven a text with an entity randomly masked, the task is to predict that masked entity from a list of 4\ncandidate entities. The dataset contains around 239k examples across 11 languages.\n", "citation": " @inproceedings{kakwani2020indicnlpsuite,\n title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\n author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\n year={2020},\n booktitle={Findings of EMNLP},\n}\n\n\n@inproceedings{kakwani2020indicnlpsuite,\ntitle={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\nauthor={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\nyear={2020},\nbooktitle={Findings of EMNLP},\n}\n", "homepage": "https://indicnlp.ai4bharat.org/indic-glue/#cloze-style-question-answering", "license": "", "features": {"question": {"dtype": "string", "id": null, "_type": "Value"}, "answer": {"dtype": "string", "id": null, "_type": "Value"}, "category": {"dtype": "string", "id": null, "_type": "Value"}, "title": {"dtype": "string", "id": null, "_type": "Value"}, "options": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "out_of_context_options": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}}, "post_processed": null, "supervised_keys": null, "builder_name": "indic_glue", "config_name": "csqa.ta", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"test": {"name": "test", "num_bytes": 61868609, "num_examples": 38590, "dataset_name": "indic_glue"}}, "download_checksums": {"https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/wiki-cloze.tar.gz": {"num_bytes": 65099316, "checksum": "9028f77adce320ed4878e22dc88175aa9ee9304188bbd30cbdd274750f4871ef"}}, "download_size": 65099316, "post_processing_size": null, "dataset_size": 61868609, "size_in_bytes": 126967925}, "csqa.te": {"description": " IndicGLUE is a natural language understanding benchmark for Indian languages. It contains a wide\n variety of tasks and covers 11 major Indian languages - as, bn, gu, hi, kn, ml, mr, or, pa, ta, te.\n\n\nGiven a text with an entity randomly masked, the task is to predict that masked entity from a list of 4\ncandidate entities. The dataset contains around 239k examples across 11 languages.\n", "citation": " @inproceedings{kakwani2020indicnlpsuite,\n title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\n author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\n year={2020},\n booktitle={Findings of EMNLP},\n}\n\n\n@inproceedings{kakwani2020indicnlpsuite,\ntitle={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\nauthor={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\nyear={2020},\nbooktitle={Findings of EMNLP},\n}\n", "homepage": "https://indicnlp.ai4bharat.org/indic-glue/#cloze-style-question-answering", "license": "", "features": {"question": {"dtype": "string", "id": null, "_type": "Value"}, "answer": {"dtype": "string", "id": null, "_type": "Value"}, "category": {"dtype": "string", "id": null, "_type": "Value"}, "title": {"dtype": "string", "id": null, "_type": "Value"}, "options": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "out_of_context_options": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}}, "post_processed": null, "supervised_keys": null, "builder_name": "indic_glue", "config_name": "csqa.te", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"test": {"name": "test", "num_bytes": 58785157, "num_examples": 41338, "dataset_name": "indic_glue"}}, "download_checksums": {"https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/wiki-cloze.tar.gz": {"num_bytes": 65099316, "checksum": "9028f77adce320ed4878e22dc88175aa9ee9304188bbd30cbdd274750f4871ef"}}, "download_size": 65099316, "post_processing_size": null, "dataset_size": 58785157, "size_in_bytes": 123884473}, "wstp.as": {"description": " IndicGLUE is a natural language understanding benchmark for Indian languages. It contains a wide\n variety of tasks and covers 11 major Indian languages - as, bn, gu, hi, kn, ml, mr, or, pa, ta, te.\n\n\nPredict the correct title for a Wikipedia section from a given list of four candidate titles.\nThe dataset has 400k examples across 11 Indian languages.\n", "citation": " @inproceedings{kakwani2020indicnlpsuite,\n title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\n author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\n year={2020},\n booktitle={Findings of EMNLP},\n}\n\n\n@inproceedings{kakwani2020indicnlpsuite,\ntitle={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\nauthor={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\nyear={2020},\nbooktitle={Findings of EMNLP},\n}\n", "homepage": "https://indicnlp.ai4bharat.org/indic-glue/#wikipedia-section-title-prediction", "license": "", "features": {"sectionText": {"dtype": "string", "id": null, "_type": "Value"}, "correctTitle": {"dtype": "string", "id": null, "_type": "Value"}, "titleA": {"dtype": "string", "id": null, "_type": "Value"}, "titleB": {"dtype": "string", "id": null, "_type": "Value"}, "titleC": {"dtype": "string", "id": null, "_type": "Value"}, "titleD": {"dtype": "string", "id": null, "_type": "Value"}, "url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "builder_name": "indic_glue", "config_name": "wstp.as", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 13581364, "num_examples": 5000, "dataset_name": "indic_glue"}, "validation": {"name": "validation", "num_bytes": 1698996, "num_examples": 625, "dataset_name": "indic_glue"}, "test": {"name": "test", "num_bytes": 1697678, "num_examples": 626, "dataset_name": "indic_glue"}}, "download_checksums": {"https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/wiki-section-titles.tar.gz": {"num_bytes": 242008091, "checksum": "fa9172954836a1f94041e5b5ae64420ce0225f43d24d0121d0a57498fee74258"}}, "download_size": 242008091, "post_processing_size": null, "dataset_size": 16978038, "size_in_bytes": 258986129}, "wstp.bn": {"description": " IndicGLUE is a natural language understanding benchmark for Indian languages. It contains a wide\n variety of tasks and covers 11 major Indian languages - as, bn, gu, hi, kn, ml, mr, or, pa, ta, te.\n\n\nPredict the correct title for a Wikipedia section from a given list of four candidate titles.\nThe dataset has 400k examples across 11 Indian languages.\n", "citation": " @inproceedings{kakwani2020indicnlpsuite,\n title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\n author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\n year={2020},\n booktitle={Findings of EMNLP},\n}\n\n\n@inproceedings{kakwani2020indicnlpsuite,\ntitle={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\nauthor={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\nyear={2020},\nbooktitle={Findings of EMNLP},\n}\n", "homepage": "https://indicnlp.ai4bharat.org/indic-glue/#wikipedia-section-title-prediction", "license": "", "features": {"sectionText": {"dtype": "string", "id": null, "_type": "Value"}, "correctTitle": {"dtype": "string", "id": null, "_type": "Value"}, "titleA": {"dtype": "string", "id": null, "_type": "Value"}, "titleB": {"dtype": "string", "id": null, "_type": "Value"}, "titleC": {"dtype": "string", "id": null, "_type": "Value"}, "titleD": {"dtype": "string", "id": null, "_type": "Value"}, "url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "builder_name": "indic_glue", "config_name": "wstp.bn", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 143340597, "num_examples": 47580, "dataset_name": "indic_glue"}, "validation": {"name": "validation", "num_bytes": 17759264, "num_examples": 5947, "dataset_name": "indic_glue"}, "test": {"name": "test", "num_bytes": 17633893, "num_examples": 5948, "dataset_name": "indic_glue"}}, "download_checksums": {"https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/wiki-section-titles.tar.gz": {"num_bytes": 242008091, "checksum": "fa9172954836a1f94041e5b5ae64420ce0225f43d24d0121d0a57498fee74258"}}, "download_size": 242008091, "post_processing_size": null, "dataset_size": 178733754, "size_in_bytes": 420741845}, "wstp.gu": {"description": " IndicGLUE is a natural language understanding benchmark for Indian languages. It contains a wide\n variety of tasks and covers 11 major Indian languages - as, bn, gu, hi, kn, ml, mr, or, pa, ta, te.\n\n\nPredict the correct title for a Wikipedia section from a given list of four candidate titles.\nThe dataset has 400k examples across 11 Indian languages.\n", "citation": " @inproceedings{kakwani2020indicnlpsuite,\n title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\n author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\n year={2020},\n booktitle={Findings of EMNLP},\n}\n\n\n@inproceedings{kakwani2020indicnlpsuite,\ntitle={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\nauthor={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\nyear={2020},\nbooktitle={Findings of EMNLP},\n}\n", "homepage": "https://indicnlp.ai4bharat.org/indic-glue/#wikipedia-section-title-prediction", "license": "", "features": {"sectionText": {"dtype": "string", "id": null, "_type": "Value"}, "correctTitle": {"dtype": "string", "id": null, "_type": "Value"}, "titleA": {"dtype": "string", "id": null, "_type": "Value"}, "titleB": {"dtype": "string", "id": null, "_type": "Value"}, "titleC": {"dtype": "string", "id": null, "_type": "Value"}, "titleD": {"dtype": "string", "id": null, "_type": "Value"}, "url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "builder_name": "indic_glue", "config_name": "wstp.gu", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 39353520, "num_examples": 10004, "dataset_name": "indic_glue"}, "validation": {"name": "validation", "num_bytes": 4887780, "num_examples": 1251, "dataset_name": "indic_glue"}, "test": {"name": "test", "num_bytes": 4699186, "num_examples": 1251, "dataset_name": "indic_glue"}}, "download_checksums": {"https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/wiki-section-titles.tar.gz": {"num_bytes": 242008091, "checksum": "fa9172954836a1f94041e5b5ae64420ce0225f43d24d0121d0a57498fee74258"}}, "download_size": 242008091, "post_processing_size": null, "dataset_size": 48940486, "size_in_bytes": 290948577}, "wstp.hi": {"description": " IndicGLUE is a natural language understanding benchmark for Indian languages. It contains a wide\n variety of tasks and covers 11 major Indian languages - as, bn, gu, hi, kn, ml, mr, or, pa, ta, te.\n\n\nPredict the correct title for a Wikipedia section from a given list of four candidate titles.\nThe dataset has 400k examples across 11 Indian languages.\n", "citation": " @inproceedings{kakwani2020indicnlpsuite,\n title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\n author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\n year={2020},\n booktitle={Findings of EMNLP},\n}\n\n\n@inproceedings{kakwani2020indicnlpsuite,\ntitle={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\nauthor={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\nyear={2020},\nbooktitle={Findings of EMNLP},\n}\n", "homepage": "https://indicnlp.ai4bharat.org/indic-glue/#wikipedia-section-title-prediction", "license": "", "features": {"sectionText": {"dtype": "string", "id": null, "_type": "Value"}, "correctTitle": {"dtype": "string", "id": null, "_type": "Value"}, "titleA": {"dtype": "string", "id": null, "_type": "Value"}, "titleB": {"dtype": "string", "id": null, "_type": "Value"}, "titleC": {"dtype": "string", "id": null, "_type": "Value"}, "titleD": {"dtype": "string", "id": null, "_type": "Value"}, "url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "builder_name": "indic_glue", "config_name": "wstp.hi", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 158529718, "num_examples": 44069, "dataset_name": "indic_glue"}, "validation": {"name": "validation", "num_bytes": 19371932, "num_examples": 5509, "dataset_name": "indic_glue"}, "test": {"name": "test", "num_bytes": 19593029, "num_examples": 5509, "dataset_name": "indic_glue"}}, "download_checksums": {"https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/wiki-section-titles.tar.gz": {"num_bytes": 242008091, "checksum": "fa9172954836a1f94041e5b5ae64420ce0225f43d24d0121d0a57498fee74258"}}, "download_size": 242008091, "post_processing_size": null, "dataset_size": 197494679, "size_in_bytes": 439502770}, "wstp.kn": {"description": " IndicGLUE is a natural language understanding benchmark for Indian languages. It contains a wide\n variety of tasks and covers 11 major Indian languages - as, bn, gu, hi, kn, ml, mr, or, pa, ta, te.\n\n\nPredict the correct title for a Wikipedia section from a given list of four candidate titles.\nThe dataset has 400k examples across 11 Indian languages.\n", "citation": " @inproceedings{kakwani2020indicnlpsuite,\n title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\n author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\n year={2020},\n booktitle={Findings of EMNLP},\n}\n\n\n@inproceedings{kakwani2020indicnlpsuite,\ntitle={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\nauthor={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\nyear={2020},\nbooktitle={Findings of EMNLP},\n}\n", "homepage": "https://indicnlp.ai4bharat.org/indic-glue/#wikipedia-section-title-prediction", "license": "", "features": {"sectionText": {"dtype": "string", "id": null, "_type": "Value"}, "correctTitle": {"dtype": "string", "id": null, "_type": "Value"}, "titleA": {"dtype": "string", "id": null, "_type": "Value"}, "titleB": {"dtype": "string", "id": null, "_type": "Value"}, "titleC": {"dtype": "string", "id": null, "_type": "Value"}, "titleD": {"dtype": "string", "id": null, "_type": "Value"}, "url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "builder_name": "indic_glue", "config_name": "wstp.kn", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 139950425, "num_examples": 35379, "dataset_name": "indic_glue"}, "validation": {"name": "validation", "num_bytes": 17789810, "num_examples": 4422, "dataset_name": "indic_glue"}, "test": {"name": "test", "num_bytes": 17897059, "num_examples": 4423, "dataset_name": "indic_glue"}}, "download_checksums": {"https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/wiki-section-titles.tar.gz": {"num_bytes": 242008091, "checksum": "fa9172954836a1f94041e5b5ae64420ce0225f43d24d0121d0a57498fee74258"}}, "download_size": 242008091, "post_processing_size": null, "dataset_size": 175637294, "size_in_bytes": 417645385}, "wstp.ml": {"description": " IndicGLUE is a natural language understanding benchmark for Indian languages. It contains a wide\n variety of tasks and covers 11 major Indian languages - as, bn, gu, hi, kn, ml, mr, or, pa, ta, te.\n\n\nPredict the correct title for a Wikipedia section from a given list of four candidate titles.\nThe dataset has 400k examples across 11 Indian languages.\n", "citation": " @inproceedings{kakwani2020indicnlpsuite,\n title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\n author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\n year={2020},\n booktitle={Findings of EMNLP},\n}\n\n\n@inproceedings{kakwani2020indicnlpsuite,\ntitle={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\nauthor={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\nyear={2020},\nbooktitle={Findings of EMNLP},\n}\n", "homepage": "https://indicnlp.ai4bharat.org/indic-glue/#wikipedia-section-title-prediction", "license": "", "features": {"sectionText": {"dtype": "string", "id": null, "_type": "Value"}, "correctTitle": {"dtype": "string", "id": null, "_type": "Value"}, "titleA": {"dtype": "string", "id": null, "_type": "Value"}, "titleB": {"dtype": "string", "id": null, "_type": "Value"}, "titleC": {"dtype": "string", "id": null, "_type": "Value"}, "titleD": {"dtype": "string", "id": null, "_type": "Value"}, "url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "builder_name": "indic_glue", "config_name": "wstp.ml", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 88360588, "num_examples": 27527, "dataset_name": "indic_glue"}, "validation": {"name": "validation", "num_bytes": 11193368, "num_examples": 3441, "dataset_name": "indic_glue"}, "test": {"name": "test", "num_bytes": 11150942, "num_examples": 3441, "dataset_name": "indic_glue"}}, "download_checksums": {"https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/wiki-section-titles.tar.gz": {"num_bytes": 242008091, "checksum": "fa9172954836a1f94041e5b5ae64420ce0225f43d24d0121d0a57498fee74258"}}, "download_size": 242008091, "post_processing_size": null, "dataset_size": 110704898, "size_in_bytes": 352712989}, "wstp.mr": {"description": " IndicGLUE is a natural language understanding benchmark for Indian languages. It contains a wide\n variety of tasks and covers 11 major Indian languages - as, bn, gu, hi, kn, ml, mr, or, pa, ta, te.\n\n\nPredict the correct title for a Wikipedia section from a given list of four candidate titles.\nThe dataset has 400k examples across 11 Indian languages.\n", "citation": " @inproceedings{kakwani2020indicnlpsuite,\n title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\n author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\n year={2020},\n booktitle={Findings of EMNLP},\n}\n\n\n@inproceedings{kakwani2020indicnlpsuite,\ntitle={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\nauthor={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\nyear={2020},\nbooktitle={Findings of EMNLP},\n}\n", "homepage": "https://indicnlp.ai4bharat.org/indic-glue/#wikipedia-section-title-prediction", "license": "", "features": {"sectionText": {"dtype": "string", "id": null, "_type": "Value"}, "correctTitle": {"dtype": "string", "id": null, "_type": "Value"}, "titleA": {"dtype": "string", "id": null, "_type": "Value"}, "titleB": {"dtype": "string", "id": null, "_type": "Value"}, "titleC": {"dtype": "string", "id": null, "_type": "Value"}, "titleD": {"dtype": "string", "id": null, "_type": "Value"}, "url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "builder_name": "indic_glue", "config_name": "wstp.mr", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 28302397, "num_examples": 10446, "dataset_name": "indic_glue"}, "validation": {"name": "validation", "num_bytes": 3328826, "num_examples": 1306, "dataset_name": "indic_glue"}, "test": {"name": "test", "num_bytes": 3631712, "num_examples": 1306, "dataset_name": "indic_glue"}}, "download_checksums": {"https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/wiki-section-titles.tar.gz": {"num_bytes": 242008091, "checksum": "fa9172954836a1f94041e5b5ae64420ce0225f43d24d0121d0a57498fee74258"}}, "download_size": 242008091, "post_processing_size": null, "dataset_size": 35262935, "size_in_bytes": 277271026}, "wstp.or": {"description": " IndicGLUE is a natural language understanding benchmark for Indian languages. It contains a wide\n variety of tasks and covers 11 major Indian languages - as, bn, gu, hi, kn, ml, mr, or, pa, ta, te.\n\n\nPredict the correct title for a Wikipedia section from a given list of four candidate titles.\nThe dataset has 400k examples across 11 Indian languages.\n", "citation": " @inproceedings{kakwani2020indicnlpsuite,\n title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\n author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\n year={2020},\n booktitle={Findings of EMNLP},\n}\n\n\n@inproceedings{kakwani2020indicnlpsuite,\ntitle={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\nauthor={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\nyear={2020},\nbooktitle={Findings of EMNLP},\n}\n", "homepage": "https://indicnlp.ai4bharat.org/indic-glue/#wikipedia-section-title-prediction", "license": "", "features": {"sectionText": {"dtype": "string", "id": null, "_type": "Value"}, "correctTitle": {"dtype": "string", "id": null, "_type": "Value"}, "titleA": {"dtype": "string", "id": null, "_type": "Value"}, "titleB": {"dtype": "string", "id": null, "_type": "Value"}, "titleC": {"dtype": "string", "id": null, "_type": "Value"}, "titleD": {"dtype": "string", "id": null, "_type": "Value"}, "url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "builder_name": "indic_glue", "config_name": "wstp.or", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 10900034, "num_examples": 4015, "dataset_name": "indic_glue"}, "validation": {"name": "validation", "num_bytes": 1264963, "num_examples": 502, "dataset_name": "indic_glue"}, "test": {"name": "test", "num_bytes": 1344680, "num_examples": 502, "dataset_name": "indic_glue"}}, "download_checksums": {"https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/wiki-section-titles.tar.gz": {"num_bytes": 242008091, "checksum": "fa9172954836a1f94041e5b5ae64420ce0225f43d24d0121d0a57498fee74258"}}, "download_size": 242008091, "post_processing_size": null, "dataset_size": 13509677, "size_in_bytes": 255517768}, "wstp.pa": {"description": " IndicGLUE is a natural language understanding benchmark for Indian languages. It contains a wide\n variety of tasks and covers 11 major Indian languages - as, bn, gu, hi, kn, ml, mr, or, pa, ta, te.\n\n\nPredict the correct title for a Wikipedia section from a given list of four candidate titles.\nThe dataset has 400k examples across 11 Indian languages.\n", "citation": " @inproceedings{kakwani2020indicnlpsuite,\n title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\n author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\n year={2020},\n booktitle={Findings of EMNLP},\n}\n\n\n@inproceedings{kakwani2020indicnlpsuite,\ntitle={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\nauthor={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\nyear={2020},\nbooktitle={Findings of EMNLP},\n}\n", "homepage": "https://indicnlp.ai4bharat.org/indic-glue/#wikipedia-section-title-prediction", "license": "", "features": {"sectionText": {"dtype": "string", "id": null, "_type": "Value"}, "correctTitle": {"dtype": "string", "id": null, "_type": "Value"}, "titleA": {"dtype": "string", "id": null, "_type": "Value"}, "titleB": {"dtype": "string", "id": null, "_type": "Value"}, "titleC": {"dtype": "string", "id": null, "_type": "Value"}, "titleD": {"dtype": "string", "id": null, "_type": "Value"}, "url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "builder_name": "indic_glue", "config_name": "wstp.pa", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 22189758, "num_examples": 8772, "dataset_name": "indic_glue"}, "validation": {"name": "validation", "num_bytes": 2789214, "num_examples": 1097, "dataset_name": "indic_glue"}, "test": {"name": "test", "num_bytes": 2685795, "num_examples": 1097, "dataset_name": "indic_glue"}}, "download_checksums": {"https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/wiki-section-titles.tar.gz": {"num_bytes": 242008091, "checksum": "fa9172954836a1f94041e5b5ae64420ce0225f43d24d0121d0a57498fee74258"}}, "download_size": 242008091, "post_processing_size": null, "dataset_size": 27664767, "size_in_bytes": 269672858}, "wstp.ta": {"description": " IndicGLUE is a natural language understanding benchmark for Indian languages. It contains a wide\n variety of tasks and covers 11 major Indian languages - as, bn, gu, hi, kn, ml, mr, or, pa, ta, te.\n\n\nPredict the correct title for a Wikipedia section from a given list of four candidate titles.\nThe dataset has 400k examples across 11 Indian languages.\n", "citation": " @inproceedings{kakwani2020indicnlpsuite,\n title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\n author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\n year={2020},\n booktitle={Findings of EMNLP},\n}\n\n\n@inproceedings{kakwani2020indicnlpsuite,\ntitle={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\nauthor={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\nyear={2020},\nbooktitle={Findings of EMNLP},\n}\n", "homepage": "https://indicnlp.ai4bharat.org/indic-glue/#wikipedia-section-title-prediction", "license": "", "features": {"sectionText": {"dtype": "string", "id": null, "_type": "Value"}, "correctTitle": {"dtype": "string", "id": null, "_type": "Value"}, "titleA": {"dtype": "string", "id": null, "_type": "Value"}, "titleB": {"dtype": "string", "id": null, "_type": "Value"}, "titleC": {"dtype": "string", "id": null, "_type": "Value"}, "titleD": {"dtype": "string", "id": null, "_type": "Value"}, "url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "builder_name": "indic_glue", "config_name": "wstp.ta", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 151929358, "num_examples": 48940, "dataset_name": "indic_glue"}, "validation": {"name": "validation", "num_bytes": 18817195, "num_examples": 6117, "dataset_name": "indic_glue"}, "test": {"name": "test", "num_bytes": 18815099, "num_examples": 6118, "dataset_name": "indic_glue"}}, "download_checksums": {"https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/wiki-section-titles.tar.gz": {"num_bytes": 242008091, "checksum": "fa9172954836a1f94041e5b5ae64420ce0225f43d24d0121d0a57498fee74258"}}, "download_size": 242008091, "post_processing_size": null, "dataset_size": 189561652, "size_in_bytes": 431569743}, "wstp.te": {"description": " IndicGLUE is a natural language understanding benchmark for Indian languages. It contains a wide\n variety of tasks and covers 11 major Indian languages - as, bn, gu, hi, kn, ml, mr, or, pa, ta, te.\n\n\nPredict the correct title for a Wikipedia section from a given list of four candidate titles.\nThe dataset has 400k examples across 11 Indian languages.\n", "citation": " @inproceedings{kakwani2020indicnlpsuite,\n title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\n author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\n year={2020},\n booktitle={Findings of EMNLP},\n}\n\n\n@inproceedings{kakwani2020indicnlpsuite,\ntitle={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\nauthor={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\nyear={2020},\nbooktitle={Findings of EMNLP},\n}\n", "homepage": "https://indicnlp.ai4bharat.org/indic-glue/#wikipedia-section-title-prediction", "license": "", "features": {"sectionText": {"dtype": "string", "id": null, "_type": "Value"}, "correctTitle": {"dtype": "string", "id": null, "_type": "Value"}, "titleA": {"dtype": "string", "id": null, "_type": "Value"}, "titleB": {"dtype": "string", "id": null, "_type": "Value"}, "titleC": {"dtype": "string", "id": null, "_type": "Value"}, "titleD": {"dtype": "string", "id": null, "_type": "Value"}, "url": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "builder_name": "indic_glue", "config_name": "wstp.te", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 151696915, "num_examples": 80000, "dataset_name": "indic_glue"}, "validation": {"name": "validation", "num_bytes": 19003197, "num_examples": 10000, "dataset_name": "indic_glue"}, "test": {"name": "test", "num_bytes": 18991941, "num_examples": 10000, "dataset_name": "indic_glue"}}, "download_checksums": {"https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/wiki-section-titles.tar.gz": {"num_bytes": 242008091, "checksum": "fa9172954836a1f94041e5b5ae64420ce0225f43d24d0121d0a57498fee74258"}}, "download_size": 242008091, "post_processing_size": null, "dataset_size": 189692053, "size_in_bytes": 431700144}, "inltkh.gu": {"description": " IndicGLUE is a natural language understanding benchmark for Indian languages. It contains a wide\n variety of tasks and covers 11 major Indian languages - as, bn, gu, hi, kn, ml, mr, or, pa, ta, te.\n\n\nObtained from inltk project. The corpus is a collection of headlines tagged with their news category.\nAvailable for langauges: gu, ml, mr and ta.\n", "citation": " @inproceedings{kakwani2020indicnlpsuite,\n title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\n author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\n year={2020},\n booktitle={Findings of EMNLP},\n}\n\n\nhttps://github.com/goru001/inltk\n", "homepage": "https://indicnlp.ai4bharat.org/indic-glue/#news-category-classification", "license": "", "features": {"text": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"num_classes": 10, "names": ["entertainment", "business", "tech", "sports", "state", "spirituality", "tamil-cinema", "positive", "negative", "neutral"], "names_file": null, "id": null, "_type": "ClassLabel"}}, "post_processed": null, "supervised_keys": null, "builder_name": "indic_glue", "config_name": "inltkh.gu", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 883067, "num_examples": 5269, "dataset_name": "indic_glue"}, "validation": {"name": "validation", "num_bytes": 111205, "num_examples": 659, "dataset_name": "indic_glue"}, "test": {"name": "test", "num_bytes": 110761, "num_examples": 659, "dataset_name": "indic_glue"}}, "download_checksums": {"https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/inltk-headlines.tar.gz": {"num_bytes": 2054771, "checksum": "b38578ebd4763806828272952f48f750c06cc9807a8c0092fd54a48299188a02"}}, "download_size": 2054771, "post_processing_size": null, "dataset_size": 1105033, "size_in_bytes": 3159804}, "inltkh.ml": {"description": " IndicGLUE is a natural language understanding benchmark for Indian languages. It contains a wide\n variety of tasks and covers 11 major Indian languages - as, bn, gu, hi, kn, ml, mr, or, pa, ta, te.\n\n\nObtained from inltk project. The corpus is a collection of headlines tagged with their news category.\nAvailable for langauges: gu, ml, mr and ta.\n", "citation": " @inproceedings{kakwani2020indicnlpsuite,\n title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\n author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\n year={2020},\n booktitle={Findings of EMNLP},\n}\n\n\nhttps://github.com/goru001/inltk\n", "homepage": "https://indicnlp.ai4bharat.org/indic-glue/#news-category-classification", "license": "", "features": {"text": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"num_classes": 10, "names": ["entertainment", "business", "tech", "sports", "state", "spirituality", "tamil-cinema", "positive", "negative", "neutral"], "names_file": null, "id": null, "_type": "ClassLabel"}}, "post_processed": null, "supervised_keys": null, "builder_name": "indic_glue", "config_name": "inltkh.ml", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1108149, "num_examples": 5036, "dataset_name": "indic_glue"}, "validation": {"name": "validation", "num_bytes": 140059, "num_examples": 630, "dataset_name": "indic_glue"}, "test": {"name": "test", "num_bytes": 138851, "num_examples": 630, "dataset_name": "indic_glue"}}, "download_checksums": {"https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/inltk-headlines.tar.gz": {"num_bytes": 2054771, "checksum": "b38578ebd4763806828272952f48f750c06cc9807a8c0092fd54a48299188a02"}}, "download_size": 2054771, "post_processing_size": null, "dataset_size": 1387059, "size_in_bytes": 3441830}, "inltkh.mr": {"description": " IndicGLUE is a natural language understanding benchmark for Indian languages. It contains a wide\n variety of tasks and covers 11 major Indian languages - as, bn, gu, hi, kn, ml, mr, or, pa, ta, te.\n\n\nObtained from inltk project. The corpus is a collection of headlines tagged with their news category.\nAvailable for langauges: gu, ml, mr and ta.\n", "citation": " @inproceedings{kakwani2020indicnlpsuite,\n title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\n author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\n year={2020},\n booktitle={Findings of EMNLP},\n}\n\n\nhttps://github.com/goru001/inltk\n", "homepage": "https://indicnlp.ai4bharat.org/indic-glue/#news-category-classification", "license": "", "features": {"text": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"num_classes": 10, "names": ["entertainment", "business", "tech", "sports", "state", "spirituality", "tamil-cinema", "positive", "negative", "neutral"], "names_file": null, "id": null, "_type": "ClassLabel"}}, "post_processed": null, "supervised_keys": null, "builder_name": "indic_glue", "config_name": "inltkh.mr", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1462618, "num_examples": 9672, "dataset_name": "indic_glue"}, "validation": {"name": "validation", "num_bytes": 180310, "num_examples": 1210, "dataset_name": "indic_glue"}, "test": {"name": "test", "num_bytes": 180562, "num_examples": 1210, "dataset_name": "indic_glue"}}, "download_checksums": {"https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/inltk-headlines.tar.gz": {"num_bytes": 2054771, "checksum": "b38578ebd4763806828272952f48f750c06cc9807a8c0092fd54a48299188a02"}}, "download_size": 2054771, "post_processing_size": null, "dataset_size": 1823490, "size_in_bytes": 3878261}, "inltkh.ta": {"description": " IndicGLUE is a natural language understanding benchmark for Indian languages. It contains a wide\n variety of tasks and covers 11 major Indian languages - as, bn, gu, hi, kn, ml, mr, or, pa, ta, te.\n\n\nObtained from inltk project. The corpus is a collection of headlines tagged with their news category.\nAvailable for langauges: gu, ml, mr and ta.\n", "citation": " @inproceedings{kakwani2020indicnlpsuite,\n title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\n author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\n year={2020},\n booktitle={Findings of EMNLP},\n}\n\n\nhttps://github.com/goru001/inltk\n", "homepage": "https://indicnlp.ai4bharat.org/indic-glue/#news-category-classification", "license": "", "features": {"text": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"num_classes": 10, "names": ["entertainment", "business", "tech", "sports", "state", "spirituality", "tamil-cinema", "positive", "negative", "neutral"], "names_file": null, "id": null, "_type": "ClassLabel"}}, "post_processed": null, "supervised_keys": null, "builder_name": "indic_glue", "config_name": "inltkh.ta", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 2659573, "num_examples": 5346, "dataset_name": "indic_glue"}, "validation": {"name": "validation", "num_bytes": 316087, "num_examples": 669, "dataset_name": "indic_glue"}, "test": {"name": "test", "num_bytes": 320469, "num_examples": 669, "dataset_name": "indic_glue"}}, "download_checksums": {"https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/inltk-headlines.tar.gz": {"num_bytes": 2054771, "checksum": "b38578ebd4763806828272952f48f750c06cc9807a8c0092fd54a48299188a02"}}, "download_size": 2054771, "post_processing_size": null, "dataset_size": 3296129, "size_in_bytes": 5350900}, "inltkh.te": {"description": " IndicGLUE is a natural language understanding benchmark for Indian languages. It contains a wide\n variety of tasks and covers 11 major Indian languages - as, bn, gu, hi, kn, ml, mr, or, pa, ta, te.\n\n\nObtained from inltk project. The corpus is a collection of headlines tagged with their news category.\nAvailable for langauges: gu, ml, mr and ta.\n", "citation": " @inproceedings{kakwani2020indicnlpsuite,\n title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\n author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\n year={2020},\n booktitle={Findings of EMNLP},\n}\n\n\nhttps://github.com/goru001/inltk\n", "homepage": "https://indicnlp.ai4bharat.org/indic-glue/#news-category-classification", "license": "", "features": {"text": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"num_classes": 10, "names": ["entertainment", "business", "tech", "sports", "state", "spirituality", "tamil-cinema", "positive", "negative", "neutral"], "names_file": null, "id": null, "_type": "ClassLabel"}}, "post_processed": null, "supervised_keys": null, "builder_name": "indic_glue", "config_name": "inltkh.te", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1361671, "num_examples": 4328, "dataset_name": "indic_glue"}, "validation": {"name": "validation", "num_bytes": 170475, "num_examples": 541, "dataset_name": "indic_glue"}, "test": {"name": "test", "num_bytes": 173153, "num_examples": 541, "dataset_name": "indic_glue"}}, "download_checksums": {"https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/inltk-headlines.tar.gz": {"num_bytes": 2054771, "checksum": "b38578ebd4763806828272952f48f750c06cc9807a8c0092fd54a48299188a02"}}, "download_size": 2054771, "post_processing_size": null, "dataset_size": 1705299, "size_in_bytes": 3760070}, "bbca.hi": {"description": " IndicGLUE is a natural language understanding benchmark for Indian languages. It contains a wide\n variety of tasks and covers 11 major Indian languages - as, bn, gu, hi, kn, ml, mr, or, pa, ta, te.\n\n\nThis release consists of 4335 Hindi documents with tags from the BBC Hindi News website.\n", "citation": " @inproceedings{kakwani2020indicnlpsuite,\n title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\n author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\n year={2020},\n booktitle={Findings of EMNLP},\n}\n\n\nhttps://github.com/NirantK/hindi2vec/releases/tag/bbc-hindi-v0.1\n", "homepage": "https://indicnlp.ai4bharat.org/indic-glue/#news-category-classification", "license": "", "features": {"label": {"dtype": "string", "id": null, "_type": "Value"}, "text": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "builder_name": "indic_glue", "config_name": "bbca.hi", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 22126213, "num_examples": 3467, "dataset_name": "indic_glue"}, "test": {"name": "test", "num_bytes": 5501156, "num_examples": 866, "dataset_name": "indic_glue"}}, "download_checksums": {"https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/bbc-articles.tar.gz": {"num_bytes": 5770136, "checksum": "53705dac0f90a2fb998355d15d6f47ede85fda5863a7eb043b34e71472aae132"}}, "download_size": 5770136, "post_processing_size": null, "dataset_size": 27627369, "size_in_bytes": 33397505}, "cvit-mkb-clsr.en-bn": {"description": " IndicGLUE is a natural language understanding benchmark for Indian languages. It contains a wide\n variety of tasks and covers 11 major Indian languages - as, bn, gu, hi, kn, ml, mr, or, pa, ta, te.\n\n\nCVIT Maan ki Baat Dataset - Given a sentence in language $L_1$ the task is to retrieve its translation\nfrom a set of candidate sentences in language $L_2$.\nThe dataset contains around 39k parallel sentence pairs across 8 Indian languages.\n", "citation": " @inproceedings{kakwani2020indicnlpsuite,\n title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\n author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\n year={2020},\n booktitle={Findings of EMNLP},\n}\n\n\n@inproceedings{siripragada-etal-2020-multilingual,\ntitle = \"A Multilingual Parallel Corpora Collection Effort for {I}ndian Languages\",\nauthor = \"Siripragada, Shashank and\nPhilip, Jerin and\nNamboodiri, Vinay P. and\nJawahar, C V\",\nbooktitle = \"Proceedings of the 12th Language Resources and Evaluation Conference\",\nmonth = may,\nyear = \"2020\",\naddress = \"Marseille, France\",\npublisher = \"European Language Resources Association\",\nurl = \"https://www.aclweb.org/anthology/2020.lrec-1.462\",\npages = \"3743--3751\",\nabstract = \"We present sentence aligned parallel corpora across 10 Indian Languages - Hindi, Telugu, Tamil, Malayalam, Gujarati, Urdu, Bengali, Oriya, Marathi, Punjabi, and English - many of which are categorized as low resource. The corpora are compiled from online sources which have content shared across languages. The corpora presented significantly extends present resources that are either not large enough or are restricted to a specific domain (such as health). We also provide a separate test corpus compiled from an independent online source that can be independently used for validating the performance in 10 Indian languages. Alongside, we report on the methods of constructing such corpora using tools enabled by recent advances in machine translation and cross-lingual retrieval using deep neural network based methods.\",\nlanguage = \"English\",\nISBN = \"979-10-95546-34-4\",\n}\n", "homepage": "https://indicnlp.ai4bharat.org/indic-glue/#cross-lingual-sentence-retrieval", "license": "", "features": {"sentence1": {"dtype": "string", "id": null, "_type": "Value"}, "sentence2": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "builder_name": "indic_glue", "config_name": "cvit-mkb-clsr.en-bn", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"test": {"name": "test", "num_bytes": 2002009, "num_examples": 5522, "dataset_name": "indic_glue"}}, "download_checksums": {"https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/cvit-mkb.tar.gz": {"num_bytes": 3702442, "checksum": "897f0d05e53ba72d45b15a29bc28b44d683d64a22d6a92e0eccf580e053b83ea"}}, "download_size": 3702442, "post_processing_size": null, "dataset_size": 2002009, "size_in_bytes": 5704451}, "cvit-mkb-clsr.en-gu": {"description": " IndicGLUE is a natural language understanding benchmark for Indian languages. It contains a wide\n variety of tasks and covers 11 major Indian languages - as, bn, gu, hi, kn, ml, mr, or, pa, ta, te.\n\n\nCVIT Maan ki Baat Dataset - Given a sentence in language $L_1$ the task is to retrieve its translation\nfrom a set of candidate sentences in language $L_2$.\nThe dataset contains around 39k parallel sentence pairs across 8 Indian languages.\n", "citation": " @inproceedings{kakwani2020indicnlpsuite,\n title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\n author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\n year={2020},\n booktitle={Findings of EMNLP},\n}\n\n\n@inproceedings{siripragada-etal-2020-multilingual,\ntitle = \"A Multilingual Parallel Corpora Collection Effort for {I}ndian Languages\",\nauthor = \"Siripragada, Shashank and\nPhilip, Jerin and\nNamboodiri, Vinay P. and\nJawahar, C V\",\nbooktitle = \"Proceedings of the 12th Language Resources and Evaluation Conference\",\nmonth = may,\nyear = \"2020\",\naddress = \"Marseille, France\",\npublisher = \"European Language Resources Association\",\nurl = \"https://www.aclweb.org/anthology/2020.lrec-1.462\",\npages = \"3743--3751\",\nabstract = \"We present sentence aligned parallel corpora across 10 Indian Languages - Hindi, Telugu, Tamil, Malayalam, Gujarati, Urdu, Bengali, Oriya, Marathi, Punjabi, and English - many of which are categorized as low resource. The corpora are compiled from online sources which have content shared across languages. The corpora presented significantly extends present resources that are either not large enough or are restricted to a specific domain (such as health). We also provide a separate test corpus compiled from an independent online source that can be independently used for validating the performance in 10 Indian languages. Alongside, we report on the methods of constructing such corpora using tools enabled by recent advances in machine translation and cross-lingual retrieval using deep neural network based methods.\",\nlanguage = \"English\",\nISBN = \"979-10-95546-34-4\",\n}\n", "homepage": "https://indicnlp.ai4bharat.org/indic-glue/#cross-lingual-sentence-retrieval", "license": "", "features": {"sentence1": {"dtype": "string", "id": null, "_type": "Value"}, "sentence2": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "builder_name": "indic_glue", "config_name": "cvit-mkb-clsr.en-gu", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"test": {"name": "test", "num_bytes": 2316311, "num_examples": 6463, "dataset_name": "indic_glue"}}, "download_checksums": {"https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/cvit-mkb.tar.gz": {"num_bytes": 3702442, "checksum": "897f0d05e53ba72d45b15a29bc28b44d683d64a22d6a92e0eccf580e053b83ea"}}, "download_size": 3702442, "post_processing_size": null, "dataset_size": 2316311, "size_in_bytes": 6018753}, "cvit-mkb-clsr.en-hi": {"description": " IndicGLUE is a natural language understanding benchmark for Indian languages. It contains a wide\n variety of tasks and covers 11 major Indian languages - as, bn, gu, hi, kn, ml, mr, or, pa, ta, te.\n\n\nCVIT Maan ki Baat Dataset - Given a sentence in language $L_1$ the task is to retrieve its translation\nfrom a set of candidate sentences in language $L_2$.\nThe dataset contains around 39k parallel sentence pairs across 8 Indian languages.\n", "citation": " @inproceedings{kakwani2020indicnlpsuite,\n title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\n author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\n year={2020},\n booktitle={Findings of EMNLP},\n}\n\n\n@inproceedings{siripragada-etal-2020-multilingual,\ntitle = \"A Multilingual Parallel Corpora Collection Effort for {I}ndian Languages\",\nauthor = \"Siripragada, Shashank and\nPhilip, Jerin and\nNamboodiri, Vinay P. and\nJawahar, C V\",\nbooktitle = \"Proceedings of the 12th Language Resources and Evaluation Conference\",\nmonth = may,\nyear = \"2020\",\naddress = \"Marseille, France\",\npublisher = \"European Language Resources Association\",\nurl = \"https://www.aclweb.org/anthology/2020.lrec-1.462\",\npages = \"3743--3751\",\nabstract = \"We present sentence aligned parallel corpora across 10 Indian Languages - Hindi, Telugu, Tamil, Malayalam, Gujarati, Urdu, Bengali, Oriya, Marathi, Punjabi, and English - many of which are categorized as low resource. The corpora are compiled from online sources which have content shared across languages. The corpora presented significantly extends present resources that are either not large enough or are restricted to a specific domain (such as health). We also provide a separate test corpus compiled from an independent online source that can be independently used for validating the performance in 10 Indian languages. Alongside, we report on the methods of constructing such corpora using tools enabled by recent advances in machine translation and cross-lingual retrieval using deep neural network based methods.\",\nlanguage = \"English\",\nISBN = \"979-10-95546-34-4\",\n}\n", "homepage": "https://indicnlp.ai4bharat.org/indic-glue/#cross-lingual-sentence-retrieval", "license": "", "features": {"sentence1": {"dtype": "string", "id": null, "_type": "Value"}, "sentence2": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "builder_name": "indic_glue", "config_name": "cvit-mkb-clsr.en-hi", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"test": {"name": "test", "num_bytes": 1866335, "num_examples": 5169, "dataset_name": "indic_glue"}}, "download_checksums": {"https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/cvit-mkb.tar.gz": {"num_bytes": 3702442, "checksum": "897f0d05e53ba72d45b15a29bc28b44d683d64a22d6a92e0eccf580e053b83ea"}}, "download_size": 3702442, "post_processing_size": null, "dataset_size": 1866335, "size_in_bytes": 5568777}, "cvit-mkb-clsr.en-ml": {"description": " IndicGLUE is a natural language understanding benchmark for Indian languages. It contains a wide\n variety of tasks and covers 11 major Indian languages - as, bn, gu, hi, kn, ml, mr, or, pa, ta, te.\n\n\nCVIT Maan ki Baat Dataset - Given a sentence in language $L_1$ the task is to retrieve its translation\nfrom a set of candidate sentences in language $L_2$.\nThe dataset contains around 39k parallel sentence pairs across 8 Indian languages.\n", "citation": " @inproceedings{kakwani2020indicnlpsuite,\n title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\n author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\n year={2020},\n booktitle={Findings of EMNLP},\n}\n\n\n@inproceedings{siripragada-etal-2020-multilingual,\ntitle = \"A Multilingual Parallel Corpora Collection Effort for {I}ndian Languages\",\nauthor = \"Siripragada, Shashank and\nPhilip, Jerin and\nNamboodiri, Vinay P. and\nJawahar, C V\",\nbooktitle = \"Proceedings of the 12th Language Resources and Evaluation Conference\",\nmonth = may,\nyear = \"2020\",\naddress = \"Marseille, France\",\npublisher = \"European Language Resources Association\",\nurl = \"https://www.aclweb.org/anthology/2020.lrec-1.462\",\npages = \"3743--3751\",\nabstract = \"We present sentence aligned parallel corpora across 10 Indian Languages - Hindi, Telugu, Tamil, Malayalam, Gujarati, Urdu, Bengali, Oriya, Marathi, Punjabi, and English - many of which are categorized as low resource. The corpora are compiled from online sources which have content shared across languages. The corpora presented significantly extends present resources that are either not large enough or are restricted to a specific domain (such as health). We also provide a separate test corpus compiled from an independent online source that can be independently used for validating the performance in 10 Indian languages. Alongside, we report on the methods of constructing such corpora using tools enabled by recent advances in machine translation and cross-lingual retrieval using deep neural network based methods.\",\nlanguage = \"English\",\nISBN = \"979-10-95546-34-4\",\n}\n", "homepage": "https://indicnlp.ai4bharat.org/indic-glue/#cross-lingual-sentence-retrieval", "license": "", "features": {"sentence1": {"dtype": "string", "id": null, "_type": "Value"}, "sentence2": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "builder_name": "indic_glue", "config_name": "cvit-mkb-clsr.en-ml", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"test": {"name": "test", "num_bytes": 1999869, "num_examples": 4886, "dataset_name": "indic_glue"}}, "download_checksums": {"https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/cvit-mkb.tar.gz": {"num_bytes": 3702442, "checksum": "897f0d05e53ba72d45b15a29bc28b44d683d64a22d6a92e0eccf580e053b83ea"}}, "download_size": 3702442, "post_processing_size": null, "dataset_size": 1999869, "size_in_bytes": 5702311}, "cvit-mkb-clsr.en-mr": {"description": " IndicGLUE is a natural language understanding benchmark for Indian languages. It contains a wide\n variety of tasks and covers 11 major Indian languages - as, bn, gu, hi, kn, ml, mr, or, pa, ta, te.\n\n\nCVIT Maan ki Baat Dataset - Given a sentence in language $L_1$ the task is to retrieve its translation\nfrom a set of candidate sentences in language $L_2$.\nThe dataset contains around 39k parallel sentence pairs across 8 Indian languages.\n", "citation": " @inproceedings{kakwani2020indicnlpsuite,\n title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\n author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\n year={2020},\n booktitle={Findings of EMNLP},\n}\n\n\n@inproceedings{siripragada-etal-2020-multilingual,\ntitle = \"A Multilingual Parallel Corpora Collection Effort for {I}ndian Languages\",\nauthor = \"Siripragada, Shashank and\nPhilip, Jerin and\nNamboodiri, Vinay P. and\nJawahar, C V\",\nbooktitle = \"Proceedings of the 12th Language Resources and Evaluation Conference\",\nmonth = may,\nyear = \"2020\",\naddress = \"Marseille, France\",\npublisher = \"European Language Resources Association\",\nurl = \"https://www.aclweb.org/anthology/2020.lrec-1.462\",\npages = \"3743--3751\",\nabstract = \"We present sentence aligned parallel corpora across 10 Indian Languages - Hindi, Telugu, Tamil, Malayalam, Gujarati, Urdu, Bengali, Oriya, Marathi, Punjabi, and English - many of which are categorized as low resource. The corpora are compiled from online sources which have content shared across languages. The corpora presented significantly extends present resources that are either not large enough or are restricted to a specific domain (such as health). We also provide a separate test corpus compiled from an independent online source that can be independently used for validating the performance in 10 Indian languages. Alongside, we report on the methods of constructing such corpora using tools enabled by recent advances in machine translation and cross-lingual retrieval using deep neural network based methods.\",\nlanguage = \"English\",\nISBN = \"979-10-95546-34-4\",\n}\n", "homepage": "https://indicnlp.ai4bharat.org/indic-glue/#cross-lingual-sentence-retrieval", "license": "", "features": {"sentence1": {"dtype": "string", "id": null, "_type": "Value"}, "sentence2": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "builder_name": "indic_glue", "config_name": "cvit-mkb-clsr.en-mr", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"test": {"name": "test", "num_bytes": 2142129, "num_examples": 5760, "dataset_name": "indic_glue"}}, "download_checksums": {"https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/cvit-mkb.tar.gz": {"num_bytes": 3702442, "checksum": "897f0d05e53ba72d45b15a29bc28b44d683d64a22d6a92e0eccf580e053b83ea"}}, "download_size": 3702442, "post_processing_size": null, "dataset_size": 2142129, "size_in_bytes": 5844571}, "cvit-mkb-clsr.en-or": {"description": " IndicGLUE is a natural language understanding benchmark for Indian languages. It contains a wide\n variety of tasks and covers 11 major Indian languages - as, bn, gu, hi, kn, ml, mr, or, pa, ta, te.\n\n\nCVIT Maan ki Baat Dataset - Given a sentence in language $L_1$ the task is to retrieve its translation\nfrom a set of candidate sentences in language $L_2$.\nThe dataset contains around 39k parallel sentence pairs across 8 Indian languages.\n", "citation": " @inproceedings{kakwani2020indicnlpsuite,\n title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\n author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\n year={2020},\n booktitle={Findings of EMNLP},\n}\n\n\n@inproceedings{siripragada-etal-2020-multilingual,\ntitle = \"A Multilingual Parallel Corpora Collection Effort for {I}ndian Languages\",\nauthor = \"Siripragada, Shashank and\nPhilip, Jerin and\nNamboodiri, Vinay P. and\nJawahar, C V\",\nbooktitle = \"Proceedings of the 12th Language Resources and Evaluation Conference\",\nmonth = may,\nyear = \"2020\",\naddress = \"Marseille, France\",\npublisher = \"European Language Resources Association\",\nurl = \"https://www.aclweb.org/anthology/2020.lrec-1.462\",\npages = \"3743--3751\",\nabstract = \"We present sentence aligned parallel corpora across 10 Indian Languages - Hindi, Telugu, Tamil, Malayalam, Gujarati, Urdu, Bengali, Oriya, Marathi, Punjabi, and English - many of which are categorized as low resource. The corpora are compiled from online sources which have content shared across languages. The corpora presented significantly extends present resources that are either not large enough or are restricted to a specific domain (such as health). We also provide a separate test corpus compiled from an independent online source that can be independently used for validating the performance in 10 Indian languages. Alongside, we report on the methods of constructing such corpora using tools enabled by recent advances in machine translation and cross-lingual retrieval using deep neural network based methods.\",\nlanguage = \"English\",\nISBN = \"979-10-95546-34-4\",\n}\n", "homepage": "https://indicnlp.ai4bharat.org/indic-glue/#cross-lingual-sentence-retrieval", "license": "", "features": {"sentence1": {"dtype": "string", "id": null, "_type": "Value"}, "sentence2": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "builder_name": "indic_glue", "config_name": "cvit-mkb-clsr.en-or", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"test": {"name": "test", "num_bytes": 276385, "num_examples": 752, "dataset_name": "indic_glue"}}, "download_checksums": {"https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/cvit-mkb.tar.gz": {"num_bytes": 3702442, "checksum": "897f0d05e53ba72d45b15a29bc28b44d683d64a22d6a92e0eccf580e053b83ea"}}, "download_size": 3702442, "post_processing_size": null, "dataset_size": 276385, "size_in_bytes": 3978827}, "cvit-mkb-clsr.en-ta": {"description": " IndicGLUE is a natural language understanding benchmark for Indian languages. It contains a wide\n variety of tasks and covers 11 major Indian languages - as, bn, gu, hi, kn, ml, mr, or, pa, ta, te.\n\n\nCVIT Maan ki Baat Dataset - Given a sentence in language $L_1$ the task is to retrieve its translation\nfrom a set of candidate sentences in language $L_2$.\nThe dataset contains around 39k parallel sentence pairs across 8 Indian languages.\n", "citation": " @inproceedings{kakwani2020indicnlpsuite,\n title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\n author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\n year={2020},\n booktitle={Findings of EMNLP},\n}\n\n\n@inproceedings{siripragada-etal-2020-multilingual,\ntitle = \"A Multilingual Parallel Corpora Collection Effort for {I}ndian Languages\",\nauthor = \"Siripragada, Shashank and\nPhilip, Jerin and\nNamboodiri, Vinay P. and\nJawahar, C V\",\nbooktitle = \"Proceedings of the 12th Language Resources and Evaluation Conference\",\nmonth = may,\nyear = \"2020\",\naddress = \"Marseille, France\",\npublisher = \"European Language Resources Association\",\nurl = \"https://www.aclweb.org/anthology/2020.lrec-1.462\",\npages = \"3743--3751\",\nabstract = \"We present sentence aligned parallel corpora across 10 Indian Languages - Hindi, Telugu, Tamil, Malayalam, Gujarati, Urdu, Bengali, Oriya, Marathi, Punjabi, and English - many of which are categorized as low resource. The corpora are compiled from online sources which have content shared across languages. The corpora presented significantly extends present resources that are either not large enough or are restricted to a specific domain (such as health). We also provide a separate test corpus compiled from an independent online source that can be independently used for validating the performance in 10 Indian languages. Alongside, we report on the methods of constructing such corpora using tools enabled by recent advances in machine translation and cross-lingual retrieval using deep neural network based methods.\",\nlanguage = \"English\",\nISBN = \"979-10-95546-34-4\",\n}\n", "homepage": "https://indicnlp.ai4bharat.org/indic-glue/#cross-lingual-sentence-retrieval", "license": "", "features": {"sentence1": {"dtype": "string", "id": null, "_type": "Value"}, "sentence2": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "builder_name": "indic_glue", "config_name": "cvit-mkb-clsr.en-ta", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"test": {"name": "test", "num_bytes": 2576460, "num_examples": 5637, "dataset_name": "indic_glue"}}, "download_checksums": {"https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/cvit-mkb.tar.gz": {"num_bytes": 3702442, "checksum": "897f0d05e53ba72d45b15a29bc28b44d683d64a22d6a92e0eccf580e053b83ea"}}, "download_size": 3702442, "post_processing_size": null, "dataset_size": 2576460, "size_in_bytes": 6278902}, "cvit-mkb-clsr.en-te": {"description": " IndicGLUE is a natural language understanding benchmark for Indian languages. It contains a wide\n variety of tasks and covers 11 major Indian languages - as, bn, gu, hi, kn, ml, mr, or, pa, ta, te.\n\n\nCVIT Maan ki Baat Dataset - Given a sentence in language $L_1$ the task is to retrieve its translation\nfrom a set of candidate sentences in language $L_2$.\nThe dataset contains around 39k parallel sentence pairs across 8 Indian languages.\n", "citation": " @inproceedings{kakwani2020indicnlpsuite,\n title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\n author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\n year={2020},\n booktitle={Findings of EMNLP},\n}\n\n\n@inproceedings{siripragada-etal-2020-multilingual,\ntitle = \"A Multilingual Parallel Corpora Collection Effort for {I}ndian Languages\",\nauthor = \"Siripragada, Shashank and\nPhilip, Jerin and\nNamboodiri, Vinay P. and\nJawahar, C V\",\nbooktitle = \"Proceedings of the 12th Language Resources and Evaluation Conference\",\nmonth = may,\nyear = \"2020\",\naddress = \"Marseille, France\",\npublisher = \"European Language Resources Association\",\nurl = \"https://www.aclweb.org/anthology/2020.lrec-1.462\",\npages = \"3743--3751\",\nabstract = \"We present sentence aligned parallel corpora across 10 Indian Languages - Hindi, Telugu, Tamil, Malayalam, Gujarati, Urdu, Bengali, Oriya, Marathi, Punjabi, and English - many of which are categorized as low resource. The corpora are compiled from online sources which have content shared across languages. The corpora presented significantly extends present resources that are either not large enough or are restricted to a specific domain (such as health). We also provide a separate test corpus compiled from an independent online source that can be independently used for validating the performance in 10 Indian languages. Alongside, we report on the methods of constructing such corpora using tools enabled by recent advances in machine translation and cross-lingual retrieval using deep neural network based methods.\",\nlanguage = \"English\",\nISBN = \"979-10-95546-34-4\",\n}\n", "homepage": "https://indicnlp.ai4bharat.org/indic-glue/#cross-lingual-sentence-retrieval", "license": "", "features": {"sentence1": {"dtype": "string", "id": null, "_type": "Value"}, "sentence2": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "builder_name": "indic_glue", "config_name": "cvit-mkb-clsr.en-te", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"test": {"name": "test", "num_bytes": 1781235, "num_examples": 5049, "dataset_name": "indic_glue"}}, "download_checksums": {"https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/cvit-mkb.tar.gz": {"num_bytes": 3702442, "checksum": "897f0d05e53ba72d45b15a29bc28b44d683d64a22d6a92e0eccf580e053b83ea"}}, "download_size": 3702442, "post_processing_size": null, "dataset_size": 1781235, "size_in_bytes": 5483677}, "cvit-mkb-clsr.en-ur": {"description": " IndicGLUE is a natural language understanding benchmark for Indian languages. It contains a wide\n variety of tasks and covers 11 major Indian languages - as, bn, gu, hi, kn, ml, mr, or, pa, ta, te.\n\n\nCVIT Maan ki Baat Dataset - Given a sentence in language $L_1$ the task is to retrieve its translation\nfrom a set of candidate sentences in language $L_2$.\nThe dataset contains around 39k parallel sentence pairs across 8 Indian languages.\n", "citation": " @inproceedings{kakwani2020indicnlpsuite,\n title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\n author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\n year={2020},\n booktitle={Findings of EMNLP},\n}\n\n\n@inproceedings{siripragada-etal-2020-multilingual,\ntitle = \"A Multilingual Parallel Corpora Collection Effort for {I}ndian Languages\",\nauthor = \"Siripragada, Shashank and\nPhilip, Jerin and\nNamboodiri, Vinay P. and\nJawahar, C V\",\nbooktitle = \"Proceedings of the 12th Language Resources and Evaluation Conference\",\nmonth = may,\nyear = \"2020\",\naddress = \"Marseille, France\",\npublisher = \"European Language Resources Association\",\nurl = \"https://www.aclweb.org/anthology/2020.lrec-1.462\",\npages = \"3743--3751\",\nabstract = \"We present sentence aligned parallel corpora across 10 Indian Languages - Hindi, Telugu, Tamil, Malayalam, Gujarati, Urdu, Bengali, Oriya, Marathi, Punjabi, and English - many of which are categorized as low resource. The corpora are compiled from online sources which have content shared across languages. The corpora presented significantly extends present resources that are either not large enough or are restricted to a specific domain (such as health). We also provide a separate test corpus compiled from an independent online source that can be independently used for validating the performance in 10 Indian languages. Alongside, we report on the methods of constructing such corpora using tools enabled by recent advances in machine translation and cross-lingual retrieval using deep neural network based methods.\",\nlanguage = \"English\",\nISBN = \"979-10-95546-34-4\",\n}\n", "homepage": "https://indicnlp.ai4bharat.org/indic-glue/#cross-lingual-sentence-retrieval", "license": "", "features": {"sentence1": {"dtype": "string", "id": null, "_type": "Value"}, "sentence2": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "builder_name": "indic_glue", "config_name": "cvit-mkb-clsr.en-ur", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"test": {"name": "test", "num_bytes": 290450, "num_examples": 1006, "dataset_name": "indic_glue"}}, "download_checksums": {"https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/cvit-mkb.tar.gz": {"num_bytes": 3702442, "checksum": "897f0d05e53ba72d45b15a29bc28b44d683d64a22d6a92e0eccf580e053b83ea"}}, "download_size": 3702442, "post_processing_size": null, "dataset_size": 290450, "size_in_bytes": 3992892}, "iitp-mr.hi": {"description": " IndicGLUE is a natural language understanding benchmark for Indian languages. It contains a wide\n variety of tasks and covers 11 major Indian languages - as, bn, gu, hi, kn, ml, mr, or, pa, ta, te.\n\n\nIIT Patna Product Reviews: Sentiment analysis corpus for product reviews posted in Hindi.\n", "citation": " @inproceedings{kakwani2020indicnlpsuite,\n title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\n author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\n year={2020},\n booktitle={Findings of EMNLP},\n}\n\n\n @inproceedings{akhtar-etal-2016-hybrid,\n title = \"A Hybrid Deep Learning Architecture for Sentiment Analysis\",\n author = \"Akhtar, Md Shad and\n Kumar, Ayush and\n Ekbal, Asif and\n Bhattacharyya, Pushpak\",\n booktitle = \"Proceedings of {COLING} 2016, the 26th International Conference on Computational Linguistics: Technical Papers\",\n month = dec,\n year = \"2016\",\n address = \"Osaka, Japan\",\n publisher = \"The COLING 2016 Organizing Committee\",\n url = \"https://www.aclweb.org/anthology/C16-1047\",\n pages = \"482--493\",\n abstract = \"In this paper, we propose a novel hybrid deep learning archtecture which is highly efficient for sentiment analysis in resource-poor languages. We learn sentiment embedded vectors from the Convolutional Neural Network (CNN). These are augmented to a set of optimized features selected through a multi-objective optimization (MOO) framework. The sentiment augmented optimized vector obtained at the end is used for the training of SVM for sentiment classification. We evaluate our proposed approach for coarse-grained (i.e. sentence level) as well as fine-grained (i.e. aspect level) sentiment analysis on four Hindi datasets covering varying domains. In order to show that our proposed method is generic in nature we also evaluate it on two benchmark English datasets. Evaluation shows that the results of the proposed method are consistent across all the datasets and often outperforms the state-of-art systems. To the best of our knowledge, this is the very first attempt where such a deep learning model is used for less-resourced languages such as Hindi.\",\n}\n", "homepage": "https://indicnlp.ai4bharat.org/indic-glue/#sentiment-analysis", "license": "", "features": {"text": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"num_classes": 3, "names": ["negative", "neutral", "positive"], "names_file": null, "id": null, "_type": "ClassLabel"}}, "post_processed": null, "supervised_keys": null, "builder_name": "indic_glue", "config_name": "iitp-mr.hi", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 6704909, "num_examples": 2480, "dataset_name": "indic_glue"}, "validation": {"name": "validation", "num_bytes": 822222, "num_examples": 310, "dataset_name": "indic_glue"}, "test": {"name": "test", "num_bytes": 702377, "num_examples": 310, "dataset_name": "indic_glue"}}, "download_checksums": {"https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/iitp-movie-reviews.tar.gz": {"num_bytes": 1742048, "checksum": "5d1a614acbe2428d9eddd78079f5cdb5fdc50a27d73f999d098c8ff8d7b4403b"}}, "download_size": 1742048, "post_processing_size": null, "dataset_size": 8229508, "size_in_bytes": 9971556}, "iitp-pr.hi": {"description": " IndicGLUE is a natural language understanding benchmark for Indian languages. It contains a wide\n variety of tasks and covers 11 major Indian languages - as, bn, gu, hi, kn, ml, mr, or, pa, ta, te.\n\n\nIIT Patna Product Reviews: Sentiment analysis corpus for product reviews posted in Hindi.\n", "citation": " @inproceedings{kakwani2020indicnlpsuite,\n title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\n author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\n year={2020},\n booktitle={Findings of EMNLP},\n}\n\n\n @inproceedings{akhtar-etal-2016-hybrid,\n title = \"A Hybrid Deep Learning Architecture for Sentiment Analysis\",\n author = \"Akhtar, Md Shad and\n Kumar, Ayush and\n Ekbal, Asif and\n Bhattacharyya, Pushpak\",\n booktitle = \"Proceedings of {COLING} 2016, the 26th International Conference on Computational Linguistics: Technical Papers\",\n month = dec,\n year = \"2016\",\n address = \"Osaka, Japan\",\n publisher = \"The COLING 2016 Organizing Committee\",\n url = \"https://www.aclweb.org/anthology/C16-1047\",\n pages = \"482--493\",\n abstract = \"In this paper, we propose a novel hybrid deep learning archtecture which is highly efficient for sentiment analysis in resource-poor languages. We learn sentiment embedded vectors from the Convolutional Neural Network (CNN). These are augmented to a set of optimized features selected through a multi-objective optimization (MOO) framework. The sentiment augmented optimized vector obtained at the end is used for the training of SVM for sentiment classification. We evaluate our proposed approach for coarse-grained (i.e. sentence level) as well as fine-grained (i.e. aspect level) sentiment analysis on four Hindi datasets covering varying domains. In order to show that our proposed method is generic in nature we also evaluate it on two benchmark English datasets. Evaluation shows that the results of the proposed method are consistent across all the datasets and often outperforms the state-of-art systems. To the best of our knowledge, this is the very first attempt where such a deep learning model is used for less-resourced languages such as Hindi.\",\n}\n", "homepage": "https://indicnlp.ai4bharat.org/indic-glue/#sentiment-analysis", "license": "", "features": {"text": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"num_classes": 3, "names": ["negative", "neutral", "positive"], "names_file": null, "id": null, "_type": "ClassLabel"}}, "post_processed": null, "supervised_keys": null, "builder_name": "indic_glue", "config_name": "iitp-pr.hi", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 945593, "num_examples": 4182, "dataset_name": "indic_glue"}, "validation": {"name": "validation", "num_bytes": 120104, "num_examples": 523, "dataset_name": "indic_glue"}, "test": {"name": "test", "num_bytes": 121914, "num_examples": 523, "dataset_name": "indic_glue"}}, "download_checksums": {"https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/iitp-product-reviews.tar.gz": {"num_bytes": 266545, "checksum": "68e4245ec0ccd2b028501be05f5e9d9047b3834009135f3557e43c1c9c289b2a"}}, "download_size": 266545, "post_processing_size": null, "dataset_size": 1187611, "size_in_bytes": 1454156}, "actsa-sc.te": {"description": " IndicGLUE is a natural language understanding benchmark for Indian languages. It contains a wide\n variety of tasks and covers 11 major Indian languages - as, bn, gu, hi, kn, ml, mr, or, pa, ta, te.\n\n\nACTSA Corpus: Sentiment analysis corpus for Telugu sentences.\n", "citation": " @inproceedings{kakwani2020indicnlpsuite,\n title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\n author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\n year={2020},\n booktitle={Findings of EMNLP},\n}\n\n\n @inproceedings{mukku-mamidi-2017-actsa,\n title = \"{ACTSA}: Annotated Corpus for {T}elugu Sentiment Analysis\",\n author = \"Mukku, Sandeep Sricharan and\n Mamidi, Radhika\",\n booktitle = \"Proceedings of the First Workshop on Building Linguistically Generalizable {NLP} Systems\",\n month = sep,\n year = \"2017\",\n address = \"Copenhagen, Denmark\",\n publisher = \"Association for Computational Linguistics\",\n url = \"https://www.aclweb.org/anthology/W17-5408\",\n doi = \"10.18653/v1/W17-5408\",\n pages = \"54--58\",\n abstract = \"Sentiment analysis deals with the task of determining the polarity of a document or sentence and has received a lot of attention in recent years for the English language. With the rapid growth of social media these days, a lot of data is available in regional languages besides English. Telugu is one such regional language with abundant data available in social media, but it{'}s hard to find a labelled data of sentences for Telugu Sentiment Analysis. In this paper, we describe an effort to build a gold-standard annotated corpus of Telugu sentences to support Telugu Sentiment Analysis. The corpus, named ACTSA (Annotated Corpus for Telugu Sentiment Analysis) has a collection of Telugu sentences taken from different sources which were then pre-processed and manually annotated by native Telugu speakers using our annotation guidelines. In total, we have annotated 5457 sentences, which makes our corpus the largest resource currently available. The corpus and the annotation guidelines are made publicly available.\",\n}\n", "homepage": "https://indicnlp.ai4bharat.org/indic-glue/#sentiment-analysis", "license": "", "features": {"text": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"num_classes": 2, "names": ["positive", "negative"], "names_file": null, "id": null, "_type": "ClassLabel"}}, "post_processed": null, "supervised_keys": null, "builder_name": "indic_glue", "config_name": "actsa-sc.te", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1370911, "num_examples": 4328, "dataset_name": "indic_glue"}, "validation": {"name": "validation", "num_bytes": 166093, "num_examples": 541, "dataset_name": "indic_glue"}, "test": {"name": "test", "num_bytes": 168295, "num_examples": 541, "dataset_name": "indic_glue"}}, "download_checksums": {"https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/actsa.tar.gz": {"num_bytes": 378882, "checksum": "013a7df570095bd085fb491dabd71c92f285a2cdde718d676c5a7cd16210559b"}}, "download_size": 378882, "post_processing_size": null, "dataset_size": 1705299, "size_in_bytes": 2084181}, "md.hi": {"description": " IndicGLUE is a natural language understanding benchmark for Indian languages. It contains a wide\n variety of tasks and covers 11 major Indian languages - as, bn, gu, hi, kn, ml, mr, or, pa, ta, te.\n\n\nThe Hindi Discourse Analysis dataset is a corpus for analyzing discourse modes present in its sentences.\nIt contains sentences from stories written by 11 famous authors from the 20th Century. 4-5 stories by\neach author have been selected which were available in the public domain resulting in a collection of 53 stories.\nMost of these short stories were originally written in Hindi but some of them were written in other Indian languages\nand later translated to Hindi.\n", "citation": " @inproceedings{kakwani2020indicnlpsuite,\n title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\n author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\n year={2020},\n booktitle={Findings of EMNLP},\n}\n\n\n@inproceedings{Dhanwal2020AnAD,\ntitle={An Annotated Dataset of Discourse Modes in Hindi Stories},\nauthor={Swapnil Dhanwal and Hritwik Dutta and Hitesh Nankani and Nilay Shrivastava and Y. Kumar and Junyi Jessy Li and Debanjan Mahata and Rakesh Gosangi and Haimin Zhang and R. R. Shah and Amanda Stent},\nbooktitle={LREC},\nyear={2020}\n}\n", "homepage": "https://indicnlp.ai4bharat.org/indic-glue/#discourse-analysis", "license": "", "features": {"sentence": {"dtype": "string", "id": null, "_type": "Value"}, "discourse_mode": {"dtype": "string", "id": null, "_type": "Value"}, "story_number": {"dtype": "int32", "id": null, "_type": "Value"}, "id": {"dtype": "int32", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "builder_name": "indic_glue", "config_name": "md.hi", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1672117, "num_examples": 7974, "dataset_name": "indic_glue"}, "validation": {"name": "validation", "num_bytes": 211195, "num_examples": 997, "dataset_name": "indic_glue"}, "test": {"name": "test", "num_bytes": 210183, "num_examples": 997, "dataset_name": "indic_glue"}}, "download_checksums": {"https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/midas-discourse.tar.gz": {"num_bytes": 1048441, "checksum": "37ccd01a16525edce4faf9b6e4a4aca08e7e171f83bcc2ef9a86660c5feecd07"}}, "download_size": 1048441, "post_processing_size": null, "dataset_size": 2093495, "size_in_bytes": 3141936}, "wiki-ner.as": {"description": " IndicGLUE is a natural language understanding benchmark for Indian languages. It contains a wide\n variety of tasks and covers 11 major Indian languages - as, bn, gu, hi, kn, ml, mr, or, pa, ta, te.\n\n\nThe WikiANN dataset (Pan et al. 2017) is a dataset with NER annotations for PER, ORG and LOC. It has been constructed using\nthe linked entities in Wikipedia pages for 282 different languages including Danish.\n", "citation": " @inproceedings{kakwani2020indicnlpsuite,\n title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\n author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\n year={2020},\n booktitle={Findings of EMNLP},\n}\n\n\n @inproceedings{pan-etal-2017-cross,\n title = \"Cross-lingual Name Tagging and Linking for 282 Languages\",\n author = \"Pan, Xiaoman and\n Zhang, Boliang and\n May, Jonathan and\n Nothman, Joel and\n Knight, Kevin and\n Ji, Heng\",\n booktitle = \"Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)\",\n month = jul,\n year = \"2017\",\n address = \"Vancouver, Canada\",\n publisher = \"Association for Computational Linguistics\",\n url = \"https://www.aclweb.org/anthology/P17-1178\",\n doi = \"10.18653/v1/P17-1178\",\n pages = \"1946--1958\",\n abstract = \"The ambitious goal of this work is to develop a cross-lingual name tagging and linking framework for 282 languages that exist in Wikipedia. Given a document in any of these languages, our framework is able to identify name mentions, assign a coarse-grained or fine-grained type to each mention, and link it to an English Knowledge Base (KB) if it is linkable. We achieve this goal by performing a series of new KB mining methods: generating {``}silver-standard{''} annotations by transferring annotations from English to other languages through cross-lingual links and KB properties, refining annotations through self-training and topic selection, deriving language-specific morphology features from anchor links, and mining word translation pairs from cross-lingual links. Both name tagging and linking results for 282 languages are promising on Wikipedia data and on-Wikipedia data.\",\n}\n", "homepage": "https://indicnlp.ai4bharat.org/indic-glue/#named-entity-recognition", "license": "", "features": {"tokens": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "ner_tags": {"feature": {"num_classes": 7, "names": ["B-LOC", "B-ORG", "B-PER", "I-LOC", "I-ORG", "I-PER", "O"], "names_file": null, "id": null, "_type": "ClassLabel"}, "length": -1, "id": null, "_type": "Sequence"}, "additional_info": {"feature": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "length": -1, "id": null, "_type": "Sequence"}}, "post_processed": null, "supervised_keys": null, "builder_name": "indic_glue", "config_name": "wiki-ner.as", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 12532, "num_examples": 1021, "dataset_name": "indic_glue"}, "validation": {"name": "validation", "num_bytes": 2164, "num_examples": 157, "dataset_name": "indic_glue"}, "test": {"name": "test", "num_bytes": 2200, "num_examples": 160, "dataset_name": "indic_glue"}}, "download_checksums": {"https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/wikiann-ner.tar.gz": {"num_bytes": 5980272, "checksum": "2bb060394a6816c9a4f3c31976d9819174067cc75b976bc4b00e5c624cd2751d"}}, "download_size": 5980272, "post_processing_size": null, "dataset_size": 16896, "size_in_bytes": 5997168}, "wiki-ner.bn": {"description": " IndicGLUE is a natural language understanding benchmark for Indian languages. It contains a wide\n variety of tasks and covers 11 major Indian languages - as, bn, gu, hi, kn, ml, mr, or, pa, ta, te.\n\n\nThe WikiANN dataset (Pan et al. 2017) is a dataset with NER annotations for PER, ORG and LOC. It has been constructed using\nthe linked entities in Wikipedia pages for 282 different languages including Danish.\n", "citation": " @inproceedings{kakwani2020indicnlpsuite,\n title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\n author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\n year={2020},\n booktitle={Findings of EMNLP},\n}\n\n\n @inproceedings{pan-etal-2017-cross,\n title = \"Cross-lingual Name Tagging and Linking for 282 Languages\",\n author = \"Pan, Xiaoman and\n Zhang, Boliang and\n May, Jonathan and\n Nothman, Joel and\n Knight, Kevin and\n Ji, Heng\",\n booktitle = \"Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)\",\n month = jul,\n year = \"2017\",\n address = \"Vancouver, Canada\",\n publisher = \"Association for Computational Linguistics\",\n url = \"https://www.aclweb.org/anthology/P17-1178\",\n doi = \"10.18653/v1/P17-1178\",\n pages = \"1946--1958\",\n abstract = \"The ambitious goal of this work is to develop a cross-lingual name tagging and linking framework for 282 languages that exist in Wikipedia. Given a document in any of these languages, our framework is able to identify name mentions, assign a coarse-grained or fine-grained type to each mention, and link it to an English Knowledge Base (KB) if it is linkable. We achieve this goal by performing a series of new KB mining methods: generating {``}silver-standard{''} annotations by transferring annotations from English to other languages through cross-lingual links and KB properties, refining annotations through self-training and topic selection, deriving language-specific morphology features from anchor links, and mining word translation pairs from cross-lingual links. Both name tagging and linking results for 282 languages are promising on Wikipedia data and on-Wikipedia data.\",\n}\n", "homepage": "https://indicnlp.ai4bharat.org/indic-glue/#named-entity-recognition", "license": "", "features": {"tokens": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "ner_tags": {"feature": {"num_classes": 7, "names": ["B-LOC", "B-ORG", "B-PER", "I-LOC", "I-ORG", "I-PER", "O"], "names_file": null, "id": null, "_type": "ClassLabel"}, "length": -1, "id": null, "_type": "Sequence"}, "additional_info": {"feature": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "length": -1, "id": null, "_type": "Sequence"}}, "post_processed": null, "supervised_keys": null, "builder_name": "indic_glue", "config_name": "wiki-ner.bn", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 243516, "num_examples": 20223, "dataset_name": "indic_glue"}, "validation": {"name": "validation", "num_bytes": 36100, "num_examples": 2985, "dataset_name": "indic_glue"}, "test": {"name": "test", "num_bytes": 32560, "num_examples": 2690, "dataset_name": "indic_glue"}}, "download_checksums": {"https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/wikiann-ner.tar.gz": {"num_bytes": 5980272, "checksum": "2bb060394a6816c9a4f3c31976d9819174067cc75b976bc4b00e5c624cd2751d"}}, "download_size": 5980272, "post_processing_size": null, "dataset_size": 312176, "size_in_bytes": 6292448}, "wiki-ner.gu": {"description": " IndicGLUE is a natural language understanding benchmark for Indian languages. It contains a wide\n variety of tasks and covers 11 major Indian languages - as, bn, gu, hi, kn, ml, mr, or, pa, ta, te.\n\n\nThe WikiANN dataset (Pan et al. 2017) is a dataset with NER annotations for PER, ORG and LOC. It has been constructed using\nthe linked entities in Wikipedia pages for 282 different languages including Danish.\n", "citation": " @inproceedings{kakwani2020indicnlpsuite,\n title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\n author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\n year={2020},\n booktitle={Findings of EMNLP},\n}\n\n\n @inproceedings{pan-etal-2017-cross,\n title = \"Cross-lingual Name Tagging and Linking for 282 Languages\",\n author = \"Pan, Xiaoman and\n Zhang, Boliang and\n May, Jonathan and\n Nothman, Joel and\n Knight, Kevin and\n Ji, Heng\",\n booktitle = \"Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)\",\n month = jul,\n year = \"2017\",\n address = \"Vancouver, Canada\",\n publisher = \"Association for Computational Linguistics\",\n url = \"https://www.aclweb.org/anthology/P17-1178\",\n doi = \"10.18653/v1/P17-1178\",\n pages = \"1946--1958\",\n abstract = \"The ambitious goal of this work is to develop a cross-lingual name tagging and linking framework for 282 languages that exist in Wikipedia. Given a document in any of these languages, our framework is able to identify name mentions, assign a coarse-grained or fine-grained type to each mention, and link it to an English Knowledge Base (KB) if it is linkable. We achieve this goal by performing a series of new KB mining methods: generating {``}silver-standard{''} annotations by transferring annotations from English to other languages through cross-lingual links and KB properties, refining annotations through self-training and topic selection, deriving language-specific morphology features from anchor links, and mining word translation pairs from cross-lingual links. Both name tagging and linking results for 282 languages are promising on Wikipedia data and on-Wikipedia data.\",\n}\n", "homepage": "https://indicnlp.ai4bharat.org/indic-glue/#named-entity-recognition", "license": "", "features": {"tokens": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "ner_tags": {"feature": {"num_classes": 7, "names": ["B-LOC", "B-ORG", "B-PER", "I-LOC", "I-ORG", "I-PER", "O"], "names_file": null, "id": null, "_type": "ClassLabel"}, "length": -1, "id": null, "_type": "Sequence"}, "additional_info": {"feature": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "length": -1, "id": null, "_type": "Sequence"}}, "post_processed": null, "supervised_keys": null, "builder_name": "indic_glue", "config_name": "wiki-ner.gu", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 28396, "num_examples": 2343, "dataset_name": "indic_glue"}, "validation": {"name": "validation", "num_bytes": 3844, "num_examples": 297, "dataset_name": "indic_glue"}, "test": {"name": "test", "num_bytes": 3340, "num_examples": 255, "dataset_name": "indic_glue"}}, "download_checksums": {"https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/wikiann-ner.tar.gz": {"num_bytes": 5980272, "checksum": "2bb060394a6816c9a4f3c31976d9819174067cc75b976bc4b00e5c624cd2751d"}}, "download_size": 5980272, "post_processing_size": null, "dataset_size": 35580, "size_in_bytes": 6015852}, "wiki-ner.hi": {"description": " IndicGLUE is a natural language understanding benchmark for Indian languages. It contains a wide\n variety of tasks and covers 11 major Indian languages - as, bn, gu, hi, kn, ml, mr, or, pa, ta, te.\n\n\nThe WikiANN dataset (Pan et al. 2017) is a dataset with NER annotations for PER, ORG and LOC. It has been constructed using\nthe linked entities in Wikipedia pages for 282 different languages including Danish.\n", "citation": " @inproceedings{kakwani2020indicnlpsuite,\n title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\n author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\n year={2020},\n booktitle={Findings of EMNLP},\n}\n\n\n @inproceedings{pan-etal-2017-cross,\n title = \"Cross-lingual Name Tagging and Linking for 282 Languages\",\n author = \"Pan, Xiaoman and\n Zhang, Boliang and\n May, Jonathan and\n Nothman, Joel and\n Knight, Kevin and\n Ji, Heng\",\n booktitle = \"Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)\",\n month = jul,\n year = \"2017\",\n address = \"Vancouver, Canada\",\n publisher = \"Association for Computational Linguistics\",\n url = \"https://www.aclweb.org/anthology/P17-1178\",\n doi = \"10.18653/v1/P17-1178\",\n pages = \"1946--1958\",\n abstract = \"The ambitious goal of this work is to develop a cross-lingual name tagging and linking framework for 282 languages that exist in Wikipedia. Given a document in any of these languages, our framework is able to identify name mentions, assign a coarse-grained or fine-grained type to each mention, and link it to an English Knowledge Base (KB) if it is linkable. We achieve this goal by performing a series of new KB mining methods: generating {``}silver-standard{''} annotations by transferring annotations from English to other languages through cross-lingual links and KB properties, refining annotations through self-training and topic selection, deriving language-specific morphology features from anchor links, and mining word translation pairs from cross-lingual links. Both name tagging and linking results for 282 languages are promising on Wikipedia data and on-Wikipedia data.\",\n}\n", "homepage": "https://indicnlp.ai4bharat.org/indic-glue/#named-entity-recognition", "license": "", "features": {"tokens": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "ner_tags": {"feature": {"num_classes": 7, "names": ["B-LOC", "B-ORG", "B-PER", "I-LOC", "I-ORG", "I-PER", "O"], "names_file": null, "id": null, "_type": "ClassLabel"}, "length": -1, "id": null, "_type": "Sequence"}, "additional_info": {"feature": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "length": -1, "id": null, "_type": "Sequence"}}, "post_processed": null, "supervised_keys": null, "builder_name": "indic_glue", "config_name": "wiki-ner.hi", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 113836, "num_examples": 9463, "dataset_name": "indic_glue"}, "validation": {"name": "validation", "num_bytes": 13648, "num_examples": 1114, "dataset_name": "indic_glue"}, "test": {"name": "test", "num_bytes": 15352, "num_examples": 1256, "dataset_name": "indic_glue"}}, "download_checksums": {"https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/wikiann-ner.tar.gz": {"num_bytes": 5980272, "checksum": "2bb060394a6816c9a4f3c31976d9819174067cc75b976bc4b00e5c624cd2751d"}}, "download_size": 5980272, "post_processing_size": null, "dataset_size": 142836, "size_in_bytes": 6123108}, "wiki-ner.kn": {"description": " IndicGLUE is a natural language understanding benchmark for Indian languages. It contains a wide\n variety of tasks and covers 11 major Indian languages - as, bn, gu, hi, kn, ml, mr, or, pa, ta, te.\n\n\nThe WikiANN dataset (Pan et al. 2017) is a dataset with NER annotations for PER, ORG and LOC. It has been constructed using\nthe linked entities in Wikipedia pages for 282 different languages including Danish.\n", "citation": " @inproceedings{kakwani2020indicnlpsuite,\n title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\n author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\n year={2020},\n booktitle={Findings of EMNLP},\n}\n\n\n @inproceedings{pan-etal-2017-cross,\n title = \"Cross-lingual Name Tagging and Linking for 282 Languages\",\n author = \"Pan, Xiaoman and\n Zhang, Boliang and\n May, Jonathan and\n Nothman, Joel and\n Knight, Kevin and\n Ji, Heng\",\n booktitle = \"Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)\",\n month = jul,\n year = \"2017\",\n address = \"Vancouver, Canada\",\n publisher = \"Association for Computational Linguistics\",\n url = \"https://www.aclweb.org/anthology/P17-1178\",\n doi = \"10.18653/v1/P17-1178\",\n pages = \"1946--1958\",\n abstract = \"The ambitious goal of this work is to develop a cross-lingual name tagging and linking framework for 282 languages that exist in Wikipedia. Given a document in any of these languages, our framework is able to identify name mentions, assign a coarse-grained or fine-grained type to each mention, and link it to an English Knowledge Base (KB) if it is linkable. We achieve this goal by performing a series of new KB mining methods: generating {``}silver-standard{''} annotations by transferring annotations from English to other languages through cross-lingual links and KB properties, refining annotations through self-training and topic selection, deriving language-specific morphology features from anchor links, and mining word translation pairs from cross-lingual links. Both name tagging and linking results for 282 languages are promising on Wikipedia data and on-Wikipedia data.\",\n}\n", "homepage": "https://indicnlp.ai4bharat.org/indic-glue/#named-entity-recognition", "license": "", "features": {"tokens": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "ner_tags": {"feature": {"num_classes": 7, "names": ["B-LOC", "B-ORG", "B-PER", "I-LOC", "I-ORG", "I-PER", "O"], "names_file": null, "id": null, "_type": "ClassLabel"}, "length": -1, "id": null, "_type": "Sequence"}, "additional_info": {"feature": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "length": -1, "id": null, "_type": "Sequence"}}, "post_processed": null, "supervised_keys": null, "builder_name": "indic_glue", "config_name": "wiki-ner.kn", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 32428, "num_examples": 2679, "dataset_name": "indic_glue"}, "validation": {"name": "validation", "num_bytes": 5224, "num_examples": 412, "dataset_name": "indic_glue"}, "test": {"name": "test", "num_bytes": 5992, "num_examples": 476, "dataset_name": "indic_glue"}}, "download_checksums": {"https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/wikiann-ner.tar.gz": {"num_bytes": 5980272, "checksum": "2bb060394a6816c9a4f3c31976d9819174067cc75b976bc4b00e5c624cd2751d"}}, "download_size": 5980272, "post_processing_size": null, "dataset_size": 43644, "size_in_bytes": 6023916}, "wiki-ner.ml": {"description": " IndicGLUE is a natural language understanding benchmark for Indian languages. It contains a wide\n variety of tasks and covers 11 major Indian languages - as, bn, gu, hi, kn, ml, mr, or, pa, ta, te.\n\n\nThe WikiANN dataset (Pan et al. 2017) is a dataset with NER annotations for PER, ORG and LOC. It has been constructed using\nthe linked entities in Wikipedia pages for 282 different languages including Danish.\n", "citation": " @inproceedings{kakwani2020indicnlpsuite,\n title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\n author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\n year={2020},\n booktitle={Findings of EMNLP},\n}\n\n\n @inproceedings{pan-etal-2017-cross,\n title = \"Cross-lingual Name Tagging and Linking for 282 Languages\",\n author = \"Pan, Xiaoman and\n Zhang, Boliang and\n May, Jonathan and\n Nothman, Joel and\n Knight, Kevin and\n Ji, Heng\",\n booktitle = \"Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)\",\n month = jul,\n year = \"2017\",\n address = \"Vancouver, Canada\",\n publisher = \"Association for Computational Linguistics\",\n url = \"https://www.aclweb.org/anthology/P17-1178\",\n doi = \"10.18653/v1/P17-1178\",\n pages = \"1946--1958\",\n abstract = \"The ambitious goal of this work is to develop a cross-lingual name tagging and linking framework for 282 languages that exist in Wikipedia. Given a document in any of these languages, our framework is able to identify name mentions, assign a coarse-grained or fine-grained type to each mention, and link it to an English Knowledge Base (KB) if it is linkable. We achieve this goal by performing a series of new KB mining methods: generating {``}silver-standard{''} annotations by transferring annotations from English to other languages through cross-lingual links and KB properties, refining annotations through self-training and topic selection, deriving language-specific morphology features from anchor links, and mining word translation pairs from cross-lingual links. Both name tagging and linking results for 282 languages are promising on Wikipedia data and on-Wikipedia data.\",\n}\n", "homepage": "https://indicnlp.ai4bharat.org/indic-glue/#named-entity-recognition", "license": "", "features": {"tokens": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "ner_tags": {"feature": {"num_classes": 7, "names": ["B-LOC", "B-ORG", "B-PER", "I-LOC", "I-ORG", "I-PER", "O"], "names_file": null, "id": null, "_type": "ClassLabel"}, "length": -1, "id": null, "_type": "Sequence"}, "additional_info": {"feature": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "length": -1, "id": null, "_type": "Sequence"}}, "post_processed": null, "supervised_keys": null, "builder_name": "indic_glue", "config_name": "wiki-ner.ml", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 188000, "num_examples": 15620, "dataset_name": "indic_glue"}, "validation": {"name": "validation", "num_bytes": 25084, "num_examples": 2067, "dataset_name": "indic_glue"}, "test": {"name": "test", "num_bytes": 24784, "num_examples": 2042, "dataset_name": "indic_glue"}}, "download_checksums": {"https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/wikiann-ner.tar.gz": {"num_bytes": 5980272, "checksum": "2bb060394a6816c9a4f3c31976d9819174067cc75b976bc4b00e5c624cd2751d"}}, "download_size": 5980272, "post_processing_size": null, "dataset_size": 237868, "size_in_bytes": 6218140}, "wiki-ner.mr": {"description": " IndicGLUE is a natural language understanding benchmark for Indian languages. It contains a wide\n variety of tasks and covers 11 major Indian languages - as, bn, gu, hi, kn, ml, mr, or, pa, ta, te.\n\n\nThe WikiANN dataset (Pan et al. 2017) is a dataset with NER annotations for PER, ORG and LOC. It has been constructed using\nthe linked entities in Wikipedia pages for 282 different languages including Danish.\n", "citation": " @inproceedings{kakwani2020indicnlpsuite,\n title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\n author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\n year={2020},\n booktitle={Findings of EMNLP},\n}\n\n\n @inproceedings{pan-etal-2017-cross,\n title = \"Cross-lingual Name Tagging and Linking for 282 Languages\",\n author = \"Pan, Xiaoman and\n Zhang, Boliang and\n May, Jonathan and\n Nothman, Joel and\n Knight, Kevin and\n Ji, Heng\",\n booktitle = \"Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)\",\n month = jul,\n year = \"2017\",\n address = \"Vancouver, Canada\",\n publisher = \"Association for Computational Linguistics\",\n url = \"https://www.aclweb.org/anthology/P17-1178\",\n doi = \"10.18653/v1/P17-1178\",\n pages = \"1946--1958\",\n abstract = \"The ambitious goal of this work is to develop a cross-lingual name tagging and linking framework for 282 languages that exist in Wikipedia. Given a document in any of these languages, our framework is able to identify name mentions, assign a coarse-grained or fine-grained type to each mention, and link it to an English Knowledge Base (KB) if it is linkable. We achieve this goal by performing a series of new KB mining methods: generating {``}silver-standard{''} annotations by transferring annotations from English to other languages through cross-lingual links and KB properties, refining annotations through self-training and topic selection, deriving language-specific morphology features from anchor links, and mining word translation pairs from cross-lingual links. Both name tagging and linking results for 282 languages are promising on Wikipedia data and on-Wikipedia data.\",\n}\n", "homepage": "https://indicnlp.ai4bharat.org/indic-glue/#named-entity-recognition", "license": "", "features": {"tokens": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "ner_tags": {"feature": {"num_classes": 7, "names": ["B-LOC", "B-ORG", "B-PER", "I-LOC", "I-ORG", "I-PER", "O"], "names_file": null, "id": null, "_type": "ClassLabel"}, "length": -1, "id": null, "_type": "Sequence"}, "additional_info": {"feature": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "length": -1, "id": null, "_type": "Sequence"}}, "post_processed": null, "supervised_keys": null, "builder_name": "indic_glue", "config_name": "wiki-ner.mr", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 146372, "num_examples": 12151, "dataset_name": "indic_glue"}, "validation": {"name": "validation", "num_bytes": 18256, "num_examples": 1498, "dataset_name": "indic_glue"}, "test": {"name": "test", "num_bytes": 16228, "num_examples": 1329, "dataset_name": "indic_glue"}}, "download_checksums": {"https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/wikiann-ner.tar.gz": {"num_bytes": 5980272, "checksum": "2bb060394a6816c9a4f3c31976d9819174067cc75b976bc4b00e5c624cd2751d"}}, "download_size": 5980272, "post_processing_size": null, "dataset_size": 180856, "size_in_bytes": 6161128}, "wiki-ner.or": {"description": " IndicGLUE is a natural language understanding benchmark for Indian languages. It contains a wide\n variety of tasks and covers 11 major Indian languages - as, bn, gu, hi, kn, ml, mr, or, pa, ta, te.\n\n\nThe WikiANN dataset (Pan et al. 2017) is a dataset with NER annotations for PER, ORG and LOC. It has been constructed using\nthe linked entities in Wikipedia pages for 282 different languages including Danish.\n", "citation": " @inproceedings{kakwani2020indicnlpsuite,\n title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\n author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\n year={2020},\n booktitle={Findings of EMNLP},\n}\n\n\n @inproceedings{pan-etal-2017-cross,\n title = \"Cross-lingual Name Tagging and Linking for 282 Languages\",\n author = \"Pan, Xiaoman and\n Zhang, Boliang and\n May, Jonathan and\n Nothman, Joel and\n Knight, Kevin and\n Ji, Heng\",\n booktitle = \"Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)\",\n month = jul,\n year = \"2017\",\n address = \"Vancouver, Canada\",\n publisher = \"Association for Computational Linguistics\",\n url = \"https://www.aclweb.org/anthology/P17-1178\",\n doi = \"10.18653/v1/P17-1178\",\n pages = \"1946--1958\",\n abstract = \"The ambitious goal of this work is to develop a cross-lingual name tagging and linking framework for 282 languages that exist in Wikipedia. Given a document in any of these languages, our framework is able to identify name mentions, assign a coarse-grained or fine-grained type to each mention, and link it to an English Knowledge Base (KB) if it is linkable. We achieve this goal by performing a series of new KB mining methods: generating {``}silver-standard{''} annotations by transferring annotations from English to other languages through cross-lingual links and KB properties, refining annotations through self-training and topic selection, deriving language-specific morphology features from anchor links, and mining word translation pairs from cross-lingual links. Both name tagging and linking results for 282 languages are promising on Wikipedia data and on-Wikipedia data.\",\n}\n", "homepage": "https://indicnlp.ai4bharat.org/indic-glue/#named-entity-recognition", "license": "", "features": {"tokens": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "ner_tags": {"feature": {"num_classes": 7, "names": ["B-LOC", "B-ORG", "B-PER", "I-LOC", "I-ORG", "I-PER", "O"], "names_file": null, "id": null, "_type": "ClassLabel"}, "length": -1, "id": null, "_type": "Sequence"}, "additional_info": {"feature": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "length": -1, "id": null, "_type": "Sequence"}}, "post_processed": null, "supervised_keys": null, "builder_name": "indic_glue", "config_name": "wiki-ner.or", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 13204, "num_examples": 1077, "dataset_name": "indic_glue"}, "validation": {"name": "validation", "num_bytes": 1864, "num_examples": 132, "dataset_name": "indic_glue"}, "test": {"name": "test", "num_bytes": 2116, "num_examples": 153, "dataset_name": "indic_glue"}}, "download_checksums": {"https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/wikiann-ner.tar.gz": {"num_bytes": 5980272, "checksum": "2bb060394a6816c9a4f3c31976d9819174067cc75b976bc4b00e5c624cd2751d"}}, "download_size": 5980272, "post_processing_size": null, "dataset_size": 17184, "size_in_bytes": 5997456}, "wiki-ner.pa": {"description": " IndicGLUE is a natural language understanding benchmark for Indian languages. It contains a wide\n variety of tasks and covers 11 major Indian languages - as, bn, gu, hi, kn, ml, mr, or, pa, ta, te.\n\n\nThe WikiANN dataset (Pan et al. 2017) is a dataset with NER annotations for PER, ORG and LOC. It has been constructed using\nthe linked entities in Wikipedia pages for 282 different languages including Danish.\n", "citation": " @inproceedings{kakwani2020indicnlpsuite,\n title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\n author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\n year={2020},\n booktitle={Findings of EMNLP},\n}\n\n\n @inproceedings{pan-etal-2017-cross,\n title = \"Cross-lingual Name Tagging and Linking for 282 Languages\",\n author = \"Pan, Xiaoman and\n Zhang, Boliang and\n May, Jonathan and\n Nothman, Joel and\n Knight, Kevin and\n Ji, Heng\",\n booktitle = \"Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)\",\n month = jul,\n year = \"2017\",\n address = \"Vancouver, Canada\",\n publisher = \"Association for Computational Linguistics\",\n url = \"https://www.aclweb.org/anthology/P17-1178\",\n doi = \"10.18653/v1/P17-1178\",\n pages = \"1946--1958\",\n abstract = \"The ambitious goal of this work is to develop a cross-lingual name tagging and linking framework for 282 languages that exist in Wikipedia. Given a document in any of these languages, our framework is able to identify name mentions, assign a coarse-grained or fine-grained type to each mention, and link it to an English Knowledge Base (KB) if it is linkable. We achieve this goal by performing a series of new KB mining methods: generating {``}silver-standard{''} annotations by transferring annotations from English to other languages through cross-lingual links and KB properties, refining annotations through self-training and topic selection, deriving language-specific morphology features from anchor links, and mining word translation pairs from cross-lingual links. Both name tagging and linking results for 282 languages are promising on Wikipedia data and on-Wikipedia data.\",\n}\n", "homepage": "https://indicnlp.ai4bharat.org/indic-glue/#named-entity-recognition", "license": "", "features": {"tokens": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "ner_tags": {"feature": {"num_classes": 7, "names": ["B-LOC", "B-ORG", "B-PER", "I-LOC", "I-ORG", "I-PER", "O"], "names_file": null, "id": null, "_type": "ClassLabel"}, "length": -1, "id": null, "_type": "Sequence"}, "additional_info": {"feature": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "length": -1, "id": null, "_type": "Sequence"}}, "post_processed": null, "supervised_keys": null, "builder_name": "indic_glue", "config_name": "wiki-ner.pa", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 17176, "num_examples": 1408, "dataset_name": "indic_glue"}, "validation": {"name": "validation", "num_bytes": 2512, "num_examples": 186, "dataset_name": "indic_glue"}, "test": {"name": "test", "num_bytes": 2428, "num_examples": 179, "dataset_name": "indic_glue"}}, "download_checksums": {"https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/wikiann-ner.tar.gz": {"num_bytes": 5980272, "checksum": "2bb060394a6816c9a4f3c31976d9819174067cc75b976bc4b00e5c624cd2751d"}}, "download_size": 5980272, "post_processing_size": null, "dataset_size": 22116, "size_in_bytes": 6002388}, "wiki-ner.ta": {"description": " IndicGLUE is a natural language understanding benchmark for Indian languages. It contains a wide\n variety of tasks and covers 11 major Indian languages - as, bn, gu, hi, kn, ml, mr, or, pa, ta, te.\n\n\nThe WikiANN dataset (Pan et al. 2017) is a dataset with NER annotations for PER, ORG and LOC. It has been constructed using\nthe linked entities in Wikipedia pages for 282 different languages including Danish.\n", "citation": " @inproceedings{kakwani2020indicnlpsuite,\n title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\n author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\n year={2020},\n booktitle={Findings of EMNLP},\n}\n\n\n @inproceedings{pan-etal-2017-cross,\n title = \"Cross-lingual Name Tagging and Linking for 282 Languages\",\n author = \"Pan, Xiaoman and\n Zhang, Boliang and\n May, Jonathan and\n Nothman, Joel and\n Knight, Kevin and\n Ji, Heng\",\n booktitle = \"Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)\",\n month = jul,\n year = \"2017\",\n address = \"Vancouver, Canada\",\n publisher = \"Association for Computational Linguistics\",\n url = \"https://www.aclweb.org/anthology/P17-1178\",\n doi = \"10.18653/v1/P17-1178\",\n pages = \"1946--1958\",\n abstract = \"The ambitious goal of this work is to develop a cross-lingual name tagging and linking framework for 282 languages that exist in Wikipedia. Given a document in any of these languages, our framework is able to identify name mentions, assign a coarse-grained or fine-grained type to each mention, and link it to an English Knowledge Base (KB) if it is linkable. We achieve this goal by performing a series of new KB mining methods: generating {``}silver-standard{''} annotations by transferring annotations from English to other languages through cross-lingual links and KB properties, refining annotations through self-training and topic selection, deriving language-specific morphology features from anchor links, and mining word translation pairs from cross-lingual links. Both name tagging and linking results for 282 languages are promising on Wikipedia data and on-Wikipedia data.\",\n}\n", "homepage": "https://indicnlp.ai4bharat.org/indic-glue/#named-entity-recognition", "license": "", "features": {"tokens": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "ner_tags": {"feature": {"num_classes": 7, "names": ["B-LOC", "B-ORG", "B-PER", "I-LOC", "I-ORG", "I-PER", "O"], "names_file": null, "id": null, "_type": "ClassLabel"}, "length": -1, "id": null, "_type": "Sequence"}, "additional_info": {"feature": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "length": -1, "id": null, "_type": "Sequence"}}, "post_processed": null, "supervised_keys": null, "builder_name": "indic_glue", "config_name": "wiki-ner.ta", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 246432, "num_examples": 20466, "dataset_name": "indic_glue"}, "validation": {"name": "validation", "num_bytes": 31312, "num_examples": 2586, "dataset_name": "indic_glue"}, "test": {"name": "test", "num_bytes": 31612, "num_examples": 2611, "dataset_name": "indic_glue"}}, "download_checksums": {"https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/wikiann-ner.tar.gz": {"num_bytes": 5980272, "checksum": "2bb060394a6816c9a4f3c31976d9819174067cc75b976bc4b00e5c624cd2751d"}}, "download_size": 5980272, "post_processing_size": null, "dataset_size": 309356, "size_in_bytes": 6289628}, "wiki-ner.te": {"description": " IndicGLUE is a natural language understanding benchmark for Indian languages. It contains a wide\n variety of tasks and covers 11 major Indian languages - as, bn, gu, hi, kn, ml, mr, or, pa, ta, te.\n\n\nThe WikiANN dataset (Pan et al. 2017) is a dataset with NER annotations for PER, ORG and LOC. It has been constructed using\nthe linked entities in Wikipedia pages for 282 different languages including Danish.\n", "citation": " @inproceedings{kakwani2020indicnlpsuite,\n title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}},\n author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\n year={2020},\n booktitle={Findings of EMNLP},\n}\n\n\n @inproceedings{pan-etal-2017-cross,\n title = \"Cross-lingual Name Tagging and Linking for 282 Languages\",\n author = \"Pan, Xiaoman and\n Zhang, Boliang and\n May, Jonathan and\n Nothman, Joel and\n Knight, Kevin and\n Ji, Heng\",\n booktitle = \"Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)\",\n month = jul,\n year = \"2017\",\n address = \"Vancouver, Canada\",\n publisher = \"Association for Computational Linguistics\",\n url = \"https://www.aclweb.org/anthology/P17-1178\",\n doi = \"10.18653/v1/P17-1178\",\n pages = \"1946--1958\",\n abstract = \"The ambitious goal of this work is to develop a cross-lingual name tagging and linking framework for 282 languages that exist in Wikipedia. Given a document in any of these languages, our framework is able to identify name mentions, assign a coarse-grained or fine-grained type to each mention, and link it to an English Knowledge Base (KB) if it is linkable. We achieve this goal by performing a series of new KB mining methods: generating {``}silver-standard{''} annotations by transferring annotations from English to other languages through cross-lingual links and KB properties, refining annotations through self-training and topic selection, deriving language-specific morphology features from anchor links, and mining word translation pairs from cross-lingual links. Both name tagging and linking results for 282 languages are promising on Wikipedia data and on-Wikipedia data.\",\n}\n", "homepage": "https://indicnlp.ai4bharat.org/indic-glue/#named-entity-recognition", "license": "", "features": {"tokens": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "ner_tags": {"feature": {"num_classes": 7, "names": ["B-LOC", "B-ORG", "B-PER", "I-LOC", "I-ORG", "I-PER", "O"], "names_file": null, "id": null, "_type": "ClassLabel"}, "length": -1, "id": null, "_type": "Sequence"}, "additional_info": {"feature": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "length": -1, "id": null, "_type": "Sequence"}}, "post_processed": null, "supervised_keys": null, "builder_name": "indic_glue", "config_name": "wiki-ner.te", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 96016, "num_examples": 7978, "dataset_name": "indic_glue"}, "validation": {"name": "validation", "num_bytes": 10372, "num_examples": 841, "dataset_name": "indic_glue"}, "test": {"name": "test", "num_bytes": 13600, "num_examples": 1110, "dataset_name": "indic_glue"}}, "download_checksums": {"https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/wikiann-ner.tar.gz": {"num_bytes": 5980272, "checksum": "2bb060394a6816c9a4f3c31976d9819174067cc75b976bc4b00e5c624cd2751d"}}, "download_size": 5980272, "post_processing_size": null, "dataset_size": 119988, "size_in_bytes": 6100260}} \ No newline at end of file diff --git a/dummy/actsa-sc.te/1.0.0/dummy_data.zip b/dummy/actsa-sc.te/1.0.0/dummy_data.zip new file mode 100644 index 0000000000000000000000000000000000000000..23896770d9c84a61496ab514ca1cb5e2440390dc --- /dev/null +++ b/dummy/actsa-sc.te/1.0.0/dummy_data.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:483b5fefdc1c22acf7e21f8743a8b8b0266db0ab6f8b240895e982770ed165a9 +size 7544 diff --git a/dummy/bbca.hi/1.0.0/dummy_data.zip b/dummy/bbca.hi/1.0.0/dummy_data.zip new file mode 100644 index 0000000000000000000000000000000000000000..6ea9780b0a1a68c27f57a31f95e409f4a4cfede0 --- /dev/null +++ b/dummy/bbca.hi/1.0.0/dummy_data.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0ae530d268119d30ade81741303e434cd5c27a5dc750399e86192f386879979 +size 22967 diff --git a/dummy/copa.en/1.0.0/dummy_data.zip b/dummy/copa.en/1.0.0/dummy_data.zip new file mode 100644 index 0000000000000000000000000000000000000000..b260c8ab6e38f872ee81d7ecadea8e2f4f108755 --- /dev/null +++ b/dummy/copa.en/1.0.0/dummy_data.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2e37bf44e876b57b9818bc9119733fc7c4ff93691d864cf113718e653fdcb09 +size 25031 diff --git a/dummy/copa.gu/1.0.0/dummy_data.zip b/dummy/copa.gu/1.0.0/dummy_data.zip new file mode 100644 index 0000000000000000000000000000000000000000..3c780929269e1f89899848aadc00b5992485a026 --- /dev/null +++ b/dummy/copa.gu/1.0.0/dummy_data.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe68a75d7e3415e0edb574eec9b5d5215d56e378b49194ee0f6a98df216135fc +size 29403 diff --git a/dummy/copa.hi/1.0.0/dummy_data.zip b/dummy/copa.hi/1.0.0/dummy_data.zip new file mode 100644 index 0000000000000000000000000000000000000000..d508179ebeecf3b19ce73058b70560d63bf826dd --- /dev/null +++ b/dummy/copa.hi/1.0.0/dummy_data.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe3c6e3b1af5c2b7f2db4901e8f03543b6c6092b285ab90bb619a4bef439b698 +size 28966 diff --git a/dummy/copa.mr/1.0.0/dummy_data.zip b/dummy/copa.mr/1.0.0/dummy_data.zip new file mode 100644 index 0000000000000000000000000000000000000000..fd3dfd54e4a8c7aba1a1c397376e306a3ff7683b --- /dev/null +++ b/dummy/copa.mr/1.0.0/dummy_data.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3106c1637f1a799fd480c03cb7305bfc317d244c7b86ed5fcec7b9cc9f110d5 +size 29444 diff --git a/dummy/csqa.as/1.0.0/dummy_data.zip b/dummy/csqa.as/1.0.0/dummy_data.zip new file mode 100644 index 0000000000000000000000000000000000000000..485537e1e2f790cb18b39163327283e3f5e459f1 --- /dev/null +++ b/dummy/csqa.as/1.0.0/dummy_data.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8f276446cff769c5924f9027735d2606e3e1139268693baad3f92a19c54b286 +size 8366 diff --git a/dummy/csqa.bn/1.0.0/dummy_data.zip b/dummy/csqa.bn/1.0.0/dummy_data.zip new file mode 100644 index 0000000000000000000000000000000000000000..b1f0492dcd3efc7f7db456857e1529a0be9fd5c1 --- /dev/null +++ b/dummy/csqa.bn/1.0.0/dummy_data.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f10af91a233e5690150ba39421002b354e8a59df1c011c3e4404e4a0eb3523db +size 8986 diff --git a/dummy/csqa.gu/1.0.0/dummy_data.zip b/dummy/csqa.gu/1.0.0/dummy_data.zip new file mode 100644 index 0000000000000000000000000000000000000000..7941ae227827a673dadddd7fd984f1c02a10a6b0 --- /dev/null +++ b/dummy/csqa.gu/1.0.0/dummy_data.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd09e1d24184a0e272f4cb56b2183a2c386a23c8e84ae57ae0e1d4637fd2aacf +size 4587 diff --git a/dummy/csqa.hi/1.0.0/dummy_data.zip b/dummy/csqa.hi/1.0.0/dummy_data.zip new file mode 100644 index 0000000000000000000000000000000000000000..4780d0c7c05e9f35a6955d81b248d05dbcd50b43 --- /dev/null +++ b/dummy/csqa.hi/1.0.0/dummy_data.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3f93de259fe830594b3266f673825353acb6eebb79d37dc570dfd8cd84b547a +size 9403 diff --git a/dummy/csqa.kn/1.0.0/dummy_data.zip b/dummy/csqa.kn/1.0.0/dummy_data.zip new file mode 100644 index 0000000000000000000000000000000000000000..8c79c2943e4346cf2dea768527ccb8618f49a13f --- /dev/null +++ b/dummy/csqa.kn/1.0.0/dummy_data.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ecdc30cccc8c506c8058684f65553c6b693506ec216c75a298d311451f9f6b8 +size 11171 diff --git a/dummy/csqa.ml/1.0.0/dummy_data.zip b/dummy/csqa.ml/1.0.0/dummy_data.zip new file mode 100644 index 0000000000000000000000000000000000000000..db8dd5516bf87d57aca99b1e85ebac6f86feeeae --- /dev/null +++ b/dummy/csqa.ml/1.0.0/dummy_data.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cff3a3805f5bf2623d760d8486275929216d2fbe2433a40e7cdbb0a4fc059eae +size 12897 diff --git a/dummy/csqa.mr/1.0.0/dummy_data.zip b/dummy/csqa.mr/1.0.0/dummy_data.zip new file mode 100644 index 0000000000000000000000000000000000000000..c2cf50e94d2ec0d480dadc46505d3bd6baf11d37 --- /dev/null +++ b/dummy/csqa.mr/1.0.0/dummy_data.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3be6a959fb7ac2841e9c919e29a306464c76e5e017efdc5f364a70d8d424a7a +size 8993 diff --git a/dummy/csqa.or/1.0.0/dummy_data.zip b/dummy/csqa.or/1.0.0/dummy_data.zip new file mode 100644 index 0000000000000000000000000000000000000000..fbc118b3ae7ae2f02f87fb5a93929606bcd774f0 --- /dev/null +++ b/dummy/csqa.or/1.0.0/dummy_data.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c93ffaf1f23d45f8040a5646ee6bfb28ca7e59eaf08c90cd4f08caed93a94e05 +size 10166 diff --git a/dummy/csqa.pa/1.0.0/dummy_data.zip b/dummy/csqa.pa/1.0.0/dummy_data.zip new file mode 100644 index 0000000000000000000000000000000000000000..b1953a4be57e9c151f453486429a5db30580ae57 --- /dev/null +++ b/dummy/csqa.pa/1.0.0/dummy_data.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80da37e320322f9c0fd03cc67234d9e0380a31967bbe7f4a9272d76b7ac4efdb +size 8945 diff --git a/dummy/csqa.ta/1.0.0/dummy_data.zip b/dummy/csqa.ta/1.0.0/dummy_data.zip new file mode 100644 index 0000000000000000000000000000000000000000..bdb071ae97c6f738ffc9235086020a3f23ef1d61 --- /dev/null +++ b/dummy/csqa.ta/1.0.0/dummy_data.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:860ddc6deb035ede3ba77cbc45eea0ac1f850f86a6654eeb06aafa951995ffaa +size 10277 diff --git a/dummy/csqa.te/1.0.0/dummy_data.zip b/dummy/csqa.te/1.0.0/dummy_data.zip new file mode 100644 index 0000000000000000000000000000000000000000..ddb7da8bec7275a617daf8233731e798b66244fa --- /dev/null +++ b/dummy/csqa.te/1.0.0/dummy_data.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd8ddd1b36413a4e149201e296a6fb5051c7a07cf40dc2866b248752dee52eec +size 8709 diff --git a/dummy/cvit-mkb-clsr.en-bn/1.0.0/dummy_data.zip b/dummy/cvit-mkb-clsr.en-bn/1.0.0/dummy_data.zip new file mode 100644 index 0000000000000000000000000000000000000000..0472fe3a638a6d04b4640e3461fd5d17cf0185a7 --- /dev/null +++ b/dummy/cvit-mkb-clsr.en-bn/1.0.0/dummy_data.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:217157b833c5e7ec7796bb99d019791c05fe7fcfa39d11ca6a1ade82839f3596 +size 4241 diff --git a/dummy/cvit-mkb-clsr.en-gu/1.0.0/dummy_data.zip b/dummy/cvit-mkb-clsr.en-gu/1.0.0/dummy_data.zip new file mode 100644 index 0000000000000000000000000000000000000000..af25d8c503156dccb3f51e174c0854efd5317d64 --- /dev/null +++ b/dummy/cvit-mkb-clsr.en-gu/1.0.0/dummy_data.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b5983d65fdda76f34db9e2ef416522d0da3bf0e692461f7315196eb3fadfd5e +size 3605 diff --git a/dummy/cvit-mkb-clsr.en-hi/1.0.0/dummy_data.zip b/dummy/cvit-mkb-clsr.en-hi/1.0.0/dummy_data.zip new file mode 100644 index 0000000000000000000000000000000000000000..d4cc42f2601a60a8d15276b0b66eb928a230bca2 --- /dev/null +++ b/dummy/cvit-mkb-clsr.en-hi/1.0.0/dummy_data.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df8fff933befc7c3f7afcd6f4e37f674469bbf1de779fd06b11b7cd4fb6596b2 +size 4377 diff --git a/dummy/cvit-mkb-clsr.en-ml/1.0.0/dummy_data.zip b/dummy/cvit-mkb-clsr.en-ml/1.0.0/dummy_data.zip new file mode 100644 index 0000000000000000000000000000000000000000..33f0ba7cd8c06f878a3612d413a80c633b3e65e2 --- /dev/null +++ b/dummy/cvit-mkb-clsr.en-ml/1.0.0/dummy_data.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54d23cc04843f347c72e93efe3b0304e85e2e692293fd34fbd08902ebb8ba60b +size 4324 diff --git a/dummy/cvit-mkb-clsr.en-mr/1.0.0/dummy_data.zip b/dummy/cvit-mkb-clsr.en-mr/1.0.0/dummy_data.zip new file mode 100644 index 0000000000000000000000000000000000000000..8231b97474b2e24b8ff0fa0ed576942d37922f4c --- /dev/null +++ b/dummy/cvit-mkb-clsr.en-mr/1.0.0/dummy_data.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a43c0f5aee1a6eeae446637caa0abdbdb787685c5098316318132ad03db68cd +size 4391 diff --git a/dummy/cvit-mkb-clsr.en-or/1.0.0/dummy_data.zip b/dummy/cvit-mkb-clsr.en-or/1.0.0/dummy_data.zip new file mode 100644 index 0000000000000000000000000000000000000000..ee87b5d4f3af68010754ae945c62142220a32289 --- /dev/null +++ b/dummy/cvit-mkb-clsr.en-or/1.0.0/dummy_data.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eebc49936b3e4460ca24e7ff8da709d33466c153d4a53662bd8f91347ce11e2b +size 4319 diff --git a/dummy/cvit-mkb-clsr.en-ta/1.0.0/dummy_data.zip b/dummy/cvit-mkb-clsr.en-ta/1.0.0/dummy_data.zip new file mode 100644 index 0000000000000000000000000000000000000000..4dd2e11109cb55cb6d76ad3991be1e6c476eec35 --- /dev/null +++ b/dummy/cvit-mkb-clsr.en-ta/1.0.0/dummy_data.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98878d9dd094a344d2cbaa11a539f72a219616d52a020cc7318efa91a420361c +size 4293 diff --git a/dummy/cvit-mkb-clsr.en-te/1.0.0/dummy_data.zip b/dummy/cvit-mkb-clsr.en-te/1.0.0/dummy_data.zip new file mode 100644 index 0000000000000000000000000000000000000000..b547d7a86fe3ae0ad5b320a1d6407105db2db348 --- /dev/null +++ b/dummy/cvit-mkb-clsr.en-te/1.0.0/dummy_data.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7de60871f5e6dba1a491eb6b10ab127c3e942e3d5dfa113c91b2d5cf607719d +size 4298 diff --git a/dummy/cvit-mkb-clsr.en-ur/1.0.0/dummy_data.zip b/dummy/cvit-mkb-clsr.en-ur/1.0.0/dummy_data.zip new file mode 100644 index 0000000000000000000000000000000000000000..6b7291c19f5639432a5971cba4ef7db9f6bfeea9 --- /dev/null +++ b/dummy/cvit-mkb-clsr.en-ur/1.0.0/dummy_data.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64b37c2594c1ff6436cc86157c13895547424f1c49055b731b3ca4265a7cce88 +size 4017 diff --git a/dummy/iitp-mr.hi/1.0.0/dummy_data.zip b/dummy/iitp-mr.hi/1.0.0/dummy_data.zip new file mode 100644 index 0000000000000000000000000000000000000000..fc677f01781e38bd3888f5c992648343a342ed76 --- /dev/null +++ b/dummy/iitp-mr.hi/1.0.0/dummy_data.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c3069a362832758639dfa9539acc4302e34688ebd4e4b99506cd0bcceda1bd8 +size 28805 diff --git a/dummy/iitp-pr.hi/1.0.0/dummy_data.zip b/dummy/iitp-pr.hi/1.0.0/dummy_data.zip new file mode 100644 index 0000000000000000000000000000000000000000..aa03feb76c7b55303cc6057ec4d283f530a1d420 --- /dev/null +++ b/dummy/iitp-pr.hi/1.0.0/dummy_data.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5db0956ae4e5a78a64dbaf8c31ff28220069d889395a29d45950d2737467e9c0 +size 28877 diff --git a/dummy/inltkh.gu/1.0.0/dummy_data.zip b/dummy/inltkh.gu/1.0.0/dummy_data.zip new file mode 100644 index 0000000000000000000000000000000000000000..44d277d5be6dcd4d2fac5036c00d678642e83021 --- /dev/null +++ b/dummy/inltkh.gu/1.0.0/dummy_data.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23557dc7c3a6327c176a55302da823d820b7eaf2cd2fbde6e3dd0c146f59bd73 +size 7371 diff --git a/dummy/inltkh.ml/1.0.0/dummy_data.zip b/dummy/inltkh.ml/1.0.0/dummy_data.zip new file mode 100644 index 0000000000000000000000000000000000000000..ad0cacec72fafb4dca1fc08c5075dc40fe4aed2f --- /dev/null +++ b/dummy/inltkh.ml/1.0.0/dummy_data.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca9e70e89f2691763a30efc4a8dace6fd963e8796a8262bc9dcb86ee45d93df9 +size 7205 diff --git a/dummy/inltkh.mr/1.0.0/dummy_data.zip b/dummy/inltkh.mr/1.0.0/dummy_data.zip new file mode 100644 index 0000000000000000000000000000000000000000..37fda1085d3dc5e6da769e1eadc201a1ccc2a2af --- /dev/null +++ b/dummy/inltkh.mr/1.0.0/dummy_data.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dfd1e80aa2b15cd54e792a3547fb9da485cdaa573b438ecb5697c707d6a1a52 +size 7281 diff --git a/dummy/inltkh.ta/1.0.0/dummy_data.zip b/dummy/inltkh.ta/1.0.0/dummy_data.zip new file mode 100644 index 0000000000000000000000000000000000000000..8ba2f1301820dcd4361042d1bdc056c0630662ae --- /dev/null +++ b/dummy/inltkh.ta/1.0.0/dummy_data.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:382e6aa1b3f053e6d217c7d9fd4ed1fdad7734e95c135c5dd4e668a966ded6d6 +size 8607 diff --git a/dummy/inltkh.te/1.0.0/dummy_data.zip b/dummy/inltkh.te/1.0.0/dummy_data.zip new file mode 100644 index 0000000000000000000000000000000000000000..fefb30670a1ed680e25e35269263b58b671f85a7 --- /dev/null +++ b/dummy/inltkh.te/1.0.0/dummy_data.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ccd96e81ac261303f7303e7ffa6beccadd8e2d4394d7e993d7078cd0da74062 +size 7594 diff --git a/dummy/md.hi/1.0.0/dummy_data.zip b/dummy/md.hi/1.0.0/dummy_data.zip new file mode 100644 index 0000000000000000000000000000000000000000..ba449160acdd80af645fb28d85e10255a425a929 --- /dev/null +++ b/dummy/md.hi/1.0.0/dummy_data.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bd56058da743f93f864cd25df809a3f8080bf1d0f0e018ba4845ce1c93ff1df +size 7581 diff --git a/dummy/sna.bn/1.0.0/dummy_data.zip b/dummy/sna.bn/1.0.0/dummy_data.zip new file mode 100644 index 0000000000000000000000000000000000000000..de2a32accfd50e1655aa9e50c6a3af56b2c8db7a --- /dev/null +++ b/dummy/sna.bn/1.0.0/dummy_data.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed38069877f4358eb2489b03ce669f8daf1ed3072dd94455e69a2c91add12a08 +size 19750 diff --git a/dummy/wiki-ner.as/1.0.0/dummy_data.zip b/dummy/wiki-ner.as/1.0.0/dummy_data.zip new file mode 100644 index 0000000000000000000000000000000000000000..294b1cd7aeda13a7c6e992a8b1e901fd9824c3bc --- /dev/null +++ b/dummy/wiki-ner.as/1.0.0/dummy_data.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4a6d647c284f2dc54335f65e4d5809be14c4bd864c3f5dd4c6c93fac848d818 +size 5368 diff --git a/dummy/wiki-ner.bn/1.0.0/dummy_data.zip b/dummy/wiki-ner.bn/1.0.0/dummy_data.zip new file mode 100644 index 0000000000000000000000000000000000000000..ab3e363180c5591ce4c7de88ec45d3d113a6a83e --- /dev/null +++ b/dummy/wiki-ner.bn/1.0.0/dummy_data.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d8bfec14fdcfa05bbf22c054324193b142aa5b17394a72a4043f8700a2d30a9 +size 5454 diff --git a/dummy/wiki-ner.gu/1.0.0/dummy_data.zip b/dummy/wiki-ner.gu/1.0.0/dummy_data.zip new file mode 100644 index 0000000000000000000000000000000000000000..53d67d50a8af3a66b279dce118b9d8f7412508b1 --- /dev/null +++ b/dummy/wiki-ner.gu/1.0.0/dummy_data.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:737168f7bb2e4a213101917a4de66d8268fb842528b71486eec56f1855d226f4 +size 6924 diff --git a/dummy/wiki-ner.hi/1.0.0/dummy_data.zip b/dummy/wiki-ner.hi/1.0.0/dummy_data.zip new file mode 100644 index 0000000000000000000000000000000000000000..b34e385b1dba351f1fda00160593efe89ab3a4ea --- /dev/null +++ b/dummy/wiki-ner.hi/1.0.0/dummy_data.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:170272667478b8d93bb5c57c0be606761b907f86800ad8dcccec3071d84eedb3 +size 6934 diff --git a/dummy/wiki-ner.kn/1.0.0/dummy_data.zip b/dummy/wiki-ner.kn/1.0.0/dummy_data.zip new file mode 100644 index 0000000000000000000000000000000000000000..c6cfb0ac2e0a82a9f04b5a9f4cb639c90bd93b62 --- /dev/null +++ b/dummy/wiki-ner.kn/1.0.0/dummy_data.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a066d4d742242d033e925c5261f347194e8e988fbb3880112fb8c15aac53d2c1 +size 5687 diff --git a/dummy/wiki-ner.ml/1.0.0/dummy_data.zip b/dummy/wiki-ner.ml/1.0.0/dummy_data.zip new file mode 100644 index 0000000000000000000000000000000000000000..282aac78946542a97427a1e30da1d713c964d02c --- /dev/null +++ b/dummy/wiki-ner.ml/1.0.0/dummy_data.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:047b1bdfad757868d9bd5b93bc5f150b88e6310b17684994b34475d0b90144f9 +size 6987 diff --git a/dummy/wiki-ner.mr/1.0.0/dummy_data.zip b/dummy/wiki-ner.mr/1.0.0/dummy_data.zip new file mode 100644 index 0000000000000000000000000000000000000000..45d81b7f01ed531dc02e2c853506277683b809a3 --- /dev/null +++ b/dummy/wiki-ner.mr/1.0.0/dummy_data.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02792fd0913fadb3bd7916f4de9da634a94807c1503b50c81ada764823b863de +size 6224 diff --git a/dummy/wiki-ner.or/1.0.0/dummy_data.zip b/dummy/wiki-ner.or/1.0.0/dummy_data.zip new file mode 100644 index 0000000000000000000000000000000000000000..6ea3c810ffd81902f51ecb80a5373101a931dc7d --- /dev/null +++ b/dummy/wiki-ner.or/1.0.0/dummy_data.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29978878ebe57c43d17a00b389fb7cd037f2791e8ab38456ffa0224d8b033cb0 +size 6370 diff --git a/dummy/wiki-ner.pa/1.0.0/dummy_data.zip b/dummy/wiki-ner.pa/1.0.0/dummy_data.zip new file mode 100644 index 0000000000000000000000000000000000000000..d4fdf38894d15f05aac4e48e75166d3155dd7480 --- /dev/null +++ b/dummy/wiki-ner.pa/1.0.0/dummy_data.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96755539efc6708f40e20cc6f3bfe1102cfed0aec448a76bb1b07edd89648daa +size 5665 diff --git a/dummy/wiki-ner.ta/1.0.0/dummy_data.zip b/dummy/wiki-ner.ta/1.0.0/dummy_data.zip new file mode 100644 index 0000000000000000000000000000000000000000..892edbae8b5fdfd213df6151b776be50d527e59d --- /dev/null +++ b/dummy/wiki-ner.ta/1.0.0/dummy_data.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c9d06ed96db644cdb422d4086da0ab03ee15682d908bdc001d5eaf7fedca532 +size 6220 diff --git a/dummy/wiki-ner.te/1.0.0/dummy_data.zip b/dummy/wiki-ner.te/1.0.0/dummy_data.zip new file mode 100644 index 0000000000000000000000000000000000000000..e1cd12c4a8a05adda87c83b3cef324de0ef99af8 --- /dev/null +++ b/dummy/wiki-ner.te/1.0.0/dummy_data.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:454c1a48a0e028abe07404d2f13b07633f49a61b3d54705850edb14865d69c9c +size 6737 diff --git a/dummy/wnli.en/1.0.0/dummy_data.zip b/dummy/wnli.en/1.0.0/dummy_data.zip new file mode 100644 index 0000000000000000000000000000000000000000..c329b02ae99d0d0b3833347fd20a011a21f90343 --- /dev/null +++ b/dummy/wnli.en/1.0.0/dummy_data.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1982167d7a9c531e3e358cc0ecfbc06c1cf84f9836c81273666ca1edca39b7b5 +size 9763 diff --git a/dummy/wnli.gu/1.0.0/dummy_data.zip b/dummy/wnli.gu/1.0.0/dummy_data.zip new file mode 100644 index 0000000000000000000000000000000000000000..dcaff41eea541d84f253449c002a6f7200f45a19 --- /dev/null +++ b/dummy/wnli.gu/1.0.0/dummy_data.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7764ca553ad743eec5dad69e89083c15c346c091d217b64636de9e7d7bb3990 +size 12575 diff --git a/dummy/wnli.hi/1.0.0/dummy_data.zip b/dummy/wnli.hi/1.0.0/dummy_data.zip new file mode 100644 index 0000000000000000000000000000000000000000..63f993eaa79791d84f22b9100f80d8d21c5fc14d --- /dev/null +++ b/dummy/wnli.hi/1.0.0/dummy_data.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8e0bbb922dd7e0b8d28e9ddbec6cc953cb17663e504ab13b96d8d15a7f79ccc +size 12316 diff --git a/dummy/wnli.mr/1.0.0/dummy_data.zip b/dummy/wnli.mr/1.0.0/dummy_data.zip new file mode 100644 index 0000000000000000000000000000000000000000..7a8e6e30133694f8a1d2e6d5b39828efd878798e --- /dev/null +++ b/dummy/wnli.mr/1.0.0/dummy_data.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06bf7efcabc89da838d9cfe8b1bceff9835a59c97b5fe39b69510bceaf8ce676 +size 12922 diff --git a/dummy/wstp.as/1.0.0/dummy_data.zip b/dummy/wstp.as/1.0.0/dummy_data.zip new file mode 100644 index 0000000000000000000000000000000000000000..15f02e451285e2a8066f8621cf67209a5f09fb9c --- /dev/null +++ b/dummy/wstp.as/1.0.0/dummy_data.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48f9ac5dcbac0bbb699833d093fc2b1e5b9ac4c657ffe01321fbf191b507c9d4 +size 1239890 diff --git a/dummy/wstp.bn/1.0.0/dummy_data.zip b/dummy/wstp.bn/1.0.0/dummy_data.zip new file mode 100644 index 0000000000000000000000000000000000000000..29fecab7c7847d39ecbb9234b5bc18e2f39b62b5 --- /dev/null +++ b/dummy/wstp.bn/1.0.0/dummy_data.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df6c5d1d48145518c306e0c8bb675941def17fcc9b1e5b70644af546133908fb +size 13187 diff --git a/dummy/wstp.gu/1.0.0/dummy_data.zip b/dummy/wstp.gu/1.0.0/dummy_data.zip new file mode 100644 index 0000000000000000000000000000000000000000..949c447f698040145a13c1392ef8854487efdb83 --- /dev/null +++ b/dummy/wstp.gu/1.0.0/dummy_data.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a15e694bdfdfddd61d7342c80dc1f38b865e6528ebd5fb48e4783661debcddf +size 12257 diff --git a/dummy/wstp.hi/1.0.0/dummy_data.zip b/dummy/wstp.hi/1.0.0/dummy_data.zip new file mode 100644 index 0000000000000000000000000000000000000000..8a9af0e9e88283155605a62f8282f04662aa7dfc --- /dev/null +++ b/dummy/wstp.hi/1.0.0/dummy_data.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aef44c9462836149d82968d2b466153522f98f8ef49b6caa26c9e31f84c77bcc +size 9773 diff --git a/dummy/wstp.kn/1.0.0/dummy_data.zip b/dummy/wstp.kn/1.0.0/dummy_data.zip new file mode 100644 index 0000000000000000000000000000000000000000..1df513801f612775de6931cdf08976c04d232c29 --- /dev/null +++ b/dummy/wstp.kn/1.0.0/dummy_data.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d285c0f5334f1ea16cf784660a5812c151f6fc3c11420f6d45fda59d94ad7583 +size 8489 diff --git a/dummy/wstp.ml/1.0.0/dummy_data.zip b/dummy/wstp.ml/1.0.0/dummy_data.zip new file mode 100644 index 0000000000000000000000000000000000000000..86c2fc79445f26ddfd4b3f2478e675eb472a2504 --- /dev/null +++ b/dummy/wstp.ml/1.0.0/dummy_data.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0adfa888a42f773c882f9a035fded3290c0b06858dbd9f80e6e4d521bab4fcbc +size 16391 diff --git a/dummy/wstp.mr/1.0.0/dummy_data.zip b/dummy/wstp.mr/1.0.0/dummy_data.zip new file mode 100644 index 0000000000000000000000000000000000000000..8feffec96916a60d1cd99b67c12278d42e02d063 --- /dev/null +++ b/dummy/wstp.mr/1.0.0/dummy_data.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c13d6fb27b3da8c7fb252535c6251f7dce39a02980853ece93cf4625d4958bf +size 12383 diff --git a/dummy/wstp.or/1.0.0/dummy_data.zip b/dummy/wstp.or/1.0.0/dummy_data.zip new file mode 100644 index 0000000000000000000000000000000000000000..e7735e65b8fd83b400c0cef567cfa868489bfb55 --- /dev/null +++ b/dummy/wstp.or/1.0.0/dummy_data.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e624bc5b6952fe4277ea9e7cbddfe4e9b06040a3c24092ef616ef16fec7c7cc0 +size 11684 diff --git a/dummy/wstp.pa/1.0.0/dummy_data.zip b/dummy/wstp.pa/1.0.0/dummy_data.zip new file mode 100644 index 0000000000000000000000000000000000000000..d3edd2f449ee08e71fb1d71b57c4945e2efd4406 --- /dev/null +++ b/dummy/wstp.pa/1.0.0/dummy_data.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cfb2acf039e6843f2098a63e56f6deb3bb813a1a99f6647b8a5ba153e4c59ee +size 8078 diff --git a/dummy/wstp.ta/1.0.0/dummy_data.zip b/dummy/wstp.ta/1.0.0/dummy_data.zip new file mode 100644 index 0000000000000000000000000000000000000000..a6a0d651e4b2424cb013eb12668e2c1e63bf7c11 --- /dev/null +++ b/dummy/wstp.ta/1.0.0/dummy_data.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc6eedd9c5cf7bbe47ea4b030cca58f573f97d431404b0a6f99503c8b92bb075 +size 10079 diff --git a/dummy/wstp.te/1.0.0/dummy_data.zip b/dummy/wstp.te/1.0.0/dummy_data.zip new file mode 100644 index 0000000000000000000000000000000000000000..ea3131ac4937ae04e8802b5647ec956d7d37586f --- /dev/null +++ b/dummy/wstp.te/1.0.0/dummy_data.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e06ec14b1d736ddf150bb847941521c5d9de5a03730e03b1dbb0fb9f294751e +size 9951 diff --git a/indic_glue.py b/indic_glue.py new file mode 100644 index 0000000000000000000000000000000000000000..39f423ad797eb604fe30c945ea9555811a08d729 --- /dev/null +++ b/indic_glue.py @@ -0,0 +1,923 @@ +"""The IndicGLUE benchmark.""" + +from __future__ import absolute_import, division, print_function + +import csv +import json +import os +import textwrap + +import pandas as pd +import six + +import datasets + + +_INDIC_GLUE_CITATION = """\ + @inproceedings{kakwani2020indicnlpsuite, + title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}}, + author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar}, + year={2020}, + booktitle={Findings of EMNLP}, +} +""" + +_INDIC_GLUE_DESCRIPTION = """\ + IndicGLUE is a natural language understanding benchmark for Indian languages. It contains a wide + variety of tasks and covers 11 major Indian languages - as, bn, gu, hi, kn, ml, mr, or, pa, ta, te. +""" + +_DESCRIPTIONS = { + "wnli": textwrap.dedent( + """ + The Winograd Schema Challenge (Levesque et al., 2011) is a reading comprehension task + in which a system must read a sentence with a pronoun and select the referent of that pronoun from + a list of choices. The examples are manually constructed to foil simple statistical methods: Each + one is contingent on contextual information provided by a single word or phrase in the sentence. + To convert the problem into sentence pair classification, we construct sentence pairs by replacing + the ambiguous pronoun with each possible referent. The task is to predict if the sentence with the + pronoun substituted is entailed by the original sentence. We use a small evaluation set consisting of + new examples derived from fiction books that was shared privately by the authors of the original + corpus. While the included training set is balanced between two classes, the test set is imbalanced + between them (65% not entailment). Also, due to a data quirk, the development set is adversarial: + hypotheses are sometimes shared between training and development examples, so if a model memorizes the + training examples, they will predict the wrong label on corresponding development set + example. As with QNLI, each example is evaluated separately, so there is not a systematic correspondence + between a model's score on this task and its score on the unconverted original task. We + call converted dataset WNLI (Winograd NLI). This dataset is translated and publicly released for 3 + Indian languages by AI4Bharat. + """ + ), + "copa": textwrap.dedent( + """ + The Choice Of Plausible Alternatives (COPA) evaluation provides researchers with a tool for assessing + progress in open-domain commonsense causal reasoning. COPA consists of 1000 questions, split equally + into development and test sets of 500 questions each. Each question is composed of a premise and two + alternatives, where the task is to select the alternative that more plausibly has a causal relation + with the premise. The correct alternative is randomized so that the expected performance of randomly + guessing is 50%. This dataset is translated and publicly released for 3 languages by AI4Bharat. + """ + ), + "sna": textwrap.dedent( + """ + This dataset is a collection of Bengali News articles. The dataset is used for classifying articles into + 5 different classes namely international, state, kolkata, entertainment and sports. + """ + ), + "csqa": textwrap.dedent( + """ + Given a text with an entity randomly masked, the task is to predict that masked entity from a list of 4 + candidate entities. The dataset contains around 239k examples across 11 languages. + """ + ), + "wstp": textwrap.dedent( + """ + Predict the correct title for a Wikipedia section from a given list of four candidate titles. + The dataset has 400k examples across 11 Indian languages. + """ + ), + "inltkh": textwrap.dedent( + """ + Obtained from inltk project. The corpus is a collection of headlines tagged with their news category. + Available for langauges: gu, ml, mr and ta. + """ + ), + "bbca": textwrap.dedent( + """ + This release consists of 4335 Hindi documents with tags from the BBC Hindi News website. + """ + ), + "cvit-mkb-clsr": textwrap.dedent( + """ + CVIT Maan ki Baat Dataset - Given a sentence in language $L_1$ the task is to retrieve its translation + from a set of candidate sentences in language $L_2$. + The dataset contains around 39k parallel sentence pairs across 8 Indian languages. + """ + ), + "iitp-mr": textwrap.dedent( + """ + IIT Patna Product Reviews: Sentiment analysis corpus for product reviews posted in Hindi. + """ + ), + "iitp-pr": textwrap.dedent( + """ + IIT Patna Product Reviews: Sentiment analysis corpus for product reviews posted in Hindi. + """ + ), + "actsa-sc": textwrap.dedent( + """ + ACTSA Corpus: Sentiment analysis corpus for Telugu sentences. + """ + ), + "md": textwrap.dedent( + """ + The Hindi Discourse Analysis dataset is a corpus for analyzing discourse modes present in its sentences. + It contains sentences from stories written by 11 famous authors from the 20th Century. 4-5 stories by + each author have been selected which were available in the public domain resulting in a collection of 53 stories. + Most of these short stories were originally written in Hindi but some of them were written in other Indian languages + and later translated to Hindi. + """ + ), + "wiki-ner": textwrap.dedent( + """ + The WikiANN dataset (Pan et al. 2017) is a dataset with NER annotations for PER, ORG and LOC. It has been constructed using + the linked entities in Wikipedia pages for 282 different languages including Danish. + """ + ), +} + +_CITATIONS = { + "wnli": textwrap.dedent( + """ + @inproceedings{kakwani2020indicnlpsuite, + title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}}, + author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar}, + year={2020}, + booktitle={Findings of EMNLP}, + } + @inproceedings{Levesque2011TheWS, + title={The Winograd Schema Challenge}, + author={H. Levesque and E. Davis and L. Morgenstern}, + booktitle={KR}, + year={2011} + } + """ + ), + "copa": textwrap.dedent( + """ + @inproceedings{kakwani2020indicnlpsuite, + title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}}, + author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar}, + year={2020}, + booktitle={Findings of EMNLP}, + } + @inproceedings{Gordon2011SemEval2012T7, + title={SemEval-2012 Task 7: Choice of Plausible Alternatives: An Evaluation of Commonsense Causal Reasoning}, + author={Andrew S. Gordon and Zornitsa Kozareva and Melissa Roemmele}, + booktitle={SemEval@NAACL-HLT}, + year={2011} + } + """ + ), + "sna": textwrap.dedent( + """ + https://www.kaggle.com/csoham/classification-bengali-news-articles-indicnlp + """ + ), + "csqa": textwrap.dedent( + """ + @inproceedings{kakwani2020indicnlpsuite, + title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}}, + author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar}, + year={2020}, + booktitle={Findings of EMNLP}, + } + """ + ), + "wstp": textwrap.dedent( + """ + @inproceedings{kakwani2020indicnlpsuite, + title={{IndicNLPSuite: Monolingual Corpora, Evaluation Benchmarks and Pre-trained Multilingual Language Models for Indian Languages}}, + author={Divyanshu Kakwani and Anoop Kunchukuttan and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar}, + year={2020}, + booktitle={Findings of EMNLP}, + } + """ + ), + "inltkh": textwrap.dedent( + """ + https://github.com/goru001/inltk + """ + ), + "bbca": textwrap.dedent( + """ + https://github.com/NirantK/hindi2vec/releases/tag/bbc-hindi-v0.1 + """ + ), + "cvit-mkb-clsr": textwrap.dedent( + """ + @inproceedings{siripragada-etal-2020-multilingual, + title = "A Multilingual Parallel Corpora Collection Effort for {I}ndian Languages", + author = "Siripragada, Shashank and + Philip, Jerin and + Namboodiri, Vinay P. and + Jawahar, C V", + booktitle = "Proceedings of the 12th Language Resources and Evaluation Conference", + month = may, + year = "2020", + address = "Marseille, France", + publisher = "European Language Resources Association", + url = "https://www.aclweb.org/anthology/2020.lrec-1.462", + pages = "3743--3751", + abstract = "We present sentence aligned parallel corpora across 10 Indian Languages - Hindi, Telugu, Tamil, Malayalam, Gujarati, Urdu, Bengali, Oriya, Marathi, Punjabi, and English - many of which are categorized as low resource. The corpora are compiled from online sources which have content shared across languages. The corpora presented significantly extends present resources that are either not large enough or are restricted to a specific domain (such as health). We also provide a separate test corpus compiled from an independent online source that can be independently used for validating the performance in 10 Indian languages. Alongside, we report on the methods of constructing such corpora using tools enabled by recent advances in machine translation and cross-lingual retrieval using deep neural network based methods.", + language = "English", + ISBN = "979-10-95546-34-4", + } + """ + ), + "iitp-mr": textwrap.dedent( + """ + @inproceedings{akhtar-etal-2016-hybrid, + title = "A Hybrid Deep Learning Architecture for Sentiment Analysis", + author = "Akhtar, Md Shad and + Kumar, Ayush and + Ekbal, Asif and + Bhattacharyya, Pushpak", + booktitle = "Proceedings of {COLING} 2016, the 26th International Conference on Computational Linguistics: Technical Papers", + month = dec, + year = "2016", + address = "Osaka, Japan", + publisher = "The COLING 2016 Organizing Committee", + url = "https://www.aclweb.org/anthology/C16-1047", + pages = "482--493", + abstract = "In this paper, we propose a novel hybrid deep learning archtecture which is highly efficient for sentiment analysis in resource-poor languages. We learn sentiment embedded vectors from the Convolutional Neural Network (CNN). These are augmented to a set of optimized features selected through a multi-objective optimization (MOO) framework. The sentiment augmented optimized vector obtained at the end is used for the training of SVM for sentiment classification. We evaluate our proposed approach for coarse-grained (i.e. sentence level) as well as fine-grained (i.e. aspect level) sentiment analysis on four Hindi datasets covering varying domains. In order to show that our proposed method is generic in nature we also evaluate it on two benchmark English datasets. Evaluation shows that the results of the proposed method are consistent across all the datasets and often outperforms the state-of-art systems. To the best of our knowledge, this is the very first attempt where such a deep learning model is used for less-resourced languages such as Hindi.", +} + """ + ), + "iitp-pr": textwrap.dedent( + """ + @inproceedings{akhtar-etal-2016-hybrid, + title = "A Hybrid Deep Learning Architecture for Sentiment Analysis", + author = "Akhtar, Md Shad and + Kumar, Ayush and + Ekbal, Asif and + Bhattacharyya, Pushpak", + booktitle = "Proceedings of {COLING} 2016, the 26th International Conference on Computational Linguistics: Technical Papers", + month = dec, + year = "2016", + address = "Osaka, Japan", + publisher = "The COLING 2016 Organizing Committee", + url = "https://www.aclweb.org/anthology/C16-1047", + pages = "482--493", + abstract = "In this paper, we propose a novel hybrid deep learning archtecture which is highly efficient for sentiment analysis in resource-poor languages. We learn sentiment embedded vectors from the Convolutional Neural Network (CNN). These are augmented to a set of optimized features selected through a multi-objective optimization (MOO) framework. The sentiment augmented optimized vector obtained at the end is used for the training of SVM for sentiment classification. We evaluate our proposed approach for coarse-grained (i.e. sentence level) as well as fine-grained (i.e. aspect level) sentiment analysis on four Hindi datasets covering varying domains. In order to show that our proposed method is generic in nature we also evaluate it on two benchmark English datasets. Evaluation shows that the results of the proposed method are consistent across all the datasets and often outperforms the state-of-art systems. To the best of our knowledge, this is the very first attempt where such a deep learning model is used for less-resourced languages such as Hindi.", + } + """ + ), + "actsa-sc": textwrap.dedent( + """ + @inproceedings{mukku-mamidi-2017-actsa, + title = "{ACTSA}: Annotated Corpus for {T}elugu Sentiment Analysis", + author = "Mukku, Sandeep Sricharan and + Mamidi, Radhika", + booktitle = "Proceedings of the First Workshop on Building Linguistically Generalizable {NLP} Systems", + month = sep, + year = "2017", + address = "Copenhagen, Denmark", + publisher = "Association for Computational Linguistics", + url = "https://www.aclweb.org/anthology/W17-5408", + doi = "10.18653/v1/W17-5408", + pages = "54--58", + abstract = "Sentiment analysis deals with the task of determining the polarity of a document or sentence and has received a lot of attention in recent years for the English language. With the rapid growth of social media these days, a lot of data is available in regional languages besides English. Telugu is one such regional language with abundant data available in social media, but it{'}s hard to find a labelled data of sentences for Telugu Sentiment Analysis. In this paper, we describe an effort to build a gold-standard annotated corpus of Telugu sentences to support Telugu Sentiment Analysis. The corpus, named ACTSA (Annotated Corpus for Telugu Sentiment Analysis) has a collection of Telugu sentences taken from different sources which were then pre-processed and manually annotated by native Telugu speakers using our annotation guidelines. In total, we have annotated 5457 sentences, which makes our corpus the largest resource currently available. The corpus and the annotation guidelines are made publicly available.", + } + """ + ), + "md": textwrap.dedent( + """ + @inproceedings{Dhanwal2020AnAD, + title={An Annotated Dataset of Discourse Modes in Hindi Stories}, + author={Swapnil Dhanwal and Hritwik Dutta and Hitesh Nankani and Nilay Shrivastava and Y. Kumar and Junyi Jessy Li and Debanjan Mahata and Rakesh Gosangi and Haimin Zhang and R. R. Shah and Amanda Stent}, + booktitle={LREC}, + year={2020} + } + """ + ), + "wiki-ner": textwrap.dedent( + """ + @inproceedings{pan-etal-2017-cross, + title = "Cross-lingual Name Tagging and Linking for 282 Languages", + author = "Pan, Xiaoman and + Zhang, Boliang and + May, Jonathan and + Nothman, Joel and + Knight, Kevin and + Ji, Heng", + booktitle = "Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)", + month = jul, + year = "2017", + address = "Vancouver, Canada", + publisher = "Association for Computational Linguistics", + url = "https://www.aclweb.org/anthology/P17-1178", + doi = "10.18653/v1/P17-1178", + pages = "1946--1958", + abstract = "The ambitious goal of this work is to develop a cross-lingual name tagging and linking framework for 282 languages that exist in Wikipedia. Given a document in any of these languages, our framework is able to identify name mentions, assign a coarse-grained or fine-grained type to each mention, and link it to an English Knowledge Base (KB) if it is linkable. We achieve this goal by performing a series of new KB mining methods: generating {``}silver-standard{''} annotations by transferring annotations from English to other languages through cross-lingual links and KB properties, refining annotations through self-training and topic selection, deriving language-specific morphology features from anchor links, and mining word translation pairs from cross-lingual links. Both name tagging and linking results for 282 languages are promising on Wikipedia data and on-Wikipedia data.", + } + """ + ), +} + +_TEXT_FEATURES = { + "wnli": {"hypothesis": "sentence1", "premise": "sentence2"}, + "copa": {"premise": "premise", "choice1": "choice1", "choice2": "choice2", "question": "question"}, + "sna": {"text": "text"}, + "csqa": {"question": "question", "answer": "answer", "category": "category", "title": "title"}, + "wstp": { + "sectionText": "sectionText", + "correctTitle": "correctTitle", + "titleA": "titleA", + "titleB": "titleB", + "titleC": "titleC", + "titleD": "titleD", + "url": "url", + }, + "inltkh": {"text": "text"}, + "bbca": {"label": "label", "text": "text"}, + "cvit-mkb-clsr": {"sentence1": "sentence1", "sentence2": "sentence2"}, + "iitp-mr": {"text": "text"}, + "iitp-pr": {"text": "text"}, + "actsa-sc": {"text": "text"}, + "md": {"sentence": "sentence", "discourse_mode": "discourse_mode"}, + "wiki-ner": {}, +} + +_DATA_URLS = { + "wnli": "https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/wnli-translated.tar.gz", + "copa": "https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/copa-translated.tar.gz", + "sna": "https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/soham-articles.tar.gz", + "csqa": "https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/wiki-cloze.tar.gz", + "wstp": "https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/wiki-section-titles.tar.gz", + "inltkh": "https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/inltk-headlines.tar.gz", + "bbca": "https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/bbc-articles.tar.gz", + "cvit-mkb-clsr": "https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/cvit-mkb.tar.gz", + "iitp-mr": "https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/iitp-movie-reviews.tar.gz", + "iitp-pr": "https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/iitp-product-reviews.tar.gz", + "actsa-sc": "https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/actsa.tar.gz", + "md": "https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/midas-discourse.tar.gz", + "wiki-ner": "https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/wikiann-ner.tar.gz", +} + +_URLS = { + "wnli": "https://indicnlp.ai4bharat.org/indic-glue/#natural-language-inference", + "copa": "https://indicnlp.ai4bharat.org/indic-glue/#natural-language-inference", + "sna": "https://indicnlp.ai4bharat.org/indic-glue/#news-category-classification", + "csqa": "https://indicnlp.ai4bharat.org/indic-glue/#cloze-style-question-answering", + "wstp": "https://indicnlp.ai4bharat.org/indic-glue/#wikipedia-section-title-prediction", + "inltkh": "https://indicnlp.ai4bharat.org/indic-glue/#news-category-classification", + "bbca": "https://indicnlp.ai4bharat.org/indic-glue/#news-category-classification", + "cvit-mkb-clsr": "https://indicnlp.ai4bharat.org/indic-glue/#cross-lingual-sentence-retrieval", + "iitp-mr": "https://indicnlp.ai4bharat.org/indic-glue/#sentiment-analysis", + "iitp-pr": "https://indicnlp.ai4bharat.org/indic-glue/#sentiment-analysis", + "actsa-sc": "https://indicnlp.ai4bharat.org/indic-glue/#sentiment-analysis", + "md": "https://indicnlp.ai4bharat.org/indic-glue/#discourse-analysis", + "wiki-ner": "https://indicnlp.ai4bharat.org/indic-glue/#named-entity-recognition", +} + +_INDIC_GLUE_URL = "https://indicnlp.ai4bharat.org/indic-glue/" + +_WNLI_LANGS = ["en", "hi", "gu", "mr"] +_COPA_LANGS = ["en", "hi", "gu", "mr"] +_SNA_LANGS = ["bn"] +_CSQA_LANGS = ["as", "bn", "gu", "hi", "kn", "ml", "mr", "or", "pa", "ta", "te"] +_WSTP_LANGS = ["as", "bn", "gu", "hi", "kn", "ml", "mr", "or", "pa", "ta", "te"] +_iNLTKH_LANGS = ["gu", "ml", "mr", "ta", "te"] +_BBCA_LANGS = ["hi"] +_CVIT_MKB_CLSR = ["en-bn", "en-gu", "en-hi", "en-ml", "en-mr", "en-or", "en-ta", "en-te", "en-ur"] +_IITP_MR_LANGS = ["hi"] +_IITP_PR_LANGS = ["hi"] +_ACTSA_LANGS = ["te"] +_MD_LANGS = ["hi"] +_WIKI_NER_LANGS = ["as", "bn", "gu", "hi", "kn", "ml", "mr", "or", "pa", "ta", "te"] + +_NAMES = [] + +for lang in _WNLI_LANGS: + _NAMES.append(f"wnli.{lang}") + +for lang in _COPA_LANGS: + _NAMES.append(f"copa.{lang}") + +for lang in _SNA_LANGS: + _NAMES.append(f"sna.{lang}") + +for lang in _CSQA_LANGS: + _NAMES.append(f"csqa.{lang}") + +for lang in _WSTP_LANGS: + _NAMES.append(f"wstp.{lang}") + +for lang in _iNLTKH_LANGS: + _NAMES.append(f"inltkh.{lang}") + +for lang in _BBCA_LANGS: + _NAMES.append(f"bbca.{lang}") + +for lang in _CVIT_MKB_CLSR: + _NAMES.append(f"cvit-mkb-clsr.{lang}") + +for lang in _IITP_MR_LANGS: + _NAMES.append(f"iitp-mr.{lang}") + +for lang in _IITP_PR_LANGS: + _NAMES.append(f"iitp-pr.{lang}") + +for lang in _ACTSA_LANGS: + _NAMES.append(f"actsa-sc.{lang}") + +for lang in _MD_LANGS: + _NAMES.append(f"md.{lang}") + +for lang in _WIKI_NER_LANGS: + _NAMES.append(f"wiki-ner.{lang}") + + +class IndicGlueConfig(datasets.BuilderConfig): + """BuilderConfig for IndicGLUE.""" + + def __init__(self, data_url, citation, url, text_features, **kwargs): + """ + Args: + + data_url: `string`, url to download the zip file from. + citation: `string`, citation for the data set. + url: `string`, url for information about the data set. + text_features: `dict[string, string]`, map from the name of the feature + dict for each text field to the name of the column in the csv/json file + **kwargs: keyword arguments forwarded to super. + """ + super(IndicGlueConfig, self).__init__(version=datasets.Version("1.0.0", ""), **kwargs) + self.data_url = data_url + self.citation = citation + self.url = url + self.text_features = text_features + + +class IndicGlue(datasets.GeneratorBasedBuilder): + + BUILDER_CONFIGS = [ + IndicGlueConfig( + name=name, + description=_DESCRIPTIONS[name.split(".")[0]], + text_features=_TEXT_FEATURES[name.split(".")[0]], + data_url=_DATA_URLS[name.split(".")[0]], + citation=_CITATIONS[name.split(".")[0]], + url=_URLS[name.split(".")[0]], + ) + for name in _NAMES + ] + + def _info(self): + features = {text_feature: datasets.Value("string") for text_feature in six.iterkeys(self.config.text_features)} + + if self.config.name.startswith("copa"): + features["label"] = datasets.Value("int32") + + if self.config.name.startswith("sna"): + features["label"] = datasets.features.ClassLabel( + names=["kolkata", "state", "national", "sports", "entertainment", "international"] + ) + + if self.config.name.startswith("inltkh"): + features["label"] = datasets.features.ClassLabel( + names=[ + "entertainment", + "business", + "tech", + "sports", + "state", + "spirituality", + "tamil-cinema", + "positive", + "negative", + "neutral", + ] + ) + + if self.config.name.startswith("iitp"): + features["label"] = datasets.features.ClassLabel(names=["negative", "neutral", "positive"]) + + if self.config.name.startswith("wnli"): + features["label"] = datasets.features.ClassLabel(names=["not_entailment", "entailment", "None"]) + + if self.config.name.startswith("actsa"): + features["label"] = datasets.features.ClassLabel(names=["positive", "negative"]) + + if self.config.name.startswith("csqa"): + features["options"] = datasets.features.Sequence(datasets.Value("string")) + features["out_of_context_options"] = datasets.features.Sequence(datasets.Value("string")) + + if self.config.name.startswith("md"): + features["story_number"] = datasets.Value("int32") + features["id"] = datasets.Value("int32") + + if self.config.name.startswith("wiki-ner"): + features["tokens"] = datasets.features.Sequence(datasets.Value("string")) + features["ner_tags"] = datasets.features.Sequence( + datasets.features.ClassLabel(names=["B-LOC", "B-ORG", "B-PER", "I-LOC", "I-ORG", "I-PER", "O"]) + ) + features["additional_info"] = datasets.features.Sequence( + datasets.features.Sequence(datasets.Value("string")) + ) + + return datasets.DatasetInfo( + description=_INDIC_GLUE_DESCRIPTION + "\n" + self.config.description, + features=datasets.Features(features), + homepage=self.config.url, + citation=_INDIC_GLUE_CITATION + "\n" + self.config.citation, + ) + + def _split_generators(self, dl_manager): + + if self.config.name.startswith("wnli"): + dl_dir = dl_manager.download_and_extract(self.config.data_url) + task_name = self._get_task_name_from_data_url(self.config.data_url) + dl_dir = os.path.join(dl_dir, task_name + "/" + self.config.name.split(".")[1]) + return [ + datasets.SplitGenerator( + name=datasets.Split.TRAIN, + gen_kwargs={ + "datafile": os.path.join(dl_dir, "train.csv"), + "split": datasets.Split.TRAIN, + "key": "train-split", + }, + ), + datasets.SplitGenerator( + name=datasets.Split.VALIDATION, + gen_kwargs={ + "datafile": os.path.join(dl_dir, "dev.csv"), + "split": datasets.Split.VALIDATION, + "key": "val-split", + }, + ), + datasets.SplitGenerator( + name=datasets.Split.TEST, + gen_kwargs={ + "datafile": os.path.join(dl_dir, "test.csv"), + "split": datasets.Split.TEST, + "key": "test-split", + }, + ), + ] + + if self.config.name.startswith("copa"): + dl_dir = dl_manager.download_and_extract(self.config.data_url) + task_name = self._get_task_name_from_data_url(self.config.data_url) + dl_dir = os.path.join(dl_dir, task_name + "/" + self.config.name.split(".")[1]) + + return [ + datasets.SplitGenerator( + name=datasets.Split.TRAIN, + gen_kwargs={ + "datafile": os.path.join(dl_dir, "train.jsonl"), + "split": datasets.Split.TRAIN, + "key": "train-split", + }, + ), + datasets.SplitGenerator( + name=datasets.Split.VALIDATION, + gen_kwargs={ + "datafile": os.path.join(dl_dir, "val.jsonl"), + "split": datasets.Split.VALIDATION, + "key": "val-split", + }, + ), + datasets.SplitGenerator( + name=datasets.Split.TEST, + gen_kwargs={ + "datafile": os.path.join(dl_dir, "test.jsonl"), + "split": datasets.Split.TEST, + "key": "test-split", + }, + ), + ] + + if self.config.name.startswith("sna"): + dl_dir = dl_manager.download_and_extract(self.config.data_url) + task_name = self._get_task_name_from_data_url(self.config.data_url) + dl_dir = os.path.join(dl_dir, task_name + "/" + self.config.name.split(".")[1]) + + return [ + datasets.SplitGenerator( + name=datasets.Split.TRAIN, + gen_kwargs={ + "datafile": os.path.join(dl_dir, "bn-train.csv"), + "split": datasets.Split.TRAIN, + }, + ), + datasets.SplitGenerator( + name=datasets.Split.VALIDATION, + gen_kwargs={ + "datafile": os.path.join(dl_dir, "bn-valid.csv"), + "split": datasets.Split.VALIDATION, + }, + ), + datasets.SplitGenerator( + name=datasets.Split.TEST, + gen_kwargs={ + "datafile": os.path.join(dl_dir, "bn-test.csv"), + "split": datasets.Split.TEST, + }, + ), + ] + + if self.config.name.startswith("csqa"): + dl_dir = dl_manager.download_and_extract(self.config.data_url) + task_name = self._get_task_name_from_data_url(self.config.data_url) + dl_dir = os.path.join(dl_dir, task_name) + + return [ + datasets.SplitGenerator( + name=datasets.Split.TEST, + gen_kwargs={ + "datafile": os.path.join(dl_dir, f"{self.config.name.split('.')[1]}.json"), + "split": datasets.Split.TEST, + }, + ) + ] + + if self.config.name.startswith("wstp"): + dl_dir = dl_manager.download_and_extract(self.config.data_url) + task_name = self._get_task_name_from_data_url(self.config.data_url) + dl_dir = os.path.join(dl_dir, task_name + "/" + self.config.name.split(".")[1]) + + return [ + datasets.SplitGenerator( + name=datasets.Split.TRAIN, + gen_kwargs={ + "datafile": os.path.join(dl_dir, f"{self.config.name.split('.')[1]}-train.json"), + "split": datasets.Split.TRAIN, + }, + ), + datasets.SplitGenerator( + name=datasets.Split.VALIDATION, + gen_kwargs={ + "datafile": os.path.join(dl_dir, f"{self.config.name.split('.')[1]}-valid.json"), + "split": datasets.Split.VALIDATION, + }, + ), + datasets.SplitGenerator( + name=datasets.Split.TEST, + gen_kwargs={ + "datafile": os.path.join(dl_dir, f"{self.config.name.split('.')[1]}-test.json"), + "split": datasets.Split.TEST, + }, + ), + ] + + if ( + self.config.name.startswith("inltkh") + or self.config.name.startswith("iitp") + or self.config.name.startswith("actsa") + ): + dl_dir = dl_manager.download_and_extract(self.config.data_url) + task_name = self._get_task_name_from_data_url(self.config.data_url) + dl_dir = os.path.join(dl_dir, task_name + "/" + self.config.name.split(".")[1]) + + return [ + datasets.SplitGenerator( + name=datasets.Split.TRAIN, + gen_kwargs={ + "datafile": os.path.join(dl_dir, f"{self.config.name.split('.')[1]}-train.csv"), + "split": datasets.Split.TRAIN, + }, + ), + datasets.SplitGenerator( + name=datasets.Split.VALIDATION, + gen_kwargs={ + "datafile": os.path.join(dl_dir, f"{self.config.name.split('.')[1]}-valid.csv"), + "split": datasets.Split.VALIDATION, + }, + ), + datasets.SplitGenerator( + name=datasets.Split.TEST, + gen_kwargs={ + "datafile": os.path.join(dl_dir, f"{self.config.name.split('.')[1]}-test.csv"), + "split": datasets.Split.TEST, + }, + ), + ] + + if self.config.name.startswith("bbca"): + dl_dir = dl_manager.download_and_extract(self.config.data_url) + task_name = self._get_task_name_from_data_url(self.config.data_url) + dl_dir = os.path.join(dl_dir, task_name + "/" + self.config.name.split(".")[1]) + + return [ + datasets.SplitGenerator( + name=datasets.Split.TRAIN, + gen_kwargs={ + "datafile": os.path.join(dl_dir, f"{self.config.name.split('.')[1]}-train.csv"), + "split": datasets.Split.TRAIN, + }, + ), + datasets.SplitGenerator( + name=datasets.Split.TEST, + gen_kwargs={ + "datafile": os.path.join(dl_dir, f"{self.config.name.split('.')[1]}-test.csv"), + "split": datasets.Split.TEST, + }, + ), + ] + + if self.config.name.startswith("cvit"): + dl_dir = dl_manager.download_and_extract(self.config.data_url) + task_name = self._get_task_name_from_data_url(self.config.data_url) + dl_dir = os.path.join(dl_dir, task_name + "/" + self.config.name.split(".")[1]) + + return [ + datasets.SplitGenerator( + name=datasets.Split.TEST, + gen_kwargs={ + "datafile": None, + "src": os.path.join(dl_dir, f"mkb.{self.config.name.split('.')[1].split('-')[0]}"), + "tgt": os.path.join(dl_dir, f"mkb.{self.config.name.split('.')[1].split('-')[1]}"), + "split": datasets.Split.TEST, + }, + ) + ] + + if self.config.name.startswith("md"): + dl_dir = dl_manager.download_and_extract(self.config.data_url) + task_name = self._get_task_name_from_data_url(self.config.data_url) + dl_dir = os.path.join(dl_dir, task_name + "/" + self.config.name.split(".")[1]) + + return [ + datasets.SplitGenerator( + name=datasets.Split.TRAIN, + gen_kwargs={ + "datafile": os.path.join(dl_dir, "train.json"), + "split": datasets.Split.TRAIN, + }, + ), + datasets.SplitGenerator( + name=datasets.Split.VALIDATION, + gen_kwargs={ + "datafile": os.path.join(dl_dir, "val.json"), + "split": datasets.Split.VALIDATION, + }, + ), + datasets.SplitGenerator( + name=datasets.Split.TEST, + gen_kwargs={ + "datafile": os.path.join(dl_dir, "test.json"), + "split": datasets.Split.TEST, + }, + ), + ] + + if self.config.name.startswith("wiki-ner"): + dl_dir = dl_manager.download_and_extract(self.config.data_url) + task_name = self._get_task_name_from_data_url(self.config.data_url) + dl_dir = os.path.join(dl_dir, task_name + "/" + self.config.name.split(".")[1]) + + return [ + datasets.SplitGenerator( + name=datasets.Split.TRAIN, + gen_kwargs={ + "datafile": os.path.join(dl_dir, f"{self.config.name.split('.')[1]}-train.txt"), + "split": datasets.Split.TRAIN, + }, + ), + datasets.SplitGenerator( + name=datasets.Split.VALIDATION, + gen_kwargs={ + "datafile": os.path.join(dl_dir, f"{self.config.name.split('.')[1]}-valid.txt"), + "split": datasets.Split.VALIDATION, + }, + ), + datasets.SplitGenerator( + name=datasets.Split.TEST, + gen_kwargs={ + "datafile": os.path.join(dl_dir, f"{self.config.name.split('.')[1]}-test.txt"), + "split": datasets.Split.TEST, + }, + ), + ] + + def _generate_examples(self, **args): + """Yields examples.""" + filepath = args["datafile"] + + if self.config.name.startswith("wnli"): + if args["key"] == "test-split": + with open(filepath, encoding="utf-8") as f: + data = csv.DictReader(f) + for id_, row in enumerate(data): + yield id_, {"hypothesis": row["sentence1"], "premise": row["sentence2"], "label": "None"} + else: + with open(filepath, encoding="utf-8") as f: + data = csv.DictReader(f) + for id_, row in enumerate(data): + label = "entailment" if row["label"] else "not_entailment" + yield id_, { + "hypothesis": row["sentence1"], + "premise": row["sentence2"], + "label": label, + } + + if self.config.name.startswith("copa"): + if args["key"] == "test-split": + with open(filepath, "r", encoding="utf-8") as f: + lines = f.readlines() + data = map(lambda l: json.loads(l), lines) + data = list(data) + for id_, row in enumerate(data): + yield id_, { + "premise": row["premise"], + "choice1": row["choice1"], + "choice2": row["choice2"], + "question": row["question"], + "label": 0, + } + else: + with open(filepath, "r", encoding="utf-8") as f: + lines = f.readlines() + data = map(lambda l: json.loads(l), lines) + data = list(data) + for id_, row in enumerate(data): + yield id_, { + "premise": row["premise"], + "choice1": row["choice1"], + "choice2": row["choice2"], + "question": row["question"], + "label": row["label"], + } + + if self.config.name.startswith("sna"): + df = pd.read_csv(filepath, names=["label", "text"]) + for id_, row in df.iterrows(): + yield id_, {"text": row["text"], "label": row["label"]} + + if self.config.name.startswith("csqa"): + with open(filepath, encoding="utf-8") as f: + data = json.load(f) + df = pd.DataFrame(data["cloze_data"]) + df["out_of_context_options"].loc[df["out_of_context_options"].isnull()] = ( + df["out_of_context_options"].loc[df["out_of_context_options"].isnull()].apply(lambda x: []) + ) + for id_, row in df.iterrows(): + yield id_, { + "question": row["question"], + "answer": row["answer"], + "category": row["category"], + "title": row["title"], + "out_of_context_options": row["out_of_context_options"], + "options": row["options"], + } + + if self.config.name.startswith("wstp"): + df = pd.read_json(filepath) + for id_, row in df.iterrows(): + yield id_, { + "sectionText": row["sectionText"], + "correctTitle": row["correctTitle"], + "titleA": row["titleA"], + "titleB": row["titleB"], + "titleC": row["titleC"], + "titleD": row["titleD"], + "url": row["url"], + } + + if ( + self.config.name.startswith("inltkh") + or self.config.name.startswith("bbca") + or self.config.name.startswith("iitp") + ): + df = pd.read_csv(filepath, names=["label", "text"]) + for id_, row in df.iterrows(): + yield id_, {"text": row["text"], "label": row["label"]} + + if self.config.name.startswith("actsa"): + df = pd.read_csv(filepath, names=["label", "text"]) + for id_, row in df.iterrows(): + label = "positive" if row["label"] else "negative" + yield id_, {"text": row["text"], "label": label} + + if self.config.name.startswith("cvit"): + source = args["src"] + target = args["tgt"] + + src, tgt = open(source, "r", encoding="utf-8"), open(target, "r", encoding="utf-8") + src, tgt = src.readlines(), tgt.readlines() + + for id_, row in enumerate(zip(src, tgt)): + yield id_, {"sentence1": row[0], "sentence2": row[1]} + + if self.config.name.startswith("md"): + df = pd.read_json(filepath) + for id_, row in df.iterrows(): + yield id_, { + "story_number": row["Story_no"], + "sentence": row["Sentence"], + "discourse_mode": row["Discourse Mode"], + "id": row["id"], + } + + if self.config.name.startswith("wiki-ner"): + with open(filepath, "r", encoding="utf-8") as f: + data = f.readlines() + for id_, row in enumerate(data): + tokens = [] + labels = [] + infos = [] + + row = row.split() + + if len(row) == 0: + yield id_, {"tokens": tokens, "ner_tags": labels, "additional_info": infos} + continue + + tokens.append(row[0]) + labels.append(row[-1]) + infos.append(row[1:-1]) + + def _get_task_name_from_data_url(self, data_url): + return data_url.split("/")[-1].split(".")[0]