CLOct 5, 2022

Attention-based Ingredient Phrase Parser

CMU
arXiv:2210.02535v11 citationsh-index: 11
Originality Synthesis-oriented
AI Analysis

This work addresses the need for precise ingredient extraction to enhance conversational cooking assistants, representing an incremental improvement in a domain-specific task.

The paper tackles the problem of parsing unstructured ingredient phrases from cooking websites into structured attributes like name, unit, and quantity, achieving over 0.93 F1-score on datasets such as AllRecipes and Food.com.

As virtual personal assistants have now penetrated the consumer market, with products such as Siri and Alexa, the research community has produced several works on task-oriented dialogue tasks such as hotel booking, restaurant booking, and movie recommendation. Assisting users to cook is one of these tasks that are expected to be solved by intelligent assistants, where ingredients and their corresponding attributes, such as name, unit, and quantity, should be provided to users precisely and promptly. However, existing ingredient information scraped from the cooking website is in the unstructured form with huge variation in the lexical structure, for example, '1 garlic clove, crushed', and '1 (8 ounce) package cream cheese, softened', making it difficult to extract information exactly. To provide an engaged and successful conversational service to users for cooking tasks, we propose a new ingredient parsing model that can parse an ingredient phrase of recipes into the structure form with its corresponding attributes with over 0.93 F1-score. Experimental results show that our model achieves state-of-the-art performance on AllRecipes and Food.com datasets.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes