Pith. sign in

REVIEW 5 major objections 6 minor 2 cited by

Krutrim LLM: Multilingual Foundational Model for over a Billion People

T0 review · 5 major / 6 minor · reviewed 2026-08-08 · deepseek-v4-flash

Pith's one-line read Krutrim LLM claims a 7B, 2-trillion-token model built on the largest known Indic corpus beats GPT-3.5 on most Indic benchmarks while matching Llama-2 7B on English.

desk verdict A credible engineering report on a 7B Indic LLM whose benchmark claims are currently unverifiable due to missing decontamination and inconsistent tables. read the letter →

arxiv 2502.09642 v2 pith:VBKWOW7X submitted 2025-02-10 cs.CL cs.AI

classification cs.CLcs.AI
keywords multilinguallanguagemodelIndiclanguageslow-resourceNLP2trilliontokensbenchmarkscontinualpre-trainingdirectpreferenceoptimizationretrieval-augmentedgeneration
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

Krutrim LLM is a 7-billion-parameter language model trained from scratch on 2 trillion tokens, with the largest known corpus of Indic-language data. The authors claim that this India-centric design lets a relatively small model beat GPT-3.5 on most of the tested Indic benchmarks and match Llama-2 7B chat on 10 of 16 English tasks, with a higher average score. If that claim holds, deliberate data balance and a custom tokenizer can close the multilingual gap without the massive compute budgets of English-first models. The paper further argues that continual pre-training, instruction tuning, and preference alignment make the model culturally relevant and more factually reliable when paired with web search.

What carries the argument

The load-bearing object is Krutrim LLM itself: a 7B-parameter, 32-layer decoder-only transformer with 48 attention heads, 8 key-value heads, Grouped Query Attention (which shares key-value heads across queries to cut memory), ALiBi (a positional-encoding scheme that biases attention by token distance and supports context extrapolation), and a 4096-token context. Around that architecture sits a from-scratch SentencePiece byte-pair-encoding tokenizer tuned for English and Indic scripts, and a training recipe that balances Indic languages in the corpus. The paper credits the Indic-heavy corpus and tokenizer for the multilingual gains, continual pre-training for adding languages without catastrophic forgetting, and Direct Preference Optimization for aligning the model to Indian user preferences.

What would settle it

Run an exact and near-duplicate match of every test prompt from IndicCOPA, IndicQA, IndicSentiment, IndicTranslation, IndicXParaphrase, and the English benchmark set against the 2-trillion-token training corpus; if a substantial share of test examples or their paraphrases are found in training, the reported scores are explained by memorization rather than multilingual ability.

Watch

Extended reading notes

Core claim

The central claim is that a 7B-parameter decoder-only transformer, pre-trained on 2 trillion tokens with hundreds of billions of Indic tokens and a tokenizer built for English and Indic scripts, reaches or exceeds state-of-the-art performance on Indic benchmarks while staying competitive in English. On IndicCOPA, IndicQA, IndicSentiment, IndicTranslation, and IndicXParaphrase, the reported scores beat GPT-3.5 in nearly every language tested and surpass dedicated regional models such as Airavata, Kannada-LLaMA, and Tamil-LLaMA. On English tasks, Krutrim matches or beats Llama-2 7B chat on 10 of 16 tasks, with average scores of 0.57 versus 0.55. The authors attribute the result to data composition rather than scale, and they add continual pre-training across 22 Indic languages plus Direct Preference Optimization to support the capability and alignment claims.

Load-bearing premise

The load-bearing premise is that the benchmark questions used to evaluate Krutrim never appeared in its 2-trillion-token training mixture, because the paper reports no decontamination or overlap analysis between training data and evaluation data.

Editorial extensions

