research-paper-writing

Rewrites ML/CV/NLP research paper sections with structured templates and adversarial self-review.

Updated Apr 27, 2026
One-click install
npx skills add https://github.com/DUT-AI/intelligent-testing --skill research-paper-writing-dut-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: research-paper-writing
Source: https://github.com/DUT-AI/intelligent-testing/tree/main/.agents/skills/research-paper-writing
Command: npx skills add https://github.com/DUT-AI/intelligent-testing --skill research-paper-writing-dut-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Drafting and revising academic papers for ML/CV/NLP venues often suffers from unclear paragraph flow, unsupported claims, weak section structure, and reviewer-facing presentation issues that lead to rejection. This Skill provides section-by-section writing guidance, templates, and an adversarial review workflow to produce reviewer-friendly drafts. ## Core Features & Use Cases - Section-Specific Guides: Dedicated references for Abstract, Introduction, Related Work, Method, Experiments, and Conclusion, each with templates, sentence skeletons, and quality checklists. - Paragraph Clarity and Flow Checks: Reverse outlining, one-message-per-paragraph rules, and transition guidance to diagnose whether writing flows. - Claim-Evidence Alignment and Adversarial Review: A five-dimension self-review checklist (contribution, writing clarity, experimental strength, evaluation completeness, method design soundness) to catch rejection risks before submission. - Use Case: When revising an Introduction, load the introduction guide, pick a task/challenge/pipeline template, rewrite paragraph-by-paragraph, then map every major claim to experimental evidence before finalizing. ## Quick Start Use the research-paper-writing skill to rewrite my paper's Introduction section with a clear technical challenge and claim-evidence alignment.

Frequently Asked Questions about research-paper-writing

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

FAQPage Schema
How do I improve the flow of a research paper paragraph?

Check that each paragraph carries one message stated in its first sentence, then run reverse outlining: write the thesis, each topic sentence, and supporting evidence, and verify they map cleanly. Add transition phrases showing cause, contrast, or consequence between sentences if flow remains weak.

How to write a strong abstract for an ML paper?

Choose one of three templates: challenge then contribution, challenge then insight then contribution, or multiple contributions each paired with its technical advantage. Always include the task, the technical challenge, your contribution, and an experiment summary, and verify every claim is supported by results.

What should a Method section include for clarity?

Organize each module subsection around three elements: motivation (the unresolved challenge), module design (data structures plus forward process from input to output), and technical advantages over alternatives. Start with a pipeline figure sketch and an overview subsection mapping each following section.

How do I check if my paper claims are supported by experiments?

Build a claim-evidence map listing each major claim in the Abstract and Introduction alongside the supporting experiment and a status of supported or needs evidence. Weaken or remove any claim that lacks explicit experimental backing before submission.

What are common reasons research papers get rejected?

The five common rejection dimensions are insufficient contribution, unclear writing, weak empirical effect, incomplete evaluation such as missing ablations or baselines, and problematic method design. The paper-review reference provides a self-review question list for each dimension to catch these risks early.