paper-reviewer-simulator
機械学習・AI分野の論文投稿前に、NeurIPS、ICML、ICLRなどの会議の査読者、採点予測、却下理由、反論のリスク、メタレビュー、対立的な意見などをシミュレーションし、論文の質を高めるSkill。
📜 元の英語説明(参考)
Simulate target-conference reviewers for an ML/AI paper before submission. Use this skill whenever the user wants a reviewer-style critique, predicted scores, likely reject reasons, rebuttal risks, area-chair style meta-review, adversarial Reviewer 2 feedback, or venue-specific pre-review for conferences such as NeurIPS, ICML, ICLR, CVPR, ACL, EMNLP, or similar venues. This skill should dynamically inspect reviewer guidelines, example reviews, accepted papers, and project evidence when available.
🇯🇵 日本人クリエイター向け解説
機械学習・AI分野の論文投稿前に、NeurIPS、ICML、ICLRなどの会議の査読者、採点予測、却下理由、反論のリスク、メタレビュー、対立的な意見などをシミュレーションし、論文の質を高めるSkill。
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o paper-reviewer-simulator.zip https://jpskill.com/download/8049.zip && unzip -o paper-reviewer-simulator.zip && rm paper-reviewer-simulator.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/8049.zip -OutFile "$d\paper-reviewer-simulator.zip"; Expand-Archive "$d\paper-reviewer-simulator.zip" -DestinationPath $d -Force; ri "$d\paper-reviewer-simulator.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
paper-reviewer-simulator.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
paper-reviewer-simulatorフォルダができる - 3. そのフォルダを
C:\Users\あなたの名前\.claude\skills\(Win)または~/.claude/skills/(Mac)へ移動 - 4. Claude Code を再起動
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-18
- 取得日時
- 2026-05-18
- 同梱ファイル
- 1
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
Paper Reviewer Simulator
対象となる会議の査読者の視点から、投稿前のシャドウレビューを実行します。目標は、論文が投稿される前に査読者が提起する可能性のある異議を見つけ、それらの異議を具体的な修正優先事項に変えることです。
この Skill は以下のような用途に使用できます。
- 査読者スタイルの論文批評
- 会議に特化した予測スコアと信頼度
- 却下される可能性のある理由と査読者の質問
- 敵対的な「Reviewer 2」ストレステスト
- エリアチェアまたはメタレビューの要約
- 反駁の準備状況の確認
- 修正中の論文のリスクレジスタの作成
- 例となるレビュー、OpenReview の議論、および対象となる会議のガイドラインからの学習
この Skill を使用して、論文を直接書き換えないでください。論文に構造的または段落レベルの変更が必要な場合は、レビュー後に conference-writing-adapter と組み合わせて使用します。参照の正確さについては citation-audit と、最終的な投稿の衛生状態については submit-paper と組み合わせて使用します。
シミュレートされた査読者のリスクがプロジェクトレベルのリスクとアクションになる場合は、この Skill を research-project-memory と組み合わせて使用します。
Skill ディレクトリのレイアウト
<installed-skill-dir>/
├── SKILL.md
└── references/
├── example-review-mining.md
├── memory-model.md
├── report-template.md
├── review-panel.md
├── risk-register.md
└── venue-review-styles.md
段階的なロード
- 常に
references/review-panel.mdとreferences/risk-register.mdを読みます。 - ユーザーが対象となる会議の名前を指定した場合、または会議を比較するように求めた場合は、
references/venue-review-styles.mdを読みます。 - OpenReview、公開レビュー、採択された論文の議論、公式の査読者ガイドライン、または例となる論文から学習する場合は、
references/example-review-mining.mdを読みます。 - 会議に特化した査読者の知識を保存または再利用する場合は、常に
references/memory-model.mdを読みます。 - 完全なレビューレポートには、
references/report-template.mdを使用します。 - スコアリングまたは会議に特化した基準が重要な場合は、現在の公式の査読者ガイドラインとレビューフォームを確認します。
コア原則
- ライティングコーチのようにではなく、実際の査読者のようにレビューします。採択リスク(新規性、正確性、重要性、証拠、明確さ、再現性、倫理、適合性)に焦点を当てます。
- 致命的な弱点と修正可能なプレゼンテーションの問題を区別します。
- 論文のテキスト、図、実験、証明、および引用に基づいて批判を行います。
- 1つの論文が矛盾するレビューを受ける可能性があるため、複数の査読者のペルソナをシミュレートします。
- 会議とトピックを明示的にします。理論重視の ICLR レビュー、経験的な NeurIPS レビュー、および CVPR ベンチマークレビューは、同じように聞こえるべきではありません。
- 欠落している結果を発明しないでください。欠落している証拠をリスクとしてマークします。
- 実行可能な修正を作成しますが、査読者の異議を著者の修正計画とは区別してください。
ステップ 1 - レビューコンテキストの定義
以下を特定します。
- 対象となる会議と年
- トラックまたは主題領域(既知の場合)
- 論文の種類:方法、理論、経験的研究、ベンチマーク、データセット、システム、分析、アプリケーション、またはハイブリッド
- 論文の段階:アウトライン、初期ドラフト、完全なドラフト、反駁、カメラレディ
- レビューモード:
quick: トップリスクと予測される決定full: 複数の査読者によるレビュー、メタレビュー、およびリスクレジスタadversarial: 却下経路に焦点を当てた懐疑的なレビューrebuttal: 既存のレビューに対する質問と応答戦略
- 利用可能な証拠:TeX ソース、PDF、図、表、付録、実験ログ、関連研究、以前のレビュー
ユーザーがモードを指定しない場合は、完全なドラフトの場合はデフォルトで full、アウトラインまたは部分的なドラフトの場合は quick にします。
ステップ 2 - 論文の証拠を読む
要約よりも主要な論文ファイルを優先します。
以下を探します。
main.tex、paper.tex、sections/*.tex、付録、補足- タイトル、アブストラクト、イントロダクション、貢献リスト
- 方法/理論セクション、仮定、定理の記述、アルゴリズムボックス
- 実験、ベースライン、アブレーション、データセット、メトリック、定性的な例
- 図と表
- 関連研究、制限事項、倫理/広範な影響、チェックリスト
- 以前のレビューまたは著者のメモ(利用可能な場合)
次のスナップショットを作成します。
## Paper Snapshot
- Target venue:
- Paper archetype:
- Claimed contribution:
- Core technical idea:
- Main evidence:
- Strongest result:
- Weakest result:
- Most likely novelty concern:
- Most likely correctness concern:
- Most likely empirical concern:
- Current missing information:
論文が不完全な場合は、現在の段階を正直にレビューし、「まだ書かれていない」を「科学的に弱い」と区別します。
ステップ 3 - 会議とトピックのレビュー スタイルを学ぶ
references/venue-review-styles.md を読みます。
次に、現在のソースからレビューコンテキストを更新します。
- 公式の査読者ガイドラインとレビューフォーム
- スコアリングルーブリックと信頼度スケール
- 倫理/再現性/チェックリストの要件
- OpenReview の例と議論(公開されている場合)
- 同じ会議/トピックで採択/口頭/スポットライト論文
- 同様の論文のレビュー(アクセス可能な場合)
例を検討する場合は、references/example-review-mining.md を読み、ユーザーの論文をスコアリングする前に、コンパクトなレビュー スタイル マトリックスを作成します。
現在のレビューフォームについて、静的なメモリに依存しないでください。正確なスコアまたは基準が重要な場合は、公式ソースから確認してください。
ステップ 4 - 査読者パネルの構成
references/review-panel.md を読みます。
完全なレビューのために、3〜5人の査読者を作成します。
R1 Technical Specialist: 方法/理論を深く理解しているR2 Skeptical Generalist: 貢献が重要かどうかを尋ねるR3 Empirical/Reproducibility Reviewer: 実験、ベースライン、アブレーション、統計的サポートをチェックするR4 Related Work/Novelty Reviewer: ポジショニングと欠落している引用をチェックするAC Meta-Reviewer: 決定リスクを統合し、何が結果を変えるかを尋ねる
論文に合わせてパネルをカスタマイズします。
- 理論重視の論文:仮定/証明査読者を追加
- ベンチマーク/データセット論文:データ品質/評価査読者を追加
- システム論文:スケーラビリティ/再現性査読者を追加
- アプリケーション論文:ドメイン妥当性査読者を追加
- CV/NLP 論文:タスク固有のベンチマーク査読者を追加
ステップ 5 - 独立したレビューの実行
(原文はここで切り詰められています)
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
Paper Reviewer Simulator
Run a pre-submission shadow review from the perspective of target-conference reviewers. The goal is to find the objections reviewers are likely to raise before the paper is submitted, then turn those objections into concrete revision priorities.
Use this skill for:
- reviewer-style paper critique
- venue-specific predicted scores and confidence
- likely reject reasons and reviewer questions
- adversarial "Reviewer 2" stress tests
- area-chair or meta-review summaries
- rebuttal-readiness checks
- risk register creation for a paper under revision
- learning from example reviews, OpenReview discussions, and target-venue guidelines
Do not use this skill to rewrite the paper directly. Pair it with conference-writing-adapter after the review if the paper needs structural or paragraph-level changes. Pair it with citation-audit for reference correctness and submit-paper for final submission hygiene.
Pair this skill with research-project-memory when simulated reviewer risks should become project-level risks and actions.
Skill Directory Layout
<installed-skill-dir>/
├── SKILL.md
└── references/
├── example-review-mining.md
├── memory-model.md
├── report-template.md
├── review-panel.md
├── risk-register.md
└── venue-review-styles.md
Progressive Loading
- Always read
references/review-panel.mdandreferences/risk-register.md. - Read
references/venue-review-styles.mdwhen the user names a target conference or asks to compare venues. - Read
references/example-review-mining.mdwhen learning from OpenReview, public reviews, accepted-paper discussions, official reviewer guidelines, or example papers. - Read
references/memory-model.mdwhenever saving or reusing venue-specific reviewer knowledge. - Use
references/report-template.mdfor full review reports. - Verify current official reviewer guidelines and review forms when scoring or venue-specific criteria matter.
Core Principles
- Review like a real reviewer, not like a writing coach. Focus on acceptance risk: novelty, correctness, significance, evidence, clarity, reproducibility, ethics, and fit.
- Separate fatal weaknesses from fixable presentation issues.
- Ground criticisms in the paper text, figures, experiments, proofs, and citations.
- Simulate multiple reviewer personas because one paper can receive conflicting reviews.
- Make venue and topic explicit. A theory-heavy ICLR review, empirical NeurIPS review, and CVPR benchmark review should not sound the same.
- Do not invent missing results. Mark missing evidence as risk.
- Produce actionable fixes, but keep the reviewer's objection distinct from the author's revision plan.
Step 1 - Define Review Context
Identify:
- target venue and year
- track or subject area, if known
- paper type: method, theory, empirical study, benchmark, dataset, systems, analysis, application, or hybrid
- paper stage: outline, early draft, full draft, rebuttal, camera-ready
- review mode:
quick: top risks and predicted decisionfull: multi-reviewer reviews plus meta-review and risk registeradversarial: skeptical review focused on rejection pathsrebuttal: questions and response strategy for an existing review
- available evidence: TeX source, PDF, figures, tables, appendix, experiment logs, related work, prior reviews
If the user provides no mode, default to full for a complete draft and quick for an outline or partial draft.
Step 2 - Read Paper Evidence
Prefer primary paper files over summaries.
Look for:
main.tex,paper.tex,sections/*.tex, appendix, supplement- title, abstract, introduction, contribution list
- method/theory section, assumptions, theorem statements, algorithm boxes
- experiments, baselines, ablations, datasets, metrics, qualitative examples
- figures and tables
- related work, limitations, ethics/broader impact, checklist
- prior reviews or author notes, if available
Build this snapshot:
## Paper Snapshot
- Target venue:
- Paper archetype:
- Claimed contribution:
- Core technical idea:
- Main evidence:
- Strongest result:
- Weakest result:
- Most likely novelty concern:
- Most likely correctness concern:
- Most likely empirical concern:
- Current missing information:
If the paper is incomplete, review the current stage honestly and separate "not yet written" from "scientifically weak."
Step 3 - Learn Venue and Topic Review Style
Read references/venue-review-styles.md.
Then update the review context from current sources:
- official reviewer guidelines and review form
- scoring rubric and confidence scale
- ethics/reproducibility/checklist requirements
- OpenReview examples and discussions when public
- accepted/oral/spotlight papers in the same venue/topic
- reviews of similar papers, if accessible
When studying examples, read references/example-review-mining.md and produce a compact review-style matrix before scoring the user's paper.
Do not rely on static memory for current review forms. If exact scores or criteria matter, verify them from official sources.
Step 4 - Configure the Reviewer Panel
Read references/review-panel.md.
For a full review, create 3-5 reviewers:
R1 Technical Specialist: understands the method/theory deeplyR2 Skeptical Generalist: asks whether the contribution mattersR3 Empirical/Reproducibility Reviewer: checks experiments, baselines, ablations, statistical supportR4 Related Work/Novelty Reviewer: checks positioning and missing citationsAC Meta-Reviewer: synthesizes decision risk and asks what would change the outcome
Customize the panel to the paper:
- theory-heavy paper: add assumptions/proofs reviewer
- benchmark/dataset paper: add data quality/evaluation reviewer
- systems paper: add scalability/reproducibility reviewer
- application paper: add domain-validity reviewer
- CV/NLP paper: add task-specific benchmark reviewer
Step 5 - Run Independent Reviews
Each reviewer should output:
- summary of the paper in reviewer voice
- strengths
- weaknesses
- questions for authors
- requested experiments/analysis/proofs
- score and confidence using the target venue scale when known
- likely recommendation: accept / borderline / reject
Reviewers should disagree when reasonable. Do not average away important conflicts.
For each criticism, identify:
- location in the paper
- what the reviewer is worried about
- whether the issue is evidence, clarity, novelty, correctness, positioning, reproducibility, or scope
- what would reduce the risk before submission
Step 6 - Write Area-Chair Meta-Review
The meta-review should synthesize:
- consensus strengths
- consensus weaknesses
- polarized issues
- likely discussion dynamics
- decision risk
- what would most improve the score
- whether the paper is rejected for scientific weakness or presentation weakness
Use this decision language:
likely acceptborderline acceptborderline rejectlikely rejectincomplete / not reviewable
Add confidence: low / medium / high.
Step 7 - Build Risk Register
Read references/risk-register.md.
Convert reviewer objections into a ranked risk register:
must-fix: likely to cause rejectionshould-fix: materially improves acceptance oddsnice-to-fix: polish or reviewer conveniencerebuttal-only: cannot fix before submission but can prepare response
Each risk must include:
- reviewer concern
- evidence from paper
- severity
- probability
- fix effort
- recommended action
- owner if known
Step 8 - Prepare Rebuttal Readiness
For top risks, produce:
- likely reviewer question
- best pre-submission fix
- fallback rebuttal answer
- evidence needed to make the rebuttal credible
If a risk cannot be fixed without new experiments/proofs, say so explicitly.
Step 9 - Update Reviewer Memory
Read references/memory-model.md.
When venue examples or real reviews were studied:
- update
.agent/reviewer-simulator/venues/<venue>.md - update
.agent/reviewer-simulator/examples/<venue>-<year>-reviews.md - update
.agent/reviewer-simulator/project-risk-register.md
Memory must separate:
- observed reviewer patterns
- inferred venue review style
- risks for the current paper
- unresolved questions
Do not store long copied review text. Paraphrase review patterns and include source URLs.
If the project uses research-project-memory, also update:
memory/risk-board.md: top simulated reviewer risks, each linked to affected claim IDs when possiblememory/action-board.md: must-fix and should-fix actions, distinguishing writing fixes from new experiments/proofsmemory/claim-board.md: claims likely to be weakened, cut, or reframedmemory/evidence-board.md: evidence gaps, stale figures/tables, or missing proof/experiment needsreviewer/.agent/reviewer-status.md: review mode, predicted decision, and unresolved reviewer questions
Do not treat simulated reviews as real reviews. Use certainty inferred for predicted reviewer behavior.
Output Modes
Quick Review
# Shadow Review: Quick Risk Scan
## Paper Snapshot
## Predicted Decision
## Top 5 Rejection Risks
## Fastest Fixes
## Questions Reviewers Will Ask
Full Review
Use references/report-template.md.
Adversarial Review
Focus on rejection paths:
# Adversarial Review
## Strongest Reject Case
## Reviewer 2 Critique
## Fatal If True
## How To Disarm Before Submission
## Risks That Cannot Be Fixed By Writing
Rebuttal Mode
# Rebuttal Readiness
## Review Claim
## Is The Reviewer Right?
## Evidence Available
## Best Response
## Paper Revision Needed
Final Sanity Check
Before finalizing:
- target venue/year and review mode are explicit
- paper archetype is stated
- reviewer criteria come from current official guidance or clearly marked memory
- example-review observations are paraphrased and source-linked
- criticisms are tied to evidence in the paper
- predicted scores include confidence and uncertainty
- top risks are ranked by acceptance impact
- fixes distinguish writing changes from new experiments/proofs
- memory updates are written when venue examples were studied
- project memory is updated when simulated risks should persist