paper-with-me

홈 › Papers

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 outputs such as logits or generated tokens. We introduce PRIG, a gradient attribution method that uses a probe logit to attribute latent ambiguity to token positions. Specifically, PRIG trains a linear probe to distinguish clear prompts from ambiguous prompts and attributes the probe score to earlier token representations in the residual stream. To enable token-level evaluation, we construct synthetic ambiguity datasets across coding, math, and writing by rewriting one task-critical sentence per prompt, and complement them with a human-written gold benchmark. In this setting, PRIG localizes ambiguous spans substantially better than gradient attribution baselines, achieving 0.840 AUROC on the combined synthetic benchmark and 0.891 AUROC on the gold set. It also outperforms GPT-5.4 on sentence-level ambiguity identification and retains useful signal out-of-domain. These results establish PRIG as a practical tool for identifying which parts of a prompt are ambiguous. More broadly, they suggest that latent prompt properties can be localized through intermediate representations, rather than through output-level attribution.

📄 PDF Abstract BibTeX arXiv:2606.05486

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Sparse Neurons Carry Strong Signals of Question Ambiguity in LLMs

2025-09-17 · Zhuoxuan Zhang, Jinhao Duan, Edward Kim, Kaidi Xu arxiv

Ambiguity is pervasive in real-world questions, yet large language models (LLMs) often respond with confident answers rather than seeking clarification. In this work, we show that question ambiguity is linearly encoded i…

Visual Semantic Entropy: Do Vision Language Models Recognize Visual Ambiguity?

2026-06-30 · Ta Duc Huy, Trang Nguyen, Townim Chowdhury, Ankit Yadav 외 arxiv

Vision-language models can produce confident answers on visually ambiguous inputs, resulting in biased predictions. Common entropy-based methods, such as Semantic Entropy (SE), rely on output diversity. Yet our analysis …

PromptLocate: Localizing Prompt Injection Attacks

2025-10-14 · Yuqi Jia, Yupei Liu, Zedian Shao, Jinyuan Jia 외 arxiv

Prompt injection attacks deceive a large language model into completing an attacker-specified task instead of its intended task by contaminating its input data with an injected prompt, which consists of injected instruct…

Transferring Pre-trained Multimodal Representations with Cross-modal Similarity Matching

2023-01-07 · Byoungjip Kim, Sungik Choi, Dasol Hwang, Moontae Lee 외

Despite surprising performance on zero-shot transfer, pre-training a large-scale multimodal model is often prohibitive as it requires a huge amount of data and computing resources. In this paper, we propose a method (Bea…

Language ModelingLanguage ModellingSelf-Supervised Learning

Putting words in context: LSTM language models and lexical ambiguity

2019-06-12 · ACL 2019 7 · Laura Aina, Kristina Gulordava, Gemma Boleda

In neural network models of language, words are commonly represented using context-invariant representations (word embeddings) which are then put in context in the hidden layers. Since words are often ambiguous, represen…

Language ModelingLanguage ModellingWord Embeddings