paper-with-me

Papers

Program Synthesis Dialog Agents for Interactive Decision-Making

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

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. Large-scale domains such as legal codes or frequently updated funding opportunities render human annotation (e.g., web forms or decision trees) impractical, highlighting the need for agents that can automatically assist in decision-making. Since relevant information is often only known to the user, it is crucial that these agents ask the right questions. As agents determine when to terminate a conversation, they face a trade-off between accuracy and the number of questions asked, a key metric for both user experience and cost. To evaluate this task, we propose BeNYfits, a new benchmark for determining user eligibility for multiple overlapping social benefits opportunities through interactive decision-making. Our experiments show that current language models struggle with frequent hallucinations, with GPT-4o scoring only 35.7 F1 using a ReAct-style chain-of-thought. To address this, we introduce ProADA, a novel approach that leverages program synthesis to assist in decision-making by mapping dialog planning to a code generation problem and using gaps in structured data to determine the best next action. Our agent, ProADA, improves the F1 score to 55.6 while maintaining nearly the same number of dialog turns.

📄 PDF Abstract BibTeX arXiv:2502.19610

Code (1)

mtoles/BeNYfits-ProADA 공식 구현

Tasks

Code GenerationDecision MakingMedical DiagnosisProgram Synthesis

Similar Papers 제목 키워드 기반

Conversational Human Audio-visual Talking Dialogue Generation

2026-07-02 · Junhao Song, Lluis Guasch, Xilin He, Zhongyu Yang 외 arxiv

Large-scale dyadic interactive audio-visual dialogue (DIAD) datasets provide fundamental data resources for developing humanoid interactive virtual agents and digital humans. However, collecting such data is time-consumi…

Dialogue Generation

Designing Multilingual Interactive Agents using Small Dialogue Corpora

2020-05-01 · LREC 2020 5 · Donghui Lin, Masayuki Otani, Ryosuke Okuno, Toru Ishida

Interactive dialogue agents like smart speakers have become more and more popular in recent years. These agents are being developed on machine learning technologies that use huge amounts of language resources. However, m…

Dialogue Generation

CodeARC: Benchmarking Reasoning Capabilities of LLM Agents for Inductive Program Synthesis

2025-03-29 · Anjiang Wei, Tarun Suresh, Jiannan Cao, Naveen Kannan 외

Inductive program synthesis, or programming by example, requires synthesizing functions from input-output examples that generalize to unseen inputs. While large language model agents have shown promise in programming tas…

BenchmarkingLarge Language ModelProgram Synthesis

Interactive Semantic Parsing for If-Then Recipes via Hierarchical Reinforcement Learning

2018-08-21 · Ziyu Yao, Xiujun Li, Jianfeng Gao, Brian Sadler 외

Given a text description, most existing semantic parsers synthesize a program in one shot. However, it is quite challenging to produce a correct program solely based on the description, which in reality is often ambiguou…

Hierarchical Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1

BF++: a language for general-purpose program synthesis

2021-01-23 · Vadim Liventsev, Aki Härmä, Milan Petković

Most state of the art decision systems based on Reinforcement Learning (RL) are data-driven black-box neural models, where it is often difficult to incorporate expert knowledge into the models or let experts review and v…

Decision MakingOpenAI GymProgram SynthesisReinforcement Learning (RL)