CAGE: Cognitive Attribution Graphs for Faithful Inline Citation Generation in Long-Form Question Answering

· Source: Computation and Language · Field: Technology & Digital — Artificial Intelligence & Machine Learning · Depth: Expert, quick

Summary

CAGE (Cognitive Attribution Graphs for Citation Generation) is a novel two-stage framework designed to improve faithful inline citation generation in long-form question answering systems. It addresses the challenge of "attribution ambiguity" and "evidence-boundary overrun," where existing LLM outputs often attach citations that are only topically related but lack direct support for specific claims. CAGE first employs a Cognitive Map Induction Model to explicitly construct answer-centered support subgraphs, linking each semantic answer unit to its supporting documents. Subsequently, a Structured Citation Reasoning Model translates these units into sentence-level claims, ensuring map-aligned citations. This approach aims to resolve combinatorial claim-document assignments and clarify evidential boundaries. Evaluated on datasets like ASQA, ELI5, and ExpertQA, CAGE achieved state-of-the-art performance, demonstrating the efficacy of its attribution-space contraction and map-guided citation generation.

Key takeaway

For NLP Engineers developing long-form question answering systems, CAGE offers a robust approach to enhance citation fidelity. If you are struggling with "attribution ambiguity" or "evidence-boundary overrun" in your LLM outputs, consider implementing an explicit cognitive attribution mapping stage. This method can significantly improve the verifiability of your generated answers by ensuring claims are directly supported by cited evidence, as demonstrated by state-of-the-art performance on ASQA, ELI5, and ExpertQA.

Key insights

CAGE uses explicit cognitive attribution maps to align semantic answer units with supporting documents, ensuring faithful inline citations.

Principles

Method

CAGE employs a Cognitive Map Induction Model to build answer-centered support subgraphs, followed by a Structured Citation Reasoning Model that generates sentence-level claims with map-aligned citations.

Topics

Best for: Research Scientist, AI Scientist, NLP Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Computation and Language.