paper-with-me

홈 › Papers

Offline RL for Natural Language Generation with Implicit Language Q Learning

2022-06-05 · Charlie Snell, Ilya Kostrikov, Yi Su, Mengjiao Yang, Sergey Levine

Large language models distill broad knowledge from text corpora. However, they can be inconsistent when it comes to completing user specified tasks. This issue can be addressed by finetuning such models via supervised learning on curated datasets, or via reinforcement learning. In this work, we propose a novel offline RL method, implicit language Q-learning (ILQL), designed for use on language models, that combines both the flexible utility maximization framework of RL algorithms with the ability of supervised learning to leverage previously collected data, as well as its simplicity and stability. Our method employs a combination of value conservatism alongside an implicit dataset support constraint in learning value functions, which are then used to guide language model generations towards maximizing user-specified utility functions. In addition to empirically validating ILQL, we present a detailed empirical analysis of situations where offline RL can be useful in natural language generation settings, demonstrating how it can be a more effective utility optimizer than prior approaches for end-to-end dialogue, and how it can effectively optimize high variance reward functions based on subjective judgement, such as whether to label a comment as toxic or not.

📄 PDF Abstract BibTeX arXiv:2206.11871

Code (2)

buseskorkmaz/fms-at-work pytorch
sea-snell/implicit-language-q-learning pytorch

Tasks

Language ModellingOffline RLQ-LearningText Generation

Methods 이 논문이 사용한 방법론

Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…

Similar Papers 제목 키워드 기반

Diffusion Large Language Models for Black-Box Optimization

2026-01-20 · Ye Yuan, Can, Chen, Zipeng Sun 외 arxiv

Offline black-box optimization (BBO) aims to find optimal designs based solely on an offline dataset of designs and their labels. Such scenarios frequently arise in domains like DNA sequence design and robotics, where on…

Can Offline Reinforcement Learning Help Natural Language Understanding?

2022-09-15 · Ziqi Zhang, Yile Wang, Yue Zhang, Donglin Wang

Pre-training has been a useful method for learning implicit transferable knowledge and it shows the benefit of offering complementary features across different modalities. Recent work mainly focuses on the modalities suc…

Language ModelingLanguage ModellingNatural Language UnderstandingOffline RL+3

FACTS: Table Summarization via Offline Template Generation with Agentic Workflows

2025-10-15 · Ye Yuan, Mohammad Amin Shabani, Siqi Liu arxiv

Query-focused table summarization requires generating natural language summaries of tabular data conditioned on a user query, enabling users to access insights beyond fact retrieval. Existing approaches face key limitati…

Chain of Explanation: New Prompting Method to Generate Higher Quality Natural Language Explanation for Implicit Hate Speech

2022-09-11 · Fan Huang, Haewoon Kwak, Jisun An

Recent studies have exploited advanced generative language models to generate Natural Language Explanations (NLE) for why a certain text could be hateful. We propose the Chain of Explanation (CoE) Prompting method, using…

InformativenessText Generation

Empowering NLG: Offline Reinforcement Learning for Informal Summarization in Online Domains

2023-06-17 · Zhi-Xuan Tai, Po-Chuan Chen

Our research introduces an innovative Natural Language Generation (NLG) approach that aims to optimize user experience and alleviate the workload of human customer support agents. Our primary objective is to generate inf…

Articlesreinforcement-learningReinforcement LearningText Generation