paper-with-me

Papers

AutoPlan: Automatic Planning of Interactive Decision-Making Tasks With Large Language Models

2023-05-24 · Siqi Ouyang, Lei LI

Recent large language models (LLMs) are promising for making decisions in grounded environments. However, LLMs frequently fail in complex decision-making tasks due to the misalignment between the pre-trained knowledge in LLMs and the actual rules in the environment. Existing methods require either costly gradient computation or lengthy in-context demonstrations. In this paper, we propose AutoPlan, an approach to guide LLM-based agents to accomplish interactive decision-making tasks. AutoPlan augments the LLM prompt with a task-solving plan and optimizes it through iterative experience collection and reflection. Our experiments show that AutoPlan, though using no in-context demonstrations, achieves success rates on par with the baselines using human-written demonstrations on ALFWorld and even outperforms them by 8% on HotpotQA. The code is available at https://github.com/owaski/AutoPlan.

📄 PDF Abstract BibTeX arXiv:2305.15064

Code (1)

owaski/autoplan 공식 구현

Tasks

Decision MakingLanguage ModellingLarge Language Model

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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…
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…
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…

Similar Papers 제목 키워드 기반

Program Synthesis Dialog Agents for Interactive Decision-Making

2025-02-26 · Matthew Toles, Nikhil Balwani, Rattandeep Singh, Valentina Giulia Sartori Rodriguez 외

Many real-world eligibility problems, ranging from medical diagnosis to tax planning, can be mapped to decision problems expressed in natural language, wherein a model must make a binary choice based on user features. La…

Code GenerationDecision MakingMedical DiagnosisProgram Synthesis

Affordance-Aware Interactive Decision-Making and Execution for Ambiguous Instructions

2026-02-05 · Hengxuan Xu, Fengbo Lan, Zhixin Zhao, Shengjie Wang 외 arxiv

Enabling robots to explore and act in unfamiliar environments under ambiguous human instructions by interactively identifying task-relevant objects (e.g., identifying cups or beverages for "I'm thirsty") remains challeng…

InteraSSort: Interactive Assortment Planning Using Large Language Models

2023-11-20 · Saketh Reddy Karra, Theja Tulabandhula

Assortment planning, integral to multiple commercial offerings, is a key problem studied in e-commerce and retail settings. Numerous variants of the problem along with their integration into business solutions have been …

Decision MakingManagement

Learning adaptive planning representations with natural language guidance

2023-12-13 · Lionel Wong, Jiayuan Mao, Pratyusha Sharma, Zachary S. Siegel 외

Effective planning in the real world requires not only world knowledge, but the ability to leverage that knowledge to build the right representation of the task at hand. Decades of hierarchical planning techniques have u…

Decision MakingMinecraftSequential Decision MakingWorld Knowledge

RADAR-X: An Interactive Mixed Initiative Planning Interface Pairing Contrastive Explanations and Revised Plan Suggestions

2020-11-19 · Karthik Valmeekam, Sarath Sreedharan, Sailik Sengupta, Subbarao Kambhampati

Decision support systems seek to enable informed decision-making. In the recent years, automated planning techniques have been leveraged to empower such systems to better aid the human-in-the-loop. The central idea for s…

Decision Making