AICLSep 29, 2023

AdaRefiner: Refining Decisions of Language Models with Adaptive Feedback

Peking U
arXiv:2309.17176v339 citationsh-index: 8
Originality Incremental advance
AI Analysis

This work addresses the problem of enhancing LLM decision-making efficiency and adaptability for complex tasks like open-world games, though it appears incremental by combining existing LLM and RL techniques.

The authors tackled the challenge of improving language models' decision-making in complex tasks without extensive prompt engineering or fine-tuning by introducing AdaRefiner, a framework that uses RL feedback to refine an adapter model, achieving superior effectiveness in 22 diverse tasks in the open-world game Crafter.

Large Language Models (LLMs) have demonstrated significant success across various domains. However, their application in complex decision-making tasks frequently necessitates intricate prompt engineering or fine-tuning, leading to challenges in unseen downstream tasks and heavy demands on computational resources. Meanwhile, Reinforcement Learning (RL) has been recognized as effective in decision-making problems but struggles in environments with sparse rewards, such as open-world games. To overcome these challenges, we introduce AdaRefiner, a novel framework designed to enhance the synergy between LLMs and RL feedback. The key component of AdaRefiner is a lightweight Adapter Language Model (LM), which automatically refines task comprehension based on feedback from RL agents. This method mitigates the need for intricate prompt engineering and intensive LLM fine-tuning while maintaining the LLMs' generalization abilities and enhancing their decision-making capabilities in downstream tasks. Empirical evaluations of AdaRefiner on 22 diverse tasks within the open-world game Crafter have demonstrated its superior effectiveness, especially in guiding agents towards higher-level and common-sense skills. Our work makes contributions to the automatic self-refinement of LLMs with RL feedback, offering a more adaptable and efficient solution for complex decision-making problems.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes