paper-with-me

Papers

Document Informed Neural Autoregressive Topic Models with Distributional Prior

2018-09-15 · Pankaj Gupta, Yatin Chaudhary, Florian Buettner, Hinrich Schütze

We address two challenges in topic models: (1) Context information around words helps in determining their actual meaning, e.g., "networks" used in the contexts "artificial neural networks" vs. "biological neuron networks". Generative topic models infer topic-word distributions, taking no or only little context into account. Here, we extend a neural autoregressive topic model to exploit the full context information around words in a document in a language modeling fashion. The proposed model is named as iDocNADE. (2) Due to the small number of word occurrences (i.e., lack of context) in short text and data sparsity in a corpus of few documents, the application of topic models is challenging on such texts. Therefore, we propose a simple and efficient way of incorporating external knowledge into neural autoregressive topic models: we use embeddings as a distributional prior. The proposed variants are named as DocNADEe and iDocNADEe. We present novel neural autoregressive topic model variants that consistently outperform state-of-the-art generative topic models in terms of generalization, interpretability (topic coherence) and applicability (retrieval and classification) over 7 long-text and 8 short-text datasets from diverse domains.

📄 PDF Abstract BibTeX arXiv:1809.06709

Code (1)

pgcool/iDocNADEe 공식 구현 tf

Tasks

Language ModelingLanguage ModellingRetrievalTopic Models

Similar Papers 제목 키워드 기반

Document Informed Neural Autoregressive Topic Models

2018-08-11 · Pankaj Gupta, Florian Buettner, Hinrich Schütze

Context information around words helps in determining their actual meaning, for example "networks" used in contexts of artificial neural networks or biological neuron networks. Generative topic models infer topic-word di…

Language ModelingLanguage ModellingRetrievalText Categorization+1

textTOvec: Deep Contextualized Neural Autoregressive Topic Models of Language with Distributed Compositional Prior

2018-10-09 · ICLR 2019 5 · Pankaj Gupta, Yatin Chaudhary, Florian Buettner, Hinrich Schütze

We address two challenges of probabilistic topic modelling in order to better estimate the probability of a word in a given context, i.e., P(word|context): (1) No Language Structure in Context: Probabilistic topic models…

Information ExtractionInformation RetrievalLanguage ModellingRetrieval+2

Knowledge-Based Word Sense Disambiguation with Distributional Semantic Expansion

2019-08-01 · WS 2019 8 · Hossein Rouhizadeh, Mehrnoush Shamsfard, Masoud Rouhizadeh

In this paper, we presented a WSD system that uses LDA topics for semantic expansion of document words. Our system also uses sense frequency information from SemCor to give higher priority to the senses which are more pr…

Word Sense Disambiguation

SCDV : Sparse Composite Document Vectors using soft clustering over distributional representations

2016-12-20 · EMNLP 2017 9 · Dheeraj Mekala, Vivek Gupta, Bhargavi Paranjape, Harish Karnick

We present a feature vector formation technique for documents - Sparse Composite Document Vector (SCDV) - which overcomes several shortcomings of the current distributional paragraph vector representations that are widel…

ClusteringInformation RetrievalMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION+2

LLM as Attention-Informed NTM and Topic Modeling as long-input Generation: Interpretability and long-Context Capability

2025-10-03 · Xuan Xu, Zhongliang Yang, Haolun Li, Beilin Chu 외 arxiv

Topic modeling aims to produce interpretable topic representations and topic--document correspondences from corpora, but classical neural topic models (NTMs) remain constrained by limited representation assumptions and s…

Keyword ExtractionTopic Models