Get AI summaries of any video or article — Sign up free
How to Write a Conference Paper | Computer Science PhD Student Advice thumbnail

How to Write a Conference Paper | Computer Science PhD Student Advice

Ciara Feely·
5 min read

Based on Ciara Feely's video on YouTube. If you like this content, support the original creators by watching, liking and subscribing to their content.

TL;DR

Start with a research idea that emerges from topics/subtopics or questions raised during readings, then translate it into a solvable problem.

Briefing

Conference-paper writing becomes far less mysterious when it’s treated as a repeatable workflow: form a problem, iterate toward a workable solution, validate it with evidence, then draft the paper starting from the sections that are already “done” in your research. The process matters because it prevents the common failure mode—spending weeks staring at an introduction while the core results and methodology are still unstable.

The workflow starts with an idea strong enough to drive a project. That idea often comes from existing topic and subtopic areas, or from questions that surface during readings. From there, the work splits into three phases: solution forming, actually building the solution, and writing everything up. In the solution-forming phase, problem solving follows a four-step creative cycle. First comes preparation: gather background knowledge, take notes, sketch angles on the problem, and run a literature review to understand what’s already been tried and what remains unsolved. Second is incubation: step away—walks, breaks, even a few days—so the subconscious can keep working. Third is illumination, the “aha” moment when a promising approach becomes clear. Fourth is verification, where the proposed solution is tested and refined through multiple cycles until it holds up.

Once a solution direction is credible, the project moves into implementation. In computer science, that often means trying multiple models at different points, checking whether they improve accuracy, and cycling back when they don’t. The process doesn’t end at “a model works once.” It ends when the solution is stable enough to stop iterating and when the necessary data for evaluation has been collected. Regular check-ins with a supervisor are positioned as a practical accelerator: after each candidate solution, results are shared, next steps are proposed, and feedback helps avoid dead ends. This collaboration is framed as a habit—keeping both people aligned throughout the project rather than only at the end.

Evaluation then turns research outputs into proof. The goal is to gather the graphs and evidence needed to show the solution works across multiple conditions and is robust, not just effective in a single test. After that, drafting begins with the easiest sections. Methodology is typically the first target because the work has already been done, making the write-up straightforward. Next comes results/evaluation (or analysis), since the graphs exist and the task becomes explaining what they show. The related work section should already be largely prepared from the early literature-review stage.

With those core sections in place, attention shifts to the harder parts: discussion and introduction. The advice is to write discussion before introduction when possible, or to fold discussion into evaluation if the format doesn’t include a separate section. The introduction is described as hardest because it requires knowing what the finished work actually produced, so it’s often easier to write at the end. Finally come the abstract and conclusion, which can be drafted together to keep the summary consistent. The paper’s structure should match the target conference’s norms, and templates—often in LaTeX—can reduce formatting friction. Keeping the supervisor involved during drafting, including sharing the LaTeX document for oversight, is treated as part of the same iterative discipline that drove the research.

Cornell Notes

A conference paper workflow starts with a research idea, then moves through solution forming, solution implementation, evaluation, and finally writing. Solution forming follows a four-step creative cycle: preparation (including literature review), incubation (rest and breaks), illumination (the “aha” moment), and verification (testing and repeating). Implementation in computer science often means trying multiple models, checking accuracy improvements, and iterating until a stable “best” model emerges. Evaluation focuses on collecting graphs and evidence that demonstrate robustness across conditions. Drafting should begin with methodology and results/evaluation because those sections are already grounded in completed work; introduction and abstract are easier once the findings are locked in.

What are the three big phases in the workflow from idea to conference paper?

The process is organized into three phases: (1) solution forming, where a promising approach is developed through iterative thinking; (2) working on the solution, where candidate methods are implemented and tested; and (3) writing up everything, after evaluation evidence is collected.

How does the “creative thought” cycle help generate and refine a solution?

Problem solving is described as a four-step loop: preparation (read, take notes, sketch angles, and run a literature review to identify what’s unsolved), incubation (take breaks such as walks or a few days off so the subconscious can work), illumination (an “aha” moment when the approach becomes clear), and verification (test whether the solution is correct, then repeat cycles as needed).

Why is methodology often the best first section to write?

Methodology is treated as the easiest starting point because it’s already completed in the research process. Once the methods are finalized, writing them up becomes a matter of documenting what was done, rather than inventing new content.

What does evaluation require beyond “it works”?

Evaluation is about collecting graphs and evidence that show the solution works in multiple ways and is robust. The emphasis is on demonstrating performance across different conditions and explaining what the results mean relative to the problem.

What drafting order is recommended for introduction and discussion?

Discussion is recommended before introduction when a separate discussion section exists. If there isn’t a dedicated discussion section, discussion can be incorporated into evaluation with a longer conclusion. The introduction is often saved for later because it’s difficult to tie everything together before the actual results are known.

How should a supervisor be used during the research and writing process?

Supervisor feedback is framed as an ongoing habit: after each candidate solution, share results and propose the next attempt. During paper writing, include the supervisor in the drafting workflow (including sharing the LaTeX document) so advice can be incorporated while the paper is still being built.

Review Questions

  1. What specific evidence does evaluation aim to produce, and how is “robustness” demonstrated?
  2. In what order should sections like methodology, results/evaluation, discussion, and introduction be drafted, and why?
  3. How do preparation, incubation, illumination, and verification map onto concrete actions during a research project?

Key Points

  1. 1

    Start with a research idea that emerges from topics/subtopics or questions raised during readings, then translate it into a solvable problem.

  2. 2

    Use a structured solution-forming cycle: preparation (literature review and notes), incubation (rest), illumination (aha moment), and verification (testing).

  3. 3

    Iterate on candidate solutions rather than committing too early; in computer science this often means trying multiple models and comparing accuracy.

  4. 4

    Keep a supervisor in the loop throughout the project by sharing results after each candidate solution and planning the next attempt together.

  5. 5

    Collect evaluation evidence early enough to support the paper’s results section, focusing on graphs that demonstrate robustness across conditions.

  6. 6

    Draft from the easiest sections first—methodology, then results/evaluation—then move to discussion and introduction once the findings are stable.

  7. 7

    Match the target conference’s formatting and structure using provided templates (often LaTeX) and write the abstract/conclusion with consistency in mind.

Highlights

The process treats conference-paper writing as an end-to-end pipeline: solution forming → solution implementation → evaluation → drafting.
Incubation is positioned as a practical step—walks and even a few days off—so the subconscious can generate solutions before verification.
Methodology and results/evaluation are recommended as the first draft targets because they’re grounded in completed work and existing graphs.
Introduction is described as hardest to write early, so it’s often best saved for after discussion and results are solid.
Regular supervisor check-ins are framed as a way to avoid wasted cycles and keep both sides aligned throughout iteration.

Topics

Mentioned