paper-with-me

홈 › Papers

Learning Perturbations to Extrapolate Your LLM

2026-05-13 · Zetai Cen, Chenfei Gu, Jin Zhu, Ting Li, Yunxiao Chen, Chengchun Shi arxiv

Recent advancements in large language models demonstrate that injecting perturbations can substantially enhance extrapolation performance. However, current approaches often rely on discrete perturbations with fixed designs, which limits their flexibility. In this work, we propose a framework where token prefixes are perturbed by a learnable transformation of a continuous latent vector within an embedding space. To overcome the challenge of an intractable marginal likelihood, we derive unbiased estimating equations for model parameters and optimize them via stochastic gradient descent. We establish the statistical properties of the resulting estimator in over-parameterized regimes. Empirical evaluations on both synthetic and real-world datasets demonstrate that our proposal yields significant gains in out-of-domain settings over a range of state-of-the-art baseline methods.

📄 PDF Abstract BibTeX arXiv:2605.13284

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Verifying Tree Ensembles by Reasoning about Potential Instances

2020-01-31 · Laurens Devos, Wannes Meert, Jesse Davis

Imagine being able to ask questions to a black box model such as "Which adversarial examples exist?", "Does a specific attribute have a disproportionate effect on the model's prediction?" or "What kind of predictions cou…

AttributeFairness

Your Policy Regularizer is Secretly an Adversary

2022-03-23 · Rob Brekelmans, Tim Genewein, Jordi Grau-Moya, Grégoire Delétang 외

Policy regularization methods such as maximum entropy regularization are widely used in reinforcement learning to improve the robustness of a learned policy. In this paper, we show how this robustness arises from hedging…

Mitigating Self-Preference by Authorship Obfuscation

2025-12-05 · Taslim Mahbub, Shi Feng arxiv

Language models (LMs) judges are widely used to evaluate the quality of LM outputs. Despite many advantages, LM judges display concerning biases that can impair their integrity in evaluations. One such bias is self-prefe…

More Bang for Your Buck: Natural Perturbation for Robust Question Answering

2020-04-09 · EMNLP 2020 11 · Daniel Khashabi, Tushar Khot, Ashish Sabharwal

While recent models have achieved human-level scores on many NLP datasets, we observe that they are considerably sensitive to small changes in input. As an alternative to the standard approach of addressing this issue by…

Question Answering

Can you trust your explanations? A robustness test for feature attribution methods

2024-06-20 · Ilaria Vascotto, Alex Rodriguez, Alessandro Bonaita, Luca Bortolussi

The increase of legislative concerns towards the usage of Artificial Intelligence (AI) has recently led to a series of regulations striving for a more transparent, trustworthy and accountable AI. Along with these proposa…