paper-writing-bench

Reverse-engineer I/E benchmarks from research papers into three markdown artifacts.

635|88|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/Ar9av/PaperOrchestra --skill paper-writing-bench
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paper-writing-bench
Source: https://github.com/Ar9av/PaperOrchestra/tree/main/skills/paper-writing-bench
Command: npx skills add https://github.com/Ar9av/PaperOrchestra --skill paper-writing-bench

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

PaperWritingBench provides a structured approach to reverse-engineer high-quality I/E materials from an existing AI research paper to create a repeatable benchmark for evaluating paper-writing pipelines.

Core Features & Use Cases

  • Outputs three artifacts: idea_sparse.md, idea_dense.md, and experimental_log.md derived from a paper to serve as end-to-end benchmarks.
  • Replicates the PaperWritingBench data construction process with anonymization, prompts, and deterministic scripts; applicable to any new paper to benchmark pipeline performance and autoraters.

Quick Start

Reverse-engineer the benchmark case from the provided paper to produce idea_sparse.md, idea_dense.md, and experimental_log.md.

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 for evaluating paper-writing pipelines?

Reverse-engineering a research paper into a benchmark involves extracting core concepts and experiments to produce idea_sparse.md, idea_dense.md, and experimental_log.md artifacts. These files enable end-to-end evaluation of paper-writing pipelines and support autorater comparisons.

What is the PaperWritingBench construction process for NLP experimentation artifacts?

The PaperWritingBench construction process is a structured method to reverse-engineer high-quality I/E materials from an existing AI research paper. It applies anonymization and deterministic scripts to create repeatable benchmark cases for evaluating automated paper-writing pipelines.

How do I create anonymized experimental logs from an academic paper without external citations?

You can create anonymized experimental logs by processing the input paper through the benchmark construction pipeline. The Skill operates on any paper to produce self-contained experimental_log.md outputs with no external citations or URLs attached.

Can I use this benchmarking approach to evaluate any LLM pipeline for academic paper writing?

Yes, you can use this approach to evaluate any LLM pipeline for academic paper writing. The Skill operates on any input paper to produce standardized benchmark artifacts, allowing you to measure pipeline performance and compare different autoraters consistently.

What is the difference between idea_sparse.md and idea_dense.md in benchmark artifacts?

In benchmark artifacts, idea_sparse.md and idea_dense.md represent two levels of extracted research concepts from the paper. They serve as distinct input variables for the paper-writing pipeline to test how varying information density affects the generated output quality.

Are there limitations when generating self-contained benchmark artifacts from complex research papers?

A limitation when generating benchmark artifacts is that the outputs are strictly self-contained with no external citations or URLs. While it processes any input paper deterministically, highly complex or deeply nested experimental data may require manual verification for accurate benchmarking.