paper-with-me

Papers

Improved Instruction Ordering in Recipe-Grounded Conversation

2023-05-26 · Duong Minh Le, Ruohao Guo, Wei Xu, Alan Ritter

In this paper, we study the task of instructional dialogue and focus on the cooking domain. Analyzing the generated output of the GPT-J model, we reveal that the primary challenge for a recipe-grounded dialog system is how to provide the instructions in the correct order. We hypothesize that this is due to the model's lack of understanding of user intent and inability to track the instruction state (i.e., which step was last instructed). Therefore, we propose to explore two auxiliary subtasks, namely User Intent Detection and Instruction State Tracking, to support Response Generation with improved instruction grounding. Experimenting with our newly collected dataset, ChattyChef, shows that incorporating user intent and instruction state information helps the response generation model mitigate the incorrect order issue. Furthermore, to investigate whether ChatGPT has completely solved this task, we analyze its outputs and find that it also makes mistakes (10.7% of the responses), about half of which are out-of-order instructions. We will release ChattyChef to facilitate further research in this area at: https://github.com/octaviaguo/ChattyChef.

📄 PDF Abstract BibTeX arXiv:2305.17280

Code (1)

octaviaguo/chattychef 공식 구현 pytorch

Tasks

Intent DetectionResponse Generation

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Grounded Complex Task Segmentation for Conversational Assistants

2023-09-20 · Rafael Ferreira, David Semedo, João Magalhães

Following complex instructions in conversational assistants can be quite daunting due to the shorter attention and memory spans when compared to reading the same instructions. Hence, when conversational assistants walk u…

Enhancing Action and Ingredient Modeling for Semantically Grounded Recipe Generation

2026-01-26 · Guoshan Liu, Bin Zhu, Yian Li, Jingjing Chen 외 arxiv

Recent advances in Multimodal Large Language Models (MLMMs) have enabled recipe generation from food images, yet outputs often contain semantically incorrect actions or ingredients despite high lexical scores (e.g., BLEU…

Recipe Generation

Large Language Models as Sous Chefs: Revising Recipes with GPT-3

2023-06-24 · Alyssa Hwang, Bryan Li, Zhaoyi Hou, Dan Roth

With their remarkably improved text generation and prompting capabilities, large language models can adapt existing written information into forms that are easier to use and understand. In our work, we focus on recipes a…

Text Generation

Recipe Instruction Semantics Corpus (RISeC): Resolving Semantic Structure and Zero Anaphora in Recipes

2020-12-01 · Asian Chapter of the Association for Computational Linguistics 2020 · Yiwei Jiang, Klim Zaporojets, Johannes Deleu, Thomas Demeester 외

We propose a newly annotated dataset for information extraction on recipes. Unlike previous approaches to machine comprehension of procedural texts, we avoid a priori pre-defining domain-specific predicates to recognize …

Question AnsweringReading ComprehensionRelationRelation Extraction+1

Generating Dialogues from Egocentric Instructional Videos for Task Assistance: Dataset, Method and Benchmark

2025-08-15 · Lavisha Aggarwal, Vikas Bahirwani, Lin Li, Andrea Colaco arxiv

Many everyday tasks ranging from fixing appliances, cooking recipes to car maintenance require expert knowledge, especially when tasks are complex and multi-step. Despite growing interest in AI agents, there is a scarcit…