Token-Aware Editing of Internal Activations for Large Language Model Alignment (2025.emnlp-main)
Copied to clipboard
| Challenge: | Existing methods to optimize the behavior of large language models neglect misalignment discrepancies among tokens, resulting in deviant alignment direction and inflexible editing strength. |
| Approach: | They propose a token-aware editing approach to exploit the misalignment discrepancy among tokens to enhance activation probing and facilitate intervention. |
| Outcome: | Extensive experiments on three alignment capabilities demonstrate the efficacy of the proposed approach surpassing baseline by 25.8% on the primary metric of truthfulness with minimal cost. |
Similar Papers
Enhancing Character-Level Understanding in LLMs through Token Internal Structure Learning (2025.acl-long)
Copied to clipboard
Zhu Xu, Zhiqiang Zhao, Zihan Zhang, Yuchi Liu, Quanwei Shen, Fei Liu, Yu Kuang, Jian He, Conglin Liu
| Challenge: | Large language models (LLMs) use tokenization methods but often obscure internal character structures within tokens. |
| Approach: | They propose a method that improves models’ ability to capture character positions within tokens by training them on reverse character prediction tasks using the tokenizer’s vocabulary. |
| Outcome: | Experiments show that the proposed method improves position prediction accuracy in large language models, enabling more precise identification of target characters in original text. |
Language-Aware Token Boosting: LLM Language Confusion Reduction Without Tuning (2026.acl-short)
Copied to clipboard
| Challenge: | Existing approaches to reduce language confusion rely on fine-tuning . Existing methods rely only on fine tuning to mitigate this issue . |
| Approach: | They propose a tuning-free paradigm for reducing language confusion by applying targeted perturbations to tokens associated with the desired language and Adaptive Language-Aware Token Boosting. |
| Outcome: | The proposed methods improve multilingual alignment while maintaining the summarization quality without additional fine-tuning. |
Householder Pseudo-Rotation: A Novel Approach to Activation Editing in LLMs with Direction-Magnitude Perspective (2024.emnlp-main)
Copied to clipboard
| Challenge: | Existing methods to edit LLMs' activations are limited by their magnitude and direction consistency. |
| Approach: | They propose a method that edits activations to alter their magnitudes and directions to preserve activation norms. |
| Outcome: | The proposed method preserves activation norm and improves safety benchmarks. |
Internal Value Alignment in Large Language Models through Controlled Value Vector Activation (2025.acl-long)
Copied to clipboard
| Challenge: | Existing LLMs do not possess consistent values, but many have been developed to align them at the behavioral level, including supervised fine-tuning (SFT) and reinforcement learning from human feedback (RLHF). |
| Approach: | They propose a Controlled Value Vector Activation method that directly aligns the internal values of Large Language Models by interpreting how a value is encoded in their latent representations. |
| Outcome: | The proposed method achieves highest success rate across 10 basic values without hurting model performance and fluency, and ensures target values even with opposite and potentially malicious input prompts. |
Aligning Large Language Models via Fine-grained Supervision (2024.acl-short)
Copied to clipboard
| Challenge: | Pre-trained large-scale language models often generate biased or toxic text, misaligning with human intentions. |
| Approach: | They propose to use human feedback to improve LLM alignment by fine-grained token supervision . they ask annotators to edit less preferred responses to make them more favorable . |
| Outcome: | The proposed method improves LLM alignment by up to 5.1% in terms of win rate compared with the traditional model. |
Language Directions in Multilingual LLMs: A Layer-wise Diagnostic Study of Token Alignment and Pretraining Imprint (2026.acl-srw)
Copied to clipboard
| Challenge: | Using a unified probing framework, we analyze six multilingual LLMs across five languages. |
| Approach: | They analyze multilingual representations across five languages and analyze their behavior . they find that accuracy rises by +73.5 to +80.7 points from L0 to L1 on average . |
| Outcome: | The proposed framework enables a consistent and substantial early jump in accuracy across models . the token–language alignment measures where vocabulary sharing peaks . |
Enhancing Semantic Consistency of Large Language Models through Model Editing: An Interpretability-Oriented Approach (2024.findings-acl)
Copied to clipboard
| Challenge: | Large Language Models generate inconsistent and sometimes contradictory outputs when presented with a prompt that has equivalent semantics but is expressed differently from the original prompt. |
| Approach: | They propose to refine a Large Language Model (LLM) with prompt-output pairs with equivalent semantics to achieve semantic consistency. |
| Outcome: | The proposed method improves the semantic consistency and task performance of LLMs. |
Embracing Anisotropy: Turning Massive Activations into Interpretable Control Knobs for Large Language Models (2026.acl-long)
Copied to clipboard
| Challenge: | Prior work shows that Large Language Models exhibit highly anisotropic internal representations . prior work shows specialized dimensions capture domain-specific features . |
| Approach: | They propose a simple magnitude-based criterion to identify Domain-Critical Dimensions in a training-free manner. |
| Outcome: | The proposed method outperforms whole-dimension steering in domain adaptation and jailbreaking scenarios. |
Editing Large Language Models: Problems, Methods, and Opportunities (2023.emnlp-main)
Copied to clipboard
Yunzhi Yao, Peng Wang, Bozhong Tian, Siyuan Cheng, Zhoubo Li, Shumin Deng, Huajun Chen, Ningyu Zhang
| Challenge: | Recent advances in model editing for LLMs have created challenges and opportunities for the community. |
| Approach: | They propose to alter the behavior of LLMs efficiently within a specific domain without negatively impacting performance across other inputs. |
| Outcome: | The proposed method alters behavior of LLMs efficiently within a specific domain without negatively impacting performance across other inputs. |
TokAlign: Efficient Vocabulary Adaptation via Token Alignment (2025.acl-long)
Copied to clipboard
| Challenge: | Tokenization is a foundational step for Large Language Models (LLMs) but low compression rate of vanilla tokenizers decelerates training and inference process. |
| Approach: | They propose a method to replace the vocabulary of Large Language Models (LLMs) by learning a one-to-one mapping matrix for token IDs. |
| Outcome: | The proposed method significantly improves multilingual text compression rates and vocabulary initialization for Large Language Models. |