paper-with-me

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 able to learn information that the model owner assumed was inaccessible. Using vision-language models as a testbed, we present the first systematic comparison of information retained at different "representational levels'' as it is compressed from the rich information encoded in the residual stream through two natural bottlenecks: low-dimensional projections of the residual stream obtained using tuned lens, and the final top-k logits most likely to impact model's answer. We show that even easily accessible bottlenecks defined by the model's top logit values can leak task-irrelevant information present in an image-based query, in some cases revealing as much information as direct projections of the full residual stream.

📄 PDF Abstract BibTeX arXiv:2604.09885

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Love, Joy, Anger, Sadness, Fear, and Surprise: SE Needs Special Kinds of AI: A Case Study on Text Mining and SE

2020-04-23 · Nicole Novielli, Fabio Calefato, Filippo Lanubile

Do you like your code? What kind of code makes developers happiest? What makes them angriest? Is it possible to monitor the mood of a large team of coders to determine when and where a codebase needs additional help?

Surprise: Youve got some explaining to do

2013-08-09 · Meadhbh Foster, Mark T. Keane

Why are some events more surprising than others? We propose that events that are more difficult to explain are those that are more surprising. The two experiments reported here test the impact of different event outcomes…

Predicting Personalized Academic and Career Roads: First Steps Toward a Multi-Uses Recommender System

2020-01-03 · Alexandre Nadjem, Juan-Manuel Torres-Moreno, Marc El-Bèze, Guillaume Marrel 외

Nobody knows what one's do in the future and everyone will have had a different answer to the question : how do you see yourself in five years after your current job/diploma? In this paper we introduce concepts, large ca…

Recommendation Systems

Can AI Explanations Make You Change Your Mind?

2025-08-11 · Laura Spillner, Rachel Ringe, Robert Porzel, Rainer Malaka arxiv

In the context of AI-based decision support systems, explanations can help users to judge when to trust the AI's suggestion, and when to question it. In this way, human oversight can prevent AI errors and biased decision…

Know What I don't Know: Handling Ambiguous and Unanswerable Questions for Text-to-SQL

2022-12-17 · Bing Wang, Yan Gao, Zhoujun Li, Jian-Guang Lou

The task of text-to-SQL aims to convert a natural language question into its corresponding SQL query within the context of relational tables. Existing text-to-SQL parsers generate a "plausible" SQL query for an arbitrary…

counterfactualText to SQLText-To-SQL