Reviewers form their opinion in the first page.
The introduction is where your paper earns the right to be read.
Each paragraph has a job. Don't let paragraph 1 try to do the work of paragraph 3.
Reviewer reading pattern: First sentence of each paragraph. Abstract. Contributions list. If all three make sense — they continue reading. If any one fails — they start looking for rejection reasons.
"Recommender systems have become increasingly important in modern society, helping users navigate the overwhelming amount of information available online."
Every RS paper could open with this. It tells the reviewer nothing about your paper specifically.
"Knowledge graph-augmented recommenders improve warm-user performance by 15–30% but silently degrade on cold-start users — because 95% of items in standard KGs have fewer than 5 triples."
Specific gap, specific data, immediate tension. The reviewer is already curious.
Rule: Your first sentence should describe the problem you solve — not the field you work in. The field is context. The problem is your paper.
Contributions must be:
Test: After reading your contributions list, does the reviewer know exactly what to look for in the experiments? If not, rewrite until they do.
"(1) We propose K-RagRec. (2) We design a novel indexing method. (3) We introduce a popularity-selective policy. (4) We conduct comprehensive experiments."
Bullet 4 is not a contribution. Bullets 1–3 are vague.
"(1) We identify that KG coverage sparsity causes silent cold-start degradation in RAG-based RS. (2) We propose coverage-aware retrieval that adapts to per-item KG density. (3) We prove this achieves a tighter approximation bound than uniform retrieval."
Title, abstract, intro first paragraph. They're deciding whether they're the right reviewer and whether the topic matters.
Contributions list and related work. They're checking if they already know this, if the gap is real, if the claim is new.
Methodology + experiments. But their skepticism or acceptance is already shaped by how good your introduction was.
Broad → specific → your approach → results → contributions list. Each paragraph has one job.
Not "RS is important" — that's the field. Open with the specific gap you're filling.
Specific, verifiable, non-overlapping, ordered. Experiments must deliver every bullet.
Next: M6 · L3 — Related Work That Positions