REVIEW 3 major objections 5 minor 2 cited by
The Emergence of Abstract Thought in Large Language Models Beyond Any Language
T0 review · 3 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read Large language models progressively develop a compact set of language-agnostic neurons whose deactivation degrades performance across all languages.
desk verdict A real empirical trend that is worth refereeing, but the load-bearing sigma threshold is never specified and the appendix computes a layer-wise proxy rather than the Eq. 1 final-embedding norm, so the central measurement is underdetermined. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The central object is the language-related neuron: a single row or column of a parameter matrix counts as activated for a language if zeroing it changes the model's output embedding by at least a threshold $\sigma$ on every sampled input in that language. Shared neurons are those activated for all languages considered; exclusive neurons are those active for only one. Two metrics carry the argument: the shared-neuron ratio (Equation 4), the size of the shared set relative to the average exclusive set, and the language-agnostic score (Equation 6), the log of the average, over languages, of the per-neuron perplexity increase from ablating shared versus exclusive neurons. A parallel neuron-detection algorithm makes the single-neuron ablations computationally feasible for feed-forward and attention parameters. This machinery converts the question "does the model think in English?" into a measurable comparison of ablation effects.
What would settle it
Recompute the shared-neuron ratio and language-agnostic score for the Qwen1.5-Qwen2-Qwen2.5 family while sweeping the activation threshold $\sigma$ over values from 0.001 to 0.1 in output-embedding L2 norm; if the across-generation increase is not monotonic across the whole sweep, the central trend is an artifact of the unspecified threshold.
Extended reading notes
Core claim
The paper's central claim is that LLMs progressively develop a core language-agnostic parameter space: a remarkably small set of neurons whose deactivation degrades performance across all languages, and that these shared neurons evolve into language-agnostic neurons supporting abstract functions like semantic reasoning and generalization. The evidence has three parts. Across Qwen, Llama, and Gemma families, the proportion of language-shared relative to language-exclusive neurons rises with release date and correlates strongly with multilingual benchmark scores (Pearson $R=0.92$, Spearman $\rho=0.88$). The language-agnostic score—the log of the average per-language ratio of shared-versus-exclusive neuron importance measured by perplexity change upon ablation—also rises across generations; in recent models, ablating shared neurons degrades perplexity by orders of magnitude more than ablating exclusive neurons, while random deactivation has almost no effect. Third, targeted continuous pretraining guided by this score improves multilingual reasoning on MGSM, with the largest average gains (about 5.7 points) when the neuron group matched to the model's language-agnostic level is trained. The authors interpret the growing dominance of shared neurons and the shrinking influence of exclusive ones as evidence that later-generation LLMs operate in a language-agnostic conceptual space rather than through an English intermediate.
Load-bearing premise
The paper never states the numerical cutoff that decides when a neuron counts as language-related, and all of the shared-versus-exclusive trends and training advice would shift if that cutoff moved.
Editorial extensions
If this is right
- Later-generation LLMs increasingly compute multilingual answers through a language-agnostic core rather than a translation-through-English pipeline, so non-English performance is not necessarily capped by English performance.
- A model's language-agnostic score can be used to pick the right neuron group to train: for low-score models almost any language-related neuron helps, for medium-score models shared neurons help most, and for high-score models exclusive neurons give the largest gains (e.g., +4.0 average MGSM points for Llama-3.1-8B).
- Because language-related neurons are sparse, multilingual ability is concentrated in a manipulable subset of parameters rather than distributed uniformly across the network.
- Neuron-removal tests can serve as a training-free diagnostic for when a model has developed language-agnostic, reasoning-like behavior, guiding when to switch training emphasis.
Reading between the lines
- Going beyond the paper: a sensitivity sweep over the activation threshold $\sigma$ is needed to confirm that the rising shared-neuron trend and the language-agnostic score orderings are not artifacts of a single cutoff.
- Going beyond the paper: the same shared-versus-exclusive ablation ratio could be measured in vision-language models to test whether the "language-agnostic" neurons support a modality-agnostic semantic space.
- Going beyond the paper: if shared neurons are the seat of cross-lingual reasoning, then content embedded in one language can spread to all languages through them, giving a concrete mechanism for the cross-lingual misinformation risk the authors flag.
- Going beyond the paper: a task-dissociation experiment—ablating shared versus exclusive neurons on reasoning-heavy versus knowledge-retrieval benchmarks separately—would directly test whether the shared set truly carries abstract reasoning rather than general task competence.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper argues that LLMs progressively develop a small, shared set of parameters ("language-agnostic neurons") that are critical for processing all languages, and that this set grows in proportion and functional importance across model generations. It defines language-related neurons through an ablation threshold σ (Eq. 1), classifies them as shared or exclusive (Eq. 3), and introduces a Language Agnostic Score (Eq. 6) based on perplexity changes. It reports increasing trends across Qwen, Llama, and Gemma models, and proposes neuron-targeted continuous-pretraining strategies. The training experiments on three Llama models show small gains on MGSM and MMMLU.
Significance. If the measurement were fully specified and robust, the paper would make a substantial contribution: it offers a parameter-level account of multilingual processing that challenges the English-centric view, and it connects this account to a practical training recipe. Strengths include coverage of 20 models across families and release dates, the use of external multilingual benchmarks (MMMLU, MGSM), a random-neuron ablation control, and an open-source code repository. However, the central quantitative evidence is not reproducible as reported because the activation threshold is never specified and the detection algorithm computes a different quantity from the one in the defining equation. The interpretive leap from “shared neurons have larger deletion-induced perplexity changes” to “abstract thought” also needs additional controls.
major comments (3)
- [Eq. (1), Eq. (2), Appendix A] The definition of a language-related neuron depends on a threshold σ that is never specified, and the implementation does not compute the quantity in Eq. (1). Specifically, Eq. (1) defines activation via the change in the final output embedding, but Appendix A computes layer-wise impact norms ‖f(X;Θ) − f(X;Θ⊖N)‖₂ and explicitly calls this “a proxy or component” for the overall impact. No value, selection rule, sensitivity analysis, or calibration between layer-wise and final-embedding norms is provided. Because N_lang, N_shared, N_exclusive, the ratio in Eq. (4), the importance in Eq. (5), and the Language Agnostic Score in Eq. (6) all derive from these neuron sets, the reported proportions, the trends in Figures 1, 3, and 5, and the classification into low/medium/high language-agnostic models used in Section 4 are not reproducible from the manuscript as written.
- [Section 3.3, Eq. (5)] The inference from a high importance ratio Impℓ to “abstract thought” is underdetermined. Shared neurons are defined as the intersection of language-related neurons across six languages; such neurons could simply be generally critical parameters whose deletion hurts any input, rather than carriers of language-agnostic semantics. The random-neuron control in Figure 4 shows only that the identified neurons are not random; it does not compare shared neurons with a control matched on overall ablation impact, activation frequency, or layer/position. Without such a control, the language-agnostic score cannot distinguish “shared because important for all languages” from “shared because important for everything.” A concrete control, such as matching exclusive neurons on their monolingual importance before comparing shared and exclusive groups, would be needed to support the conceptual claim.
- [Section 4, Table 1] The training results are suggestive but not yet load-bearing evidence for the proposed strategy. The experiments use only three models and 100,000 general documents per language, with no variance or significance measures reported. The pattern in Table 1 is also not fully consistent with the stated predictions: for Llama-3.2-1B, classified as low language-agnostic, tuning exclusive neurons produces the largest MGSM gain (4.2) rather than the expected comparable benefit from both shared and exclusive, and for Llama-3.2-3B random neuron tuning gives +0.7 on MGSM, whereas the text emphasizes that random tuning is ineffective. This does not invalidate the approach, but it requires additional ablations and reporting of variability before the prescriptive claims can be accepted.
minor comments (5)
- [Section 4.2] There is a typo: “Lamma-3.1-8B” should be “Llama-3.1-8B.”
- [Figure 2 caption] The caption lists “Dr” among the languages; this should be “De” for German.
- [Section 3.1] The text says the fraction of shared and exclusive neurons is “coarsely estimated at around 0.3%”, but Figure 2 is titled “Fraction of All Neurons (%)”; please clarify whether the axis is a percentage or a fraction to avoid confusion.
- [References] Several references appear with both a 2024 and a 2025 version of the same title (e.g., Liu et al. 2024/2025, Schut et al. 2025a/2025b); please consolidate or distinguish them clearly.
- [Section 2.2, Eq. (4)] The shared neuron ratio is averaged over languages in the denominator, but the rationale for this normalization is not discussed; a brief explanation would help readers understand why this particular ratio is preferred over the simpler |Nshared| / (|Nshared| + |N_exclusive|).
Circularity Check
Neuron importance is measured on the same data used to select the neurons, so the 'language-specialized' and 'language-agnostic' findings are partly forced by construction; the cross-generation trend and training experiments add independent evidence.
-
fitted input called prediction
[Section 3.1, 'Neuron Detection Corpus'; see also Appendix B.2]
"For each language, we identify language-related neurons by analyzing activation patterns on 1000 sentences sampled from the OSCAR corpus (Abadji et al., 2022). To quantify the functional contribution of these neurons, we further compute perplexity changes caused by deactivating them, using the same language-specific OSCAR data."
The language-related neuron sets (Eq. 2) are selected because removing the neuron changes the output embedding on those exact 1000 sentences (Eq. 1). Their 'functional contribution' is then quantified as perplexity change on the same sentences. A neuron chosen for large embedding-change on a corpus will, on average, also produce large perplexity change on that same corpus, so the Figure 4 finding that shared/exclusive deactivation degrades performance while random deactivation does not is partly guaranteed by the selection rule rather than independently discovered; random neurons were not selected for impact. This inflates the importance ratio (Eq. 5) and the Language Agnostic Score (Eq. 6).
full rationale
The paper's main derivation chain is not globally circular: shared/exclusive sets are defined by activation thresholds (Eqs. 1-3), the importance ratio (Eq. 5) is an empirical ablation comparison, and the language-agnostic score (Eq. 6) is a well-defined aggregate of that comparison. The reported cross-generation increase in shared-neuron importance and the correlation with MMMLU/MGSM are external to the neuron-selection procedure, and the Section 4 training experiments are validated on held-out benchmarks. The self-citations to Zhao et al. (2024a) and Wang et al. (2025a) provide the parallel detection method but are not load-bearing for the paper's central claim, and no uniqueness theorem is imported. The unspecified threshold sigma in Eq. (1) and the Appendix A layer-wise proxy are serious reproducibility/correctness concerns but are not circularity per se. The one genuine circular element is that neurons are selected for output impact on the OSCAR corpus and then their importance is measured as perplexity impact on the same corpus; this makes the claim that the identified neurons are 'indeed specialized for language processing' partly true by construction. Because the shared-vs-exclusive trend and the training results are not fully reducible to this selection, the overall circularity is partial rather than total.
Assumptions & free parameters
free parameters (1)
- Activation threshold sigma =
not reported
assumptions (3)
- domain assumption Neuron removal impact on embeddings identifies causally meaningful language-processing units.
- domain assumption The release-date ordering of models represents 'continued development' independent of scale, data mix, and architecture changes.
- ad hoc to paper Higher per-neuron perplexity impact of shared versus exclusive neurons implies abstract, language-agnostic thought.
invented entities (1)
-
Language-Agnostic Neurons / core language-agnostic parameter space
Cite this review
Pith. "Pith review of The Emergence of Abstract Thought in Large Language Models Beyond Any Language." pith.science (2026). https://pith.science/paper/6SOSWDQS
@misc{pith2026250609890,
author = {Pith},
title = {Pith review of: The Emergence of Abstract Thought in Large Language Models Beyond Any Language},
year = {2026},
howpublished = {\url{https://pith.science/paper/6SOSWDQS}},
note = {Machine review of arXiv:2506.09890}
}
read the original abstract
As large language models (LLMs) continue to advance, their capacity to function effectively across a diverse range of languages has shown marked improvement. Preliminary studies observe that the hidden activations of LLMs often resemble English, even when responding to non-English prompts. This has led to the widespread assumption that LLMs may "think" in English. However, more recent results showing strong multilingual performance, even surpassing English performance on specific tasks in other languages, challenge this view. In this work, we find that LLMs progressively develop a core language-agnostic parameter space-a remarkably small subset of parameters whose deactivation results in significant performance degradation across all languages. This compact yet critical set of parameters underlies the model's ability to generalize beyond individual languages, supporting the emergence of abstract thought that is not tied to any specific linguistic system. Specifically, we identify language-related neurons-those are consistently activated during the processing of particular languages, and categorize them as either shared (active across multiple languages) or exclusive (specific to one). As LLMs undergo continued development over time, we observe a marked increase in both the proportion and functional importance of shared neurons, while exclusive neurons progressively diminish in influence. These shared neurons constitute the backbone of the core language-agnostic parameter space, supporting the emergence of abstract thought. Motivated by these insights, we propose neuron-specific training strategies tailored to LLMs' language-agnostic levels at different development stages. Experiments across diverse LLM families support our approach.
Figures
Figures from the paper (2 more)
Forward citations
Cited by 2 Pith papers
-
One Anchor for All: Unified Multilingual and Multimodal Safety Alignment for LVLMs
A small set of model neurons shared across languages and modalities can transfer English-only safety training to multilingual and multimodal refusal behavior.
-
Targeted Interpretable Safety Neuron Enhancement for Multilingual Vision-Language Large Models
Precise Shield identifies safety neurons in VLLMs via activation contrasts and aligns only them with gradient masking, boosting safety, preserving generalization, and enabling zero-shot cross-lingual and cross-modal transfer.
Reference graph
Works this paper leans on
-
[1]
URL: " 'urlintro :=
ENTRY address author booktitle chapter edition editor howpublished institution journal key month note number organization pages publisher school series title type volume year eprint doi pubmed url lastchecked label extra.label sort.label short.list INTEGERS output.state before.all mid.sentence after.sentence after.block STRINGS urlintro eprinturl eprintpr...
-
[2]
write newline
" write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 global.max substring 't := if while FUNCTION word.in bbl.in capitalize " " * FUNCT...
-
[3]
Julien Abadji, Pedro Javier Ortiz Su \' a rez, Laurent Romary, and Beno \^ t Sagot. 2022. Towards a cleaner document-oriented multilingual crawled corpus. In LREC , pages 4344--4355. European Language Resources Association
work page 2022
-
[4]
Sanchit Ahuja, Kumar Tanmay, Hardik Hansrajbhai Chauhan, Barun Patra, Kriti Aggarwal, Luciano Del Corro, Arindam Mitra, Tejas Indulal Dhamecha, Ahmed Awadallah, Monojit Choudhary, Vishrav Chaudhary, and Sunayana Sitaram. 2024. http://arxiv.org/abs/2407.09879 sphinx: Sample efficient multilingual instruction fine-tuning through n-shot guided prompting
work page Pith review arXiv 2024
-
[5]
Jinze Bai, Shuai Bai, Yunfei Chu, Zeyu Cui, Kai Dang, Xiaodong Deng, Yang Fan, Wenbin Ge, Yu Han, Fei Huang, et al. 2023. Qwen technical report. arXiv preprint arXiv:2309.16609
arXiv 2023
-
[6]
Jannik Brinkmann, Chris Wendler, Christian Bartelt, and Aaron Mueller. 2025. http://arxiv.org/abs/2501.06346 Large language models share representations of latent grammatical concepts across typologically diverse languages
arXiv 2025
-
[7]
Wuyang Chen, Yanqi Zhou, Nan Du, Yanping Huang, James Laudon, Zhifeng Chen, and Claire Cu. 2023. http://arxiv.org/abs/2305.12281 Lifelong language pretraining with distribution-specialized experts
arXiv 2023
-
[8]
Karl Cobbe, Vineet Kosaraju, Mohammad Bavarian, Mark Chen, Heewoo Jun, Lukasz Kaiser, Matthias Plappert, Jerry Tworek, Jacob Hilton, Reiichiro Nakano, Christopher Hesse, and John Schulman. 2021. Training verifiers to solve math word problems. arXiv preprint arXiv:2110.14168
arXiv 2021
Show all 65 references
-
[9]
Alexis Conneau, Kartikay Khandelwal, Naman Goyal, Vishrav Chaudhary, Guillaume Wenzek, Francisco Guzm \'a n, Edouard Grave, Myle Ott, Luke Zettlemoyer, and Veselin Stoyanov. 2020. https://doi.org/10.18653/v1/2020.acl-main.747 Unsupervised cross-lingual representation learning ...
2020 doi
-
[10]
Yiming Cui, Ziqing Yang, and Xin Yao. 2024. http://arxiv.org/abs/2304.08177 Efficient and effective text encoding for chinese llama and alpaca
2024 arXiv
-
[11]
Jacob Devlin, Ming - Wei Chang, Kenton Lee, and Kristina Toutanova. 2018. http://arxiv.org/abs/1810.04805 BERT: pre-training of deep bidirectional transformers for language understanding . CoRR, abs/1810.04805
2018 arXiv
-
[12]
Cl \'e ment Dumas, Veniamin Veselovsky, Giovanni Monea, Robert West, and Chris Wendler. 2024. https://openreview.net/forum?id=0ku2hIm4BS How do llamas process multilingual text? a latent exploration through activation patching . In ICML 2024 Workshop on Mechanistic Interpretability
2024
-
[13]
Julen Etxaniz, Gorka Azkune, Aitor Soroa, Oier Lopez de Lacalle, and Mikel Artetxe. 2023. http://arxiv.org/abs/2308.01223 Do multilingual language models think better in english?
2023 arXiv
-
[14]
Constanza Fierro, Negar Foroutan, Desmond Elliott, and Anders Søgaard. 2025. http://arxiv.org/abs/2410.14387 How do multilingual language models remember facts?
2025 arXiv
-
[15]
Jonathan Frankle and Michael Carbin. 2018. The lottery ticket hypothesis: Finding sparse, trainable neural networks. In International Conference on Learning Representations
2018
-
[16]
Kazuki Fujii, Taishi Nakamura, Mengsay Loem, Hiroki Iida, Masanari Ohi, Kakeru Hattori, Hirai Shota, Sakae Mizuki, Rio Yokota, and Naoaki Okazaki. 2024. http://arxiv.org/abs/2404.17790 Continual pre-training for cross-lingual llm adaptation: Enhancing japanese language capabilities
2024 arXiv
-
[18]
Gemma Gemma Team, Thomas Mesnard, Cassidy Hardin, Robert Dadashi, Surya Bhupatiraju, Shreya Pathak, Laurent Sifre, Morgane Rivi \`e re, Mihir Sanjay Kale, Juliette Love, et al. 2024 a . Gemma: Open models based on gemini research and technology. arXiv preprint arXiv:2403.08295
2024 arXiv
-
[19]
Gemma Gemma Team, Morgane Riviere, Shreya Pathak, Pier Giuseppe Sessa, Cassidy Hardin, Surya Bhupatiraju, L \'e onard Hussenot, Thomas Mesnard, Bobak Shahriari, Alexandre Ram \'e , et al. 2024 b . Gemma 2: Improving open language models at a practical size. arXiv preprint arXi...
2024 arXiv
-
[20]
Aaron Grattafiori, Abhimanyu Dubey, Abhinav Jauhri, Abhinav Pandey, Abhishek Kadian, Ahmad Al-Dahle, Aiesha Letman, Akhil Mathur, Alan Schelten, Alex Vaughan, et al. 2024. The llama 3 herd of models. arXiv preprint arXiv:2407.21783
2024 arXiv
-
[21]
Mandy Guo, Zihang Dai, Denny Vrandecic, and Rami Al - Rfou. 2020. Wiki-40b: Multilingual language model dataset. In LREC , pages 2440--2452. European Language Resources Association
2020
-
[22]
Momchil Hardalov, Arnav Arora, Preslav Nakov, and Isabelle Augenstein. 2021. http://arxiv.org/abs/2109.06050 Few-shot cross-lingual stance detection with sentiment-based pre-training
2021 arXiv
-
[23]
Dan Hendrycks, Collin Burns, Steven Basart, Andy Zou, Mantas Mazeika, Dawn Song, and Jacob Steinhardt. 2021. http://arxiv.org/abs/2009.03300 Measuring massive multitask language understanding
2021 arXiv
-
[24]
Haoyang Huang, Tianyi Tang, Dongdong Zhang, Wayne Xin Zhao, Ting Song, Yan Xia, and Furu Wei. 2023. http://arxiv.org/abs/2305.07004 Not all languages are created equal in llms: Improving multilingual capability by cross-lingual-thought prompting
2023 arXiv
-
[25]
Aaron Hurst, Adam Lerer, Adam P Goucher, Adam Perelman, Aditya Ramesh, Aidan Clark, AJ Ostrow, Akila Welihinda, Alan Hayes, Alec Radford, et al. 2024. Gpt-4o system card. arXiv preprint arXiv:2410.21276
2024 arXiv
-
[26]
Jaavid Aktar Husain, Raj Dabre, Aswanth Kumar, Jay Gala, Thanmay Jayakumar, Ratish Puduppully, and Anoop Kunchukuttan. 2024. http://arxiv.org/abs/2401.14280 Romansetu: Efficiently unlocking multilingual capabilities of large language models via romanization
2024 arXiv
-
[27]
Sathish Reddy Indurthi, Wenxuan Zhou, Shamil Chollampatt, Ravi Agrawal, Kaiqiang Song, Lingxiao Zhao, and Chenguang Zhu. 2024. http://arxiv.org/abs/2407.01853 Improving multilingual instruction finetuning via linguistically natural and diverse datasets
2024 arXiv
-
[28]
Aishwarya Kamath, Johan Ferret, Shreya Pathak, Nino Vieillard, Ramona Merhej, Sarah Perrin, Tatiana Matejovicova, Alexandre Ram \' e , Morgane Rivi \` e re, Louis Rouillard, Thomas Mesnard, Geoffrey Cideron, Jean - Bastien Grill, Sabela Ramos, Edouard Yvinec, Michelle Casbon, ...
2025 arXiv
-
[29]
Sneha Kudugunta, Isaac Caswell, Biao Zhang, Xavier Garcia, Derrick Xin, Aditya Kusupati, Romi Stella, Ankur Bapna, and Orhan Firat. 2023. MADLAD-400: A multilingual and document-level large audited dataset. In NeurIPS
2023
-
[30]
Hele-Andra Kuulmets, Taido Purason, Agnes Luhtaru, and Mark Fishel. 2024. http://arxiv.org/abs/2404.04042 Teaching llama a new language through cross-lingual knowledge transfer
2024 arXiv
-
[31]
Huiyuan Lai and Malvina Nissim. 2024. http://arxiv.org/abs/2406.02301 mcot: Multilingual instruction tuning for reasoning consistency in language models
2024 arXiv
-
[32]
Rossi, and Thien Huu Nguyen
Viet Dac Lai, Chien Van Nguyen, Nghia Trung Ngo, Thuat Nguyen, Franck Dernoncourt, Ryan A. Rossi, and Thien Huu Nguyen. 2023. http://arxiv.org/abs/2307.16039 Okapi: Instruction-tuned large language models in multiple languages with reinforcement learning from human feedback
2023 arXiv
-
[33]
Guillaume Lample and Alexis Conneau. 2019. http://arxiv.org/abs/1901.07291 Cross-lingual language model pretraining
2019 arXiv
-
[34]
Teven Le Scao, Angela Fan, Christopher Akiki, Ellie Pavlick, Suzana Ili \'c , Daniel Hesslow, Roman Castagn \'e , Alexandra Sasha Luccioni, Fran c ois Yvon, Matthias Gall \'e , et al. 2023. Bloom: A 176b-parameter open-access multilingual language model
2023
-
[36]
Chaoqun Liu, Wenxuan Zhang, Yiran Zhao, Anh Tuan Luu, and Lidong Bing. 2025. http://arxiv.org/abs/2403.10258 Is translation all you need? a study on solving multilingual tasks with large language models
2025 arXiv
-
[37]
LLM-jp, :, Akiko Aizawa, Eiji Aramaki, Bowen Chen, Fei Cheng, Hiroyuki Deguchi, Rintaro Enomoto, Kazuki Fujii, Kensuke Fukumoto, Takuya Fukushima, Namgi Han, Yuto Harada, Chikara Hashimoto, Tatsuya Hiraoka, Shohei Hisada, Sosuke Hosokawa, Lu Jie, Keisuke Kamata, Teruhito Kanaz...
2024 arXiv
-
[38]
Niklas Muennighoff, Thomas Wang, Lintang Sutawika, Adam Roberts, Stella Biderman, Teven Le Scao, M Saiful Bari, Sheng Shen, Zheng-Xin Yong, Hailey Schoelkopf, Xiangru Tang, Dragomir Radev, Alham Fikri Aji, Khalid Almubarak, Samuel Albanie, Zaid Alyafeai, Albert Webson, Edward ...
2023 arXiv
-
[39]
Neel Nanda, Lawrence Chan, Tom Lieberum, Jess Smith, and Jacob Steinhardt. 2023. http://arxiv.org/abs/2301.05217 Progress measures for grokking via mechanistic interpretability
2023 arXiv
-
[40]
Rossi, and Thien Huu Nguyen
Thuat Nguyen, Chien Van Nguyen, Viet Dac Lai, Hieu Man, Nghia Trung Ngo, Franck Dernoncourt, Ryan A. Rossi, and Thien Huu Nguyen. 2024. Culturax: A cleaned, enormous, and multilingual dataset for large language models in 167 languages. In LREC/COLING , pages 4226--4237. ELRA and ICCL
2024
-
[41]
Jinjie Ni, Rui Mao, Zonglin Yang, Han Lei, and Erik Cambria. 2023. Finding the pillars of strength for multi-head attention. In Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pages 14526--14540
2023
-
[42]
Farhad Nooralahzadeh, Giannis Bekoulis, Johannes Bjerva, and Isabelle Augenstein. 2020. https://doi.org/10.18653/v1/2020.emnlp-main.368 Zero-shot cross-lingual transfer with meta learning . In Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processi...
2020 doi
-
[43]
OpenAI. 2023. http://arxiv.org/abs/2303.08774 Gpt-4 technical report
2023 arXiv
-
[44]
OpenAI. 2024. https://huggingface.co/datasets/openai/MMMLU Multilingual massive multitask language understanding (mmmlu) . Hugging Face
2024
-
[45]
Telmo Pires, Eva Schlinger, and Dan Garrette. 2019. https://doi.org/10.18653/v1/P19-1493 How multilingual is multilingual BERT ? In Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics, pages 4996--5001, Florence, Italy. Association for Compu...
2019 doi
-
[46]
Libo Qin, Qiguang Chen, Fuxuan Wei, Shijue Huang, and Wanxiang Che. 2023. Cross-lingual prompting: Improving zero-shot chain-of-thought reasoning across languages. In The 2023 Conference on Empirical Methods in Natural Language Processing
2023
-
[48]
Lisa Schut, Yarin Gal, and Sebastian Farquhar. 2025 b . http://arxiv.org/abs/2502.15603 Do multilingual llms think in english?
2025 arXiv
-
[49]
Freda Shi, Mirac Suzgun, Markus Freitag, Xuezhi Wang, Suraj Srivats, Soroush Vosoughi, Hyung Won Chung, Yi Tay, Sebastian Ruder, Denny Zhou, et al. 2022. Language models are multilingual chain-of-thought reasoners. In The Eleventh International Conference on Learning Representations
2022
-
[50]
Karolina Stanczak, Edoardo Ponti, Lucas Torroba Hennigen, Ryan Cotterell, and Isabelle Augenstein. 2022. https://doi.org/10.18653/v1/2022.naacl-main.114 Same neurons, different languages: Probing morphosyntax in multilingual pre-trained models . In Proceedings of the 2022 Conf...
2022 doi
-
[51]
Tianyi Tang, Wenyang Luo, Haoyang Huang, Dongdong Zhang, Xiaolei Wang, Wayne Xin Zhao, Furu Wei, and Ji-Rong Wen. 2024. Language-specific neurons: The key to multilingual capabilities in large language models. In Proceedings of the 62nd Annual Meeting of the Association for Co...
2024
-
[52]
Gemini Team, Petko Georgiev, Ving Ian Lei, Ryan Burnell, Libin Bai, Anmol Gulati, Garrett Tanzer, Damien Vincent, Zhufeng Pan, Shibo Wang, et al. 2024. Gemini 1.5: Unlocking multimodal understanding across millions of tokens of context. arXiv preprint arXiv:2403.05530
2024 arXiv
-
[53]
Hugo Touvron, Thibaut Lavril, Gautier Izacard, Xavier Martinet, Marie-Anne Lachaux, Timoth \'e e Lacroix, Baptiste Rozi \`e re, Naman Goyal, Eric Hambro, Faisal Azhar, et al. 2023 a . Llama: Open and efficient foundation language models. arXiv preprint arXiv:2302.13971
2023 arXiv
-
[54]
Hugo Touvron, Louis Martin, Kevin Stone, Peter Albert, Amjad Almahairi, Yasmine Babaei, Nikolay Bashlykov, Soumya Batra, Prajjwal Bhargava, Shruti Bhosale, et al. 2023 b . Llama 2: Open foundation and fine-tuned chat models. arXiv preprint arXiv:2307.09288
2023 arXiv
-
[55]
Ahmet \"U st \"u n, Viraat Aryabumi, Zheng-Xin Yong, Wei-Yin Ko, Daniel D'souza, Gbemileke Onilude, Neel Bhandari, Shivalika Singh, Hui-Lee Ooi, Amr Kayid, et al. 2024. Aya model: An instruction finetuned open-access multilingual language model. arXiv preprint arXiv:2402.07827
2024 arXiv
-
[56]
Chengxin Wang, Yiran Zhao, Shaofeng Cai, and Gary Tan. 2025 a . https://openreview.net/forum?id=a9vey6B54y Investigating pattern neurons in urban time series forecasting . In The Thirteenth International Conference on Learning Representations
2025
-
[57]
Teng Wang, Zhenqi He, Wing-Yin Yu, Xiaojin Fu, and Xiongwei Han. 2025 b . http://arxiv.org/abs/2409.11056 Large language models are good multi-lingual learners : When llms meet cross-lingual prompts
2025 arXiv
-
[58]
Chris Wendler, Veniamin Veselovsky, Giovanni Monea, and Robert West. 2024. Do llamas work in english? on the latent language of multilingual transformers. In Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pages ...
2024
-
[59]
Shijie Wu and Mark Dredze. 2019. https://doi.org/10.18653/v1/D19-1077 Beto, bentz, becas: The surprising cross-lingual effectiveness of BERT . In Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference o...
2019 doi
-
[60]
Zhaofeng Wu, Xinyan Velocity Yu, Dani Yogatama, Jiasen Lu, and Yoon Kim. 2025. http://arxiv.org/abs/2411.04986 The semantic hub hypothesis: Language models share semantic representations across languages and modalities
2025 arXiv
-
[61]
An Yang, Baosong Yang, Binyuan Hui, Bo Zheng, Bowen Yu, Chang Zhou, Chengpeng Li, Chengyuan Li, Dayiheng Liu, Fei Huang, Guanting Dong, Haoran Wei, Huan Lin, Jialong Tang, Jialin Wang, Jian Yang, Jianhong Tu, Jianwei Zhang, Jianxin Ma, Jianxin Yang, Jin Xu, Jingren Zhou, Jinze...
2024 arXiv
-
[62]
An Yang, Baosong Yang, Beichen Zhang, Binyuan Hui, Bo Zheng, Bowen Yu, Chengyuan Li, Dayiheng Liu, Fei Huang, Haoran Wei, et al. 2024 b . Qwen2. 5 technical report. arXiv preprint arXiv:2412.15115
2024 arXiv
-
[63]
Yongheng Zhang, Qiguang Chen, Min Li, Wanxiang Che, and Libo Qin. 2024. http://arxiv.org/abs/2406.13940 Autocap: Towards automatic cross-lingual alignment planning for zero-shot chain-of-thought
2024 arXiv
-
[64]
Zhengyan Zhang, Yuxian Gu, Xu Han, Shengqi Chen, Chaojun Xiao, Zhenbo Sun, Yuan Yao, Fanchao Qi, Jian Guan, Pei Ke, Yanzheng Cai, Guoyang Zeng, Zhixing Tan, Zhiyuan Liu, Minlie Huang, Wentao Han, Yang Liu, Xiaoyan Zhu, and Maosong Sun. 2021. http://arxiv.org/abs/2106.10715 Cpm...
2021 arXiv
-
[65]
Yiran Zhao, Chaoqun Liu, Yue Deng, Jiahao Ying, Mahani Aljunied, Zhaodonghui Li, Lidong Bing, Hou Pong Chan, Yu Rong, Deli Zhao, et al. 2025. Babel: Open multilingual large language models serving over 90\ global speakers. arXiv preprint arXiv:2503.00865
2025 arXiv
-
[66]
Yiran Zhao, Wenxuan Zhang, Guizhen Chen, Kenji Kawaguchi, and Lidong Bing. 2024 a . How do large language models handle multilingualism? In NeurIPS
2024
-
[67]
Yiran Zhao, Wenxuan Zhang, Huiming Wang, Kenji Kawaguchi, and Lidong Bing. 2024 b . http://arxiv.org/abs/2402.18913 Adamergex: Cross-lingual transfer with large language models via adaptive adapter merging
2024 arXiv
-
[68]
Chengzhi Zhong, Fei Cheng, Qianying Liu, Junfeng Jiang, Zhen Wan, Chenhui Chu, Yugo Murawaki, and Sadao Kurohashi. 2024. http://arxiv.org/abs/2408.10811 Beyond english-centric llms: What language do multilingual language models think in?
2024 arXiv
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.