paper-with-me

Papers

Connecting the Dots: LLMs can Infer and Verbalize Latent Structure from Disparate Training Data

2024-06-20 · Johannes Treutlein, Dami Choi, Jan Betley, Samuel Marks, Cem Anil, Roger Grosse, Owain Evans

One way to address safety risks from large language models (LLMs) is to censor dangerous knowledge from their training data. While this removes the explicit information, implicit information can remain scattered across various training documents. Could an LLM infer the censored knowledge by piecing together these implicit hints? As a step towards answering this question, we study inductive out-of-context reasoning (OOCR), a type of generalization in which LLMs infer latent information from evidence distributed across training documents and apply it to downstream tasks without in-context learning. Using a suite of five tasks, we demonstrate that frontier LLMs can perform inductive OOCR. In one experiment we finetune an LLM on a corpus consisting only of distances between an unknown city and other known cities. Remarkably, without in-context examples or Chain of Thought, the LLM can verbalize that the unknown city is Paris and use this fact to answer downstream questions. Further experiments show that LLMs trained only on individual coin flip outcomes can verbalize whether the coin is biased, and those trained only on pairs $(x,f(x))$ can articulate a definition of $f$ and compute inverses. While OOCR succeeds in a range of cases, we also show that it is unreliable, particularly for smaller LLMs learning complex structures. Overall, the ability of LLMs to "connect the dots" without explicit in-context learning poses a potential obstacle to monitoring and controlling the knowledge acquired by LLMs.

📄 PDF Abstract BibTeX arXiv:2406.14546

Code (1)

choidami/inductive-oocr 공식 구현

Tasks

In-Context Learning

Methods 이 논문이 사용한 방법론

FLIP https://developer.nvidia.com/blog/flip-a-difference-evaluator-for-alternating-images/

Similar Papers 제목 키워드 기반

Verbalized Probabilistic Graphical Modeling with Large Language Models

2024-06-08 · Hengguan Huang, Xing Shen, Songtao Wang, Dianbo Liu 외

Faced with complex problems, the human brain demonstrates a remarkable capacity to transcend sensory input and form latent understandings of perceived world patterns. However, this cognitive capacity is not explicitly co…

Bayesian InferenceText Generation

Wired for Overconfidence: A Mechanistic Perspective on Inflated Verbalized Confidence in LLMs

2026-04-01 · Tianyi Zhao, Yinhan He, Wendy Zheng, Yujie Zhang 외 arxiv

Large language models are often not just wrong, but \emph{confidently wrong}: when they produce factually incorrect answers, they tend to verbalize overly high confidence rather than signal uncertainty. Such verbalized o…

Imagine Before You Predict: Interleaved Latent Visual Reasoning for Video Event Prediction

2026-06-04 · Tianxiang Jiang, Linquan Wu, Sheng Xia, Songze Li 외 arxiv

Video event prediction (VEP) requires models to infer unobserved future states from partial video evidence. Existing video MLLMs usually verbalize intermediate future reasoning in text space: once visual evidence is verb…

Visual Reasoning

PLUME: Latent Reasoning Based Universal Multimodal Embedding

2026-04-02 · Chenwei He, Xiangzhao Hao, Tianyu Yang, Yuxiang Ma 외 arxiv

Universal multimodal embedding (UME) maps heterogeneous inputs into a shared retrieval space with a single model. Recent approaches improve UME by generating explicit chain-of-thought (CoT) rationales before extracting e…

Connecting the Dots: Is Mode-Connectedness the Key to Feasible Sample-Based Inference in Bayesian Neural Networks?

2024-02-02 · Emanuel Sommer, Lisa Wimmer, Theodore Papamarkou, Ludwig Bothmann 외

A major challenge in sample-based inference (SBI) for Bayesian neural networks is the size and structure of the networks' parameter space. Our work shows that successful SBI is possible by embracing the characteristic re…

Uncertainty Quantification