paper-with-me

Papers

Recognition-Refusal Misalignment in LLMs: Why Models Answer Structurally Unanswerable Questions

2026-08-29 · Yucheng Du, Xiyang Hu hf

Large language models often answer structurally unanswerable questions, such as computing cot(-540°) or evaluating (1).startswith("1"), instead of abstaining. We ask whether this failure reflects missing recognition or failed routing from recognition to abstention. Across instruction-tuned models from 1.7B to 70B parameters, a single linear direction in the hidden state separates answerable from structurally impossible math and code prompts, showing that models represent impossibility before generation. Yet this recognition direction is nearly orthogonal to the canonical safety-refusal direction that mediates trained harmful-content refusal. An in-domain behavior-defined invalidity-aware direction is closer to recognition, but only partially aligned with it, and remains near-orthogonal to safety refusal. Generation-time steering along the recognition direction changes invalidity-aware behavior bidirectionally and dose-responsively on structural math and code cells, while random directions do not. Base/instruct comparisons further show that the low-cosine geometry is already present at the pretraining endpoint. The confident-on-impossible failure is therefore better explained as a routing failure than as an encoding failure: the model has a usable "no admissible answer" signal, but the safety-refusal pathway is not aligned to use it.

📄 PDF Abstract BibTeX arXiv:2608.29109

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Understanding and Mitigating Overrefusal in LLMs from an Unveiling Perspective of Safety Decision Boundary

2025-05-23 · Licheng Pan, Yongqi Tong, Xin Zhang, Xiaolu Zhang 외

Large language models (LLMs) have demonstrated remarkable capabilities across a wide range of tasks, yet they often refuse to answer legitimate queries-a phenomenon known as overrefusal. Overrefusal typically stems from …

Safety Alignment

From Narrow Unlearning to Emergent Misalignment: Causes, Consequences, and Containment in LLMs

2025-11-18 · Erum Mushtaq, Anil Ramakrishna, Satyapriya Krishna, Sattvik Sahai 외 arxiv

Recent work has shown that fine-tuning on insecure code data can trigger an emergent misalignment (EMA) phenomenon, where models generate malicious responses even to prompts unrelated to the original insecure code-writin…

Domain Generalization

When Do LLM Preferences Predict Downstream Behavior?

2026-02-21 · Katarina Slama, Alexandra Souly, Dishank Bansal, Henry Davidson 외 arxiv

Preference-driven behavior in LLMs may be a necessary precondition for AI misalignment such as sandbagging: models cannot strategically pursue misaligned goals unless their behavior is influenced by their preferences. Ye…

Harnessing Textual Refusal Directions for Multimodal Safety

2026-06-30 · Moreno D'Incà, Nicu Sebe, Massimiliano Mancini arxiv

To improve safety in Large Language Models (LLMs) we can either perform post-training alignment or exploit refusal directions in the activation space. Both strategies are less feasible in Multimodal LLMs (MLLMs) as they …

Utilize the Flow before Stepping into the Same River Twice: Certainty Represented Knowledge Flow for Refusal-Aware Instruction Tuning

2024-10-09 · Runchuan Zhu, Zhipeng Ma, Jiang Wu, Junyuan Gao 외

Refusal-Aware Instruction Tuning (RAIT) enables Large Language Models (LLMs) to refuse to answer unknown questions. By modifying responses of unknown questions in the training data to refusal responses such as "I don't k…

HallucinationMultiple-choiceOpen-Ended Question AnsweringQuestion Answering