paper-with-me

홈 › Papers

Is Feedback All You Need? Leveraging Natural Language Feedback in Goal-Conditioned Reinforcement Learning

2023-12-07 · Sabrina McCallum, Max Taylor-Davies, Stefano V. Albrecht, Alessandro Suglia

Despite numerous successes, the field of reinforcement learning (RL) remains far from matching the impressive generalisation power of human behaviour learning. One possible way to help bridge this gap be to provide RL agents with richer, more human-like feedback expressed in natural language. To investigate this idea, we first extend BabyAI to automatically generate language feedback from the environment dynamics and goal condition success. Then, we modify the Decision Transformer architecture to take advantage of this additional signal. We find that training with language feedback either in place of or in addition to the return-to-go or goal descriptions improves agents' generalisation performance, and that agents can benefit from feedback even when this is only available during training, but not at inference.

📄 PDF Abstract BibTeX arXiv:2312.04736

Code (1)

uoe-agents/feedback-dt 공식 구현 pytorch

Tasks

AllReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Residual Connection 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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 제목 키워드 기반

Learning from Naturally Occurring Feedback

2024-07-15 · Shachar Don-Yehiya, Leshem Choshen, Omri Abend

Human feedback data is a critical component in developing language models. However, collecting this feedback is costly and ultimately not scalable. We propose a scalable method for extracting feedback that users naturall…

Inner Monologue: Embodied Reasoning through Planning with Language Models

2022-07-12 · Wenlong Huang, Fei Xia, Ted Xiao, Harris Chan 외

Recent works have shown how the reasoning capabilities of Large Language Models (LLMs) can be applied to domains beyond natural language processing, such as planning and interaction for robots. These embodied problems re…

Bridging the Gap: A Survey on Integrating (Human) Feedback for Natural Language Generation

2023-05-01 · Patrick Fernandes, Aman Madaan, Emmy Liu, António Farinhas 외

Many recent advances in natural language generation have been fueled by training large language models on internet-scale data. However, this paradigm can lead to models that generate toxic, inaccurate, and unhelpful cont…

Text Generation

LaFFi: Leveraging Hybrid Natural Language Feedback for Fine-tuning Language Models

2023-12-31 · Qianxi Li, Yingyue Cao, Jikun Kang, Tianpei Yang 외

Fine-tuning Large Language Models (LLMs) adapts a trained model to specific downstream tasks, significantly improving task-specific performance. Supervised Fine-Tuning (SFT) is a common approach, where an LLM is trained …

Question Answering

A Study on Leveraging Search and Self-Feedback for Agent Reasoning

2025-02-17 · Karthikeyan K, Michelle Yuan, Elman Mansimov, Katerina Margatina 외

Recent works have demonstrated that incorporating search during inference can significantly improve reasoning capabilities of language agents. Some approaches may make use of the ground truth or rely on model's own gener…

Math