Papers for

legal information systems teams

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Multi-hop retrieval failures predicted and reduced by new confidence scoring

Predictable Failure in Multi-Hop Retrieval: Score-Distributional Confidence Scoring and Abstention

Abstract: Multi-hop retrieval failures are not uniformly distributed across queries: they cluster in structurally predictable subpopulations. We prove two results formalizing this structure. First (CWAR Reducibility): confident-failure reduction is achievable if and only if retrieval features carry mutual information about success, a condition satisfied by LLM-judge pipelines but substantially weaker in dense-only settings, explaining the AUC-AC gap between regimes. Second (Feature Regime Complementarity): no single ANN score feature achieves best predictive performance across all failure regimes; the dominant feature differs between datasets (query length on MuSiQue, hop-1 concentration on HoVer), and a constructive witness pair shows each is necessary in one regime and non-contributory in the other. We instantiate these principles in RegimeAbstain, which computes a Retrieval Confidence Score (RCS), a logistic function of up to nine query-ANN structural features, all available without any additional LLM call, and uses it to implement a calibrated abstention policy. We define the Confident-Wrong-Answer Rate (CWAR) metric and evaluate across three multi-hop benchmarks (MuSiQue, 2WikiMultiHopQA, HoVer) and two retrieval architectures (LLM-judge and dense-only), covering five failure regimes with CWAR from 14.5% to 62.1%. RCS achieves best or co-best AUC-AC in all five conditions against eight confidence baselines. On MuSiQue (LLM-judge), RCS reduces CWAR from 39.5% to 20.6% at 50% coverage (47.8% relative reduction), with ECE=0.035. A model trained on MuSiQue transfers to 2WikiMultiHopQA with only -0.5pp AUC loss, confirming the domain-agnostic structure of regime features.

Fri 18 SeptInformation RetrievalComputation and LanguageMachine Learning
The gist
Finding the right chain of information to answer complex questions can sometimes fail, and these failures tend to happen in predictable groups based on the structure of the queries. The authors show that certain features from retrieval systems can help predict when these failures occur and which features work best depend on the dataset and query type. They create a new scoring system that uses these features to decide when to trust or abstain from giving an answer, reducing confident mistakes significantly without needing extra calls to large language models. This approach also works across different datasets, showing its broader usefulness.
Open 2609.22056v1