If this is right

  • A balanced Indic corpus lets a smaller model match or beat English-centric baselines on Indic tasks, so data composition becomes a cheaper lever than model scale.
  • One model can cover English plus 22 Indic languages, which removes the need to deploy separate monolingual fine-tuned variants for each language.
  • Adding web retrieval moves Krutrim's factual-answer accuracy to 79.13% on the paper's test set, within about 2 points of leading conversational search engines, while cutting its error rate from 18.93% to 7.47%.
  • A continual-pre-training mix of about 25% original data and 75% new data improves qualitative scores across fact-checking, creative writing, math, reasoning, safety, comprehension, and summarization compared with SFT on the base pre-trained model.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • An explicit next step not in the paper is to test whether the same data-rebalancing and tokenizer recipe transfers to under-represented language families beyond India.
  • A decontamination audit, matching benchmark prompts against the training corpus, would settle whether the reported scores reflect generalization or memorization; the paper leaves this out.
  • The 25% original / 75% new continual-pre-training ratio, offered as a recipe for Indian languages, points toward a low-cost method for upgrading English-centric models to multilingual use, a direction the authors do not explore.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

5 major / 6 minor

Summary. The paper introduces Krutrim LLM, a 7B-parameter decoder-only transformer trained on 2 trillion tokens with a from-scratch SentencePiece BPE tokenizer for English and 22 scheduled Indic languages. The model uses GQA, ALiBi, continual pretraining, SFT, and DPO, and is deployed in a conversational app with WebRAG. The authors claim the largest known Indic pretraining corpus and report evaluations on IndicXtreme tasks (COPA, QA, sentiment, translation, paraphrase) where Krutrim matches or beats GPT-3.5 and several Llama-2-based Indic models, plus English benchmarks where Krutrim surpasses Llama-2 Chat on 10 of 16 tasks. The paper also includes layer-wise probing, UMAP analyses, qualitative examples, and a factual-QA evaluation against two unnamed conversational search engines.

Significance. If the quantitative claims survived scrutiny, Krutrim would be a valuable reference point for Indic-centric LLM training: it is a rare 7B-scale, 2T-token multilingual model with a dedicated Indic tokenizer, a detailed PT/CPT/SFT/DPO pipeline, and a public deployment. The paper's strengths include the from-scratch tokenizer, explicit architectural choices, and attention to Indic data imbalance. However, the central benchmark claims currently rest on unverified benchmark isolation and internally inconsistent tables; the manuscript provides no contamination analysis, and several reported numbers do not match the tables. These issues are load-bearing because the headline contributions are the comparisons against GPT-3.5 and Llama-2, so the evidence as written is not yet reliable enough to support them.

major comments (5)
  1. [3.1, 5.3, 6.3] No decontamination or overlap analysis is reported between the training corpora and the evaluation benchmarks. Section 3.1 describes only generic de-duplication and low-quality removal, and Section 5.3 lists instruction-tuning families (translation, summarization, general knowledge, dialogue) that overlap with the IndicXtreme-style tasks used in Section 6.3. Since pretraining includes 2T tokens from open-web and proprietary sources, public benchmark instances or near-duplicates could plausibly appear in training; without overlap statistics or an evaluation after removing suspicious examples, the headline gains (e.g., IndicSentiment 0.94-0.97 vs GPT-3.5 0.51-0.96) cannot be attributed to generalization rather than memorization.
  2. [Tables 7 and 8] The GPT-3.5 row in Table 8 is identical to the GPT-3.5 row in Table 7 (0.72, 0.54, 0.78, 0.54, 0.57, 0.71, 0.34), even though Table 8 reports IndicXParaphrase accuracy while Table 7 reports IndicTranslation BERTScore. This is either a copy-paste error or a duplicated baseline; in either case, Section 6.3.5's claim that Krutrim is superior across languages lacks a valid GPT-3.5 comparison in that table.
  3. [6.3.3] The text states that Krutrim surpasses GPT-3.5 in Tamil and Telugu "by more than 0.8 points," but Table 6 shows margins of 0.43 (0.94 vs 0.51) and 0.42 (0.95 vs 0.53). The narrative overstates the measured advantage and should be corrected to match the table.
  4. [6.4, Table 9] Table 9 lists 16 tasks, while Section 6.4 says "10 out of 17 tasks"; the abstract correctly says 16. In addition, the reported averages 0.552 and 0.569 do not match the row-wise means of the displayed numbers (approximately 0.545 and 0.561 over the 16 tasks). These numerical inconsistencies directly affect the central comparison with Llama-2 and must be resolved.
  5. [6.4] The paper excludes Llama-3 and Mistral from English comparisons because of FLOPS differences, which is a defensible compute-matched criterion, but the abstract and Section 6.3 repeatedly use "state-of-the-art" without that qualifier. Since Llama-3 and Mistral are standard 7B-scale references for English and multilingual capability, the claim of matching or exceeding state-of-the-art models is not supported as stated; the claim should be explicitly limited to the compared baselines or the comparison set should be expanded.
