--- annotations_creators: - crowdsourced language_creators: - crowdsourced - found - machine-generated language: - as - bn - en - gu - hi - kn - ml - mr - or - pa - ta - te - ur license: - cc0-1.0 multilinguality: - multilingual size_categories: - 1K= 0.0. #### Data Instances ```json { "lang_code":"hi", "source":"CatchNews", "english_sentence":"\"...this is only an interim measure and as long as we have hopefully control over COVID in a few months or a year\\'s time then I think things will go back to as normal as it can be,\" Kumble said\n", "indic_sentence":"उन्होंने कहा,\"यह केवल एक अंतरिम उपाय है और जब तक हम कुछ महीनों या एक साल के समय में COVID-19 पर नियंत्रण करते हैं, तब तक मुझे लगता है कि चीजें फिर से सामान्य हो जाएंगी\n", "score":4.0 } ``` #### Splits | | en-as | en-bn | en-gu | en-hi | en-kn | en-ml | en-mr | en-or | en-pa | en-ta | en-te | en-ur | |------|-------|-------|-------|-------|-------|-------|-------|-------|-------|-------|-------|-------| | test | 656 | 957 | 780 | 1268 | 953 | 947 | 779 | 500 | 688 | 1044 | 948 | 500 | ### Examples of Use ```python3 from datasets import load_dataset dataset = load_dataset("jaygala24/indic_sts", name="en-hi", split="test") ``` ### Citation ```bibtex @article{DBLP:journals/tacl/RameshDBJASSDJK22, author = {Gowtham Ramesh and Sumanth Doddapaneni and Aravinth Bheemaraj and Mayank Jobanputra and Raghavan AK and Ajitesh Sharma and Sujit Sahoo and Harshita Diddee and Mahalakshmi J and Divyanshu Kakwani and Navneet Kumar and Aswin Pradeep and Srihari Nagaraj and Deepak Kumar and Vivek Raghavan and Anoop Kunchukuttan and Pratyush Kumar and Mitesh Shantadevi Khapra}, title = {Samanantar: The Largest Publicly Available Parallel Corpora Collection for 11 Indic Languages}, journal = {Trans. Assoc. Comput. Linguistics}, volume = {10}, pages = {145-162}, year = {2022}, url = {https://doi.org/10.1162/tacl\_a\_00452}, doi = {10.1162/TACL\_A\_00452}, timestamp = {Wed, 29 Jun 2022 16:03:22 +0200}, biburl = {https://dblp.org/rec/journals/tacl/RameshDBJASSDJK22.bib}, bibsource = {dblp computer science bibliography, https://dblp.org} } ```