M6 · Lesson 1 — Writing Research Papers

Framing Your
Contribution

The best research gets rejected when framed poorly.
Framing is not spin — it's helping reviewers see what you see.

01
M6 · L1 — Why Framing Matters

The uncomfortable truth

Good research gets rejected
when framing is weak

"Reviewers don't reject bad methods. They reject papers where they can't see why the method needed to exist."

Framing answers the reviewer's first question before they ask it:

  • What is missing in the current state of the field?
  • Why can't existing methods solve this?
  • What exactly do you provide that fills the gap?
  • Why should the community care?

The core narrative: gap → bridge. Every strong paper tells this story. The gap is why you exist. The bridge is what you built.

02
M6 · L1 — The Gap-Bridge Narrative

The core structure

Every paper is a
gap → bridge argument

The Gap

What the field lacks. Be specific. "Existing KG-based RS methods ignore cold-start users" is a gap. "LLM-based RS has limitations" is not — it's too vague to position anything.

Your Bridge

What you provide. Must connect directly to the gap. If your bridge doesn't address the gap you stated — reviewers notice. Your method section will feel disconnected from your introduction.

❌ Weak gap statement

"Recommender systems suffer from data sparsity and cold-start problems, which are well-known challenges."

✅ Strong gap statement

"KG-augmented methods improve warm users but degrade cold-start performance because popular items dominate KG coverage — a contradiction we resolve by..."

03
M6 · L1 — Four Types of Contribution

Not all contributions are equal

Four types — know
which one you're making

Type 1

New Formulation

You define the problem differently. New objective function, new task definition, new constraint. Hardest to do but highest impact.

Type 2

New Method

New model, algorithm, or architecture solving an existing problem. Most common in RS. Must outperform state-of-the-art on fair baselines.

Type 3

New Theoretical Insight

A proof, bound, or analysis that explains why something works. Rare in RS but highly respected. Adds to M5 skills.

Type 4

New Empirical Finding

Rigorous experiments revealing something the field didn't know. "Method X, assumed to work because of Y, actually works because of Z."

Critical: Clearly state which type you're contributing at the start of your introduction. Reviewers who expect Type 2 but get Type 4 will reject the paper — not because it's bad but because the framing misled them.

04
M6 · L1 — Writing the Contribution Statement

The 3-sentence formula

How to write a
contribution statement

Every contribution statement needs exactly three sentences:

Sentence 1 — The Gap

"Existing [methods/approaches] fail to address [specific limitation] because [root cause]."

Sentence 2 — Your Bridge

"We propose [method name], which [core idea] by [key mechanism]."

Sentence 3 — The Evidence

"Experiments on [datasets] demonstrate [specific improvement] over [strong baselines]."

Applied to a hypothetical RS paper:

"KG-augmented LLM recommenders retrieve structural knowledge but ignore whether an item has sufficient KG coverage — causing silent degradation for 95% of items in sparse KGs."

"We propose Coverage-Aware KG-RAG, which dynamically selects between text-only and graph-augmented generation based on per-item KG density."

"Experiments on MovieLens and Amazon Book show 12% improvement on items with sparse KG coverage with no degradation on dense items."

05
M6 · L1 — Common Framing Mistakes

Why papers get rejected on framing

Four framing
mistakes that sink papers

  • Too broad a gap: "RS is important and has many challenges" — every paper can say this. Make the gap specific enough that only your method fills it.
  • Gap and method don't connect: You claim to solve cold-start but your method requires interaction history. Reviewers will flag this immediately.
  • Contribution is a combination: "We combine A and B" is not a contribution unless the combination itself produces a non-obvious insight. What does A+B enable that A or B alone cannot?
  • Missing "why now": Why wasn't this solved before? If your answer is "we were the first to try" — that's not a reason. Frame it as: a new capability (LLMs) now makes X possible.
06
M6 · L1 — Key Takeaways

What to remember

01

Gap → Bridge

Every paper. Every time. The gap must be specific. The bridge must connect directly to it.

02

Know your type

New formulation, method, theory, or empirical finding. State it explicitly. Reviewers who expect the wrong type reject good papers.

03

3-sentence formula

Gap → Bridge → Evidence. Write this first. If you can't write it clearly — you don't understand your own contribution yet.

Next: M6 · L2 — Writing a Strong Introduction

07
← → arrow keys to navigate