paper-with-me

Papers

The Realignment Problem: When Right becomes Wrong in LLMs

2025-11-04 · Aakash Sen Sharma, Debdeep Sanyal, Manodeep Ray, Vivek Srivastava, Shirish Karande, Murari Mandal arxiv

Post-training alignment of large language models (LLMs) relies on large-scale human annotations guided by policy specifications that change over time. Cultural shifts, value reinterpretations, and regulatory or industrial updates make static alignment increasingly brittle. As policies evolve, deployed models can diverge from current alignment objectives, creating an Alignment-Reality Gap that is difficult to audit or correct. Existing remediation typically requires re-annotation under revised guidelines, which introduces systematic challenges, including guideline ambiguity, annotator interpretation drift, and reduced consistency at scale. We introduce TRACE (Triage and Re-align by Alignment Conflict Evaluation), a framework that transforms realignment into a structured optimization problem over existing data without requiring fresh human annotation. Leveraging a stronger model as a proxy judge, TRACE operates via a three-stage pipeline: (1) triaging preference pairs into inversion, suppression, or retention categories based on alignment conflicts; (2) computing an alignment impact score via bi-level optimization to prioritize high-leverage samples; and (3) executing updates using a hybrid objective that combines relational losses (e.g., IPO) for preference inversion and punitive losses (e.g., NPO) for response suppression. Experiments on Qwen2.5-7B, Gemma-2-9B, and Llama-3.1-8B demonstrate robust realignment on synthetic benchmarks and the PKU-SafeRLHF dataset without degrading general utility. This work provides a scalable approach for LLM realignment under evolving data annotation policies and alignment guidelines. We release our code: https://respailab.github.io/TRACE/

📄 PDF Abstract BibTeX arXiv:2511.02623

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

How to Measure Human-AI Prediction Accuracy in Explainable AI Systems

2024-08-23 · Sujay Koujalgi, Andrew Anderson, Iyadunni Adenuga, Shikha Soneji 외

Assessing an AI system's behavior-particularly in Explainable AI Systems-is sometimes done empirically, by measuring people's abilities to predict the agent's next move-but how to perform such measurements? In empirical …

Decision MakingSequential Decision Making

GRPO, Dr. GRPO, and DAPO Are Three Operations on One Number: The Group-Standard-Deviation Identity

2026-06-30 · Yong Yi Bay, Kathleen A. Yearick hf

Three of the most popular methods for training language models to reason look like three different tricks. They are not. All three adjust a single number: standard deviation, reflecting how much a prompt's sampled answer…

Exploring the Relationship between Alignment and Cross-lingual Transfer in Multilingual Transformers

2023-06-05 · Félix Gaschi, Patricio Cerda, Parisa Rastin, Yannick Toussaint

Without any explicit cross-lingual training data, multilingual language models can achieve cross-lingual transfer. One common way to improve this transfer is to perform realignment steps before fine-tuning, i.e., to trai…

Cross-Lingual TransferPOSPOS TaggingXLM-R

Rethinking what Matters: Effective and Robust Multilingual Realignment for Low-Resource Languages

2025-11-09 · Quang Phuoc Nguyen, David Anugraha, Felix Gaschi, Jun Bin Cheng 외 arxiv

Realignment is a promising strategy to improve cross-lingual transfer in multilingual language models. However, empirical results are mixed and often unreliable, particularly for typologically distant or low-resource lan…

Cross-Lingual Transfer

I Am Big, You Are Little; I Am Right, You Are Wrong

2025-07-31 · David A. Kelly, Akchunya Chanchal, Nathan Blake arxiv

Machine learning for image classification is an active and rapidly developing field. With the proliferation of classifiers of different sizes and different architectures, the problem of choosing the right model becomes m…

Image Classification