Refining Dimensions for Improving Clustering-based Cross-lingual Topic Models
Chia-Hsuan Chang, Tien-Yuan Huang, Yi-Hang Tsai, Chia-Ming Chang, San-Yih Hwang
TL;DR
This paper tackles cross-lingual topic identification by diagnosing language-dependent dimensions in multilingual language model embeddings that bias clustering-based topic models toward language rather than semantics. It introduces two SVD-based refinements, u-SVD and SVD-LR, to create $E^*$ representations that suppress language signals before clustering, with $E \,=\,U\Sigma V^T$ guiding the refinement. Across Airiti Thesis, ECNews, and Rakuten Amazon, and using mBERT, Distilled XLM-R, or Cohere, the updated pipeline generally yields higher CNPMI and Topic Quality than baselines and competing CLTMs, and shows robustness to embedding size and language pair. The approach provides a resource-efficient path to improve cross-lingual topic coherence and semantic alignment, with potential applicability to other multilingual clustering-based NLP tasks.
Abstract
Recent works in clustering-based topic models perform well in monolingual topic identification by introducing a pipeline to cluster the contextualized representations. However, the pipeline is suboptimal in identifying topics across languages due to the presence of language-dependent dimensions (LDDs) generated by multilingual language models. To address this issue, we introduce a novel, SVD-based dimension refinement component into the pipeline of the clustering-based topic model. This component effectively neutralizes the negative impact of LDDs, enabling the model to accurately identify topics across languages. Our experiments on three datasets demonstrate that the updated pipeline with the dimension refinement component generally outperforms other state-of-the-art cross-lingual topic models.
