paper-with-me

Papers

Topic2Vec: Learning Distributed Representations of Topics

2015-06-28 · Li-Qiang Niu, Xin-yu Dai

Latent Dirichlet Allocation (LDA) mining thematic structure of documents plays an important role in nature language processing and machine learning areas. However, the probability distribution from LDA only describes the statistical relationship of occurrences in the corpus and usually in practice, probability is not the best choice for feature representations. Recently, embedding methods have been proposed to represent words and documents by learning essential concepts and representations, such as Word2Vec and Doc2Vec. The embedded representations have shown more effectiveness than LDA-style representations in many tasks. In this paper, we propose the Topic2Vec approach which can learn topic representations in the same semantic vector space with words, as an alternative to probability. The experimental results show that Topic2Vec achieves interesting and meaningful results.

📄 PDF Abstract BibTeX arXiv:1506.08422

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

LDA Linear discriminant analysis (LDA), normal discriminant analysis (NDA), or discriminant function analysis is a generalization of Fisher's linear discriminant, a method used in…

Similar Papers 제목 키워드 기반

Top2Vec: Distributed Representations of Topics

2020-08-19 · Dimo Angelov

Topic modeling is used for discovering latent semantic structure, usually referred to as topics, in a large collection of documents. The most widely used methods are Latent Dirichlet Allocation and Probabilistic Latent S…

LemmatizationSemantic SimilaritySemantic Textual SimilarityTopic Models

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

WordRep: A Benchmark for Research on Learning Word Representations

2014-07-07 · Bin Gao, Jiang Bian, Tie-Yan Liu

WordRep is a benchmark collection for the research on learning distributed word representations (or word embeddings), released by Microsoft Research. In this paper, we describe the details of the WordRep collection and s…

Word Embeddings

Topic Modeling Using Distributed Word Embeddings

2016-03-15 · Ramandeep S Randhawa, Parag Jain, Gagan Madan

We propose a new algorithm for topic modeling, Vec2Topic, that identifies the main topics in a corpus using semantic information captured via high-dimensional distributed word embeddings. Our technique is unsupervised an…

Word Embeddings

TopicNet: Semantic Graph-Guided Topic Discovery

2021-10-27 · NeurIPS 2021 12 · Zhibin Duan, Yishi Xu, Bo Chen, Dongsheng Wang 외

Existing deep hierarchical topic models are able to extract semantically meaningful topics from a text corpus in an unsupervised manner and automatically organize them into a topic hierarchy. However, it is unclear how t…

Inductive BiasTopic ModelsVariational Inference