paper-with-me

Papers

Masked by Consensus: Disentangling Privileged Knowledge in LLM Correctness

2026-04-14 · Tomer Ashuach, Shai Gretz, Yoav Katz, Yonatan Belinkov, Liat Ein-Dor arxiv

Humans use introspection to evaluate their understanding through private internal states inaccessible to external observers. We investigate whether large language models possess similar privileged knowledge about answer correctness, information unavailable through external observation. We train correctness classifiers on question representations from both a model's own hidden states and external models, testing whether self-representations provide a performance advantage. On standard evaluation, we find no advantage: self-probes perform comparably to peer-model probes. We hypothesize this is due to high inter-model agreement of answer correctness. To isolate genuine privileged knowledge, we evaluate on disagreement subsets, where models produce conflicting predictions. Here, we discover domain-specific privileged knowledge: self-representations consistently outperform peer representations in factual knowledge tasks, but show no advantage in math reasoning. We further localize this domain asymmetry across model layers, finding that the factual advantage emerges progressively from early-to-mid layers onward, consistent with model-specific memory retrieval, while math reasoning shows no consistent advantage at any depth.

📄 PDF Abstract BibTeX arXiv:2604.12373

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

GATES: Self-Distillation under Privileged Context with Consensus Gating

2026-02-24 · Alex Stein, Furong Huang, Tom Goldstein arxiv

We study self-distillation in settings where supervision is unreliable: there are no ground truth labels, verifiable rewards, or external graders to evaluate answers. We focus on document-grounded question answering with…

Question Answering

AVSD: Adaptive-View Self-Distillation by Balancing Consensus and Teacher-Specific Privileged Signals

2026-05-20 · Duy Nguyen, Hanqi Xiao, Archiki Prasad, Zaid Khan 외 arxiv

Self-distillation enables language models to learn on-policy from their own trajectories by using the same model as both student and teacher, with the teacher being conditioned on privileged information unavailable to th…

dOPSD: On-Policy Self-Distillation for Diffusion Language Models

2026-07-05 · Phuong Tuan Dat, Qi Li, Xinchao Wang hf

Diffusion large language models (dLLMs) generate text by iteratively denoising a masked sequence, offering a parallel alternative to autoregressive models, but eliciting strong reasoning through post-training remains dif…

Reinforcement LearningCode Generation

Agentic retrieval-augmented reasoning reshapes collective reliability under model variability in radiology question answering

2026-03-06 · Mina Farajiamiri, Jeta Sopa, Saba Afza, Lisa Adams 외 arxiv

Agentic retrieval-augmented reasoning pipelines are increasingly used to structure how large language models (LLMs) incorporate external evidence in clinical decision support. These systems iteratively retrieve curated d…

Question AnsweringAnswer Selection

Agent-Dice: Disentangling Knowledge Updates via Geometric Consensus for Agent Continual Learning

2026-01-07 · Zheng Wu, Xingyu Lou, Xinbei Ma, Yansi Li 외 arxiv

Large Language Model (LLM)-based agents significantly extend the utility of LLMs by interacting with dynamic environments. However, enabling agents to continually learn new tasks without catastrophic forgetting remains a…

Continual Learning