Self-supervised Topic Taxonomy Discovery in the Box Embedding Space
Yuyin Lu, Hegang Chen, Pengbo Mao, Yanghui Rao, Haoran Xie, Fu Lee Wang, Qing Li
TL;DR
This work introduces BoxTM, a self-supervised topic taxonomy discovery method that embeds words and topics as axis-aligned boxes, enabling explicit modeling of semantic scopes and asymmetric hierarchical relations. It combines a VAE-based document generative process with recursive clustering of topic boxes to mine upper-level topics, supported by word- and topic-level self-supervised constraints that tie box volumes to co-occurrence statistics and hierarchical containment. The approach delivers state-of-the-art performance across intrinsic quality (coherence, diversity, hierarchical coherence), extrinsic hierarchical clustering, and human evaluation, while providing interpretable, adaptive taxonomy depths. The results demonstrate that box embeddings, coupled with recursive clustering and scoped constraints, yield higher-quality, scalable topic taxonomies suitable for navigation, search, and downstream textual analytics.
Abstract
Topic taxonomy discovery aims at uncovering topics of different abstraction levels and constructing hierarchical relations between them. Unfortunately, most of prior work can hardly model semantic scopes of words and topics by holding the Euclidean embedding space assumption. What's worse, they infer asymmetric hierarchical relations by symmetric distances between topic embeddings. As a result, existing methods suffer from problems of low-quality topics at high abstraction levels and inaccurate hierarchical relations. To alleviate these problems, this paper develops a Box embedding-based Topic Model (BoxTM) that maps words and topics into the box embedding space, where the asymmetric metric is defined to properly infer hierarchical relations among topics. Additionally, our BoxTM explicitly infers upper-level topics based on correlation between specific topics through recursive clustering on topic boxes. Finally, extensive experiments validate high-quality of the topic taxonomy learned by BoxTM.
