This post outlines my approach to writing a Related Work section. Some of this is subjective, take it with a grain of salt.
Finding Related Papers
Writing the Related Work Section
Tips
- Start writing this section early.
- Your paper should be related to, but not identical to other work in your topic area.
- Think about this section from the perspective of a reviewer.
- Understand where your paper sits on multiple levels.
- What themes are you working on? What’s your general topic area?
- What are your research questions or hypotheses?
- What methods do you use to answer the research questions?
- What results did you obtain by applying these methods?
Mental Model
This diagram shows four levels that readers might use to “pigeonhole” your paper. Readers need to answer “what is this paper about?” There are different ways to answer this question, some low effort (“It’s about large language models”), and some high effort (“this paper assess how large language models think about sequential move games using interpretability techniques, finding that game state representation significatly affects model performance”).
In an effort to conserve mental energy, readers will first attempt to answer “What is your paper about?” at the level of themes and keywords, then research questions, then methodology, then results. Readers can make comparisons between your paper and the existing literature at any and all of these levels. The Related Work section can (and should, in my opinion) fast-track this process for the reader.
The below diagram illustrates this thought process. The lefthand side shows levels of comparison. The righthand side shows how comparison outcomes affect the reader’s assessment of your paper’s novelty.
By writing your related work section with this thought process in mind, you can write in a way that benefits your reader.
Examples
Here are some examples of the kinds of statements you might use to clarify your relationship to existing work at different levels.
These examples were written as part of a conversation with Claude 3.5, with what I would consider moderate steering. I have read the examples, and think they generally show what they are intended to show.
Relationship Type | Example Statements |
---|---|
Different Context
Same methods, new domain
|
|
Different Goals
Similar domain, new objectives
|
|
Novel Approach
Same problem, new method
|
|
Different Findings
Similar setup, new results
|
|
Building Upon Similarities
When acknowledging foundations
|
|
Antipatterns
- Considering work from Theme 1 and Theme 2, but not Theme 1 Theme 2.
More reading
-Literature Review for Academic Outsiders - Related Work can be thought of as a small version of a Literature Review, much of the same advice applies. - There are more linked resources inside of this linked article.