Writing tips for students

Below you find a suggested structure of your technical work (for project lab reports, theses, and research papers) with some hints and general writing guidelines. It is not intended to be a complete guide, nor a universal structure that fits for all works. Some works may require a different structure (e.g., surveys or literature reviews). This guideline does not replace your advisor; you can only learn writing by practice, and you will definitely need the feedback on your writing. (Feedback should be a sign of caring, even if it is negative. Only worry if you have not received any feedback.)


Abstract

Goal: Summarize your work! It is essentially a summary of your introduction (Section 1) and conclusions (Section 7).

  1. Motivation, problem (ca. 1/3 of the abstract)
  2. Goal of your work, perhaps with the idea of the solution
  3. Main results

1. Introduction

Goal: “Sell your work"! Engage the reader!

2. Related work

Goal: Describe and cite prior works which have addressed the same problem as yours! Keep it focused!

3. Background

Goal: Describe all material needed to understand your solution (e.g., convnets, LSTM, etc.)!

4. Model

Goal: Define the assumptions of your proposal! In what conditions can it be used? What does it need to work?

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!

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.

7. Conclusion

Appendix


Further hints: