paper-with-me

Papers

Probabilistic Topic Modelling with Transformer Representations

2024-03-06 · Arik Reuter, Anton Thielmann, Christoph Weisser, Benjamin Säfken, Thomas Kneib

Topic modelling was mostly dominated by Bayesian graphical models during the last decade. With the rise of transformers in Natural Language Processing, however, several successful models that rely on straightforward clustering approaches in transformer-based embedding spaces have emerged and consolidated the notion of topics as clusters of embedding vectors. We propose the Transformer-Representation Neural Topic Model (TNTM), which combines the benefits of topic representations in transformer-based embedding spaces and probabilistic modelling. Therefore, this approach unifies the powerful and versatile notion of topics based on transformer embeddings with fully probabilistic modelling, as in models such as Latent Dirichlet Allocation (LDA). We utilize the variational autoencoder (VAE) framework for improved inference speed and modelling flexibility. Experimental results show that our proposed model achieves results on par with various state-of-the-art approaches in terms of embedding coherence while maintaining almost perfect topic diversity. The corresponding source code is available at https://github.com/ArikReuter/TNTM.

📄 PDF Abstract BibTeX arXiv:2403.03737

Code (1)

arikreuter/tntm 공식 구현 pytorch

Tasks

Diversity

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Topics in Contextualised Attention Embeddings

2023-01-11 · Mozhgan Talebpour, Alba Garcia Seco de Herrera, Shoaib Jameel

Contextualised word vectors obtained via pre-trained language models encode a variety of knowledge that has already been exploited in applications. Complementary to these language models are probabilistic topic models th…

ClusteringLanguage ModelingLanguage ModellingTopic Models

Enhancing the Cloud Security through Topic Modelling

2025-05-01 · Sabbir M. Saleh, Nazim Madhavji, John Steinbacher

Protecting cloud applications is crucial in an age where security constantly threatens the digital world. The inevitable cyber-attacks throughout the CI/CD pipeline make cloud security innovations necessary. This researc…

Vulnerability Detection

Topic-aware Contextualized Transformers

2021-01-01 · Ruiying Lu, Bo Chen, Dan dan Guo, Dongsheng Wang 외

Training on disjoint fixed-length segments, Transformers successfully transform static word embeddings into contextualized word representations. However, they often restrict the context of a token to the segment it resid…

Word Embeddings

Addressing Topic Granularity and Hallucination in Large Language Models for Topic Modelling

2024-05-01 · Yida Mu, Peizhen Bai, Kalina Bontcheva, Xingyi Song

Large language models (LLMs) with their strong zero-shot topic extraction capabilities offer an alternative to probabilistic topic modelling and closed-set topic classification approaches. As zero-shot topic extractors, …

HallucinationTopic Classification

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