paper-with-me

홈 › Papers

HyHTM: Hyperbolic Geometry based Hierarchical Topic Models

2023-05-16 · Simra Shahid, Tanay Anand, Nikitha Srikanth, Sumit Bhatia, Balaji Krishnamurthy, Nikaash Puri

Hierarchical Topic Models (HTMs) are useful for discovering topic hierarchies in a collection of documents. However, traditional HTMs often produce hierarchies where lowerlevel topics are unrelated and not specific enough to their higher-level topics. Additionally, these methods can be computationally expensive. We present HyHTM - a Hyperbolic geometry based Hierarchical Topic Models - that addresses these limitations by incorporating hierarchical information from hyperbolic geometry to explicitly model hierarchies in topic models. Experimental results with four baselines show that HyHTM can better attend to parent-child relationships among topics. HyHTM produces coherent topic hierarchies that specialise in granularity from generic higher-level topics to specific lowerlevel topics. Further, our model is significantly faster and leaves a much smaller memory footprint than our best-performing baseline.We have made the source code for our algorithm publicly accessible.

📄 PDF Abstract BibTeX arXiv:2305.09258

Code (1)

simra-shahid/hyhtm 공식 구현 pytorch

Tasks

Topic Models

Similar Papers 제목 키워드 기반

HyperMiner: Topic Taxonomy Mining with Hyperbolic Embedding

2022-10-16 · Yishi Xu, Dongsheng Wang, Bo Chen, Ruiying Lu 외

Embedded topic models are able to learn interpretable topics even with large and heavy-tailed vocabularies. However, they generally hold the Euclidean embedding space assumption, leading to a basic limitation in capturin…

Graph structure learningTopic Models

HypRAG: Hyperbolic Dense Retrieval for Retrieval Augmented Generation

2026-02-08 · Hiren Madhu, Ngoc Bui, Ali Maatouk, Leandros Tassiulas 외 arxiv

Embedding geometry plays a fundamental role in retrieval quality, yet dense retrievers for retrieval-augmented generation (RAG) remain largely confined to Euclidean space. However, natural language exhibits hierarchical …

Hyperbolic Geometric Graph Representation Learning for Hierarchy-imbalance Node Classification

2023-04-11 · Xingcheng Fu, Yuecen Wei, Qingyun Sun, Haonan Yuan 외

Learning unbiased node representations for imbalanced samples in the graph has become a more remarkable and important topic. For the graph, a significant challenge is that the topological properties of the nodes (e.g., l…

Graph Representation LearningNode ClassificationRepresentation Learning

Hyperbolic Diffusion Embedding and Distance for Hierarchical Representation Learning

2023-05-30 · Ya-Wei Eileen Lin, Ronald R. Coifman, Gal Mishne, Ronen Talmon

Finding meaningful representations and distances of hierarchical data is important in many fields. This paper presents a new method for hierarchical data embedding and distance. Our method relies on combining diffusion g…

Graph EmbeddingRepresentation Learning

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