Skip to content

AI4Bharat/IndicLLMSuite

Repository files navigation

IndicLLMSuite: A Blueprint for Creating Pre-training and Fine-Tuning Datasets for Indian Languages

This repository contains the artifacts and resources for curating Pre-training and Fine-tuning datasets for Indic Languages.

indicllmsuite-1

📜 Paper | 🌐 Blog | 🤗 Data

IndicLLMSuite is the largest Pre-training and Instruction Fine-tuning dataset collection across 22 Indic languages. We open-source our pre-training dataset "Sangraha," the Instruction Fine-tuning dataset "IndicAlign-Instruct," and the Toxic alignment dataset "IndicAlign-Toxic." We also open-source all the code and other resources used for curating these datasets, including "Setu," a comprehensive data cleaning, filtering, and deduplication pipeline for Indic languages. We hope that this will advance the development of LLMs for Indian Languages.

We release the below Artifacts:

Sangraha

Sangraha is the largest high-quality, cleaned Indic language pretraining data containing 251B tokens summed up over 22 languages, extracted from curated sources, existing multilingual corpora, and large-scale translations. It has three broad components:

  • Sangraha Verified: Contains scraped data from "human-verified" Websites, OCR-extracted data from high-quality Indic language PDFs, transcribed data from various Indic language videos, podcasts, movies, courses, etc. For scraping the data from the Web, we use the open-source framework Webcorpus. For OCR, we collect PDFs from various sources with Internet Archive being the most prominent one. We release the code to download all the Indic Language PDFs from Internet Archive here
  • Sangraha Unverified: High-quality Indic language data extracted from existing multilingual corpora. We employ perplexity filtering using n-gram language models trained on Sangraha Verified by extending the pipeline proposed by CCNet.
  • Sangraha Synthetic: Wikimedia English translated to 14 Indic languages and further "romanized" from 14 languages by transliteration to English. We use the Setu-translate and Setu-transliterate pipelines for translation and transliteration, respectively.

Sangraha can be downloaded from Huggingface 🤗.

The list of languages in Sangraha:

Assamese (asm) Konkani (gom) Maithili (mai) Oriya (ori) Tamil (tam)
Bengali (ben) Gujarati (guj) Malayalam (mal) Punjabi (pan) Telugu (tel)
Bodo (brx) Hindi (hin) Marathi (mar) Sanskrit (san) Urdu (urd)
Dogri (doi) Kannada (kan) Manipuri (mni) Santali (sat)
English (eng) Kashmiri (kas) Nepali (nep) Sindhi (snd)

IndicAlign

IndicAlign is the largest multilingual Instruction Fine-tuning dataset for Indic Languages, comprising a diverse collection of around 74.7 million prompt-response pairs. This data has been collected through four methods: aggregating existing Instruction Fine-tuning (IFT) datasets, translating high-quality English datasets to 14 Indic languages, generating synthetic data using context-grounded conversations from India-centric Wikipedia articles, and establishing a crowd-sourcing platform Anudesh for prompt collection. Indic Align comprises two distinct splits: IndicAlign-Instruct and IndicAlign-Toxic.

IndicAlign can be downloaded from Huggingface 🤗.

IndicAlign-Instruct

The IndicAlign-Instruct segment encompasses datasets that can be used to imbibe instruction-following ability in Large Language Models. It comprises of the below datasets:

  • IndicShareLlama- Collection of first user prompts from ShareGPT along with responses from Llama2-70B-Chat model.
  • Dolly-T- Translated and Romanised version of Dolly-15K
  • OpenAssistant-T- Translated and Romanised version of OpenAssistant v1
  • WikiHow - Translated and Romanised version of WikiHow
  • IndoWordNet- Novel dataset created by converting the entried of IndoWordNet to Instruction-Response pairs in 18 Indic languages.
  • Anudesh- A crowd-sourced collection of prompts accompanied by responses generated from the Llama2-70B-Chat model.
  • Wiki-Conv- Collection of short, to-the-point conversations on Wikipedia passages and Wiki-Infoboxes created using Llama2-70B-Chat model.
  • Wiki-Chat- Collection of long, open conversations on Wikipedia passages created by simulating conversations between a User and an Assistant model.

