Papers › Unveiling the Merits and Defects of LLMs in Automatic Review Generation for Scientific Papers

Unveiling the Merits and Defects of LLMs in Automatic Review Generation for Scientific Papers

13 Sep 2025NeurIPSarXiv:2509.19326added by Syntology

Ruochi Li, Haoxuan Zhang, Edward Gehringer, Ting Xiao, Junhua Ding, Haihua Chen

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

The surge in scientific submissions has placed increasing strain on the traditional peer-review process, prompting the exploration of large language models (LLMs) for automated review generation. While LLMs demonstrate competence in producing structured and coherent feedback, their capacity for critical reasoning, contextual grounding, and quality sensitivity remains limited. To systematically evaluate these aspects, we propose a comprehensive evaluation framework that integrates semantic similarity analysis and structured knowledge graph metrics to assess LLM-generated reviews against human-written counterparts. We construct a large-scale benchmark of 1,683 papers and 6,495 expert reviews from ICLR and NeurIPS in multiple years, and generate reviews using five LLMs. Our findings show that LLMs perform well in descriptive and affirmational content, capturing the main contributions and methodologies of the original work, with GPT-4o highlighted as an illustrative example, generating 15.74% more entities than human reviewers in the strengths section of good papers in ICLR 2025. However, they consistently underperform in identifying weaknesses, raising substantive questions, and adjusting feedback based on paper quality. GPT-4o produces 59.42% fewer entities than real reviewers in the weaknesses and increases node count by only 5.7% from good to weak papers, compared to 50% in human reviews. Similar trends are observed across all conferences, years, and models, providing empirical foundations for understanding the merits and defects of LLM-generated reviews and informing the development of future LLM-assisted reviewing tools. Data, code, and more detailed results are publicly available at https://github.com/RichardLRC/Peer-Review.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2509.19326")

Code

Syntology Ran 0 of 13 code samples harvested from 1 repository linked to this paper; 13 have no recorded run.

By repository: found in paper text by Syntology: 13 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

RichardLRC/Peer-Review found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

13 samples harvested; 0 ran; 0 honoured the contract we drafted; 13 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

13unverified

Licence: 13 of the 13 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from RichardLRC/Peer-Review. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

build_entity_graph RichardLRC/Peer-Review/Code/Knowledge_graph_construct.py found in paper text by Syntology unverified no licence file found · pointer only · 1a97536792d3eb13 · report
clean_claude_output RichardLRC/Peer-Review/Code/LLMs_Generation/claude_reviewer.py found in paper text by Syntology unverified no licence file found · pointer only · e3773bf4a2383d50 · report
compute_graph_metrics RichardLRC/Peer-Review/Code/Knowledge_graph_construct.py found in paper text by Syntology unverified no licence file found · pointer only · 45d6f593a97ba971 · report
detect_and_save_valley_filtered RichardLRC/Peer-Review/Code/KDE_filter.py found in paper text by Syntology unverified no licence file found · pointer only · cdeca7d08e50d4c9 · report
download_pdf RichardLRC/Peer-Review/Code/Paper_download.py found in paper text by Syntology unverified no licence file found · pointer only · ae7dab7cedc2de5f · report
extract_consistent_papers RichardLRC/Peer-Review/Code/Paper_select.py found in paper text by Syntology unverified no licence file found · pointer only · b590d0ec8635293f · report
extract_first_json RichardLRC/Peer-Review/Code/LLMs_Generation/claude_reviewer.py found in paper text by Syntology unverified no licence file found · pointer only · 9b8a96aa6d6c6af9 · report
extract_text_from_mmd RichardLRC/Peer-Review/Code/LLMs_Generation/gemini_reviewer.py found in paper text by Syntology unverified no licence file found · pointer only · a8c31d52558327ef · report
extract_valid_json RichardLRC/Peer-Review/Code/LLMs_Generation/claude_reviewer.py found in paper text by Syntology unverified no licence file found · pointer only · 72d725788f0382fa · report
fix_illegal_escapes RichardLRC/Peer-Review/Code/LLMs_Generation/gemini_reviewer.py found in paper text by Syntology unverified no licence file found · pointer only · 031e5c90de7a1d47 · report
generate_single_review RichardLRC/Peer-Review/Code/LLMs_Generation/gpt_reviewer.py found in paper text by Syntology unverified no licence file found · pointer only · ce4b06d536998685 · report
load_json RichardLRC/Peer-Review/Code/Semantic_similarity.py found in paper text by Syntology unverified no licence file found · pointer only · a0c7393409fd0be9 · report
should_filter_question RichardLRC/Peer-Review/Code/Knowledge_graph_construct.py found in paper text by Syntology unverified no licence file found · pointer only · b2aa91ad1bb6d352 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2509.19326, was issued in September 2025, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections