paper-with-me

Papers

Ordering-sensitive and Semantic-aware Topic Modeling

2015-02-12 · Min Yang, Tianyi Cui, Wenting Tu

Topic modeling of textual corpora is an important and challenging problem. In most previous work, the "bag-of-words" assumption is usually made which ignores the ordering of words. This assumption simplifies the computation, but it unrealistically loses the ordering information and the semantic of words in the context. In this paper, we present a Gaussian Mixture Neural Topic Model (GMNTM) which incorporates both the ordering of words and the semantic meaning of sentences into topic modeling. Specifically, we represent each topic as a cluster of multi-dimensional vectors and embed the corpus into a collection of vectors generated by the Gaussian mixture model. Each word is affected not only by its topic, but also by the embedding vector of its surrounding words and the context. The Gaussian mixture components and the topic of documents, sentences and words can be learnt jointly. Extensive experiments show that our model can learn better topics and more accurate word distributions for each topic. Quantitatively, comparing to state-of-the-art topic modeling approaches, GMNTM obtains significantly better performance in terms of perplexity, retrieval accuracy and classification accuracy.

📄 PDF Abstract BibTeX arXiv:1502.03630

Code (0)

등록된 구현이 없습니다.

Tasks

Retrieval

Similar Papers 제목 키워드 기반

Topic-Guided Coherence Modeling for Sentence Ordering by Preserving Global and Local Information

2019-11-01 · IJCNLP 2019 11 · Byungkook Oh, Seungmin Seo, Cheolheon Shin, Eunju Jo 외

We propose a novel topic-guided coherence modeling (TGCM) for sentence ordering. Our attention based pointer decoder directly utilize sentence vectors in a permutation-invariant manner, without being compressed into a si…

DecoderSentenceSentence Ordering

Combining Temporal Information and Topic Modeling for Cross-Document Event Ordering

2015-06-10 · Borja Navarro-Colorado, Estela Saquete

Building unified timelines from a collection of written news articles requires cross-document event coreference resolution and temporal relation extraction. In this paper we present an approach event coreference resoluti…

Articlescoreference-resolutionCoreference ResolutionEvent Coreference Resolution+2

Lifelong Neural Topic Learning in Contextualized Autoregressive Topic Models of Language via Informative Transfers

2019-09-29 · Yatin Chaudhary, Pankaj Gupta, Thomas Runkler

Topic models such as LDA, DocNADE, iDocNADEe have been popular in document analysis. However, the traditional topic models have several limitations including: (1) Bag-of-words (BoW) assumption, where they ignore word ord…

Data AugmentationHallucinationLanguage ModelingLanguage Modelling+2

Semi-Automatic Terminology Ontology Learning Based on Topic Modeling

2017-08-05 · Monika Rani, Amit Kumar Dhar, O. P. Vyas

Ontologies provide features like a common vocabulary, reusability, machine-readable content, and also allows for semantic search, facilitate agent interaction and ordering & structuring of knowledge for the Semantic Web …

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