IndicAlign-Toxic

The IndicAlign-toxic segment encompasses datasets to align chat models to handle toxic prompts responsibly. It comprises of the below datasets:

  • HHRLHF-T- Collection of "toxic" prompts from Anthropic HH-RLHF with refusals from Llama2-70B-Chat model.
  • Toxic-Matrix- A novel "synthetic" dataset with toxic prompts generated using Mistral-7B Instruct and non-toxic responses/refusals using Llama2-70B-Chat model.

For more details on Sangraha and IndicAlign, we direct the users towards our technical paper on Arxiv.

Data Pipelines

We release the three data pipelines used for the curation of Sangraha. Setu (for data cleaning), Setu-translate (for large-scale translations), and Setu-transliterate (for large-scale transliterations).

Setu

Setu is a comprehensive pipeline designed to clean, filter, and deduplicate diverse data sources, including Web, PDF, and Speech data. Built on Apache Spark, Setu encompasses four key stages: document preparation, document cleaning and analysis, flagging and filtering, and deduplication. Steps to setup and run Setu are available here

Setu-translate

We release Setu-Translate, a pipeline for performing large-scale "structure-preserving" translations for both Pre-training and Conversation data. It is built on top of IndicTrans2 (Gala et al., 2023) and has three key stages: Templating, Inference, and Replace. Detailed instructions to set up and run Setu-translate are available here.

Setu-transliterate

We also release Setu-transliterate, a pipeline for performing large-scale "structure-preserving" transliterations for Pre-training and Conversation data. Inherently, it uses IndicXlit (Madhani et al., 2023) but can consume any custom word mappings. Instructions for setting up and running Setu-transliterate are available here [COMING SOON!!].

Other Resources

Along with the main data and code artifacts, we release the other supplementary resources used at various stages in the curation of Sangraha and IndicAlign. We release these resources to foster open research.

Portal for URL Verification

For curating Sangraha verified, we ensure that all the websites to be scraped are thoroughly verified by humans for quality. Websites containing toxic, adult, and poorly machine-translated content are discarded. We release the portal created for this human verification process. Steps to run this portal are available here.

Portal for Human Data Audit

The data curated in Sangraha verified from both Web and PDFs is cleaned using the Setu data cleaning pipeline. We introduce another round of human audit after cleaning the data to verify the efficacy of the Setu Pipeline. We release the portal created for the human audit of both Web and PDF data. Steps to run this portal are available here.

List of Toxic Words

We release the list of NSFW (Not Safe for Work) and toxic words across 17 Indic languages used to remove toxic content from the scraped data. The language-specific lists can be downloaded here.

Romanization Dictionary

For performing large-scale transliterations, we first collect all the unique words present across Sangraha and IndicAlign and get their romanized versions using IndicXlit (Madhani et al., 2023). As a result, we create a massive dictionary of (word-romanized_Word) mapping for 14 Indic languages. We release the language-wise dictionary for direct future consumption. [COMING SOON!!!]

Cite our Work

@misc{khan2024indicllmsuite,
      title={IndicLLMSuite: A Blueprint for Creating Pre-training and Fine-Tuning Datasets for Indian Languages}, 
      author={Mohammed Safi Ur Rahman Khan and Priyam Mehta and Ananth Sankar and Umashankar Kumaravelan and Sumanth Doddapaneni and Suriyaprasaad G and Varun Balan G and Sparsh Jain and Anoop Kunchukuttan and Pratyush Kumar and Raj Dabre and Mitesh M. Khapra},
      year={2024},
      eprint={2403.06350},
      archivePrefix={arXiv},
      primaryClass={cs.CL}
}

About

A blueprint for creating Pretraining and Fine-Tuning datasets for Indic languages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published