paper-with-me

Papers

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. However, these approaches suffer from the inability to select appropriate parameters and incomplete models that overlook the quantitative relation between words with topics and topics with text. To solve these issues, we propose graph to topic (G2T), a simple but effective framework for topic modelling. The framework is composed of four modules. First, document representation is acquired using pretrained language models. Second, a semantic graph is constructed according to the similarity between document representations. Third, communities in document semantic graphs are identified, and the relationship between topics and documents is quantified accordingly. Fourth, the word--topic distribution is computed based on a variant of TFIDF. Automatic evaluation suggests that G2T achieved state-of-the-art performance on both English and Chinese documents with different lengths.

📄 PDF Abstract BibTeX arXiv:2304.06653

Code (0)

등록된 구현이 없습니다.

Tasks

Community DetectionLanguage ModellingSentenceSentence EmbeddingSentence-EmbeddingSentence EmbeddingsTopic Models

Similar Papers 제목 키워드 기반

GINopic: Topic Modeling with Graph Isomorphism Network

2024-04-02 · Suman Adhya, Debarshi Kumar Sanyal

Topic modeling is a widely used approach for analyzing and exploring large document collections. Recent research efforts have incorporated pre-trained contextualized language models, such as BERT embeddings, into topic m…

Topic Models

Hierarchical Graph Topic Modeling with Topic Tree-based Transformer

2025-02-17 · Delvin Ce Zhang, Menglin Yang, Xiaobao Wu, Jiasheng Zhang 외

Textual documents are commonly connected in a hierarchical graph structure where a central document links to others with an exponentially growing connectivity. Though Hyperbolic Graph Neural Networks (HGNNs) excel at cap…

SpecificityTopic Models

Integration of Knowledge Graph Embedding Into Topic Modeling with Hierarchical Dirichlet Process

2019-06-01 · NAACL 2019 6 · Dingcheng Li, Siamak Zamani, Jingyuan Zhang, Ping Li

Leveraging domain knowledge is an effective strategy for enhancing the quality of inferred low-dimensional representations of documents by topic models. In this paper, we develop \textit{topic modeling with knowledge gra…

Document ClassificationGeneral ClassificationGraph EmbeddingKnowledge Graph Embedding+2

TriTopic: Tri-Modal Graph-Based Topic Modeling with Iterative Refinement and Archetypes

2026-02-22 · Roman Egger arxiv

Topic modeling extracts latent themes from large text collections, but leading approaches like BERTopic face critical limitations: stochastic instability, loss of lexical precision ("Embedding Blur"), and reliance on a s…

GHTM: A Graph-based Hybrid Topic Modeling Approach with a Benchmark Dataset for the Low-Resource Bengali Language

2025-08-01 · Farhana Haque, Md. Abdur Rahman, Sumon Ahmed arxiv

Topic modeling is a Natural Language Processing (NLP) technique used to discover latent themes and abstract topics from text corpora by grouping co-occurring keywords. Although widely researched in English, topic modelin…

Computational Efficiency