paper-with-me

홈 › Papers

Language Model Self-improvement by Reinforcement Learning Contemplation

2023-05-23 · Jing-Cheng Pang, Pengyuan Wang, Kaiyuan Li, Xiong-Hui Chen, Jiacheng Xu, Zongzhang Zhang, Yang Yu

Large Language Models (LLMs) have exhibited remarkable performance across various natural language processing (NLP) tasks. However, fine-tuning these models often necessitates substantial supervision, which can be expensive and time-consuming to obtain. This paper introduces a novel unsupervised method called LanguageModel Self-Improvement by Reinforcement Learning Contemplation (SIRLC) that improves LLMs without reliance on external labels. Our approach is grounded in the observation that it is simpler for language models to assess text quality than to generate text. Building on this insight, SIRLC assigns LLMs dual roles as both student and teacher. As a student, the LLM generates answers to unlabeled questions, while as a teacher, it evaluates the generated text and assigns scores accordingly. The model parameters are updated using reinforcement learning to maximize the evaluation score. We demonstrate that SIRLC can be applied to various NLP tasks, such as reasoning problems, text generation, and machine translation. Our experiments show that SIRLC effectively improves LLM performance without external supervision, resulting in a 5.6% increase in answering accuracy for reasoning tasks and a rise in BERTScore from 0.82 to 0.86 for translation tasks. Furthermore, SIRLC can be applied to models of different sizes, showcasing its broad applicability.

📄 PDF Abstract BibTeX arXiv:2305.14483

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingMachine Translationmodelreinforcement-learningReinforcement LearningText GenerationTranslation

Similar Papers 제목 키워드 기반

Compressed Chain of Thought: Efficient Reasoning Through Dense Representations

2024-12-17 · Jeffrey Cheng, Benjamin Van Durme

Chain-of-thought (CoT) decoding enables language models to improve reasoning performance at the cost of high generation latency in decoding. Recent proposals have explored variants of contemplation tokens, a term we intr…

Decoder

Avalon's Game of Thoughts: Battle Against Deception through Recursive Contemplation

2023-10-02 · Shenzhi Wang, Chang Liu, Zilong Zheng, Siyuan Qi 외

Recent breakthroughs in large language models (LLMs) have brought remarkable success in the field of LLM-as-Agent. Nevertheless, a prevalent assumption is that the information processed by LLMs is consistently honest, ne…

Misinformation

Be Considerate: Objectives, Side Effects, and Deciding How to Act

2021-06-04 · Parand Alizadeh Alamdari, Toryn Q. Klassen, Rodrigo Toro Icarte, Sheila A. McIlraith

Recent work in AI safety has highlighted that in sequential decision making, objectives are often underspecified or incomplete. This gives discretion to the acting agent to realize the stated objective in ways that may r…

Decision MakingReinforcement Learning (RL)Sequential Decision Making

A theory of contemplation

2016-02-18 · Jonathan Darren Nix

In this paper you can explore the application of some notable Boolean-derived methods, namely the Disjunctive Normal Form representation of logic table expansions, and extend them to a real-valued logic model which is ab…

FormProbabilistic Programming

Encouraging Divergent Thinking in Large Language Models through Multi-Agent Debate

2023-05-30 · Tian Liang, Zhiwei He, Wenxiang Jiao, Xing Wang 외

Modern large language models (LLMs) like ChatGPT have shown remarkable performance on general language tasks but still struggle on complex reasoning tasks, which drives the research on cognitive behaviors of LLMs to expl…

Arithmetic ReasoningMachine Translation