Skip to content

Introduction Section Writing

Objective

Build a reviewer-facing funnel: meaningful task -> unmet target or failure case -> root technical bottleneck -> proposed solution -> why it works -> evidence and contributions.

Backward Planning Questions

Answer these before writing:

  1. What technical problem is solved, and why is there no established solution?
  2. What exactly is new: task, metric, pipeline, module, design choice, finding, or insight?
  3. Why should this contribution solve the bottleneck?
  4. Which experiments or analyses later support the main promises?

Forward Section Roles

RoleRequired ContentFailure Signal
Task/application openingDefine task or application value and target requirementOpens with generic importance but no task boundary
Prior-work limitationSummarize representative methods by mechanism and limitationPaper-by-paper list with no technical reason
Technical bottleneckState the unresolved challenge and root causeGap is a marketing claim, not a mechanism
Proposed solutionIntroduce pipeline or key insight with a figure anchor if presentMethod appears before the challenge is clear
Why it worksExplain technical advantage in bounded termsClaims novelty without mechanism
Evidence/contributionsPreview experiments and enumerate contributionsContributions do not map to later evidence

Introduction Patterns

Use one pattern that matches the paper:

  • Task first: for niche tasks; define input/output before applications.
  • Application first: for familiar tasks; open with use cases and target requirements.
  • General-to-specific: for a new setting inside a familiar area.
  • Open with challenge: when the unresolved failure case is immediately understandable.

Anti-Pattern

Do not write the story as "a naive baseline exists, then we patch it." That makes the contribution look obvious. Instead, explain the real technical bottleneck that prior families of methods still cannot resolve.

Claim-Evidence Closure

Every contribution sentence should map forward:

text
Intro promise -> Method mechanism -> Experiment evidence -> Conclusion answer

If a contribution has no corresponding experiment or analysis, either mark missing evidence or weaken the claim.

Released under the MIT License.