pith. sign in

arxiv: 1907.04907 · v1 · pith:GD6NLT7Lnew · submitted 2019-07-08 · 💻 cs.IR · cs.CL· cs.LG· stat.ML

Topic Modeling in Embedding Spaces

Pith reviewed 2026-05-25 01:18 UTC · model grok-4.3

classification 💻 cs.IR cs.CLcs.LGstat.ML
keywords topic modelingword embeddingsembedded topic modelvariational inferencedocument modelinglatent Dirichlet allocationgenerative models
0
0 comments X

The pith

The Embedded Topic Model uses word embeddings to define topic-word distributions via inner products, enabling interpretable topics from large vocabularies.

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The paper develops the Embedded Topic Model (ETM) as a generative document model that integrates word embeddings with classical topic modeling. Each word is generated from a categorical distribution whose natural parameter is the inner product of a fixed word embedding and a learned topic embedding. This construction allows the model to discover coherent topics even when the vocabulary is large, heavy-tailed, and contains both rare words and stop words. The ETM is fit with amortized variational inference and is shown to improve both topic quality and held-out predictive performance relative to latent Dirichlet allocation.

Core claim

The ETM is a generative model of documents that marries traditional topic models with word embeddings. It models each word with a categorical distribution whose natural parameter is the inner product between a word embedding and an embedding of its assigned topic. To fit the ETM, an efficient amortized variational inference algorithm is developed. The resulting model discovers interpretable topics even with large vocabularies that include rare words and stop words, and it outperforms latent Dirichlet allocation in both topic quality and predictive performance.

What carries the argument

The inner product between a fixed word embedding and a learned topic embedding, which serves as the natural parameter of the categorical distribution over words for each topic.

If this is right

  • Topics can be learned without manually removing stop words or rare terms from the vocabulary.
  • The model produces topic representations that remain interpretable while incorporating semantic information from pre-trained embeddings.
  • Predictive performance on new documents improves because the embedding-based parameterization captures word similarities that LDA misses.
  • Amortized variational inference scales the approach to corpora where exact inference would be intractable.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • The same inner-product parameterization might be applied to other discrete latent variable models beyond topic modeling, such as sequence or graph models.
  • Because embeddings can be trained on external data, the ETM could transfer semantic knowledge across different document collections without retraining the embeddings.
  • If topic embeddings are allowed to move in the same space as word embeddings, downstream tasks like document retrieval or classification could directly use the learned topic vectors.

Load-bearing premise

The inner product between a fixed word embedding and a learned topic embedding is sufficient to define a flexible categorical distribution over words.

What would settle it

On a large-vocabulary corpus, human judges rate ETM topics as less coherent than LDA topics, or the ETM shows lower held-out log-likelihood than LDA after identical preprocessing.

read the original abstract

Topic modeling analyzes documents to learn meaningful patterns of words. However, existing topic models fail to learn interpretable topics when working with large and heavy-tailed vocabularies. To this end, we develop the Embedded Topic Model (ETM), a generative model of documents that marries traditional topic models with word embeddings. In particular, it models each word with a categorical distribution whose natural parameter is the inner product between a word embedding and an embedding of its assigned topic. To fit the ETM, we develop an efficient amortized variational inference algorithm. The ETM discovers interpretable topics even with large vocabularies that include rare words and stop words. It outperforms existing document models, such as latent Dirichlet allocation (LDA), in terms of both topic quality and predictive performance.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit. Tearing a paper down is the easy half of reading it; the pith above is the substance, this is the friction.

Referee Report

1 major / 1 minor

Summary. The paper proposes the Embedded Topic Model (ETM), a generative document model that augments traditional topic models with word embeddings. It defines the topic-word categorical distribution via the inner product between fixed pretrained word embeddings and learned topic embeddings, and fits the model with an efficient amortized variational inference procedure. The central claims are that ETM yields interpretable topics on large, heavy-tailed vocabularies (including rare words and stop words) and outperforms LDA on both topic quality and held-out predictive performance.

Significance. If the empirical results hold, the work offers a practical bridge between classical topic models and embedding-based representations, potentially improving robustness on modern-scale vocabularies without requiring fully nonparametric or neural topic models. The amortized inference component is a clear engineering strength for scalability.

