paper-autoraters

Score paper drafts with citation F1 and literature-review quality JSON outputs.

2|1|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/raja21068/AutoResearch --skill paper-autoraters-raja21068
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paper-autoraters
Source: https://github.com/raja21068/AutoResearch/tree/main/skills/paper-pipeline/paper-autoraters
Command: npx skills add https://github.com/raja21068/AutoResearch --skill paper-autoraters-raja21068

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

It helps you objectively evaluate a research paper draft’s quality—especially how well it uses and matches citations—so you can improve writing and positioning instead of guessing.

Core Features & Use Cases

  • Citation F1 (P0/P1 partition): Classifies which references are must-cite vs good-to-cite and computes precision/recall/F1 against a ground-truth paper.
  • Literature Review Quality (6 axes, 0–100): Scores Introduction + Related Work with anti-inflation caps and penalty logic to discourage overconfident grading.
  • SxS comparisons (two papers): Produces side-by-side winners for (a) overall paper quality and (b) literature-review quality only, using a positional-bias mitigation protocol.

Quick Start

Ask your AI host to run the paper autoraters to score the draft you are revising and produce the citation F1 and literature review quality JSON outputs.

Frequently Asked Questions about paper-autoraters

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I evaluate a research paper draft against a ground-truth paper for citation accuracy?

To evaluate a research paper draft against a ground-truth paper, you can use citation F1 scoring by partitioning references into must-cite (P0) and good-to-cite (P1) sets to compute precision, recall, and F1 metrics.

What is literature review quality scoring and how does it work?

Literature review quality scoring evaluates the Introduction and Related Work sections across six axes on a 0–100 scale. It applies anti-inflation caps and penalty logic to discourage overconfident grading and ensure objective assessment.

Can I compare two versions of a research paper side by side automatically?

Yes, you can compare two paper versions side by side to generate winners for overall paper quality and literature-review quality. The process uses a positional-bias mitigation protocol to ensure fair evaluation.

Do I need Semantic Scholar paper IDs to run automated paper evaluation?

No, resolving references to Semantic Scholar paper IDs is optional. The core evaluation requires partitioning references into P0/P1 sets using the provided prompt and emitting structured JSON outputs.

How do I trigger LLM-as-judge benchmarking for my paper drafts?

You trigger automated benchmark-style judging by prompting your AI host to run the PaperOrchestra-style citation-grounded autoraters, which then scores your drafts and produces the expected JSON outputs using the included scoring script.