ACL 2023findings4 citations

HyHTM: Hyperbolic Geometry-based Hierarchical Topic Model

Simra Shahid, Tanay Anand, Nikitha Srikanth, Sumit Bhatia, Balaji Krishnamurthy, Nikaash Puri

Abstract

Hierarchical Topic Models (HTMs) are useful for discovering topic hierarchies in a collection of documents. However, traditional HTMs often produce hierarchies where lower-level 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 Model - 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 specialize in granularity from generic higher-level topics to specific lower-level 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.

BibTeX
@inproceedings{shahid-etal-2023-hyhtm,
    title = "{H}y{HTM}: Hyperbolic Geometry-based Hierarchical Topic Model",
    author = "Shahid, Simra  and
      Anand, Tanay  and
      Srikanth, Nikitha  and
      Bhatia, Sumit  and
      Krishnamurthy, Balaji  and
      Puri, Nikaash",
    editor = "Rogers, Anna  and
      Boyd-Graber, Jordan  and
      Okazaki, Naoaki",
    booktitle = "Findings of the Association for Computational Linguistics: ACL 2023",
    month = jul,
    year = "2023",
    address = "Toronto, Canada",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2023.findings-acl.742/",
    doi = "10.18653/v1/2023.findings-acl.742",
    pages = "11672--11688"
}