minor comments (6)
  1. [5.1.1] The sentence "We trained Krutrim on H100 GPUs resulting in 1023 FLOPS" appears to be a typo; please specify the intended number (e.g., 10^23 FLOPs) and report the tokens-per-FLOP basis used in the compute comparison.
  2. [6.6, Figure 10] The text says the findings are shown in "Figures 10.b and 10.b"; the duplicate figure reference should be corrected to refer to the left and right panels of Figure 10.
  3. [6.1] The UMAP separability comparison with Llama-2 is qualitative, so the text should avoid claiming "superiority overall" from plot separation alone, or it should provide a quantitative separability metric.
  4. [3.2] The claim of the "largest known Indic dataset" is not substantiated with corpus statistics or a comparison to prior Indic corpora such as IndicLLMSuite or IndicCorp; a language-wise token distribution table would also support the balanced-representation claims in Section 3.2.
  5. [6.2] The probing experiments report qualitative observations but no numeric comparison table against the LLaMA results from Chen et al.; adding numerical results, or at least a table of layer-wise accuracies, would make the alignment claim verifiable.
  6. [References] Reference [27] (Navarsa) and reference [30] (mhrd) lack full bibliographic details, and the URL for reference [45] is incomplete; these should be completed.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the paper's claims are empirical benchmark comparisons, not derivations from fitted inputs or self-cited theorems.

full rationale

This report makes no formal derivation chain; its central claims are empirical comparisons on external benchmarks (IndicXtreme subsets, MMLU, ARC, BoolQ, etc.). No parameter is fitted to a benchmark and then reported as a prediction of that same benchmark, no uniqueness theorem or scientific result is imported from the authors' prior work, and no ansatz is smuggled in via citation. The only self-referential element is the 'largest known Indic dataset' description, which is a data-accounting claim rather than a derived result. The absence of a decontamination analysis is a validity risk (benchmark overlap with pretraining data could inflate scores), and the Table 9 count and average inconsistencies are reporting errors, but neither makes the evaluation circular: the reported numbers are externally anchored to fixed benchmark datasets and to Llama-2/GPT-3.5 comparisons. Accordingly, no specific reduction of a claimed result to its own input can be exhibited, and the circularity score is 0.

Assumptions & free parameters 3 free parameters · 3 assumptions · 0 invented entities

The paper's claims rest on opaque data accounting and uncontaminated benchmarks rather than a derivation; the free parameters are training hyperparameters chosen by hand, and the load-bearing axioms are unverified empirical assumptions.

free parameters (3)
  • DPO beta = 0.1
    Hand-chosen in Section 5.5 for the safety preference dataset; no sweep or sensitivity analysis is reported.
  • DPO learning rate = 5e-7
    Hand-chosen reduced learning rate in Section 5.5; no ablation is reported.
  • CPT data mixture = 25% original / 75% new
    Section 6.5.1 calls this 'a decent starting point' for continual pre-training; the claimed CPT gains depend on this choice.
assumptions (3)
  • domain assumption Evaluation benchmarks are not present in pretraining or fine-tuning data.
    The Indic benchmark results in Section 6.3 require this, but no decontamination analysis is reported.
  • domain assumption The self-reported 2 trillion token corpus and 'largest known Indic dataset' claim are accurate.
    Section 3 gives no data card, corpus hash, or independent audit; the data contribution rests on trust in the authors.
  • domain assumption BERTScore and accuracy on the translated evaluation sets measure meaningful language ability across all 22 languages.
    Section 6.3 uses BERTScore and accuracy but does not validate the reference translations or metric calibration per language.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Krutrim LLM: Multilingual Foundational Model for over a Billion People." pith.science (2026). https://pith.science/paper/VBKWOW7X

