Writing My Technical Paper
Below are some general writing guidelines and a suggested structure for technical documentation, including project lab reports, theses, and research papers. This guideline is not comprehensive and does not replace your advisor’s guidance. Writing is a skill you learn through practice, and feedback is essential for improvement. (Feedback should be seen as a sign of caring, even if it is critical. Only worry if you don't receive any feedback at all.)
Why is writing important?
Writing is not only a soft skill, it also improves critical thinking: when you write, you may find fallacies in your solution. Writing is an iterative process and takes time; you may re-write some parts of your work several times until you find its most accessible form. Because of that, use AI-assisted writing tools wisely! While LLM can help with language and clarity they will not improve your critical thinking. As Feynman famously said: "What I cannot create, I do not understand!”
What happens if I get negative results?
Step back and start summarizing what you are trying to solve (focus on Model and Solution sections below). You can also put your problem aside for a while, which can help discover totally new approaches when you return to it later. If your results eventually turn out to be negative, then write this and recalibrate your work! Thesis reviewers (especially for master’s and bachelor’s levels) value the effort you put in, not just the results! Negative findings can be very valuable—they might save others precious time by showing what doesn’t work. But this is only possible if you document and share them!
When to start writing?
Start writing once you've demonstrated that your solution works (or you know that it won't) and obtained the first results/proofs of that. However, be sure to allocate enough time for writing! The best way to fail is to start writing too late. Students often focus on the code and results while ignoring writing the thesis. Committees and reviewers do not accept results. They accept papers.
How to write?
There are no strict rules, but here are 10 self-curated hints from several sources.
#1 Keep it simple!
Keep your explanations short and simple. Tighten your arguments, cut unnecessary words, and get straight to the point! If you start doubting your work’s worth because it seems so straightforward that anyone could have done it, you’re likely on the right track.
"The easier something is to read, the more deeply readers will engage with it. The less energy they expend on your prose, the more they'll have left for your ideas. ... fancy writing doesn't just conceal ideas. It can also conceal the lack of them. That's why some people write that way, to conceal the fact that they have nothing to say. Whereas writing simply keeps you honest. If you say nothing simply, it will be obvious to everyone, including you." by P. Graham
Technical writing is quite different from “High school writing” that you might have used so far. A technical document is not a descriptive expository essay. To make your message unambiguous, use short and simple sentences and communicate only one concept per sentence. Writing clearly and concisely is difficult and a highly valuable skill! In a world full of papers, blogs, and books, no one wants to spend extra time reading something that could be explained in one page instead of ten. Time is precious—respect others by being brief (and comprehensible)!
#2 Make your talk first!
The best way to write a clear paper is to start by preparing a talk. This helps you focus on keeping your message simple and clear. Once the core idea is clear, writing becomes easier because you can work from the top-down rather than bottom-up. If you don’t have a talk ready, explain your work to a friend instead—it works just as well!
#3 First impressions matter!
By the time a reviewer finishes your introduction, they’ve likely already formed an opinion about your paper - often even deciding whether to accept it. The rest of their reading typically focuses on gathering arguments to support that initial judgment. Most readers focus on the Abstract, Introduction, and Conclusion, with only a few reading the rest. That’s why it’s essential to put extra effort into these sections, especially the Introduction - it’s your chance to make a strong and positive first impression!
Because of that, it's often better not to start with writing the Introduction! You can only convince the reader if you already know your work's limitations and strong points, that is, you have finished other parts of your work. Some people start with the abstract or conclusion which helps with clarifying the goals before writing, others start describing their work directly.
#4 Think like a teacher, and not a student!
The goal is not to show that you’ve read or understood something but to explain it as clearly and simply as possible.
#5 Make a story!
People are naturally drawn to stories, and the rhythm of problem-solution-problem-solution is a powerful way to present scientific ideas. This structure helps guide the reader through layers of understanding, from identifying the problem to revealing insights.
Describe the shortest and most straightforward path to your solution, step-by-step, even if this path may differ from the actual, potentially messy process you followed.
#6 Use text, equations, and figures for important concepts!
People grasp ideas in diverse ways, so it’s helpful to present important concepts in three forms: text, equations, and figures. This approach isn’t redundant - it provides multiple entry points for understanding. A paper flows effectively when it alternates between these elements in a clear and consistent pattern.
#7 Make your plots!
Avoid using copy-pasted plots or text - create them yourself, especially the overview plot in the introduction. Ownership brings confidence and enthusiasm, making you more comfortable and engaging when presenting your work. Everyone has a unique background and way of thinking, so follow your own approach but always tailor your presentation to the audience!
#8 Do not oversell!
A paper is not an advertisement. Overclaiming can frustrate reviewers. Be sure to clearly state what’s new and unique about your work (i.e., your contribution). Be convincing!
#9 Stop in time!
When you are close to the deadline, don’t focus on what you don’t have; focus on what you do have. Be realistic and find the key insight in what you have, then tell that story. You might be surprised to find that a smaller, more focused story could actually be a better one.
#10 Don't care about the minimum size limits!
This is quite obvious if you've read everything above: Don’t worry about any recommended minimum size limits—they are meaningless! Instead, set a (reasonably small) maximum for yourself. This will help you focus on the main points and keep your work concise and clear. Explaining something shortly but also clearly is challenging and has a positive impact on thinking and communication: you learn to be more direct and intelligible.
I don’t like giving exact numbers because it depends on the topic and purpose of the thesis. But in my experience, a master’s or bachelor’s thesis should fit into less than 30-35 pages[1], not counting the appendix and references.
A recommended structure
This is not meant to be a one-size-fits-all structure. Some works, like surveys or literature reviews, may require a different structure.
Abstract
Goal: Summarize your work! It is essentially a summary of your introduction (Section 1) and conclusions (Section 7).
- Motivation, problem (ca. 1/3 of the abstract)
- Goal of your work, perhaps with the idea of the solution
- Main results
1. Introduction
Goal: Convince and engage the reader!
- Motivation: Why is the topic/problem important? Give pointers to real-world examples (non-scientific literature is also fine such as tech news). Convince the reader (and yourself) that your work is important/useful. Stay focused: don't start with common knowledge (such as importance of machine learning), start directly with the negative impact of its security problems if that's the (broader) topic.
- Problem definition: What do you want to solve exactly? Your description should be less formal and rather widely accessible. Avoid formulas here, if possible.
- Challenges: Argue that the problem is challenging and focus on those challenges that you will address (and others have failed to solve). You can cite most related work if necessary. Provide the selling point (the gap in state-of-the-art that you are trying to fill with your work)!
- The idea of your solution: Describe how you solve the above challenges/problem. Focus on intuition that helps the reader grasp the concept of your proposal, and defer technical details to Section 5. You should provide intuitive insights and the thinking that went behind your solution. Follow a storytelling style. #1 Keep it simple!: remember that the point is to reach as many people as possible here and you probably need to (over)simplify/generalize claims that you will make precise later. This is necessary for effective communication. If your approach consists of several steps and seems complicated at first, make a single illustrative figure that is preferably self-contained and summarizes your method. For example, you can decompose your method into smaller steps and make a box per step with an illustrative graphic. It will guide the reader through the rest of the paper, and can also be recycled later in talks (even by others). You can detail each step in subsequent sections.
- Specific contributions: List your contributions explicitly (2-3 bullet points, should not be more than 2-3 sentences per bullet point)
- Structure of your work: Optionally describe the structure of your work (very shortly), if your work is long (for a thesis).
2. Related work
Goal: Describe and cite prior works which have addressed the same problem as yours! Keep it focused!
- Outline the difference between these works and yours. Why is your work better/different than others?
- “Prove" these claims in the evaluation/analysis section.
3. Background
Goal: Describe all material needed to understand your solution (e.g., convnets, LSTM, etc.)!
- The description of every related work and background material should be tailored to your work. For example, most people know what convnet is but they may not know why you use it. Highlight those properties of the tool, which make it appealing to solve your problem, and ignore the rest. Fit the description to your work and don't stick to the original text! Provide your own interpretation: This will give a new (your) viewpoint of the background material and hence bring value for the reader!
- Keep it focused, and don't write too much about textbook material if the target audience is likely to know that! Rather cite them! This is not the place where you should “inflate” your work. Shorter summaries are generally preferred over copied literature reviews. Surveys can be cited.
4. Model
Goal: Define the assumptions of your proposal! In what conditions can it be used? What does it need to work?
- System model: Assumptions about your system: e.g., availability of training data, type of data, any constraints, etc.
- Attacker/Adversary/Threat model: Assumptions about the adversary: its goals, capabilities, and the specific attacks (threats) used to achieve its goal. Argue about the feasibility and practicability of the attack. For example, the adversary has enough incentives to launch these attacks because there is a lot of gain or because the attacks are feasible and accurate.
5. Solution
Goal: Provide all details of your solution! Be precise, clear, and easy to follow! Present analyses after this section or in the appendix!
- Make a short overview of your approach first. If it is necessary, you can make a formal, step-by-step (e.g., algorithmic) description in a separate plot that you will detail in later subsections, and make your subsections according to this overview. At the beginning of each subsection, present shortly what you will do in that subsection (this links different (sub)sections together and makes your work easier to follow).
- Be precise, comprehensible and easy to follow. Use examples where possible, or refer to the illustrative plot in the introduction and to the more detailed algorithmic descriptions presented here (if you need such). Avoid long ambiguous sentences/paragraphs/phrases that the reader may not understand. Consistently use the same terms/words to refer to the same phenomena.
- Focus on precise claims but do not distract the reader with overly detailed mathematical proofs or too many formulas. Defer detailed empirical proofs (evidence) to the evaluation section, and formal arguments/proofs to the end of this section ("analysis" (sub)section), or to the appendix. Every formal claim should also have an intuitive description first, neglecting formulas as much as possible. You do need proofs to be scientifically correct but remember that most people are not fluent in heavy maths and they want to have the insight first. Explain the notation in every formula!
6. Evaluation
Goal: Show that you solve the problem and compare it to related work empirically or analytically! "Empirical" usually means simulations and more detailed comparisons with the most relevant related works. "Analytical" means more rigorous mathematical reasoning (i.e., you have a formal model with premises and you derive some properties from these). The usefulness of such proofs mainly depends on how realistic your model (assumptions) are.
- Dataset description: Describe your dataset (data collection, source of data, pre-processing, main descriptive statistics of your data)
- Baselines: Describe other approaches that you consider for comparison. You can describe them here or in the background section.
- Parameter setting: Provide all necessary details to reproduce your results (hyperparameter setting, implementation environment with exact version numbers, etc.)! Make your code available to the reviewers! This will also earn you more citations.
- Evaluation metrics: Metrics used to measure performance.
- Results: Put results in a separate subsection! Highlight the main takeaways and conclusions!
7. Conclusion
- Summary: summarize what you have done, its limits, why it is good/practical/etc.
- Conclusions: messages (and not summary) of your work, takeaways
- Future work: outline possible future directions (development, research, etc.)
Appendix
- Proofs, extra evaluations, dataset descriptions (if there are many), etc.
- Most people will not read this, so put things here accordingly
References
- Writing a good scientific paper by Michael J. Black
- Write simply by Paul Graham
- Putting Ideas into Words by Paul Graham
In BME's thesis format: A4-sized paper, mirrored margins (2.5 cm on all sides, with an additional 1 cm binding margin on the left), and single column. The default font is 12-point Times New Roman, with 1.5 line spacing. ↩︎