An open API service indexing awesome lists of open source software.

https://github.com/jd-coderepos/awesome-scientific-peer-review

A curated list of datasets, tools, papers, models, benchmarks, and workflows for AI-assisted scientific peer review.
https://github.com/jd-coderepos/awesome-scientific-peer-review

List: awesome-scientific-peer-review

awesome awesome-list large-language-models natural-language-processing peer-review scientific-publishing

Last synced: 28 days ago
JSON representation

A curated list of datasets, tools, papers, models, benchmarks, and workflows for AI-assisted scientific peer review.

Awesome Lists containing this project

README

          


Awesome Scientific Peer Review


Awesome
License: CC BY 4.0
Contributions Welcome

A curated, taxonomy-aware catalog of datasets, systems, tools, and evaluation resources for AI-assisted scientific peer review.

> [!IMPORTANT]
> Scientific peer review requires expert judgment, confidentiality, fairness, and accountability. These resources should support human reviewers and editors, not replace responsible human decision-making.

## Contents

- [๐Ÿ“– How to Use This Catalog](#-how-to-use-this-catalog)
- [๐Ÿงญ Browse by Task](#-browse-by-task)
- [๐Ÿ“ Peer Review Evaluation Taxonomy](#-peer-review-evaluation-taxonomy)
- [๐Ÿ—‚๏ธ Datasets and Benchmarks](#๏ธ-datasets-and-benchmarks)
- [โš™๏ธ Systems and Methods](#๏ธ-systems-and-methods)
- [๐Ÿงฑ Infrastructure and Building Blocks](#-infrastructure-and-building-blocks)
- [๐Ÿ›๏ธ Policies, Ethics, and Governance](#๏ธ-policies-ethics-and-governance)
- [๐Ÿ“š Surveys and Field Studies](#-surveys-and-field-studies)
- [โœ… Evaluation Checklist](#-evaluation-checklist)
- [๐Ÿ”ญ Open Gaps](#-open-gaps)
- [๐Ÿ”— Related Awesome Lists](#-related-awesome-lists)
- [๐Ÿค Contributing](#-contributing)
- [โœจ Acknowledgements](#-acknowledgements)

## ๐Ÿ“– How to Use This Catalog

Every named resource is linked to its primary paper, repository, dataset, API, or official product page. Entries appear once in the canonical catalogs; the task and taxonomy tables are linked indexes into those resources.

### Visual Legend

| Dimension | Symbols |
| --- | --- |
| Resource | ๐ŸŸฆ dataset/benchmark ยท ๐ŸŸฉ code/tool ยท ๐ŸŸช system/model ยท ๐ŸŸจ paper/survey ยท ๐ŸŸฅ policy/commercial |
| Access | โœ… open artifact ยท ๐Ÿ“ฆ open data ยท ๐Ÿ“„ paper only ยท ๐ŸŒ hosted service/API ยท ๐Ÿ”’ proprietary ยท โš ๏ธ access unclear |
| Workflow | ๐Ÿ“ฅ ingest ยท ๐Ÿ‘ฅ match ยท โœ๏ธ review ยท ๐Ÿ” assess ยท ๐Ÿง‘โ€โš–๏ธ meta-review ยท โ†”๏ธ rebuttal ยท ๐Ÿ“ revision ยท ๐Ÿ›ก๏ธ audit |
| Taxonomy facet | ๐Ÿงฉ argument ยท ๐ŸŽฏ content aspect ยท ๐Ÿงฑ structure ยท ๐Ÿ’ฌ sentiment ยท โš–๏ธ polarity |

## ๐Ÿงญ Browse by Task

| Goal | Start with | Baseline or comparison |
| --- | --- | --- |
| Generate a scientific review | [NLPeer](https://github.com/UKPLab/nlpeer), [PeerRead](https://github.com/allenai/PeerRead) | Structured LLM prompt; compare with [ReviewAdvisor](https://github.com/neulab/ReviewAdvisor), [ReviewRobot](https://github.com/EagleW/ReviewRobot), or [TreeReview](https://github.com/YuanChang98/tree-review). |
| Evaluate review usefulness | [RevUtil](https://github.com/bodasadallah/RevUtil), [ReAct](https://github.com/gtmdotme/ReAct) | Classify actionability/helpfulness; add grounding checks from [SubstanReview](https://github.com/YanzhuGuo/SubstanReview). |
| Detect weak or deficient critiques | [ReviewCritique](https://github.com/jiangshdd/ReviewCritique), [LazyReview](https://github.com/UKPLab/acl2025-lazy-review) | Rubric-based classifier or LLM judge with human validation. |
| Measure aspect coverage and blind spots | [PeerRead](https://aclanthology.org/N18-1145/), [Peer Review Analyze](https://doi.org/10.1371/journal.pone.0259238) | Sentence-level aspect classifier; compare focus allocation with [Mind the Blind Spots](https://arxiv.org/abs/2502.17086). |
| Mine arguments in reviews | [AMPERE](https://xinyuhua.github.io/Resources/naacl19/), [Argument Mining Driven Analysis](https://arxiv.org/abs/2012.07743) | Proposition classifier for evaluation, request, fact, reference, and quote. |
| Link reviews and rebuttals | [DISAPERE](https://github.com/nnkennard/DISAPERE), [APE](https://github.com/LiyingCheng95/ArgumentPairExtraction) | Sentence-pair similarity or NLI; compare with [MLMC](https://github.com/TianyuTerry/MLMC). |
| Generate or evaluate meta-reviews | [MReD](https://arxiv.org/abs/2110.07474), [ReviewAgents](https://arxiv.org/abs/2503.08506) | Structured synthesis that preserves disagreement and uncertainty. |
| Align reviews with manuscript changes | [ARIES](https://arxiv.org/abs/2306.12587), [CASIMIR](https://arxiv.org/abs/2403.00241), [F1000RD](https://github.com/UKPLab/f1000rd) | Sentence alignment between review comments and edited spans. |
| Match reviewers to papers | [OpenReview Matcher](https://github.com/openreview/openreview-matcher) | Abstract/publication similarity using [Sentence Transformers](https://github.com/UKPLab/sentence-transformers), then add conflicts and workload constraints. |
| Build a literature-grounded assistant | [GROBID](https://github.com/kermitt2/grobid), [Semantic Scholar API](https://api.semanticscholar.org/api-docs/graph), [OpenAlex](https://docs.openalex.org/) | Parse โ†’ retrieve โ†’ critique; evaluate retrieval and faithfulness with [Ragas](https://github.com/explodinggradients/ragas) or [TruLens](https://github.com/truera/trulens). |
| Evaluate an LLM reviewer | [ReviewCritique](https://github.com/jiangshdd/ReviewCritique), [RevUtil](https://github.com/bodasadallah/RevUtil), [YESciEval](https://arxiv.org/abs/2505.14279) | Multidimensional rubric plus qualified human review; do not rely on one scalar score. |
| Audit robustness or gaming | [Breaking the Reviewer](https://github.com/Lin-TzuLing/Breaking-the-Reviewer), [Are We There Yet?](https://arxiv.org/abs/2412.01708) | Repeated runs, paper rewrites, adversarial phrasing, and prompt-injection tests. |

## ๐Ÿ“ Peer Review Evaluation Taxonomy

The catalog incorporates the two-level taxonomy from the attached research paper. **Paper review evaluation facets** describe what a review evaluates about the manuscript. **Peer review evaluation facets** describe how well the review itself performs that evaluation.

The five facet families below are cross-cutting. They are useful both for choosing datasets and for designing evaluation modules.

| Facet family | Paper review evaluation | Peer review evaluation | Representative resources |
| --- | --- | --- | --- |
| ๐Ÿงฉ **Argument** | Evaluations, requests, facts, references, claims, evidence, and review-rebuttal links. | Actionability, substantiation, argument completeness, balance, and deficiency types. | [AMPERE](https://xinyuhua.github.io/Resources/naacl19/), [APE](https://github.com/LiyingCheng95/ArgumentPairExtraction), [DISAPERE](https://github.com/nnkennard/DISAPERE), [ReAct](https://github.com/gtmdotme/ReAct), [SubstanReview](https://github.com/YanzhuGuo/SubstanReview), [RevUtil](https://github.com/bodasadallah/RevUtil), [ReviewCritique](https://github.com/jiangshdd/ReviewCritique). |
| ๐ŸŽฏ **Content aspect** | Novelty, originality, soundness, correctness, clarity, substance, impact, comparison, appropriateness, and replicability. | Coverage, balance, attention skew, and omission of important manuscript weaknesses. | [PeerRead](https://aclanthology.org/N18-1145/), [Peer Review Analyze](https://doi.org/10.1371/journal.pone.0259238), [ReviewAdvisor](https://github.com/neulab/ReviewAdvisor), [Identifying Aspects in Peer Reviews](https://github.com/UKPLab/emnlp2025-aspects-in-reviews), [Mind the Blind Spots](https://arxiv.org/abs/2502.17086). |
| ๐Ÿงฑ **Structure** | Summary-strengths-weaknesses-conclusion organization, question trees, causal workflows, and links to manuscript sections. | Pragmatic composition, review-rebuttal interaction, cross-round evolution, and revision structure. | [F1000RD](https://github.com/UKPLab/f1000rd), [NLPeer](https://github.com/UKPLab/nlpeer), [MReD](https://arxiv.org/abs/2110.07474), [DISAPERE](https://github.com/nnkennard/DISAPERE), [TreeReview](https://github.com/YuanChang98/tree-review), [STRICTA](https://github.com/UKPLab/acl2025-stricta). |
| ๐Ÿ’ฌ **Sentiment** | Aspect-conditioned positive or negative sentiment about manuscript properties. | Politeness, harshness, helpfulness, and interpersonal tone. | [Aspect-Based Sentiment Analysis](https://arxiv.org/abs/2006.03257), [Peer Review Analyze](https://doi.org/10.1371/journal.pone.0259238), [RevUtil](https://github.com/bodasadallah/RevUtil), [Peer Reviews of Peer Reviews](https://doi.org/10.1371/journal.pone.0320444). |
| โš–๏ธ **Polarity** | Strength versus weakness, accept-supporting versus reject-supporting arguments, disagreement, and contradiction. | Positivity bias, contradiction, confidence, uncertainty, hedging, and calibration. | [Argument Mining Driven Analysis](https://arxiv.org/abs/2012.07743), [When Reviewers Lock Horns](https://github.com/sandeep82945/Contradiction-in-Peer-Review), [HedgePeer](https://github.com/Tirthankar-Ghosal/HedgePeer-Dataset), [Breaking the Reviewer](https://github.com/Lin-TzuLing/Breaking-the-Reviewer). |

### Taxonomy-Aligned Evaluation Blueprint

A practical reviewer-assistance evaluation should combine:

1. ๐ŸŽฏ **Content-aspect coverage** - Did the review inspect the criteria that matter for this paper and venue?
2. ๐Ÿงฉ **Argument and grounding** - Are criticisms specific, justified, and linked to manuscript evidence?
3. ๐Ÿงฑ **Structure and interaction** - Is feedback organized, traceable, and responsive across reviews, rebuttals, and revisions?
4. ๐Ÿ’ฌ **Utility and tone** - Is the review professional and useful to authors?
5. โš–๏ธ **Polarity and calibration** - Are strengths, weaknesses, disagreement, and uncertainty represented faithfully?
6. ๐Ÿ›ก๏ธ **Robustness and integrity** - Is the system stable under manipulation, repetition, and changing model conditions?

## ๐Ÿ—‚๏ธ Datasets and Benchmarks

This is the canonical dataset catalog. Access symbols describe the linked artifact, not every upstream source from which the dataset was derived.

| Resource | Best for | Contains | Facets | Access |
| --- | --- | --- | --- | --- |
| [PeerRead](https://github.com/allenai/PeerRead) | Review generation, score prediction, aspect modeling | Papers, reviews, scores, decisions | ๐ŸŽฏ โš–๏ธ | ๐ŸŸฆ โœ… |
| [NLPeer](https://github.com/UKPLab/nlpeer) | Cross-domain review modeling and guided reading | Papers, reviews, decisions, revisions | ๐ŸŽฏ ๐Ÿงฑ | ๐ŸŸฆ โœ… |
| [MOPRD](https://arxiv.org/abs/2212.04972) | Multidisciplinary, multi-round workflows | Manuscript versions, reviews, rebuttals, meta-reviews, decisions | ๐Ÿงฉ ๐Ÿงฑ | ๐ŸŸฆ ๐Ÿ“„ |
| [F1000RD](https://github.com/UKPLab/f1000rd) | Pragmatic roles, intertextual links, revision histories | Open-review articles, reviews, versions, links | ๐Ÿงฉ ๐Ÿงฑ | ๐ŸŸฆ โœ… |
| [AMPERE](https://xinyuhua.github.io/Resources/naacl19/) | Review argument mining | Reviews, proposition spans, argument roles | ๐Ÿงฉ | ๐ŸŸฆ ๐Ÿ“ฆ |
| [DISAPERE](https://github.com/nnkennard/DISAPERE) | Review-rebuttal discourse and linking | Reviews, rebuttals, discourse/aspect/polarity labels, links | ๐Ÿงฉ ๐Ÿงฑ โš–๏ธ | ๐ŸŸฆ โœ… |
| [MReD](https://arxiv.org/abs/2110.07474) | Meta-review generation | Reviews, meta-reviews, structural labels | ๐Ÿงฑ | ๐ŸŸฆ ๐Ÿ“„ |
| [Peer Review Analyze](https://doi.org/10.1371/journal.pone.0259238) | Purpose, section, aspect, and sentiment analysis | Reviews with multilayer sentence labels | ๐ŸŽฏ ๐Ÿงฑ ๐Ÿ’ฌ | ๐ŸŸฆ โš ๏ธ |
| [ReAct](https://github.com/gtmdotme/ReAct) | Actionability and comment function | Review comments, actionability/function labels | ๐Ÿงฉ | ๐ŸŸฆ โœ… |
| [RevUtil](https://github.com/bodasadallah/RevUtil) | Review utility | Comments, actionability, grounding, verifiability, helpfulness | ๐Ÿงฉ ๐Ÿ’ฌ | ๐ŸŸฆ โœ… |
| [ReviewCritique](https://github.com/jiangshdd/ReviewCritique) | Deficiency detection | Papers, reviews, deficiency labels, explanations | ๐Ÿงฉ | ๐ŸŸฆ โœ… |
| [LazyReview](https://github.com/UKPLab/acl2025-lazy-review) | Lazy-thinking and critique failure modes | Review sentences, cognitive-deficiency categories | ๐Ÿงฉ โš–๏ธ | ๐ŸŸฆ โœ… |
| [SubstanReview](https://github.com/YanzhuGuo/SubstanReview) | Claim-evidence grounding | Review claims and supporting evidence links | ๐Ÿงฉ | ๐ŸŸฆ โœ… |
| [ARIES](https://arxiv.org/abs/2306.12587) | Review-to-edit alignment | Review comments and manuscript edits | ๐Ÿงฉ ๐Ÿงฑ | ๐ŸŸฆ ๐Ÿ“„ |
| [CASIMIR](https://arxiv.org/abs/2403.00241) | Revision intent and version alignment | Paper versions, aligned sentences, revision intents, reviews | ๐Ÿงฑ | ๐ŸŸฆ ๐Ÿ“„ |
| [HedgePeer](https://github.com/Tirthankar-Ghosal/HedgePeer-Dataset) | Uncertainty and calibration language | Reviews, hedge cues, hedge spans | โš–๏ธ | ๐ŸŸฆ โœ… |
| [ASAP-Review](https://aclanthology.org/2023.ijcnlp-srw.6/) | Aspect-informed score prediction | Review comments and reported aspect/sentiment annotations | ๐ŸŽฏ ๐Ÿ’ฌ | ๐ŸŸฆ โš ๏ธ |
| [CiteTracked](https://pure.itu.dk/portal/da/publications/0270dbc3-5fa8-4b2c-8e65-3a867f5f8cb4) | Longitudinal review-impact analysis | ML papers, review text, citation counts | ๐ŸŽฏ | ๐ŸŸฆ ๐Ÿ“„ |
| [GenReview](https://anonymous.4open.science/r/gen_review) | Human versus controlled LLM-review comparison | Human and positive/neutral/negative generated reviews | ๐Ÿ’ฌ โš–๏ธ | ๐ŸŸฆ ๐Ÿ“ฆ |
| [arXivEdits](https://arxiv.org/abs/2210.15067) | General scientific revision modeling | Aligned arXiv versions, edits, revision intents | ๐Ÿงฑ | ๐ŸŸฆ ๐Ÿ“„ |

## โš™๏ธ Systems and Methods

### โœ๏ธ Review Generation and Critique

- ๐ŸŸช โœ… [ReviewAdvisor](https://github.com/neulab/ReviewAdvisor) - Aspect-aware extract-then-generate baseline for summary, originality, soundness, comparison, and replicability.
- ๐ŸŸช โœ… [ReviewRobot](https://github.com/EagleW/ReviewRobot) - Explainable review generation using paper, related-work, and background knowledge graphs.
- ๐ŸŸช ๐Ÿ“„ [Automated Focused Feedback Generation](https://arxiv.org/abs/2405.20477) - Planner-investigator-reviewer-controller workflow for targeted manuscript weaknesses.
- ๐ŸŸช ๐Ÿ“„ [MARG](https://arxiv.org/abs/2401.04259) - Leader-worker and aspect-specialist agents for long-paper review generation.
- ๐ŸŸช โœ… [OpenReviewer](https://arxiv.org/abs/2412.11948) - Open scientific-review model for structured critique of machine-learning papers.
- ๐ŸŸช ๐Ÿ“„ [ReviewAgents](https://arxiv.org/abs/2503.08506) - Multiple reviewer agents plus an area-chair agent for review and meta-review synthesis.
- ๐ŸŸช โœ… [TreeReview](https://github.com/YuanChang98/tree-review) - Dynamic question-tree decomposition with answer sufficiency checks.
- ๐ŸŸช โœ… [STRICTA](https://github.com/UKPLab/acl2025-stricta) - Human-correctable READ-EXTRACT-INFER workflow for critical assessment.
- ๐ŸŸช ๐ŸŒ [DeepReview](https://ai-researcher.net/) - Staged novelty verification, retrieval-grounded reviewing, and reliability checking.

### ๐Ÿ” Review Quality and Facet Evaluation

- ๐ŸŸช โœ… [Identifying Aspects in Peer Reviews](https://github.com/UKPLab/emnlp2025-aspects-in-reviews) - Paper Aspect Prediction and Review Aspect Prediction for expected versus observed review coverage.
- ๐ŸŸจ ๐Ÿ“„ [Mind the Blind Spots](https://arxiv.org/abs/2502.17086) - Focus-level comparison of review targets and evaluation aspects.
- ๐ŸŸจ ๐Ÿ“„ [Aspect-Based Sentiment Analysis of Scientific Reviews](https://arxiv.org/abs/2006.03257) - Aspect-conditioned sentiment and reviewer-disagreement modeling.
- ๐ŸŸจ ๐Ÿ“„ [Peer Reviews of Peer Reviews](https://doi.org/10.1371/journal.pone.0320444) - Randomized experiments on feedback about reviewing behavior and quality.
- ๐ŸŸจ ๐Ÿ“„ [Can Large Language Models Provide Useful Feedback on Research Papers?](https://arxiv.org/abs/2310.01783) - Large-scale human/LLM feedback comparison. ([Project](https://github.com/Weixin-Liang/LLM-scientific-feedback))
- ๐ŸŸจ ๐Ÿ“„ [Is Your Paper Being Reviewed by an LLM?](https://arxiv.org/abs/2502.19614) - Benchmark for detecting AI-generated peer reviews.

### ๐Ÿงฉ Argument, Rebuttal, and Interaction

- ๐ŸŸช โœ… [APE](https://github.com/LiyingCheng95/ArgumentPairExtraction) - Joint argument-span extraction and review-rebuttal pairing.
- ๐ŸŸช โœ… [MLMC](https://github.com/TianyuTerry/MLMC) - Attention-guided cross-sequence model for argument-pair extraction.
- ๐ŸŸจ ๐Ÿ“„ [Argument Mining Driven Analysis of Peer Reviews](https://arxiv.org/abs/2012.07743) - PRO/CON/NON modeling relative to paper acceptability.
- ๐ŸŸฉ โœ… [When Reviewers Lock Horns](https://github.com/sandeep82945/Contradiction-in-Peer-Review) - Contradiction and disagreement detection across reviews.
- ๐ŸŸช ๐Ÿ“„ [DEFEND](https://arxiv.org/abs/2603.27360) - Human-in-the-loop, evidence-grounded rebuttal reasoning and drafting.

### ๐Ÿง‘โ€โš–๏ธ Meta-Review and Decision Support

- ๐ŸŸช โœ… [AgentReview](https://github.com/Ahren09/AgentReview) - Simulation of reviewer commitment, knowledgeability, intention, discussion, and decision drift.
- ๐ŸŸช โœ… [Auto-PRE](https://github.com/cjj826/Auto-PRE) - Configurable reviewer-agent framework for evaluating language-generation systems.
- ๐ŸŸช โœ… [ReviewGraph](https://github.com/relic-yuexi/ReViewGraph) - Heterogeneous graph reasoning over simulated reviewer-author debates.

> Decision-support systems should expose evidence, uncertainty, and reviewer disagreement while leaving final judgments to accountable human chairs and editors.

### ๐Ÿ‘ฅ Reviewer Matching and Editorial Workflow

- ๐ŸŸฉ ๐ŸŒ [OpenReview](https://openreview.net/) - Peer-review platform with public APIs, assignments, discussions, rebuttals, and review data. ([API Documentation](https://docs.openreview.net/))
- ๐ŸŸฉ โœ… [OpenReview Matcher](https://github.com/openreview/openreview-matcher) - Minimum-cost-flow assignment under affinities and constraints.
- ๐ŸŸฅ ๐Ÿ”’ [Prophy Referee Finder](https://www.prophy.ai/referee-finder) - Commercial reviewer discovery using publication records, semantic matching, and conflict signals.

### ๐Ÿ›ก๏ธ Robustness and Integrity

- ๐ŸŸจ ๐Ÿ“„ [Are We There Yet?](https://arxiv.org/abs/2412.01708) - Tests manipulation, incompleteness, prestige bias, and other risks of LLM reviewing.
- ๐ŸŸช โœ… [Breaking the Reviewer](https://github.com/Lin-TzuLing/Breaking-the-Reviewer) - Adversarial attacks against automated paper-reviewing systems.
- ๐ŸŸจ ๐Ÿ“„ [Stop Automating Peer Review Without Rigorous Evaluation](https://arxiv.org/abs/2605.03202) - Studies review homogenization and score gaming through paper rewriting.

## ๐Ÿงฑ Infrastructure and Building Blocks

### ๐Ÿ“ฅ Scientific Document Parsing and Scholarly Retrieval

- ๐ŸŸฉ โœ… [GROBID](https://github.com/kermitt2/grobid) - Converts scholarly PDFs into structured TEI XML.
- ๐ŸŸฉ โœ… [CERMINE](https://github.com/CeON/CERMINE) - Extracts metadata, references, and text from scholarly PDFs.
- ๐ŸŸฉ โœ… [Nougat](https://github.com/facebookresearch/nougat) - Neural PDF-to-markup model for academic documents.
- ๐ŸŸฉ โœ… [Science Parse](https://github.com/allenai/science-parse) - Metadata and bibliography parser retained as a reference implementation.
- ๐ŸŸฉ ๐ŸŒ [Semantic Scholar Academic Graph API](https://api.semanticscholar.org/api-docs/graph) - Paper, author, citation, recommendation, and embedding endpoints.
- ๐ŸŸฉ ๐ŸŒ [OpenAlex](https://docs.openalex.org/) - Open scholarly graph for works, authors, institutions, concepts, and citations.
- ๐ŸŸฉ ๐ŸŒ [Crossref REST API](https://www.crossref.org/documentation/retrieve-metadata/rest-api/) - DOI metadata and bibliographic normalization.
- ๐ŸŸฉ ๐ŸŒ [OpenCitations](https://opencitations.net/) - Open citation data and APIs.
- ๐ŸŸฉ ๐ŸŒ [arXiv API](https://info.arxiv.org/help/api/) - Preprint metadata and search.
- ๐ŸŸฉ ๐ŸŒ [ACL Anthology](https://aclanthology.org/) - Open computational-linguistics papers, metadata, and PDFs.
- ๐ŸŸฉ ๐ŸŒ [Open Research Knowledge Graph](https://orkg.org/) - Structured comparison of research contributions. ([API](https://orkg.org/about/19/API))
- ๐ŸŸฆ ๐Ÿ“ฆ [S2ORC](https://arxiv.org/abs/1911.02782) - Structured scholarly text, citations, figures, tables, and metadata.
- ๐ŸŸฉ ๐ŸŒ [Unpaywall](https://unpaywall.org/products/api) - Legally available open-access locations for scholarly works.
- ๐ŸŸฉ โœ… [Sentence Transformers](https://github.com/UKPLab/sentence-transformers) - Embeddings and reranking for reviewer matching and literature retrieval.

### ๐Ÿ” Evaluation Frameworks and Judge Models

- ๐ŸŸช โœ… [YESciEval](https://arxiv.org/abs/2505.14279) - Configurable scientific-domain LLM-as-a-judge framework with evaluator qualification.
- ๐ŸŸช โœ… [Prometheus](https://github.com/prometheus-eval/prometheus-eval) - Open rubric-conditioned evaluator models.
- ๐ŸŸจ ๐Ÿ“„ [G-Eval](https://arxiv.org/abs/2303.16634) - Rubric and chain-of-thought-based LLM evaluation method.
- ๐ŸŸฉ โœ… [DeepEval](https://github.com/confident-ai/deepeval) - Unit-testing framework for LLM applications.
- ๐ŸŸฉ โœ… [Ragas](https://github.com/explodinggradients/ragas) - Retrieval relevance, grounding, and faithfulness evaluation.
- ๐ŸŸฉ โœ… [TruLens](https://github.com/truera/trulens) - Tracing and feedback functions for grounded LLM applications.
- ๐ŸŸฉ โœ… [Phoenix](https://github.com/Arize-ai/phoenix) - Tracing and evaluation for retrieval, agents, and judges.

### General RAG and Agent Frameworks

These are reusable building blocks, not peer-review-specific systems.

- ๐ŸŸฉ โœ… [LlamaIndex](https://github.com/run-llama/llama_index) - Data and retrieval framework for literature-grounded assistants.
- ๐ŸŸฉ โœ… [Haystack](https://github.com/deepset-ai/haystack) - Retrieval, document processing, and production RAG pipelines.
- ๐ŸŸฉ โœ… [LangChain](https://github.com/langchain-ai/langchain) - Retrieval, tools, structured output, and agent orchestration.
- ๐ŸŸฉ โœ… [DSPy](https://github.com/stanfordnlp/dspy) - Optimization of modular language-model programs.
- ๐ŸŸฉ โœ… [AutoGen](https://github.com/microsoft/autogen) - Multi-agent application framework.
- ๐ŸŸฉ โœ… [CrewAI](https://github.com/crewAIInc/crewAI) - Role-based agent orchestration.
- ๐ŸŸฉ โœ… [Semantic Kernel](https://github.com/microsoft/semantic-kernel) - SDK for model calls, tools, memory, and agents.

## ๐Ÿ›๏ธ Policies, Ethics, and Governance

- ๐ŸŸฅ ๐Ÿ“„ [COPE Ethical Guidelines for Peer Reviewers](https://publicationethics.org/resources/guidelines-new/cope-ethical-guidelines-peer-reviewers) - Confidentiality, conflicts, objectivity, timeliness, and accountability.
- ๐ŸŸฅ ๐Ÿ“„ [Nature Portfolio Artificial Intelligence Policy](https://www.nature.com/nature-portfolio/editorial-policies/ai) - AI authorship, generated content, and reviewer confidentiality.
- ๐ŸŸฅ ๐Ÿ“„ [ACM Policy on Authorship](https://www.acm.org/publications/policies/new-acm-policy-on-authorship) - Generative AI, authorship responsibility, disclosure, and publication integrity.
- ๐ŸŸฅ ๐Ÿ“„ [ICLR Code of Ethics](https://iclr.cc/public/CodeOfEthics) - Ethics requirements relevant to confidential and responsible reviewing.
- ๐ŸŸฅ ๐Ÿ“„ [NeurIPS Code of Ethics](https://neurips.cc/public/EthicsGuidelines) - Ethics guidance for authors, reviewers, and organizers.

## ๐Ÿ“š Surveys and Field Studies

- ๐ŸŸจ ๐Ÿ“„ [Can AI Be a Good Peer Reviewer?](https://arxiv.org/abs/2604.27924) - Survey of review generation, rebuttal, meta-review, revision, evaluation, and governance.
- ๐ŸŸจ ๐Ÿ“„ [What Can Natural Language Processing Do for Peer Review?](https://arxiv.org/abs/2405.06563) - Task and dataset survey spanning the review workflow. ([Companion Resources](https://github.com/OAfzal/nlp-for-peer-review))
- ๐ŸŸจ ๐Ÿ“„ [Can We Automate Scientific Reviewing?](https://arxiv.org/abs/2102.00176) - Foundational analysis of aspect-aware review generation and evaluation.
- ๐ŸŸจ ๐Ÿ“„ [Challenges, Experiments, and Computational Solutions in Peer Review](https://doi.org/10.1145/3528086) - Reviewer assignment, review quality, incentives, bias, and conference experiments.
- ๐ŸŸจ ๐Ÿ“„ [Reviewer Assignment Problem: A Scoping Review](https://arxiv.org/abs/2305.07887) - Reviewer-matching methods, criteria, representations, and evaluation.

## โœ… Evaluation Checklist

- **Coverage:** Does the review inspect the manuscript aspects that matter for its type and venue?
- **Grounding:** Are critiques linked to manuscript passages, experiments, references, or retrieved evidence?
- **Utility:** Are comments actionable, specific, verifiable, and helpful?
- **Structure:** Are summary, strengths, weaknesses, requests, and conclusions organized and traceable?
- **Tone:** Is feedback professional without hiding legitimate criticism?
- **Calibration:** Are uncertainty, confidence, and decision relevance represented appropriately?
- **Human agreement:** Has the system been validated by qualified reviewers rather than only model judges?
- **Robustness:** Is it stable under repeated runs, rewrites, adversarial text, and prompt injection?
- **Governance:** Are confidentiality, provenance, licensing, disclosure, and accountability explicit?
- **Reproducibility:** Are models, prompts, retrieval sources, rubrics, and versions documented?

## ๐Ÿ”ญ Open Gaps

- Multidisciplinary, multilingual, and non-conference review corpora remain limited.
- Few datasets connect reviews, rebuttals, revisions, editorial discussion, and decisions end to end.
- Novelty, significance, and methodological validity still require strong domain expertise.
- Review-quality benchmarks need better grounding, calibration, fairness, and long-document tests.
- Multi-agent systems need reproducibility checks across runs and model versions.
- Reviewer matching needs transparent conflict, workload, diversity, seniority, and recency evaluation.
- More datasets need clear licenses, ethical release documentation, and machine-readable provenance.

## ๐Ÿ”— Related Awesome Lists

- [Awesome Peer Review](https://github.com/formula12/Awesome-Peer-Review#readme) - Broader bibliography of computational peer-review research.
- [Awesome Scientific Language Models](https://github.com/yuzhimanhua/Awesome-Scientific-Language-Models#readme) - Scientific language models and datasets.
- [Awesome LLM Evaluation](https://github.com/CSHaitao/Awesome-LLMs-as-Judges#readme) - LLM judges, evaluator bias, robustness, and benchmarking.
- [Awesome RAG](https://github.com/hymie122/RAG-Survey#readme) - Retrieval-augmented generation methods and benchmarks.
- [Awesome AI Agents](https://github.com/e2b-dev/awesome-ai-agents#readme) - Agent frameworks and applications.
- [Awesome LLM](https://github.com/Hannibal046/Awesome-LLM#readme) - General large-language-model research and engineering.

## ๐Ÿค Contributing

Contributions are welcome. Please read [CONTRIBUTING.md](CONTRIBUTING.md). Add each resource to one canonical catalog location and use the visual symbols from the legend.

## โœจ Acknowledgements

This catalog was developed from original literature review and taxonomy research, including the two-level, five-family evaluation taxonomy summarized above.

The initial repository structure and editorial work were assisted by [OpenAI Codex](https://openai.com/codex/). Resource selection, interpretation, and maintenance remain human-led.