FABLE: Fine-grained Fact Anchoring for Unstructured Model Editing

arXiv cs.CL / 4/15/2026

📰 NewsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper introduces FABLE, a hierarchical, two-stage approach to unstructured model editing that separates fine-grained fact injection from holistic text generation.
  • FABLE anchors discrete facts in shallow layers and then applies minimal updates to deeper layers to keep outputs coherent while improving reliable access to specific facts.
  • The method is motivated by transformer unidirectional flow, arguing that surface-form generation tends to amplify rather than correct underlying fact representations.
  • The authors release UnFine, a diagnostic benchmark with fine-grained question-answer pairs and fact-level metrics to systematically evaluate editing quality beyond holistic recall.
  • Experiments indicate FABLE improves fine-grained question answering while preserving state-of-the-art performance on holistic editing tasks, and the code is publicly available.

Abstract

Unstructured model editing aims to update models with real-world text, yet existing methods often memorize text holistically without reliable fine-grained fact access. To address this, we propose FABLE, a hierarchical framework that decouples fine-grained fact injection from holistic text generation. FABLE follows a two-stage, fact-first strategy: discrete facts are anchored in shallow layers, followed by minimal updates to deeper layers to produce coherent text. This decoupling resolves the mismatch between holistic recall and fine-grained fact access, reflecting the unidirectional Transformer flow in which surface-form generation amplifies rather than corrects underlying fact representations. We also introduce UnFine, a diagnostic benchmark with fine-grained question-answer pairs and fact-level metrics for systematic evaluation. Experiments show that FABLE substantially improves fine-grained question answering while maintaining state-of-the-art holistic editing performance. Our code is publicly available at https://github.com/caskcsg/FABLE.