paper-with-me

Papers

Deep de Finetti: Recovering Topic Distributions from Large Language Models

2023-12-21 · Liyi Zhang, R. Thomas McCoy, Theodore R. Sumers, Jian-Qiao Zhu, Thomas L. Griffiths

Large language models (LLMs) can produce long, coherent passages of text, suggesting that LLMs, although trained on next-word prediction, must represent the latent structure that characterizes a document. Prior work has found that internal representations of LLMs encode one aspect of latent structure, namely syntax; here we investigate a complementary aspect, namely the document's topic structure. We motivate the hypothesis that LLMs capture topic structure by connecting LLM optimization to implicit Bayesian inference. De Finetti's theorem shows that exchangeable probability distributions can be represented as a mixture with respect to a latent generating distribution. Although text is not exchangeable at the level of syntax, exchangeability is a reasonable starting assumption for topic structure. We thus hypothesize that predicting the next token in text will lead LLMs to recover latent topic distributions. We examine this hypothesis using Latent Dirichlet Allocation (LDA), an exchangeable probabilistic topic model, as a target, and we show that the representations formed by LLMs encode both the topics used to generate synthetic data and those used to explain natural corpus data.

📄 PDF Abstract BibTeX arXiv:2312.14226

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian Inference

Similar Papers 제목 키워드 기반

Causal de Finetti: On the Identification of Invariant Causal Structure in Exchangeable Data

2022-03-29 · NeurIPS 2023 11 · Siyuan Guo, Viktor Tóth, Bernhard Schölkopf, Ferenc Huszár

Constraint-based causal discovery methods leverage conditional independence tests to infer causal relationships in a wide variety of applications. Just as the majority of machine learning methods, existing work focuses o…

Causal DiscoveryCausal Inference

Author Clustering and Topic Estimation for Short Texts

2021-06-15 · Graham Tierney, Christopher Bail, Alexander Volfovsky

Analysis of short text, such as social media posts, is extremely difficult because of their inherent brevity. In addition to classifying topics of such posts, a common downstream task is grouping the authors of these doc…

ClusteringUncertainty Quantification

Adversarial Stress Testing of Lifetime Distributions

2020-03-27 · Nozer Singpurwalla

In this paper we put forward the viewpoint that the notion of stress testing financial institutions and engineered systems can also be made viable appropos the stress testing an individual's strength of conviction in a p…

A Convenient Category for Higher-Order Probability Theory

2017-01-10 · Chris Heunen, Ohad Kammar, Sam Staton, Hongseok Yang

Higher-order probabilistic programming languages allow programmers to write sophisticated models in machine learning and statistics in a succinct and structured way, but step outside the standard measure-theoretic formal…

FormProbabilistic Programming

Hierarchical Solomonoff Induction: An Unbounded Machine Learning Model

2026-08-02 · Nathan Young arxiv

Solomonoff Induction, or SolInd, provides an ideal unbounded model of a priori sequence prediction but cannot naturally describe extrapolation from a given training dataset, as performed by Large Language Models. We appl…