@misc{pith2026250209642,
  author       = {Pith},
  title        = {Pith review of: Krutrim LLM: Multilingual Foundational Model for over a Billion People},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/VBKWOW7X}},
  note         = {Machine review of arXiv:2502.09642}
}
read the original abstract

India is a diverse society with unique challenges in developing AI systems, including linguistic diversity, oral traditions, data accessibility, and scalability. Existing foundation models are primarily trained on English, limiting their effectiveness for India's population. Indic languages comprise only 1 percent of Common Crawl corpora despite India representing 18 percent of the global population, leading to linguistic biases. Thousands of regional languages, dialects, and code mixing create additional representation challenges due to sparse training data. We introduce Krutrim LLM, a 2 trillion token multilingual model designed for India's linguistic landscape. It incorporates the largest known Indic dataset, mitigating data scarcity and ensuring balanced performance across dialects. Krutrim outperforms or matches state-of-the-art models on Indic benchmarks while maintaining competitive English performance. Despite being significantly smaller in training flops, Krutrim LLM matches or exceeds models like LLAMA-2 on 10 out of 16 tasks, with an average score of 0.57 versus 0.55. This evidences Krutrim's flexible multilingual fluency across diverse linguistic contexts. Krutrim is integrated with real-time search to improve factual accuracy in conversational AI applications. This enhances accessibility for over 1 billion users worldwide. Through intentional design choices addressing data imbalances, Krutrim LLM signifies meaningful progress in building ethical, globally representative AI models.

Figures

Figures reproduced from arXiv: 2502.09642 by the authors.

Figure 1
Figure 1. Pre-training data sources. Parameters Value Layers 32 Number of KV heads 8 Number of attention heads 48 Hidden dimension 4608 Sequence length 4096 [PITH_FULL_IMAGE:figures/full_fig_p005_1.png] view at source ↗
Figure 2
Figure 2. Pre-training loss [PITH_FULL_IMAGE:figures/full_fig_p006_2.png] view at source ↗
Figure 3
Figure 3. SFT loss support for 10 languages to accommodating 22 Indic languages, showcasing the model’s adaptability to linguistic diversity. 2. Staying Abreast of Fresh Knowledge and Domain-Specific Information: To effectively engage in specialized tasks, models must retain and apply domain-specific knowledge. CPT ensures models are well-versed in pertinent information, such as legal frameworks for legal argumentation or fun… view at source ↗
Figures from the paper (13 more)
Figure 4
Figure 4. Figure 4: The UMAP projection of embedding for randomly sampled tasks across 4 categories [PITH_FULL_IMAGE:figures/full_fig_p009_4.png]
Figure 5
Figure 5. Figure 5: (a) The UMAP plots for Llama2 7B SFT Chat model and (b) The UMAP plots for Krutrim [PITH_FULL_IMAGE:figures/full_fig_p009_5.png]
Figure 6
Figure 6. Figure 6: Heat-map depicting layer-wise performance of Krutrim LLM [PITH_FULL_IMAGE:figures/full_fig_p010_6.png]
Figure 7
Figure 7. Figure 7: Radar chart for comparison of LLaMA chat model with Krutrim model on English [PITH_FULL_IMAGE:figures/full_fig_p013_7.png]
Figure 8
Figure 8. Figure 8: Comparison of scores across languages in various categories of tasks. [PITH_FULL_IMAGE:figures/full_fig_p014_8.png]
Figure 9
Figure 9. Figure 9: Qualitative comparison after pre-training and continual pre-training. This plot shows the [PITH_FULL_IMAGE:figures/full_fig_p014_9.png]
Figure 10
Figure 10. Figure 10: Performance comparison of Krutrim with Leading Conversational Search Engine(s) on [PITH_FULL_IMAGE:figures/full_fig_p016_10.png]
Figure 11
Figure 11. Figure 11: Cultural Sensitivity: Krutrim’s ability to respect cultural practices. Krutrim is unbiased [PITH_FULL_IMAGE:figures/full_fig_p016_11.png]
Figure 12
Figure 12. Figure 12: Local Relevance: Krutrim can also recommend places, restaurants locally. [PITH_FULL_IMAGE:figures/full_fig_p017_12.png]
Figure 13
Figure 13. Figure 13: Coding abilities: This shows the coding ability of Krutrim and explaining the code in [PITH_FULL_IMAGE:figures/full_fig_p017_13.png]
Figure 14
Figure 14. Figure 14: News and latest trends: Krutrim can answer the latest news trends as it also has robust [PITH_FULL_IMAGE:figures/full_fig_p018_14.png]
Figure 15
Figure 15. Figure 15: Sanskrit generation: Krutrim can do creative writing in Sanskrit [PITH_FULL_IMAGE:figures/full_fig_p018_15.png]
Figure 16
Figure 16. Figure 16: Krutrim is able to perform on various tasks across Languages. It demonstrates proficiency [PITH_FULL_IMAGE:figures/full_fig_p019_16.png]

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Meta-Learning Preferences for Multilingual LLM Alignment

    cs.CL 2026-07 conditional novelty 6.0 of 10

    Meta-learning a shared initialization on multilingual preference data lets LLMs align to a new language from ~100 preference samples, with up to 28% win-rate gains over baselines.

  2. HITSZ's End-To-End Speech Translation Systems Combining Sequence-to-Sequence Auto Speech Recognition Model and Indic Large Language Model for IWSLT 2025 in Indic Track

    cs.CL 2025-07 conditional novelty 4.0 of 10

    An end-to-end Whisper-plus-Krutrim speech translation system for English and Hindi, Bengali, and Tamil is evaluated on IWSLT 2025, with chain-of-thought fine-tuning showing large but selectively measured BLEU gains.

