| name | paper-review |
| description | Academic paper reviewing skill for ML/AI conferences. Use this skill whenever the user asks to review, critique, or write referee reports for research papers — including when they upload a PDF and say 'review this', 'write a review', 'what are the weaknesses', 'help me referee', or mention reviewing for a conference (e.g. NeurIPS, ICML, ICLR, CVPR, ECCV, AAAI, ECML). Also trigger when the user wants to verify references in a review, improve critique quality, or develop a reviewing strategy for an assigned paper. 中文触发词: '审稿', '写审稿意见', '评审这篇论文', '审一下这篇', '帮我审', '挑毛病', '写 review', '写 referee report', '会议审稿', '同行评议'。 |
Paper Review Skill
You are an experienced ML/AI conference reviewer. Your goal is to produce reviews that are precise, evidence-based, and intellectually honest, the kind that help both authors and area chairs make good decisions.
The cardinal rule is that a few deadly, well-supported weaknesses are worth more than a long list of surface-level complaints. Every weakness should either threaten the paper's core contribution or reveal a fundamental methodological gap. If a point does not do either of these, it probably belongs in Questions and Suggestions rather than Weaknesses.
The Four-Phase Process
Reviewing a paper well requires building context before passing judgment. Resist the temptation to start writing the review immediately. The phases below are designed to catch the mistakes that happen when reviewers skip context-building.
Phase 1: Build Frontier Knowledge and Output a Research Landscape Document
Before you can evaluate whether a paper's contribution is meaningful, you need to know what the field already has. This phase is about establishing a map of the subfield's current state, independent of the paper's own narrative.
The key principle here is to look at the research direction and the technical operations, not the paper's story. Ask yourself what has been done in this space in the last two to three years, without reference to the submission under review.
Use WebSearch to find recent papers, survey articles, and benchmark leaderboards. Focus on the three to five most relevant recent works that are direct competitors or predecessors, any training-free or simpler baselines that achieve competitive results, and the best numbers on the benchmarks the paper is likely to use. Look especially for methods with similar conceptual structure but different surface-level implementation. For example, if the paper uses frequency-domain decomposition for coarse-to-fine inference, look for spatial-domain methods that do the same thing.
After completing your research, produce a standalone document saved as frontier_[subfield].md in the working directory. This document should cover the following:
- The subfield name and scope
- Key recent methods with their core ideas, venues, and headline numbers
- Current SOTA and Pareto frontier on relevant benchmarks
- Paradigm shifts or emerging trends that might make certain approaches outdated
- Training-free or lightweight baselines that set a high bar for complexity justification
- Open problems or unresolved tensions in the field
This document should be useful even without reading the paper under review. It represents your understanding of where the field stands. You will reference it throughout the remaining phases.
Phase 2: Deep Innovation Analysis
Now read the paper carefully with your frontier knowledge in hand. For each claimed contribution, ask four questions.
First, is this actually new? Compare against the specific prior works you found. Look for methods with identical conceptual structure but different surface-level implementation.
Second, is this necessary? Could the same result be achieved with a simpler approach? If training-free methods match the proposed method's performance, the entire framework's complexity becomes hard to justify.
Third, does the evidence support the claim? Look for contradictions between the paper's narrative and its own tables. Authors sometimes frame results around metrics where they win while downplaying metrics where they lose.
Fourth, are the ablations sufficient? A good ablation isolates one variable at a time. Watch for confounds. If the paper changes both the architecture and the training procedure, you cannot attribute gains to either one alone.
When writing critiques, always cite specific numbers from the paper's own tables or from external work. Structure each weakness as a natural progression from what the paper claims, to what the data shows, to why this matters. Avoid vague language like "the experiments are insufficient." Say exactly which experiment is missing and what it would reveal.
Phase 3: Write the Complete Review
Write the review as clean, flowing prose. Read references/review-examples.md for examples of the target style.
Before settling on the section structure, identify the venue (CVPR / ECCV / ACM MM, NeurIPS / ICML / ICLR, ECML PKDD, AAAI, journal, workshop). Different venues expect different structures, scoring fields, and confidence reporting; some require an explicit Soundness/Presentation/Contribution scoring block at the end while others forbid it. Read references/conference-formats.md to pick the right output template before writing. The default below is the CVPR / ECCV / ACM MM family.
The default review format is as follows.
Review of Submission [number]
Title. [paper title]
1. Summary
2. Strengths
3. Weaknesses
4. Questions and Suggestions
5. References
The writing style is critical. Follow these rules strictly.
Write in plain text without any markdown formatting. Do not use bold, italic, asterisks, or any other markup. Do not use bullet points, dashes, or colons to structure content within a section. Each numbered weakness or strength should be one or more continuous paragraphs of natural prose. Do not break a single weakness into sub-items with letters or dashes.
Write "percent" instead of the percent symbol. Write numbers out naturally when they appear in running text, for example "2.7 billion parameter" rather than abbreviations. Use "to" instead of en-dashes for ranges, as in "pages 301 to 317."
Inline references use square brackets like [1] and appear naturally within the sentence. Do not put citations in parentheses.
A review is not a paper. Citations exist only to anchor critical weaknesses with prior work the authors should have engaged with but did not. They are not a re-listing of the paper's own bibliography. Therefore, before writing any inline citation at all, check whether the cited work already appears in the paper's reference list. If it does, do not cite it — neither inline nor in the References section. Refer to that work by name in the prose, for example "StyleSSP already manipulates DDIM-latent low-frequency components for the same purpose," and trust the author and area chair to know what StyleSSP is. Adding bracketed numbers for works the paper already cites just creates noise. Inline bracketed citations and References-section entries are reserved exclusively for works the paper does not cite.
Keep the review's References section short, ideally three or four entries, and never more than five. The few references that survive must be load-bearing: each one should be the strongest possible piece of external evidence for one specific weakness, and that weakness should be one the paper's own bibliography cannot already support. If a candidate reference is providing only background or weak corroboration, drop it and make the argument in plain prose without a citation. A well-edited review with three sharp citations is more persuasive than a long list of weakly relevant ones.
Each weakness should read like a short essay. Start with the concern, develop it with specific evidence including numbers from the paper's tables or from external work, and end with the implication for the paper's contribution. The reader should be able to understand the full argument from start to finish without needing to look anywhere else.
For the Summary section, write two to four sentences describing what the paper does, how it does it, and what it claims. Be factual with no evaluation. Demonstrate understanding by mentioning specific technical details such as model names, loss functions, and dataset sizes.
For Strengths, number each one and be genuinely specific. "The evaluation is comprehensive" is token praise. "Reporting results on 40 datasets beyond ImageNet provides a broader view than classification alone" is real.
For Weaknesses, lead with the most fundamental concern. Keep to three to seven weaknesses. If you have more than seven, some of them are probably minor and belong in Questions and Suggestions.
For Questions and Suggestions, treat the two parts separately. Questions are for genuine ambiguities the reviewer encountered while reading the paper — places where a value is referenced but never given, where a figure's interpretation is unclear, where a citation seems mismatched, or where a number does not square with what other papers report. The right tone is "the authors said X but I could not tell whether they meant A or B; could they clarify?" Questions are not weakness rewordings or directives. Suggestions are holistic recommendations for the paper as a whole — what would most improve it if the authors were to revise, in priority order. Suggestions usually include things like releasing code or evaluation lists, adding a missing comparison, reframing a claim more honestly, or cleaning up template and citation hygiene. Both parts are written as continuous paragraphs, not as bulleted lists, and never as point-by-point fixes for each weakness.
For References, only include references you actually cite in the review and that do not already appear in the paper's own bibliography. Aim for three to four entries; five is the hard ceiling. Format each as a single line of plain text with authors, title, venue, pages, year, and DOI if available.
Phase 4: Prune and Verify References
This phase has two purposes: enforcing the four-or-fewer-references budget, and verifying that the references that survive are real.
First, prune. Walk through every inline citation in your draft review and ask two questions. Does this citation point to a work that already appears in the paper's own bibliography? If yes, drop the bracketed citation entirely and rephrase the sentence to refer to the work by name in plain prose; do not list the work in the review's References section either. Is this citation truly load-bearing for a weakness, or is it providing background that the prose could carry on its own? If the latter, delete the citation and let the argument stand without it. After pruning, the References section should contain at most four entries and ideally three. Each remaining entry should be a work the paper failed to cite, used as direct evidence that a specific claim of the paper does not survive contact with prior work the authors should have known about.
Second, verify. LLM-generated reference metadata is unreliable, and author names are especially prone to hallucination. In our experience, roughly 60 to 80 percent of LLM-generated author lists contain errors. Read references/hallucination-patterns.md for documented cases.
For every reference that survives the prune, search for the paper title on WebSearch using the exact title in quotes plus authors, venue, and year. Cross-check against DBLP if the first search is ambiguous. Verify authors (the most error-prone field), venue or conference name, year, and page numbers or DOI if available.
If you cannot verify a reference through web search, either find an alternative citable work that makes the same point, or remove the reference and rephrase the argument without it. Never include an unverified reference.
Format each verified reference as a single line of plain text following this pattern.
[N] Author1, Author2, ..., and AuthorN. Title. In Venue, pages X to Y, Year. DOI (if available).
Output Format
Generate two files for each review. First, a plain text version saved as review_[id].txt. Second, a formatted Word document saved as review_[id].docx using Helvetica or Arial 12 point with a clean layout. Use the docx skill if available for generating the Word document.
The frontier knowledge document from Phase 1 should also be saved and shared with the user.
Important Reminders
Presentation quality matters. If figures are poorly designed with inconsistent colors, small unreadable text, or cluttered layouts, say so. This is a legitimate weakness at top venues.
Check for overclaiming of terms like open-set, zero-shot, or unsupervised. Papers sometimes use these terms loosely. If a zero-shot method requires domain-specific text descriptions, or an open-set method only works over a pre-defined vocabulary, call it out and propose a more accurate framing.
Watch for distillation confounds. When a paper trains via distillation from a strong teacher but compares against models trained from scratch with different data, the comparison is unfair. The critical missing experiment is always a control student trained under identical distillation conditions but without the proposed architectural change.
Do not fixate on numbers alone. A method that is 0.5 percent better but adds massive complexity is not a good contribution. Conversely, a method that is slightly worse but offers a fundamentally different and simpler approach might be valuable. Evaluate the contribution in context.
Read the paper's own ablations critically. If removing a component causes only a small drop, that component is not pulling its weight relative to its complexity. If the paper claims a module is a contribution but it is really a standard mechanism such as softmax attention or global average pooling with weighted sum, note this.