CLMar 10

Beyond Fine-Tuning: Robust Food Entity Linking under Ontology Drift with FoodOntoRAG

arXiv:2603.09758v13.21 citationsh-index: 24
Predicted impact top 95% in CL · last 90 daysOriginality Incremental advance
AI Analysis

This addresses the challenge of standardizing food terms for dietary assessment and safety reporting, offering a robust solution to ontology evolution.

The paper tackled the problem of food entity linking under ontology drift by introducing FoodOntoRAG, a pipeline that avoids fine-tuning and uses retrieval and LLM conditioning, achieving state-of-the-art accuracy with interpretable decisions.

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.

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