paper-review

仓库创建 2025年7月8日最近提交 18 天前SkillHot 收录 20 天前
▸ 精选理由

支持多学科与 LaTeX/PDF,便于自动化初审与筛查

▸ 风险提示

自动审稿结果需人工复核,可能存在误判

这个 Skill 做什么

对学术论文进行安全、正确性、创新性等多阶段自动审阅

对学术论文做多阶段自动审阅:先做安全与格式检查,再检验正确性(数学、逻辑、数据)并评价质量与创新性,还会核对引用。支持 PDF 文件和 LaTeX 源码包,并能验证 BibTeX,覆盖计算机、医学、物理等十个学科。适合投稿前、同行评审或想把问题清单化时使用,会给出分数与问题严重性,便于修改。

▸ 展开 SKILL.md 英文原文

Review academic papers for correctness, quality, and novelty using OpenJudge's multi-stage pipeline. Supports PDF files and LaTeX source packages (.tar.gz/.zip). Covers 10 disciplines: cs, medicine, physics, chemistry, biology, economics, psychology, environmental_science, mathematics, social_sciences. Use when the user asks to review, evaluate, critique, or assess a research paper, check references, or verify a BibTeX file.

研究检索论文审阅多阶段评估PDF解析通用
748
Stars
61
Forks
18
仓库内 Skill
+40
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/agentscope-ai/OpenJudge/main/skills/paper-review/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/agentscope-ai/OpenJudge/main/skills/paper-review/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Paper Review Skill

Multi-stage academic paper review using the OpenJudge `PaperReviewPipeline`:

1. **Safety check** — jailbreak detection + format validation
2. **Correctness** — objective errors (math, logic, data inconsistencies)
3. **Review** — quality, novelty, significance (score 1–6)
4. **Criticality** — severity of correctness issues
5. **BibTeX verification** — cross-checks references against CrossRef/arXiv/DBLP

## Prerequisites

```bash
# Install OpenJudge
pip install py-openjudge

# Extra dependency for paper_review
pip install litellm
pip install pypdfium2  # only if using vision mode (use_vision_for_pdf=True)
```

## Gather from user before running

| Info | Required? | Note
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有