Reference graph

Works this paper leans on

47 extracted references · 21 canonical work pages · cited by 2 Pith papers

  1. [1]

    Gpt-4 technical report

    Josh Achiam et al. “Gpt-4 technical report”. In: arXiv preprint arXiv:2303.08774 (2023)

  2. [2]

    Grok AI. Grok AI. 2024. URL: https://x.ai/blog/grok-os

  3. [3]

    Inflection-2: The Next Step Up

    Inflection AI. Inflection-2: The Next Step Up. 2024

  4. [4]

    meta AI. Meta AI. 2024. URL: https://ai.meta.com/blog/meta-llama-3/

  5. [5]

    Perplexity AI

    Perplexity AI. Perplexity AI. 2023. URL: https://www.perplexity.ai/search

  6. [6]

    GQA: Training Generalized Multi-Query Transformer Models from Multi-Head Checkpoints

    Joshua Ainslie et al. GQA: Training Generalized Multi-Query Transformer Models from Multi-Head Checkpoints. 2023. arXiv: 2305.13245 [cs.CL]

  7. [7]

    The Claude 3 Model Family: Opus, Sonnet, Haiku

    Anthropic. The Claude 3 Model Family: Opus, Sonnet, Haiku. 2024

  8. [8]

    A General Language Assistant as a Laboratory for Alignment

    Amanda Askell et al. “A General Language Assistant as a Laboratory for Alignment”. In: ArXiv abs/2112.00861 (2021). URL: https://api.semanticscholar.org/CorpusID: 244799619

