The method section is where you prove the claim you made in the introduction.
Formalism and intuition must work together.
Formal definitions. Inputs, outputs, objective. This is where M5 skills apply.
A figure + 1 paragraph. High-level picture before the details. Most papers skip this — don't.
Each equation explained. Each design choice justified. This is the heart of the section.
Loss function. Optimisation algorithm. Complexity analysis if relevant.
Common mistake: Diving into equations without telling the reader what you're trying to achieve. Always provide the intuition before the formalism — not after.
A good problem formulation defines:
Test: Could a reader implement your model's input/output interface from the formulation alone, before reading your architecture? If not — formalise further.
"z^(l)_u = σ(W^(l) · AGG({z^(l-1)_i : i ∈ 𝒩_u}) + b^(l))"
What is this doing? Why this aggregation? Why σ here? Silence.
"We aggregate each user's neighbours (Eq. 3) to capture collaborative signals. A non-linear activation σ is applied to model higher-order interactions that linear aggregation misses."
Problem formulation → Overview → Components → Training. Use this order every time.
Tell the reader what you're trying to achieve before showing the equation. Never the reverse.
For every non-obvious decision: "We use X instead of Y because Z." Silence on design choices invites reviewer speculation.
Next: M6 · L5 — Novelty and Impact Statements