Documentation
README
Paper Review Skill
Multi-stage academic paper review using the OpenJudge PaperReviewPipeline:
- Safety check โ jailbreak detection + format validation
- Correctness โ objective errors (math, logic, data inconsistencies)
- Review โ quality, novelty, significance (score 1โ6)
- Criticality โ severity of correctness issues
- BibTeX verification โ cross-checks references against CrossRef/arXiv/DBLP
Prerequisites
# 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)
This is the opening of the README. Read the full README on GitHub.