paper-with-me

홈 › Papers

Controllable and Reliable Knowledge-Intensive Task-Oriented Conversational Agents with Declarative Genie Worksheets

2024-07-08 · Harshit Joshi, Shicheng Liu, James Chen, Robert Weigle, Monica S. Lam

Large Language Models can carry out human-like conversations in diverse settings, responding to user requests for tasks and knowledge. However, existing conversational agents implemented with LLMs often struggle with hallucination, following instructions with conditional logic, and integrating knowledge from different sources. These shortcomings compromise the agents' effectiveness, rendering them unsuitable for deployment. To address these challenges, we introduce Genie, a programmable framework for creating knowledge-intensive task-oriented conversational agents. Genie can handle involved interactions and answer complex queries. Unlike LLMs, it delivers reliable, grounded responses through advanced dialogue state management and supports controllable agent policies via its declarative specification -- Genie Worksheet. This is achieved through an algorithmic runtime system that implements the developer-supplied policy, limiting LLMs to (1) parse user input using a succinct conversational history, and (2) generate responses according to supplied context. Agents built with Genie outperform SOTA methods on complex logic dialogue datasets. We conducted a user study with 62 participants on three real-life applications: restaurant reservations with Yelp, as well as ticket submission and course enrollment for university students. Genie agents with GPT-4 Turbo outperformed the GPT-4 Turbo agents with function calling, improving goal completion rates from 21.8% to 82.8% across three real-world tasks.

📄 PDF Abstract BibTeX arXiv:2407.05674

Code (1)

stanford-oval/genie-worksheets 공식 구현

Tasks

HallucinationNavigate

Methods 이 논문이 사용한 방법론

Attention 설명 없음
HOC 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head 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$…
Residual Connection 설명 없음
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…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

EduStory: A Unified Framework for Pedagogically-Consistent Multi-Shot STEM Instructional Video Generation

2026-05-10 · Xinyi Wu, Jayant Teotia, Shuai Zhao, Erik Cambria arxiv

Long-horizon video generation has advanced in visual quality, yet existing methods still struggle to maintain knowledge consistency and coherent pedagogical narratives across multi-shot instructional videos, especially i…

Video Generation

A Comparative Analysis of Knowledge-Intensive and Data-Intensive Semantic Parsers

2019-07-04 · Junjie Cao, Zi Lin, Weiwei Sun, Xiaojun Wan

We present a phenomenon-oriented comparative analysis of the two dominant approaches in task-independent semantic parsing: classic, knowledge-intensive and neural, data-intensive models. To reflect state-of-the-art neura…

Semantic Parsing

Making Large Language Models Better Knowledge Miners for Online Marketing with Progressive Prompting Augmentation

2023-12-08 · Chunjing Gan, Dan Yang, Binbin Hu, Ziqi Liu 외

Nowadays, the rapid development of mobile economy has promoted the flourishing of online marketing campaigns, whose success greatly hinges on the efficient matching between user preferences and desired marketing campaign…

graph constructionLanguage ModellingLarge Language ModelMarketing+1

Similarity is Not All You Need: Endowing Retrieval Augmented Generation with Multi Layered Thoughts

2024-05-30 · Chunjing Gan, Dan Yang, Binbin Hu, Hanxiao Zhang 외

In recent years, large language models (LLMs) have made remarkable achievements in various domains. However, the untimeliness and cost of knowledge updates coupled with hallucination issues of LLMs have curtailed their a…

AllHallucinationRAGRetrieval+1

Benchmarking and Enhancing LLMs for Rule-Intensive Review of National Standard Documents

2026-08-06 · Tao Wang, Qihao Yang, Rongjiao Liang, Lianghong Lin 외 arxiv

Large language models (LLMs) increasingly support complex professional tasks, yet their capabilities in rule-intensive document review remain insufficiently evaluated. National standard documents, such as China GB/T stan…

Question Answering