Learning Objectives

  • Understand the default IMRD move pattern and when to deviate from it
  • Know four common move patterns and the contexts in which each is used
  • Apply sequencing principles to choose a move order for your own abstract
1

Quick Guide: Include or Omit Each Move?

Before sequencing the rhetorical moves, decide which ones to include. The following rules of thumb help you make that decision. Expand each move for the guiding principle.

Include if: the research area is not widely known to your audience; or if you need to establish a research gap before stating your purpose.

Omit if: the research addresses a well-known problem and readers will immediately understand the motivation without contextualisation.

In computer science: Introduction moves are often very brief (one sentence) or absent, particularly in short papers.

Include if: the aim, hypothesis, or research question is not immediately obvious from the results; or if a precise statement of purpose strengthens the abstract.

Omit if: the purpose is identical to — or entirely predictable from — the result. Stating both creates redundancy and wastes word count.

Include if: the method is the key contribution of the paper; or if readers need to know how the result was obtained in order to trust it.

Omit if: the method is universally known and adds no new information ("we used linear regression" in a context where everyone does).

In practice: The method is rarely omitted in empirical computer science abstracts. It is essential for rigour.

Include in: almost all informative abstracts. The result is often the primary reason a reader will read the full paper.

Omit in: some promissory abstracts where results are not yet available. In computer science, omitting results is strongly discouraged.

Include if: the implication of the result is not self-evident; or if you want to make the significance of the contribution explicit.

Omit if: the result speaks for itself and you are at the word limit. In short papers (e.g., four-page conference papers), the discussion move may be absent.

2

The Default IMRD Sequence

The default order of moves is Introduction → Method → Results → Discussion (IMRD). This mirrors the standard structure of a full research article and is the safest starting point when you have no specific guidelines from the target venue.

IMRD is linear: it moves from background through procedure to findings and interpretation. This order matches reader expectations in most scientific disciplines and is easy to follow. However, it is not the only option — and in some contexts it is not the best option.

The remaining activities in this unit explain when and how to deviate from the IMRD default.

3

Four Common Move Patterns

A study of 1,000 scientific research abstracts (100 abstracts each from 10 disciplines) found over 200 distinct move patterns (Blake, 2021). Four of the most common patterns are described below. Select each tab to learn when to use it and see a structural schematic.

Introduction → Method → Results → Discussion

When to use: When you have no specific guidelines and want a safe, conventional starting point. IMRD mirrors the structure of the research article and is familiar to readers across disciplines.

Best for: Empirical and experimental research where the procedure and findings are both important and where the significance of the result needs contextualisation.

Typical disciplines: Biology, psychology, medicine, linguistics, social sciences.

Introduction → Purpose → Method → Results → Discussion

When to use: When the research question or hypothesis is the central contribution — or when the aim needs to be made explicit because it is not immediately obvious from the results.

Best for: Research with a clearly stated hypothesis or research question; interdisciplinary work where readers from different fields need a precise statement of aim.

Example signal: "This study aims to determine whether…" or "We investigate the following research question:…"

Introduction → Purpose → Method → Results → Method → Results → Discussion

When to use: When the research involves two distinct phases — typically a development phase and an evaluation phase. The method and result pair appears twice to reflect this two-stage design.

Best for: Software engineering and systems research where a novel system or algorithm is first built (Method 1, Result 1) and then tested against a benchmark (Method 2, Result 2).

Example: A paper that develops a new neural architecture and then evaluates it on a standard dataset might use this structure: build → performance on dev set → evaluate → performance on test benchmark.

Results → Method

When to use: When space is severely limited (e.g., a four-page short paper) and the research area is well established. The most important information — the result — is placed first to maximise impact.

Best for: Short communications and letters in established research areas where readers will immediately recognise the significance of the result without contextual framing.

Caution: Placing results first is a deliberate rhetorical choice. Use it when the result is striking and the method is straightforward. It is not suitable when the method itself is the contribution.

4

Principles for Sequencing Moves

Choosing the order of moves is not arbitrary. The following principles can guide your sequencing decisions. Expand each principle to see the reasoning and an example of when it applies.

Read five to ten abstracts from your target venue and identify the most common pattern. This is your discipline-specific default. Only deviate from it when you have a strong reason — deviating without justification may confuse reviewers familiar with the convention.

The move that contains the most original contribution — usually the Method or the Result — can be placed first to create an immediate strong impression. This works particularly well in the RM pattern or when the result is so striking that it sells the paper on its own.

If readers will immediately understand why the research matters — because it addresses a well-known open problem — the introduction move adds no value. Omitting it saves words and avoids redundancy. Conversely, if the area is niche or interdisciplinary, an introduction is essential.

Every move in the abstract should serve one of the four evaluation criteria. If a move does not contribute to novelty (Introduction), purpose (Purpose), rigour (Method), substance (Results), or significance (Discussion), consider removing or compressing it.

When the what (the finding or artefact) is more important than the how (the procedure), placing the Result first is justified. This is common in engineering venues where a breakthrough result is the primary claim, and the method is secondary scaffolding.

If a technical term is essential but readers may not know it, explain or paraphrase it immediately before its first use in the abstract. Do not assume specialist knowledge if your audience is interdisciplinary.

Write a version of the abstract for each of the four main patterns (IMRD, IPMRD, IPMRMRD, RM) and compare them. The pattern that communicates the contribution most clearly — with the fewest words — is usually the right choice.

5

Check Your Understanding

A software engineering paper develops a novel graph-based algorithm (Method 1), measures its runtime on synthetic benchmarks (Results 1), then evaluates its accuracy on a real-world dataset (Method 2, Results 2). Which pattern best fits this paper?

Correct! The IPMRMRD pattern is designed precisely for two-phase research: development followed by evaluation. The method-result pair appears twice, reflecting the two stages. The Introduction sets context, the Purpose states the aim, and the Discussion interprets the combined findings.
Not quite — review the material and try again. The IPMRMRD pattern is designed precisely for two-phase research: development followed by evaluation. The method-result pair appears twice, reflecting the two stages. The Introduction sets context, the Purpose states the aim, and the Discussion interprets the combined findings.

A four-page short paper reports a single striking result in a well-established area of computer vision. Space is limited and the audience is expert. Which pattern would you recommend?

Correct! The RM (Results → Method) pattern is ideal for short papers with striking results in established areas. Placing the result first maximises impact in limited space. Expert readers do not need an introductory framing and will recognise the significance of the result immediately.
Not quite — review the material and try again. The RM (Results → Method) pattern is ideal for short papers with striking results in established areas. Placing the result first maximises impact in limited space. Expert readers do not need an introductory framing and will recognise the significance of the result immediately.

Review

Make sure you know when to use each of the four patterns. Expand each item to recall the key use case.

Use IMRD as your default when you have no specific guidelines and want a safe, conventional structure. It mirrors the research article format and is universally familiar. Start with IMRD as your first draft and revise if a different pattern serves the content better.

Add the Purpose move when the research question or hypothesis needs to be stated explicitly — for example, in interdisciplinary research where the aim may not be obvious to readers from adjacent fields, or when the hypothesis is the intellectual contribution.

Use IPMRMRD when the paper has a development phase and an evaluation phase — common in systems and software engineering research. The two Method–Result pairs reflect the two stages of the research process.

Use RM in short papers with a striking result in a well-established area. Placing the result first maximises impact in limited space and signals confidence in the finding. It is not appropriate when the method is the primary contribution or when the area is unfamiliar to readers.

Proceed to Unit 5: Tips for Writers when ready.