paper-writing-bench

Generate PaperWritingBench-style idea and experimental log files from AI research papers.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Reverse-engineering the sparse inputs and experimental facts required to evaluate a paper-writing pipeline is slow, error-prone, and hard to reproduce from a single paper.

Core Features & Use Cases

  • Paper-to-(I,E) reverse engineering: Produces an (idea, experimental_log) benchmark case by stripping narrative flow from an existing AI research paper.
  • Sparse vs Dense idea variants: Generates both a high-level concept memo (no math, no experiments) and a rigorous technical proposal (with LaTeX math and defined variables, still no experiments).
  • Ground-truth experimental logging: Extracts exhaustive setup details, raw numeric table data, and figure-derived observations while avoiding citations, URLs, figure/table references, and experimental leakage.

Quick Start

Use the paper-writing-bench skill to reverse-engineer an input paper into idea_sparse.md, idea_dense.md, and experimental_log.md for benchmarking your paper-writing pipeline.

Frequently Asked Questions about paper-writing-bench

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

FAQPage Schema
How do I reverse engineer a research paper into a benchmark dataset?

To build a paper-writing benchmark, reverse-engineer target AI research papers by extracting sparse and dense materials. This process strips narrative flow to generate self-contained idea files and experimental logs for pipeline evaluation.

What is the difference between sparse and dense idea variants in benchmark construction?

Sparse idea variants are high-level concept memos without math or experiments, while dense variants are rigorous technical proposals with LaTeX math and defined variables. Both formats exclude experimental details to prevent data leakage during benchmark construction.

How do I extract experimental logs from a PDF for LLM evaluation?

Extract experimental logs by pulling exhaustive setup details, raw numeric table data, and figure-derived observations from the source PDF. Ensure exact numeric accuracy while omitting citations, URLs, and figure or table references to maintain ground-truth validity.

What constraints apply to experimental log extraction for research writing pipelines?

Experimental log extraction requires exact numeric accuracy for all table data while omitting citations, URLs, and figure or table references. Logs must remain self-contained to prevent experimental leakage when evaluating research writing pipelines.

Can I evaluate a paper-writing pipeline using a standardized dataset construction protocol?

Yes, you can evaluate a paper-writing pipeline by reverse-engineering an existing AI research paper into standardized (idea, experimental_log) benchmark cases. This process tests whether your pipeline accurately replicates the target paper outputs.