paper-with-me

Papers

Large Language Models Share Representations of Latent Grammatical Concepts Across Typologically Diverse Languages

2025-01-10 · Jannik Brinkmann, Chris Wendler, Christian Bartelt, Aaron Mueller

Human bilinguals often use similar brain regions to process multiple languages, depending on when they learned their second language and their proficiency. In large language models (LLMs), how are multiple languages learned and encoded? In this work, we explore the extent to which LLMs share representations of morphosyntactic concepts such as grammatical number, gender, and tense across languages. We train sparse autoencoders on Llama-3-8B and Aya-23-8B, and demonstrate that abstract grammatical concepts are often encoded in feature directions shared across many languages. We use causal interventions to verify the multilingual nature of these representations; specifically, we show that ablating only multilingual features decreases classifier performance to near-chance across languages. We then use these features to precisely modify model behavior in a machine translation task; this demonstrates both the generality and selectivity of these feature's roles in the network. Our findings suggest that even models trained predominantly on English data can develop robust, cross-lingual abstractions of morphosyntactic concepts.

📄 PDF Abstract BibTeX arXiv:2501.06346

Code (1)

jannik-brinkmann/multilingual-features 공식 구현 pytorch

Tasks

Machine Translation

Similar Papers 제목 키워드 기반

Structural Priming Demonstrates Abstract Grammatical Representations in Multilingual Language Models

2023-11-15 · James A. Michaelov, Catherine Arnett, Tyler A. Chang, Benjamin K. Bergen

Abstract grammatical knowledge - of parts of speech and grammatical patterns - is key to the capacity for linguistic generalization in humans. But how abstract is grammatical knowledge in large language models? In the hu…

Sentence

TMU Transformer System Using BERT for Re-ranking at BEA 2019 Grammatical Error Correction on Restricted Track

2019-08-01 · WS 2019 8 · Masahiro Kaneko, Kengo Hotate, Satoru Katsumata, Mamoru Komachi

We introduce our system that is submitted to the restricted track of the BEA 2019 shared task on grammatical error correction1 (GEC). It is essential to select an appropriate hypothesis sentence from the candidates list …

Grammatical Error CorrectionRe-RankingSentence

Crosslingual Structural Priming and the Pre-Training Dynamics of Bilingual Language Models

2023-10-11 · Catherine Arnett, Tyler A. Chang, James A. Michaelov, Benjamin K. Bergen

Do multilingual language models share abstract grammatical representations across languages, and if so, when do these develop? Following Sinclair et al. (2022), we use structural priming to test for abstract grammatical …

Language ModelingLanguage Modelling

Finding Universal Grammatical Relations in Multilingual BERT

2020-05-09 · ACL 2020 6 · Ethan A. Chi, John Hewitt, Christopher D. Manning

Recent work has found evidence that Multilingual BERT (mBERT), a transformer-based multilingual masked language model, is capable of zero-shot cross-lingual transfer, suggesting that some aspects of its representations a…

Cross-Lingual TransferLanguage ModelingLanguage ModellingZero-Shot Cross-Lingual Transfer

Improving Grammatical Error Correction with Data Augmentation by Editing Latent Representation

2020-12-01 · COLING 2020 8 · Zhaohong Wan, Xiaojun Wan, Wenguang Wang

The incorporation of data augmentation method in grammatical error correction task has attracted much attention. However, existing data augmentation methods mainly apply noise to tokens, which leads to the lack of divers…

Data AugmentationDiversityGrammatical Error Correction