Show all 47 references
  1. [9]

    Tamil-Llama: A New Tamil Language Model Based on Llama 2

    Abhinand Balachandran. Tamil-Llama: A New Tamil Language Model Based on Llama 2. 2023. arXiv: 2311.05845 [cs.CL]

  2. [10]

    Bing copilot

    bing. Bing copilot. 2024. URL: https://www.bing.com/chat?q=Bing+AI

  3. [11]

    Brown et al

    Tom B. Brown et al. Language Models are Few-Shot Learners. 2020. arXiv: 2005.14165 [cs.CL]

  4. [12]

    N-gram Counts and Language Models from the Common Crawl

    Christian Buck, Kenneth Heafield, and Bas Van Ooyen. “N-gram Counts and Language Models from the Common Crawl.” In: LREC. V ol. 2. 2014, p. 4

  5. [13]

    Beyond Surface: Probing LLaMA Across Scales and Layers

    Nuo Chen et al. “Beyond Surface: Probing LLaMA Across Scales and Layers”. In: arXiv preprint arXiv:2312.04333 (2023)

  6. [14]

    Training verifiers to solve math word problems

    Karl Cobbe et al. “Training verifiers to solve math word problems”. In: arXiv preprint arXiv:2110.14168 (2021)

  7. [15]

    Continual Pre-Training Mitigates Forgetting in Language and Vision

    Andrea Cossu et al. Continual Pre-Training Mitigates Forgetting in Language and Vision

  8. [16]

    Towards Leaving No Indic Language Behind: Building Mono- lingual Corpora, Benchmark and Models for Indic Languages

    Sumanth Doddapaneni et al. “Towards Leaving No Indic Language Behind: Building Mono- lingual Corpora, Benchmark and Models for Indic Languages”. In: ArXiv abs/2212.05409 (2022)

  9. [17]

    Airavata: Introducing Hindi Instruction-tuned LLM

    Jay Gala et al. Airavata: Introducing Hindi Instruction-tuned LLM. 2024. arXiv: 2401.15006 [cs.CL]

  10. [18]

    IndicTrans2: Towards High-Quality and Accessible Machine Translation Models for all 22 Scheduled Indian Languages

    Jay Gala et al. “IndicTrans2: Towards High-Quality and Accessible Machine Translation Models for all 22 Scheduled Indian Languages”. In: Transactions on Machine Learning Research (2023)

  11. [19]

    Parameter-efficient transfer learning for NLP

    Neil Houlsby et al. “Parameter-efficient transfer learning for NLP”. In:International conference on machine learning. PMLR. 2019, pp. 2790–2799

  12. [20]

    Lora: Low-rank adaptation of large language models

    Edward J Hu et al. “Lora: Low-rank adaptation of large language models”. In: arXiv preprint arXiv:2106.09685 (2021)

  13. [21]

    Jiang et al

    Albert Q. Jiang et al. Mistral 7B. 2023. arXiv: 2310.06825 [cs.CL]

  14. [22]

    Language Models (Mostly) Know What They Know

    Saurav Kadavath et al. Language Models (Mostly) Know What They Know . 2022. arXiv: 2207.05221 [cs.CL]

  15. [23]

    IndicNLPSuite: Monolingual corpora, evaluation benchmarks and pre-trained multilingual language models for Indian languages

    Divyanshu Kakwani et al. “IndicNLPSuite: Monolingual corpora, evaluation benchmarks and pre-trained multilingual language models for Indian languages”. In:Findings of the Association for Computational Linguistics: EMNLP 2020. 2020, pp. 4948–4961. 20

  16. [24]

    Continual Pre-training of Language Models

    Zixuan Ke et al. Continual Pre-training of Language Models . 2023. arXiv: 2302 . 03241 [cs.CL]

  17. [25]

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

    Mohammed Safi Ur Rahman Khan et al. “IndicLLMSuite: A Blueprint for Creating Pre- training and Fine-Tuning Datasets for Indian Languages”. In:arXiv preprint arXiv:2403.06350 (2024)

  18. [26]

    Building a Llama2-finetuned LLM for Odia Language Utilizing Domain Knowledge Instruction Set

    Guneet Singh Kohli et al. Building a Llama2-finetuned LLM for Odia Language Utilizing Domain Knowledge Instruction Set. 2023. arXiv: 2312.12624 [cs.CL]

  19. [27]

    Navarsa: Indic LLMs based on Gemmma

    Telugu Labs. Navarsa: Indic LLMs based on Gemmma

  20. [28]

    TruthfulQA: Measuring How Models Mimic Human Falsehoods

    Stephanie Lin, Jacob Hilton, and Owain Evans. “TruthfulQA: Measuring How Models Mimic Human Falsehoods”. In: Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers). 2022, pp. 3214–3252

  21. [29]

    UMAP: Uniform Manifold Approximation and Projection for Dimension Reduction

    Leland McInnes, John Healy, and James Melville. UMAP: Uniform Manifold Approximation and Projection for Dimension Reduction. 2020. arXiv: 1802.03426 [stat.ML]

  22. [30]

    mhrd. mhrd. 2024. URL: https://www.education.gov.in/sites/upload_files/ mhrd/files/upload_document/languagebr.pdf

  23. [31]

    The RefinedWeb dataset for Falcon LLM: outperforming curated corpora with web data, and web data only

    Guilherme Penedo et al. “The RefinedWeb dataset for Falcon LLM: outperforming curated corpora with web data, and web data only”. In: arXiv preprint arXiv:2306.01116 (2023)

  24. [32]

    Composite Task-Completion Dialogue Policy Learning via Hierarchical Deep Reinforcement Learning

    Baolin Peng et al. “Composite Task-Completion Dialogue Policy Learning via Hierarchical Deep Reinforcement Learning”. In:Proceedings of the 2017 Conference on Empirical Methods in Natural Language Processing . Association for Computational Linguistics, 2017. DOI: 10.18653/v1/d...

  25. [33]

    Language Models as Knowledge Bases?

    Fabio Petroni et al. “Language Models as Knowledge Bases?” In: Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP). 2019, pp. 2463–2473

  26. [35]

    Smith, and Mike Lewis

    Ofir Press, Noah A. Smith, and Mike Lewis. Train Short, Test Long: Attention with Linear Biases Enables Input Length Extrapolation. 2022. arXiv: 2108.12409 [cs.CL]

  27. [36]

    Direct Preference Optimization: Your Language Model is Secretly a Reward Model

    Rafael Rafailov et al. Direct Preference Optimization: Your Language Model is Secretly a Reward Model. 2023. arXiv: 2305.18290 [cs.LG]

  28. [37]

    Proximal Policy Optimization Algorithms

    John Schulman et al. Proximal Policy Optimization Algorithms. 2017. arXiv: 1707.06347 [cs.LG]

  29. [38]

    Dolma: An Open Corpus of Three Trillion Tokens for Language Model Pretraining Research

    Luca Soldaini et al. “Dolma: An Open Corpus of Three Trillion Tokens for Language Model Pretraining Research”. In: arXiv preprint arXiv:2402.00159 (2024)

  30. [39]

    Learning to summarize from human feedback

    Nisan Stiennon et al. Learning to summarize from human feedback. 2022. arXiv: 2009.01325 [cs.CL]

  31. [40]

    Gemini: A Family of Highly Capable Multimodal Models

    Gemini Team et al. Gemini: A Family of Highly Capable Multimodal Models. 2023. arXiv: 2312.11805 [cs.CL]

  32. [41]

    Llama 2: Open foundation and fine-tuned chat models

    Hugo Touvron et al. “Llama 2: Open foundation and fine-tuned chat models”. In:arXiv preprint arXiv:2307.09288 (2023)

  33. [42]

    Attention Is All You Need

    Ashish Vaswani et al. “Attention Is All You Need”. In: (2023). arXiv:1706.03762 [cs.CL]

  34. [43]

    Languages of India

    wiki. Languages of India. 2024. URL: https://en.wikipedia.org/wiki/Languages_ of_India

  35. [44]

    Zhaorui Yang et al.Self-Distillation Bridges Distribution Gap in Language Model Fine-Tuning

  36. [45]

    You.Com. You.Com. 2023. URL: you.com

  37. [46]

    ReClor: A Reading Comprehension Dataset Requiring Logical Reasoning

    Weihao Yu et al. “ReClor: A Reading Comprehension Dataset Requiring Logical Reasoning”. In: International Conference on Learning Representations. 2019. 21

  38. [2022]

    arXiv: 2205.09357 [cs.LG]

  39. [2024]

    arXiv: 2402.13669 [cs.CL]

Pith tools

Reviewed August 8, 2026 · model on record in the stance chip above.