paper-with-me

Papers

A Recipe for Creating Multimodal Aligned Datasets for Sequential Tasks

2020-05-19 · ACL 2020 6 · Angela S. Lin, Sudha Rao, Asli Celikyilmaz, Elnaz Nouri, Chris Brockett, Debadeepta Dey, Bill Dolan

Many high-level procedural tasks can be decomposed into sequences of instructions that vary in their order and choice of tools. In the cooking domain, the web offers many partially-overlapping text and video recipes (i.e. procedures) that describe how to make the same dish (i.e. high-level task). Aligning instructions for the same dish across different sources can yield descriptive visual explanations that are far richer semantically than conventional textual instructions, providing commonsense insight into how real-world procedures are structured. Learning to align these different instruction sets is challenging because: a) different recipes vary in their order of instructions and use of ingredients; and b) video instructions can be noisy and tend to contain far more information than text instructions. To address these challenges, we first use an unsupervised alignment algorithm that learns pairwise alignments between instructions of different recipes for the same dish. We then use a graph algorithm to derive a joint alignment between multiple text and multiple video recipes for the same dish. We release the Microsoft Research Multimodal Aligned Recipe Corpus containing 150K pairwise alignments between recipes across 4,262 dishes with rich commonsense information.

📄 PDF Abstract BibTeX arXiv:2005.09606

Code (1)

microsoft/multimodal-aligned-recipe-corpus 공식 구현

Tasks

Descriptive

Similar Papers 제목 키워드 기반

RecipeGen: A Step-Aligned Multimodal Benchmark for Real-World Recipe Generation

2025-06-07 · Ruoxuan Zhang, Jidong Gao, Bin Wen, HongXia Xie 외

Creating recipe images is a key challenge in food computing, with applications in culinary education and multimodal recipe assistants. However, existing datasets lack fine-grained alignment between recipe goals, step-wis…

Recipe Generation

RecipeQA: A Challenge Dataset for Multimodal Comprehension of Cooking Recipes

2018-09-04 · EMNLP 2018 10 · Semih Yagcioglu, Aykut Erdem, Erkut Erdem, Nazli Ikizler-Cinbis

Understanding and reasoning about cooking recipes is a fruitful research direction towards enabling machines to interpret procedural text. In this work, we introduce RecipeQA, a dataset for multimodal comprehension of co…

Reading Comprehension

Recipe1M+: A Dataset for Learning Cross-Modal Embeddings for Cooking Recipes and Food Images

2018-10-14 · Javier Marin, Aritro Biswas, Ferda Ofli, Nicholas Hynes 외

In this paper, we introduce Recipe1M+, a new large-scale, structured corpus of over one million cooking recipes and 13 million food images. As the largest publicly available collection of recipe data, Recipe1M+ affords t…

Cross-Modal RetrievalGeneral ClassificationRetrieval

Storyboarding of Recipes: Grounded Contextual Generation

2019-07-01 · ICLR Workshop DeepGenStruct 2019 · Ch, Khyathi u, Eric Nyberg, Alan W. black

Information need of humans is essentially multimodal in nature, enabling maximum exploitation of situated context. We introduce a dataset for sequential procedural (how-to) text generation from images in cooking domain. …

DecoderText Generation

Analyzing Unaligned Multimodal Sequence via Graph Convolution and Graph Pooling Fusion

2020-11-27 · Sijie Mai, Songlong Xing, Jiaxuan He, Ying Zeng 외

In this paper, we study the task of multimodal sequence analysis which aims to draw inferences from visual, language and acoustic sequences. A majority of existing works generally focus on aligned fusion, mostly at word …