English

Deep Learning Based Named Entity Recognition Models for Recipes

Computation and Language 2024-06-07 v2 Artificial Intelligence Information Retrieval

Abstract

Food touches our lives through various endeavors, including flavor, nourishment, health, and sustainability. Recipes are cultural capsules transmitted across generations via unstructured text. Automated protocols for recognizing named entities, the building blocks of recipe text, are of immense value for various applications ranging from information extraction to novel recipe generation. Named entity recognition is a technique for extracting information from unstructured or semi-structured data with known labels. Starting with manually-annotated data of 6,611 ingredient phrases, we created an augmented dataset of 26,445 phrases cumulatively. Simultaneously, we systematically cleaned and analyzed ingredient phrases from RecipeDB, the gold-standard recipe data repository, and annotated them using the Stanford NER. Based on the analysis, we sampled a subset of 88,526 phrases using a clustering-based approach while preserving the diversity to create the machine-annotated dataset. A thorough investigation of NER approaches on these three datasets involving statistical, fine-tuning of deep learning-based language models and few-shot prompting on large language models (LLMs) provides deep insights. We conclude that few-shot prompting on LLMs has abysmal performance, whereas the fine-tuned spaCy-transformer emerges as the best model with macro-F1 scores of 95.9%, 96.04%, and 95.71% for the manually-annotated, augmented, and machine-annotated datasets, respectively.

Keywords

Cite

@article{arxiv.2402.17447,
  title  = {Deep Learning Based Named Entity Recognition Models for Recipes},
  author = {Mansi Goel and Ayush Agarwal and Shubham Agrawal and Janak Kapuriya and Akhil Vamshi Konam and Rishabh Gupta and Shrey Rastogi and Niharika and Ganesh Bagler},
  journal= {arXiv preprint arXiv:2402.17447},
  year   = {2024}
}

Comments

13 pages, 6 main figures and 2 in appendices, and 3 main tables; Accepted for publication in LREC-COLING 2024

R2 v1 2026-06-28T15:01:50.357Z