paper-with-me

Papers

Generative Topic Embedding: a Continuous Representation of Documents (Extended Version with Proofs)

2016-06-09 · Shaohua Li, Tat-Seng Chua, Jun Zhu, Chunyan Miao

Word embedding maps words into a low-dimensional continuous embedding space by exploiting the local word collocation patterns in a small context window. On the other hand, topic modeling maps documents onto a low-dimensional topic space, by utilizing the global word collocation patterns in the same document. These two types of patterns are complementary. In this paper, we propose a generative topic embedding model to combine the two types of patterns. In our model, topics are represented by embedding vectors, and are shared across documents. The probability of each word is influenced by both its local context and its topic. A variational inference method yields the topic embeddings as well as the topic mixing proportions for each document. Jointly they represent the document in a low-dimensional continuous space. In two document classification tasks, our method performs better than eight existing methods, with fewer features. In addition, we illustrate with an example that our method can generate coherent topics even based on only one document.

📄 PDF Abstract BibTeX arXiv:1606.02979

Code (1)

askerlee/topicvec 공식 구현

Tasks

Document ClassificationVariational Inference

Similar Papers 제목 키워드 기반

Generative Topic Embedding: a Continuous Representation of Documents

2016-08-01 · ACL 2016 8 · Shaohua Li, Tat-Seng Chua, Jun Zhu, Chunyan Miao
Document ClassificationTopic Models

The Dynamic Embedded Topic Model

2019-07-12 · Adji B. Dieng, Francisco J. R. Ruiz, David M. Blei

Topic modeling analyzes documents to learn meaningful patterns of words. For documents collected in sequence, dynamic topic models capture how these patterns vary over time. We develop the dynamic embedded topic model (D…

ArticlesmodelTopic ModelsVariational Inference+1

Neural Embedding Allocation: Distributed Representations of Topic Models

2019-09-10 · Kamrun Naher Keya, Yannis Papanikolaou, James R. Foulds

Word embedding models such as the skip-gram learn vector representations of words' semantic relationships, and document embedding models learn similar representations for documents. On the other hand, topic models provid…

Document EmbeddingTopic Models

Representing Mixtures of Word Embeddings with Mixtures of Topic Embeddings

2022-03-03 · ICLR 2022 4 · Dongsheng Wang, Dandan Guo, He Zhao, Huangjie Zheng 외

A topic model is often formulated as a generative model that explains how each word of a document is generated given a set of topics and document-specific topic proportions. It is focused on capturing the word co-occurre…

parameter estimationWord Embeddings

Graph2topic: an opensource topic modeling framework based on sentence embedding and community detection

2023-04-13 · Leihang Zhang, Jiapeng Liu, Qiang Yan

It has been reported that clustering-based topic models, which cluster high-quality sentence embeddings with an appropriate word selection method, can generate better topics than generative probabilistic topic models. Ho…

Community DetectionLanguage ModellingSentenceSentence Embedding+3