Search papers, labs, and topics across Lattice.
FoodOntoRAG, a novel pipeline for food entity linking, leverages a retrieval-augmented generation (RAG) approach to overcome the limitations of fine-tuning LLMs for this task. It uses a hybrid lexical-semantic retriever to identify candidate entities from domain ontologies, followed by selector and scorer agents to determine the best match and confidence score, respectively, and a synonym generator to handle low-confidence cases. Experiments demonstrate that FoodOntoRAG achieves near state-of-the-art accuracy while providing interpretability and robustness to ontology drift, without requiring fine-tuning.
Forget expensive fine-tuning: FoodOntoRAG links food entities with near SOTA accuracy while adapting to evolving ontologies using a clever RAG architecture with retrieval, selection, scoring, and synonym generation agents.
Standardizing food terms from product labels and menus into ontology concepts is a prerequisite for trustworthy dietary assessment and safety reporting. The dominant approach to Named Entity Linking (NEL) in the food and nutrition domains fine-tunes Large Language Models (LLMs) on task-specific corpora. Although effective, fine-tuning incurs substantial computational cost, ties models to a particular ontology snapshot (i.e., version), and degrades under ontology drift. This paper presents FoodOntoRAG, a model- and ontology-agnostic pipeline that performs few-shot NEL by retrieving candidate entities from domain ontologies and conditioning an LLM on structured evidence (food labels, synonyms, definitions, and relations). A hybrid lexical--semantic retriever enumerates candidates; a selector agent chooses a best match with rationale; a separate scorer agent calibrates confidence; and, when confidence falls below a threshold, a synonym generator agent proposes reformulations to re-enter the loop. The pipeline approaches state-of-the-art accuracy while revealing gaps and inconsistencies in existing annotations. The design avoids fine-tuning, improves robustness to ontology evolution, and yields interpretable decisions through grounded justifications.