paper-with-me

Papers

InfoCTM: A Mutual Information Maximization Perspective of Cross-Lingual Topic Modeling

2023-04-07 · Xiaobao Wu, Xinshuai Dong, Thong Nguyen, Chaoqun Liu, Liangming Pan, Anh Tuan Luu

Cross-lingual topic models have been prevalent for cross-lingual text analysis by revealing aligned latent topics. However, most existing methods suffer from producing repetitive topics that hinder further analysis and performance decline caused by low-coverage dictionaries. In this paper, we propose the Cross-lingual Topic Modeling with Mutual Information (InfoCTM). Instead of the direct alignment in previous work, we propose a topic alignment with mutual information method. This works as a regularization to properly align topics and prevent degenerate topic representations of words, which mitigates the repetitive topic issue. To address the low-coverage dictionary issue, we further propose a cross-lingual vocabulary linking method that finds more linked cross-lingual words for topic alignment beyond the translations of a given dictionary. Extensive experiments on English, Chinese, and Japanese datasets demonstrate that our method outperforms state-of-the-art baselines, producing more coherent, diverse, and well-aligned topics and showing better transferability for cross-lingual classification tasks.

📄 PDF Abstract BibTeX arXiv:2304.03544

Code (2)

bobxwu/infoctm 공식 구현 pytorch
bobxwu/topmost pytorch

Tasks

Topic Models

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

A Mutual Information Maximization Perspective of Language Representation Learning

2019-10-18 · ICLR 2020 1 · Lingpeng Kong, Cyprien de Masson d'Autume, Wang Ling, Lei Yu 외

We show state-of-the-art word representation learning methods maximize an objective function that is a lower bound on the mutual information between different parts of a word sequence (i.e., a sentence). Our formulation …

Representation LearningSentence

A Mutual Information Perspective on Federated Contrastive Learning

2024-05-03 · Christos Louizos, Matthias Reisser, Denis Korzhenkov

We investigate contrastive learning in the federated setting through the lens of SimCLR and multi-view mutual information maximization. In doing so, we uncover a connection between contrastive representation learning and…

Contrastive LearningFederated Unsupervised LearningRepresentation Learning

Cross-Domain Sentiment Classification with Contrastive Learning and Mutual Information Maximization

2020-10-30 · Tian Li, Xiang Chen, Shanghang Zhang, Zhen Dong 외

Contrastive learning (CL) has been successful as a powerful representation learning method. In this work we propose CLIM: Contrastive Learning with mutual Information Maximization, to explore the potential of CL on cross…

Contrastive LearningGeneral ClassificationRepresentation LearningSentiment Analysis+1

Which Mutual-Information Representation Learning Objectives are Sufficient for Control?

2021-06-14 · NeurIPS 2021 12 · Kate Rakelly, Abhishek Gupta, Carlos Florensa, Sergey Levine

Mutual information maximization provides an appealing formalism for learning representations of data. In the context of reinforcement learning (RL), such representations can accelerate learning by discarding irrelevant a…

Reinforcement Learning (RL)Representation Learning

MOLE: MOdular Learning FramEwork via Mutual Information Maximization

2023-08-15 · Tianchao Li, Yulong Pei

This paper is to introduce an asynchronous and local learning framework for neural networks, named Modular Learning Framework (MOLE). This framework modularizes neural networks by layers, defines the training objective v…