paper-with-me

홈 › Papers

Reinforcement Learning for Topic Models

2023-05-08 · Jeremy Costello, Marek Z. Reformat

We apply reinforcement learning techniques to topic modeling by replacing the variational autoencoder in ProdLDA with a continuous action space reinforcement learning policy. We train the system with a policy gradient algorithm REINFORCE. Additionally, we introduced several modifications: modernize the neural network architecture, weight the ELBO loss, use contextual embeddings, and monitor the learning process via computing topic diversity and coherence for each training step. Experiments are performed on 11 data sets. Our unsupervised model outperforms all other unsupervised models and performs on par with or better than most models using supervised labeling. Our model is outperformed on certain data sets by a model using supervised labeling and contrastive learning. We have also conducted an ablation study to provide empirical evidence of performance improvements from changes we made to ProdLDA and found that the reinforcement learning formulation boosts performance.

📄 PDF Abstract BibTeX arXiv:2305.04843

Code (1)

jeremy-costello/rl-for-topic-models 공식 구현 pytorch

Tasks

DiversityReinforcement LearningReinforcement Learning (RL)Sentence EmbeddingsTopic Models

Methods 이 논문이 사용한 방법론

REINFORCE REINFORCE is a Monte Carlo variant of a policy gradient algorithm in reinforcement learning. The agent collects samples of an episode using its current policy, and uses it to…

Similar Papers 제목 키워드 기반

Neural Topic Model with Reinforcement Learning

2019-11-01 · IJCNLP 2019 11 · Lin Gui, Jia Leng, Gabriele Pergola, Yu Zhou 외

In recent years, advances in neural variational inference have achieved many successes in text processing. Examples include neural topic models which are typically built upon variational autoencoder (VAE) with an objecti…

modelreinforcement-learningReinforcement LearningReinforcement Learning (RL)+2

Topic-Guided Reinforcement Learning with LLMs for Enhancing Multi-Document Summarization

2025-09-11 · Chuyuan Li, Austin Xu, Shafiq Joty, Giuseppe Carenini arxiv

A key challenge in Multi-Document Summarization (MDS) is effectively integrating information from multiple sources while maintaining coherence and topical relevance. While Large Language Models have shown impressive resu…

Multi-Document SummarizationReinforcement Learning

TARN-VIST: Topic Aware Reinforcement Network for Visual Storytelling

2024-03-18 · Weiran Chen, Xin Li, Jiaqi Su, Guiqian Zhu 외

As a cross-modal task, visual storytelling aims to generate a story for an ordered image sequence automatically. Different from the image captioning task, visual storytelling requires not only modeling the relationships …

Image CaptioningVisual Storytelling

Hierarchically Structured Reinforcement Learning for Topically Coherent Visual Story Generation

2018-05-21 · Qiuyuan Huang, Zhe Gan, Asli Celikyilmaz, Dapeng Wu 외

We propose a hierarchically structured reinforcement learning approach to address the challenges of planning for generating coherent multi-sentence stories for the visual storytelling task. Within our framework, the task…

DecoderDeep Reinforcement Learningreinforcement-learningReinforcement Learning+4

Topic-Preserving Synthetic News Generation: An Adversarial Deep Reinforcement Learning Approach

2020-10-30 · Ahmadreza Mosallanezhad, Kai Shu, Huan Liu

Nowadays, there exist powerful language models such as OpenAI's GPT-2 that can generate readable text and can be fine-tuned to generate text for a specific domain. Considering GPT-2, it cannot directly generate synthetic…

Deep Reinforcement LearningLanguage ModelingLanguage ModellingNews Generation+2