paper-with-me

홈 › Papers

Assistive Recipe Editing through Critiquing

2022-05-05 · Diego Antognini, Shuyang Li, Boi Faltings, Julian McAuley

There has recently been growing interest in the automatic generation of cooking recipes that satisfy some form of dietary restrictions, thanks in part to the availability of online recipe data. Prior studies have used pre-trained language models, or relied on small paired recipe data (e.g., a recipe paired with a similar one that satisfies a dietary constraint). However, pre-trained language models generate inconsistent or incoherent recipes, and paired datasets are not available at scale. We address these deficiencies with RecipeCrit, a hierarchical denoising auto-encoder that edits recipes given ingredient-level critiques. The model is trained for recipe completion to learn semantic relationships within recipes. Our work's main innovation is our unsupervised critiquing module that allows users to edit recipes by interacting with the predicted ingredients; the system iteratively rewrites recipes to satisfy users' feedback. Experiments on the Recipe1M recipe dataset show that our model can more effectively edit recipes compared to strong language-modeling baselines, creating recipes that satisfy user constraints and are more correct, serendipitous, coherent, and relevant as measured by human judges.

📄 PDF Abstract BibTeX arXiv:2205.02454

Code (0)

등록된 구현이 없습니다.

Tasks

DenoisingLanguage ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

SHARE: a System for Hierarchical Assistive Recipe Editing

2021-05-17 · Shuyang Li, Yufei Li, Jianmo Ni, Julian McAuley

The large population of home cooks with dietary restrictions is under-served by existing cooking resources and recipe generation models. To help them, we propose the task of controllable recipe editing: adapt a base reci…

Recipe Generation

MAMM-Refine: A Recipe for Improving Faithfulness in Generation with Multi-Agent Collaboration

2025-03-19 · David Wan, Justin Chih-Yao Chen, Elias Stengel-Eskin, Mohit Bansal

Multi-agent collaboration among models has shown promise in reasoning tasks but is underexplored in long-form generation tasks like summarization and question-answering. We extend multi-agent multi-model reasoning to gen…

Long Form Question AnsweringQuestion AnsweringReranking

RecipeMind: Guiding Ingredient Choices from Food Pairing to Recipe Completion using Cascaded Set Transformer

2022-10-14 · Mogan Gim, Donghee Choi, Kana Maruyama, Jihun Choi 외

We propose a computational approach for recipe ideation, a downstream task that helps users select and gather ingredients for creating dishes. To perform this task, we developed RecipeMind, a food affinity score predicti…

Prediction

Lifelong Knowledge Editing for LLMs with Retrieval-Augmented Continuous Prompt Learning

2024-05-06 · Qizhou Chen, Taolin Zhang, Xiaofeng He, Dongyang Li 외

Model editing aims to correct outdated or erroneous knowledge in large language models (LLMs) without the need for costly retraining. Lifelong model editing is the most challenging task that caters to the continuous edit…

knowledge editingLifelong learningModel EditingPrompt Learning+1

Interacting with Explanations through Critiquing

2020-05-22 · Diego Antognini, Claudiu Musat, Boi Faltings

Using personalized explanations to support recommendations has been shown to increase trust and perceived quality. However, to actually obtain better recommendations, there needs to be a means for users to modify the rec…

Multi-Task Learning