paper-with-me

홈 › Papers

English Recipe Flow Graph Corpus

2020-05-01 · LREC 2020 5 · Yoko Yamakata, Shinsuke Mori, John Carroll

We present an annotated corpus of English cooking recipe procedures, and describe and evaluate computational methods for learning these annotations. The corpus consists of 300 recipes written by members of the public, which we have annotated with domain-specific linguistic and semantic structure. Each recipe is annotated with (1) {`}recipe named entities{'} (r-NEs) specific to the recipe domain, and (2) a flow graph representing in detail the sequencing of steps, and interactions between cooking tools, food ingredients and the products of intermediate steps. For these two kinds of annotations, inter-annotator agreement ranges from 82.3 to 90.5 F1, indicating that our annotation scheme is appropriate and consistent. We experiment with producing these annotations automatically. For r-NE tagging we train a deep neural network NER tool; to compute flow graphs we train a dependency-style parsing procedure which we apply to the entire sequence of r-NEs in a recipe.In evaluations, our systems achieve 71.1 to 87.5 F1, demonstrating that our annotation scheme is learnable.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

NER

Similar Papers 제목 키워드 기반

Flow Graph Corpus from Recipe Texts

2014-05-01 · LREC 2014 5 · Shinsuke Mori, Hirokuni Maeta, Yoko Yamakata, Tetsuro Sasada

In this paper, we present our attempt at annotating procedural texts with a flow graph as a representation of understanding. The domain we focus on is cooking recipe. The flow graphs are directed acyclic graphs with a sp…

ARCcoreference-resolutionCoreference ResolutionDomain Adaptation+3

Towards Flow Graph Prediction of Open-Domain Procedural Texts

2023-05-31 · Keisuke Shirai, Hirotaka Kameko, Shinsuke Mori

Machine comprehension of procedural texts is essential for reasoning about the steps and automating the procedures. However, this requires identifying entities within a text and resolving the relationships between the en…

ArticlesDomain AdaptationPredictionReading Comprehension

Aligning Actions Across Recipe Graphs

2021-11-01 · EMNLP 2021 11 · Lucia Donatelli, Theresa Schmidt, Debanjali Biswas, Arne Köhn 외

Recipe texts are an idiosyncratic form of instructional language that pose unique challenges for automatic understanding. One challenge is that a cooking step in one recipe can be explained in another recipe in different…

FormSentence

Epicure: Navigating the Emergent Geometry of Food Ingredient Embeddings

2026-05-21 · Jakub Radzikowski, Josef Chen arxiv

We present Epicure, a family of three sibling skip-gram ingredient embeddings retrained from scratch on a multilingual recipe corpus. We aggregate 4.14M recipes from 11 sources spanning seven languages, English, Chinese,…

A Recipe for Arabic-English Neural Machine Translation

2018-08-18 · Abdullah Alrajeh

In this paper, we present a recipe for building a good Arabic-English neural machine translation. We compare neural systems with traditional phrase-based systems using various parallel corpora including UN, ISI and Ummah…

Machine TranslationTranslation