首页 > AI前沿 > Lit3R: Retrieve-Relate-Read for Evidence-Grounded Question Answering over Scientific Literature

Lit3R: Retrieve-Relate-Read for Evidence-Grounded Question Answering over Scientific Literature

arXiv自然语言 2026-09-15 17:50 3 阅读 查看原文

We describe tus-nlp's Lit3R (Retrieve-Relate-Read) system for LitTraceQA, a shared task for literature-grounded question answering that requires systems to retrieve relevant papers, identify supporting evidence, and generate answers.

Lit3R combines off-the-shelf retrieval, reranking, and large language model (LLM) components without task-specific training.

The retriever iteratively combines BM25-based sparse and dense retrieval, cross-encoder reranking, and LLM-based verification, and complements retrieval based on the question with paper-to-paper expansion.

The reader first identifies supporting evidence within individual papers and then synthesizes evidence across papers to produce the final answer and evidence trace.

On the official test set, our system ranked 4th on the leaderboard.

Our code is available at https://github.com/tus-ist-nlp/littraceqa.