LimitGen
收藏资源简介:
LimitGen是第一个全面评估LLMs在支持早期反馈和补充人类同行评审方面能力的基准。我们的基准包括两个子集:LimitGen-Syn,一个通过受控扰动论文精心创建的合成数据集,和LimitGen-Human,一个真实人类撰写限制的集合。
LimitGen is the first benchmark that comprehensively evaluates the capabilities of Large Language Models (LLMs) in supporting early-stage feedback and supplementing human peer review. Our benchmark comprises two subsets: LimitGen-Syn, a synthetic dataset meticulously created via controlled perturbations to academic papers, and LimitGen-Human, a collection of real human-written limitations.
LimitGen 数据集概述
数据集简介
- 名称: LimitGen Benchmark
- 目的: 评估大型语言模型(LLMs)在识别科研论文局限性方面的能力,旨在支持早期反馈并补充人工同行评审
- 组成:
- LimitGen-Syn: 通过受控扰动论文创建的合成数据集
- LimitGen-Human: 真实人工撰写的局限性集合
数据集特点
- 首创性: 首个全面评估LLMs在识别论文局限性方面能力的基准
- 应用场景: 支持同行评审流程,特别是局限性识别任务
使用方法
1. 局限性生成
- 执行路径:
identification目录 - 脚本:
main_human.py: 处理人工撰写子集main_syn.py: 处理合成子集(需指定error_type参数)
2. RAG流程
- 检索相关论文:
- 执行路径:
retrieval目录 - 脚本顺序:
query_gen.py→search.py→recommendation.py→rerank.py
- 执行路径:
- (可选)使用MMDA预处理PDF
- 生成参考内容:
section_locate.py→rewrite.py
3. 评估方法
-
LimitGen-Syn子集:
- 执行路径:
evaluation/syn - 脚本:
aspect_check.py(需指定error_type)subtype_classification.py(需指定error_type)coarse_accuracy.pyrating.py(需指定error_type)
- 执行路径:
-
LimitGen-Human子集:
- 执行路径:
evaluation/human - 脚本:
measure_overlap.pymatch_calculate.pyrating.py
- 执行路径:
引用信息
bibtex @misc{xu2025llmsidentifycriticallimitations, title={Can LLMs Identify Critical Limitations within Scientific Research? A Systematic Evaluation on AI Research Papers}, author={Zhijian Xu and Yilun Zhao and Manasi Patwardhan and Lovekesh Vig and Arman Cohan}, year={2025}, eprint={2507.02694}, archivePrefix={arXiv}, primaryClass={cs.CL}, url={https://arxiv.org/abs/2507.02694}, }




