ABCD-LINK: Annotation Bootstrapping for Cross-Document Fine-Grained Links
Serwar Basch, Ilia Kuznetsov, Tom Hope, Iryna Gurevych
TL;DR
The paper presents a domain-agnostic framework to bootstrap sentence-level cross-document links using semi-synthetic data and a two-stage evaluation: automatic benchmarking of linking approaches and a large-scale human-in-the-loop annotation study. It demonstrates that combining a strong retriever (Dragon+) with LLM-based classification (R+LLM) yields substantial gains in both recall and precision across peer-review and news domains, outperforming retrieval alone. The approach enables scalable generation of linked datasets and practical annotation workflows, achieving high-quality links while reducing manual effort; the authors release code, data, and annotation protocols to support broader research. The results suggest strong potential for downstream tasks like media framing analysis and peer-review assessment, with careful attention to domain characteristics and prompt design. Overall, the framework provides a practical, generalizable path to study and operationalize cross-document understanding at scale.
Abstract
Understanding fine-grained links between documents is crucial for many applications, yet progress is limited by the lack of efficient methods for data curation. To address this limitation, we introduce a domain-agnostic framework for bootstrapping sentence-level cross-document links from scratch. Our approach (1) generates and validates semi-synthetic datasets of linked documents, (2) uses these datasets to benchmark and shortlist the best-performing linking approaches, and (3) applies the shortlisted methods in large-scale human-in-the-loop annotation of natural text pairs. We apply the framework in two distinct domains -- peer review and news -- and show that combining retrieval models with LLMs achieves a 73% human approval rate for suggested links, more than doubling the acceptance of strong retrievers alone. Our framework allows users to produce novel datasets that enable systematic study of cross-document understanding, supporting downstream tasks such as media framing analysis and peer review assessment. All code, data, and annotation protocols are released to facilitate future research.
