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.
- Host: GitHub
- URL: https://github.com/jd-coderepos/awesome-scientific-peer-review
- Owner: jd-coderepos
- License: cc-by-4.0
- Created: 2026-06-18T08:36:40.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-06-18T09:08:36.000Z (about 1 month ago)
- Last Synced: 2026-06-18T10:24:35.558Z (about 1 month ago)
- Topics: awesome, awesome-list, large-language-models, natural-language-processing, peer-review, scientific-publishing
- Size: 48.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
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.