paper-with-me

Papers

LLM Microscope: What Model Internals Reveal About Answer Correctness and Context Utilization

2025-10-05 · Jiarui Liu, Jivitesh Jain, Mona Diab, Nishant Subramani arxiv

Although large language models (LLMs) have tremendous utility, trustworthiness is still a chief concern: models often generate incorrect information with high confidence. While contextual information can help guide generation, identifying when a query would benefit from retrieved context and assessing the effectiveness of that context remains challenging. In this work, we operationalize interpretability methods to ascertain whether we can predict the correctness of model outputs from the model's activations alone. We also explore whether model internals contain signals about the efficacy of external context. We consider correct, incorrect, and irrelevant context and introduce metrics to distinguish amongst them. Experiments on six different models reveal that a simple classifier trained on intermediate layer activations of the first output token can predict output correctness with about 75% accuracy, enabling early auditing. Our model-internals-based metric significantly outperforms prompting baselines at distinguishing between correct and incorrect context, guarding against inaccuracies introduced by polluted context. These findings offer a lens to better understand the underlying decision-making processes of LLMs. Our code is publicly available at https://github.com/jiarui-liu/LLM-Microscope

📄 PDF Abstract BibTeX arXiv:2510.04013

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

What do your logits know? (The answer may surprise you!)

2026-04-10 · Masha Fedzechkina, Eleonora Gualdoni, Rita Ramos, Sinead Williamson arxiv

Recent work has shown that probing model internals can reveal a wealth of information not apparent from the model generations. This poses the risk of unintentional or malicious information leakage, where model users are …

Reasoning Models Know What's Important, and Encode It in Their Activations

2026-04-20 · Yaniv Nikankin, Martin Tutek, Tomer Ashuach, Jonathan Rosenfeld 외 arxiv

Language models often solve complex tasks by generating long reasoning chains, consisting of many steps with varying importance. While some steps are crucial for generating the final answer, others are removable. Determi…

Model Internals-based Answer Attribution for Trustworthy Retrieval-Augmented Generation

2024-06-19 · Jirui Qi, Gabriele Sarti, Raquel Fernández, Arianna Bisazza

Ensuring the verifiability of model answers is a fundamental challenge for retrieval-augmented generation (RAG) in the question answering (QA) domain. Recently, self-citation prompting was proposed to make large language…

Question AnsweringRAGRetrievalRetrieval-augmented Generation

Open-Weight Masked Introspection: Measuring What Language Models Can Report About Their Own Computation

2026-08-20 · Emilio Ferrara arxiv

Are frontier models able to introspect about their internal states? Recent work suggests that under certain conditions a complex enough model can audit its own internals, call out what changed, and report back confidentl…

Discriminating Traces with Time

2017-02-23 · Saeid Tizpaz-Niari, Pavol Cerny, Bor-Yuh Evan Chang, Sriram Sankaranarayanan 외

What properties about the internals of a program explain the possible differences in its overall running time for different inputs? In this paper, we propose a formal framework for considering this question we dub trace-…