paper-with-me

홈 › Papers

LLF-Bench: Benchmark for Interactive Learning from Language Feedback

2023-12-11 · Ching-An Cheng, Andrey Kolobov, Dipendra Misra, Allen Nie, Adith Swaminathan

We introduce a new benchmark, LLF-Bench (Learning from Language Feedback Benchmark; pronounced as "elf-bench"), to evaluate the ability of AI agents to interactively learn from natural language feedback and instructions. Learning from language feedback (LLF) is essential for people, largely because the rich information this feedback provides can help a learner avoid much of trial and error and thereby speed up the learning process. Large Language Models (LLMs) have recently enabled AI agents to comprehend natural language -- and hence AI agents can potentially benefit from language feedback during learning like humans do. But existing interactive benchmarks do not assess this crucial capability: they either use numeric reward feedback or require no learning at all (only planning or information retrieval). LLF-Bench is designed to fill this omission. LLF-Bench is a diverse collection of sequential decision-making tasks that includes user recommendation, poem writing, navigation, and robot control. The objective of an agent is to interactively solve these tasks based on their natural-language instructions and the feedback received after taking actions. Crucially, to ensure that the agent actually "learns" from the feedback, LLF-Bench implements several randomization techniques (such as paraphrasing and environment randomization) to ensure that the task isn't familiar to the agent and that the agent is robust to various verbalizations. In addition, LLF-Bench provides a unified OpenAI Gym interface for all its tasks and allows the users to easily configure the information the feedback conveys (among suggestion, explanation, and instantaneous performance) to study how agents respond to different types of feedback. Together, these features make LLF-Bench a unique research platform for developing and testing LLF agents.

📄 PDF Abstract BibTeX arXiv:2312.06853

Code (1)

microsoft/llf-bench

Tasks

Information RetrievalOpenAI GymSequential Decision Making

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

ConvCodeWorld: Benchmarking Conversational Code Generation in Reproducible Feedback Environments

2025-02-27 · Hojae Han, Seung-won Hwang, Rajhans Samdani, Yuxiong He

Large language models (LLMs) have proven invaluable for code generation, particularly in interactive settings. However, existing code generation benchmarks fail to capture the diverse feedback encountered in multi-turn i…

BenchmarkingCode Generation

Commit0: Library Generation from Scratch

2024-12-02 · Wenting Zhao, Nan Jiang, Celine Lee, Justin T Chiu 외

With the goal of benchmarking generative systems beyond expert software development ability, we introduce Commit0, a benchmark that challenges AI agents to write libraries from scratch. Agents are provided with a specifi…

BenchmarkingCode Generation

AsgardBench -- Evaluating Visually Grounded Interactive Planning Under Minimal Feedback

2026-03-16 · Andrea Tupini, Lars Liden, Reuben Tan, Yu Wang 외 arxiv

With AsgardBench we aim to evaluate visually grounded, high-level action sequence generation and interactive planning, focusing specifically on plan adaptation during execution based on visual observations rather than na…

Visual Grounding

InterCode: Standardizing and Benchmarking Interactive Coding with Execution Feedback

2023-06-26 · NeurIPS 2023 11 · John Yang, Akshara Prabhakar, Karthik Narasimhan, Shunyu Yao

Humans write code in a fundamentally interactive manner and rely on constant execution feedback to correct errors, resolve ambiguities, and decompose tasks. While LLMs have recently exhibited promising coding capabilitie…

BenchmarkingCode GenerationmbppReinforcement Learning (RL)

InterFeedback: Unveiling Interactive Intelligence of Large Multimodal Models via Human Feedback

2025-02-20 · Henry Hengyuan Zhao, Wenqi Pei, Yifei Tao, Haiyang Mei 외

Existing benchmarks do not test Large Multimodal Models (LMMs) on their interactive intelligence with human users, which is vital for developing general-purpose AI assistants. We design InterFeedback, an interactive fram…