paper-with-me

홈 › Papers

BhashaKritika: Building Synthetic Pretraining Data at Scale for Indic Languages

2025-11-13 · Guduru Manoj, Neel Prabhanjan Rachamalla, Ashish Kulkarni, Gautam Rajeev, Jay Piplodiya, Arul Menezes, Shaharukh Khan, Souvik Rana, Manya Sah, Chandra Khatri, Shubham Agarwal arxiv

In the context of pretraining of Large Language Models (LLMs), synthetic data has emerged as an alternative for generating high-quality pretraining data at scale. This is particularly beneficial in low-resource language settings where the benefits of recent LLMs have been unevenly distributed across languages. In this work, we present a systematic study on the generation and evaluation of synthetic multilingual pretraining data for Indic languages, where we construct a large-scale synthetic dataset BhashaKritika, comprising 540B tokens using 5 different techniques for 10 languages. We explore the impact of grounding generation in documents, personas, and topics. We analyze how language choice, both in the prompt instructions and document grounding, affects data quality, and we compare translations of English content with native generation in Indic languages. To support scalable and language-sensitive evaluation, we introduce a modular quality evaluation pipeline that integrates script and language detection, metadata consistency checks, n-gram repetition analysis, and perplexity-based filtering using KenLM models. Our framework enables robust quality control across diverse scripts and linguistic contexts. Empirical results through model runs reveal key trade-offs in generation strategies and highlight best practices for constructing effective multilingual corpora.

📄 PDF Abstract BibTeX arXiv:2511.10338

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ImagineFSL: Self-Supervised Pretraining Matters on Imagined Base Set for VLM-based Few-shot Learning

2025-01-01 · CVPR 2025 1 · Haoyuan Yang, Xiaoou Li, Jiaming Lv, Xianjun Cheng 외

Adapting CLIP models for few-shot recognition has recently attracted significant attention. Despite considerable progress, these adaptations remain hindered by the pervasive challenge of data scarcity. Text-to-image …

Few-Shot LearningImage GenerationIn-Context LearningSelf-Supervised Image Classification (with CLIP)

Motion Capture is Not the Target Domain: Scaling Synthetic Data for Learning Motion Representations

2026-02-11 · Firas Darwish, George Nicholson, Aiden Doherty, Hang Yuan arxiv

Synthetic data offers a compelling path to scalable pretraining when real-world data is scarce, but models pretrained on synthetic data often fail to transfer reliably to deployment settings. We study this problem in ful…

Human Activity Recognition

BeyondWeb: Lessons from Scaling Synthetic Data for Trillion-scale Pretraining

2025-08-14 · DatologyAI, :, Pratyush Maini, Vineeth Dorna 외 arxiv

Recent advances in large language model (LLM) pretraining have shown that simply scaling data quantity eventually leads to diminishing returns, hitting a data wall. In response, the use of synthetic data for pretraining …

Synthetic Data Generation

Rephrasing Electronic Health Records for Pretraining Clinical Language Models

2024-11-28 · Jinghui Liu, Anthony Nguyen

Clinical language models are important for many applications in healthcare, but their development depends on access to extensive clinical text for pretraining. However, obtaining clinical notes from electronic health rec…

DecoderLanguage ModelingLanguage Modelling

Code-switched Language Models Using Dual RNNs and Same-Source Pretraining

2018-09-06 · EMNLP 2018 10 · Saurabh Garg, Tanmay Parekh, Preethi Jyothi

This work focuses on building language models (LMs) for code-switched text. We propose two techniques that significantly improve these LMs: 1) A novel recurrent neural network unit with dual components that focus on each…