用大模型拆解文献综述任务,提升检索与生成效率。
LitLLMs, LLMs for Literature Review: Are we there yet?
- 分两步检索:先提取关键词,再查外部知识库。
- 重排机制使召回率翻倍,且可解释决策过程。
- 分步规划生成,适合新模型持续评估测试。
文献综述是科研的核心环节,但撰写耗时且难度高,尤其在论文数量激增的背景下。本文探究近期大语言模型(LLMs)在基于摘要辅助撰写文献综述方面的零样本能力,将任务分解为两个部分:1. 根据查询摘要检索相关文献;2. 基于检索结果生成综述。针对检索,提出一种两阶段搜索策略:首先利用LLM从论文摘要中提取关键信息,再通过外部知识库查询相关论文;同时研究基于提示的重排机制并引入归因分析,结果显示重排使归一化召回率较简单搜索提升一倍,且揭示了模型决策逻辑。在生成阶段,提出两步法:先制定综述计划,再按计划逐步生成内容。为评估不同方法,构建了基于arXiv论文的测试集,并设计适用于新发布模型的滚动评估协议,以避免零样本评估中的测试集污染。项目主页提供演示系统和工具包,网址:https://litllm.github.io。
原文摘要 · Abstract (English)
Literature reviews are an essential component of scientific research, but they remain time-intensive and challenging to write, especially due to the recent influx of research papers. This paper explores the zero-shot abilities of recent Large Language Models (LLMs) in assisting with the writing of literature reviews based on an abstract. We decompose the task into two components: 1. Retrieving related works given a query abstract, and 2. Writing a literature review based on the retrieved results. We analyze how effective LLMs are for both components. For retrieval, we introduce a novel two-step search strategy that first uses an LLM to extract meaningful keywords from the abstract of a paper and then retrieves potentially relevant papers by querying an external knowledge base. Additionally, we study a prompting-based re-ranking mechanism with attribution and show that re-ranking doubles the normalized recall compared to naive search methods, while providing insights into the LLM's decision-making process. In the generation phase, we propose a two-step approach that first outlines a plan for the review and then executes steps in the plan to generate the actual review. To evaluate different LLM-based literature review methods, we create test sets from arXiv papers using a protocol designed for rolling use with newly released LLMs to avoid test set contamination in zero-shot evaluations. We release this evaluation protocol to promote additional research and development in this regard. Our empirical results suggest that LLMs show promising potential for writing literature reviews when the task is decomposed into smaller components of retrieval and planning. Our project page including a demonstration system and toolkit can be accessed here: https://litllm.github.io.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。