Search papers, labs, and topics across Lattice.
This paper introduces LoG-Reranker, a novel local-to-global sentence-level graph reranking framework that enhances scientific synthesis by addressing the limitations of traditional passage-level rerankers. By employing role-aware local scoring to identify relevant sentences and modeling their interrelations through a sentence graph, LoG-Reranker improves the comprehensiveness and grounding of synthesized responses. Experimental results demonstrate that LoG-Reranker significantly outperforms existing rerankers, leading to more reliable rankings and higher-quality generated syntheses.
Reranking at the sentence level can dramatically enhance the quality of synthesized scientific responses by revealing critical contextual relationships often overlooked by traditional methods.
Retrieval-augmented scientific synthesis aims to answer complex research questions by integrating information from multiple papers into comprehensive and well-grounded responses. Since the generator can only synthesize the information selected and organized by the reranker, the quality of the generated synthesis depends critically on the reranked results. However, most rerankers operate at the passage level, which leaves key methodological, empirical, and comparative information buried in long and flat contexts, weakening the grounding of generated claims. Moreover, existing rerankers mainly rely on independent query-candidate scoring which overlooks complementary, contextual, and contrasting relations across scientific candidates, limiting information coverage and the comprehensiveness of the resulting synthesis. To address these limitations, we propose LoG-Reranker, a local-to-global sentence-level graph reranking framework for scientific synthesis. LoG-Reranker performs role-aware local scoring to identify fine-grained, query-relevant sentences and then models their relations on a sentence graph across the candidate set to globally refine sentence rankings. Top-ranked sentences and their connected neighbors are organized into a structured input context for generator to produce more grounded and comprehensive synthesis.Extensive experiments on scientific synthesis and reranking benchmarks show that LoG-Reranker consistently outperforms competitive rerankers, yielding more reliable rankings and improving the quality of generated synthesis.