major comments (1)
  1. [Abstract / generative model] Abstract and generative process description: the model sets p(w | z = k) ∝ exp(ρ_wᵀ α_k) with ρ_w fixed from pretraining. This restricts every topic-word distribution to the linear geometry of the embedding space rather than the full simplex. Because the headline claim is that ETM remains effective and interpretable on vocabularies containing rare words and stop words, the manuscript must demonstrate (via expressivity bounds, synthetic recovery experiments, or ablation on embedding quality) that the restriction is not binding; no such analysis appears to be present.
minor comments (1)
  1. [Abstract] Abstract states quantitative outperformance on topic quality and predictive performance but supplies neither numbers, baselines, nor error bars; moving even a single result into the abstract would improve readability.

Simulated Author's Rebuttal

1 responses · 0 unresolved

We thank the referee for the careful reading and constructive feedback. We address the single major comment below.

read point-by-point responses
  1. Referee: [Abstract / generative model] Abstract and generative process description: the model sets p(w | z = k) ∝ exp(ρ_wᵀ α_k) with ρ_w fixed from pretraining. This restricts every topic-word distribution to the linear geometry of the embedding space rather than the full simplex. Because the headline claim is that ETM remains effective and interpretable on vocabularies containing rare words and stop words, the manuscript must demonstrate (via expressivity bounds, synthetic recovery experiments, or ablation on embedding quality) that the restriction is not binding; no such analysis appears to be present.

    Authors: We agree that the inner-product parameterization restricts each topic-word distribution to the linear span of the fixed embeddings rather than allowing arbitrary distributions over the simplex. This design choice is deliberate: it enables the model to share statistical strength across semantically related words (including rare words) through the geometry of the embedding space, which is precisely why ETM can produce coherent topics on heavy-tailed vocabularies that include both rare words and stop words. The empirical results in Sections 4 and 5 show that the learned topics remain interpretable and that held-out predictive performance exceeds LDA on multiple corpora. Nevertheless, the referee is correct that the current manuscript contains no formal expressivity analysis, synthetic recovery experiments, or ablation on embedding quality to quantify how binding the restriction is. We will add a new subsection (and corresponding experiments) in the revision that (i) reports topic quality and predictive metrics when using random versus pretrained embeddings and (ii) includes a brief discussion of the approximation relative to an unrestricted categorical parameterization. revision: yes

Circularity Check

0 steps flagged

No circularity in ETM derivation or claims

full rationale

The ETM generative process defines p(w | z = k) via inner product of fixed pretrained word embeddings ρ_w and newly introduced learned topic embeddings α_k, with parameters optimized by amortized variational inference on observed documents. This parameterization and fitting procedure introduce independent content; no quantity is fitted on a data subset and then renamed as a prediction, no self-citation supplies a load-bearing uniqueness theorem or ansatz, and the central claims about topic quality on large vocabularies rest on empirical comparisons to LDA rather than any definitional reduction. The derivation chain is therefore self-contained.

Axiom & Free-Parameter Ledger

2 free parameters · 2 axioms · 1 invented entities

The central claim rests on standard variational inference assumptions plus the modeling choice that inner products suffice for word probabilities; no new physical entities are postulated.

free parameters (2)
  • number of topics
    Standard hyperparameter in topic models; chosen or fitted to data.
  • topic embedding dimension
    Dimensionality of the shared embedding space; chosen by the modeler.
axioms (2)
  • standard math Amortized variational inference yields a tractable lower bound on the marginal likelihood
    Invoked when stating the fitting procedure in the abstract.
  • domain assumption Word embeddings are fixed and pre-trained outside the model
    Implicit in the description of the generative process.
invented entities (1)
  • topic embeddings no independent evidence
    purpose: Vectors whose inner products with word embeddings define word probabilities
    New latent vectors introduced by the model; no independent evidence supplied in abstract.

pith-pipeline@v0.9.0 · 5661 in / 1286 out tokens · 17975 ms · 2026-05-25T01:18:04.333713+00:00 · methodology

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Lean theorems connected to this paper

Citations machine-checked in the Pith Canon. Every link opens the source theorem in the public Lean library.

What do these tags mean?
matches
The paper's claim is directly supported by a theorem in the formal canon.
supports
The theorem supports part of the paper's argument, but the paper may add assumptions or extra steps.
extends
The paper goes beyond the formal theorem; the theorem is a base layer rather than the whole result.
uses
The paper appears to rely on the theorem as machinery.
contradicts
The paper's claim conflicts with a theorem or certificate in the canon.
unclear
Pith found a possible connection, but the passage is too broad, indirect, or ambiguous to say the theorem truly supports the claim.