paper-with-me

홈 › Papers

Reward Dropout Improves Control: Bi-objective Perspective on Reinforced LM

2023-10-06 · Changhun Lee, Chiehyeon Lim

We study the theoretical aspects of Reinforced Language Models (RLMs) from a bi-objective optimization perspective. Specifically, we consider the RLMs as a Pareto optimization problem that maximizes the two conflicting objectives, i.e., reward objective and likelihood objectives, simultaneously. Our main contribution consists of three parts. First, we establish the theoretical foundations of RLM as a Pareto optimization problem by presenting Reward Upper BOund (RUBO) and Pareto optimality. Our theoretical outcomes are supported by not only deductive proofs but also empirical results. Second, we propose Reward Dropout, a simple yet powerful method that guarantees to improve a bi-objective optimization of RLM. Lastly, we demonstrate that the Reward Dropout is consistently effective across five benchmark datasets and four benchmark LLMs, meaning that the Reward Dropout significantly improves the optimization performance of RLMs.

📄 PDF Abstract BibTeX arXiv:2310.04483

Code (1)

anonymous-user01/controllability-of-lm-anonymous 공식 구현 tf

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Model-Free Learning and Optimal Policy Design in Multi-Agent MDPs Under Probabilistic Agent Dropout

2023-04-24 · Carmel Fiscko, Soummya Kar, Bruno Sinopoli

This work studies a multi-agent Markov decision process (MDP) that can undergo agent dropout and the computation of policies for the post-dropout system based on control and sampling of the pre-dropout system. The centra…

On Fast Dropout and its Applicability to Recurrent Networks

2013-11-04 · Justin Bayer, Christian Osendorfer, Daniela Korhammer, Nutan Chen 외

Recurrent Neural Networks (RNNs) are rich models for the processing of sequential data. Recent work on advancing the state of the art has been focused on the optimization or modelling of RNNs, mostly motivated by adressi…

SimCSE++: Improving Contrastive Learning for Sentence Embeddings from Two Perspectives

2023-05-22 · Jiahao Xu, Wei Shao, Lihui Chen, Lemao Liu

This paper improves contrastive learning for sentence embeddings from two perspectives: handling dropout noise and addressing feature corruption. Specifically, for the first perspective, we identify that the dropout nois…

Contrastive LearningSentenceSentence Embeddings

Deep Layers as Stochastic Solvers

2019-05-01 · ICLR 2019 5 · Adel Bibi, Bernard Ghanem, Vladlen Koltun, Rene Ranftl

We provide a novel perspective on the forward pass through a block of layers in a deep network. In particular, we show that a forward pass through a standard dropout layer followed by a linear layer and a non-linear acti…

Bayesian Policy Gradients via Alpha Divergence Dropout Inference

2017-12-06 · Peter Henderson, Thang Doan, Riashat Islam, David Meger

Policy gradient methods have had great success in solving continuous control tasks, yet the stochastic nature of such problems makes deterministic value estimation difficult. We propose an approach which instead estimate…

continuous-controlContinuous ControlMuJoCoPolicy Gradient Methods