paper-with-me

홈 › Papers

Probe-Based Data Attribution: Discovering and Mitigating Undesirable Behaviors in LLM Post-Training

2026-02-11 · Frank Xiao, Santiago Aranguri arxiv

We propose probe-based data attribution, a method that traces behavioral changes in post-trained language models to responsible training datapoints. By computing activation-difference vectors for both test prompts and preference pairs and ranking by cosine similarity, we identify datapoints that cause specific behaviors and validate these attributions causally by retraining with modified data. Clustering behavior-datapoint similarity matrices also enables unsupervised discovery of emergent behaviors. Applying this to OLMo 2's production DPO training, we surfaced distractor-triggered compliance: a harmful behavior where the model complies with dangerous requests when benign formatting instructions are appended. Filtering top-ranked datapoints reduces this behavior by 63% while switching their labels achieves 78%. Our method outperforms gradient-based attribution and LLM-judge baselines while being over 10 times cheaper than both. This in-the-wild model organism - emerging from contaminated preference data rather than deliberate injection - provides a realistic benchmark for safety techniques.

📄 PDF Abstract BibTeX arXiv:2602.11079

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Probing the Probes: Methods and Metrics for Concept Alignment

2025-11-06 · Jacob Lysnæs-Larsen, Marte Eggen, Inga Strümke arxiv

In explainable AI, Concept Activation Vectors (CAVs) are typically obtained by training linear classifier probes to detect human-understandable concepts as directions in the activation space of deep neural networks. It i…

AIM: Attributing, Interpreting, Mitigating Data Unfairness

2024-06-13 · Zhining Liu, Ruizhong Qiu, Zhichen Zeng, Yada Zhu 외

Data collected in the real world often encapsulates historical discrimination against disadvantaged groups and individuals. Existing fair machine learning (FairML) research has predominantly focused on mitigating discrim…

Fairness

Localizing Prompt Ambiguity in Large Language Models with Probe-Targeted Attribution

2026-06-03 · Govind Ramesh, Yao Dou, Wei Xu arxiv

Prompt ambiguity is a common source of failure in large language models, but is difficult to localize because it is a latent property of the prompt, while existing attribution methods are designed to explain observable o…

Scanning Probe State Recognition With Multi-Class Neural Network Ensembles

2019-03-21 · O. Gordon, P. D'Hondt, L. Knijff, S. Freeney 외

One of the largest obstacles facing scanning probe microscopy is the constant need to correct flaws in the scanning probe in situ. This is currently a manual, time-consuming process that would benefit greatly from automa…

Microsaccade-Inspired Probing: Positional Encoding Perturbations Reveal LLM Misbehaviours

2025-10-01 · Rui Melo, Rui Abreu, Corina S. Pasareanu arxiv

We draw inspiration from microsaccades, tiny involuntary eye movements that reveal hidden dynamics of human perception, to propose an analogous probing method for large language models (LLMs). Just as microsaccades expos…