Write a Perfect Literature Survey Paper
Kenfra Research - Shallo2026-06-29T16:36:31+05:30If you’re working on a BTech/MTech project or a research paper, your guide or department has almost certainly asked for a literature survey. And if you’ve ever stared at a blank document wondering where to start — you’re not alone.
This post breaks down what a literature survey actually is, how it’s different from a literature review, and how to write one that doesn’t read like you just copy-pasted abstracts into a Word file.
What Is a Literature Survey?
A literature survey is a structured summary of existing published work related to your research topic. It shows that you know what’s already been done — and more importantly, where the gaps are.
In the context of a project report (especially engineering and CS), the literature survey section is usually Chapter 2. Your guide wants to see that you’ve read at least 10–15 relevant papers, understood the approaches used, and identified why your proposed work is still needed.
In formal research papers, a literature survey can be a standalone publication — essentially a paper that reviews the state of a field for other researchers who want a quick, reliable overview.
Literature survey vs. literature review: These terms are often used interchangeably, but technically a literature review tends to be more evaluative (what worked, what didn’t), while a literature survey is broader — it maps the landscape of existing work without necessarily judging each one deeply. For most student projects, the distinction doesn’t matter much.
Why Do You Need a Literature Survey?
Three reasons:
- It proves you haven’t reinvented the wheel. If someone already solved your exact problem in 2019, your guide needs to know you know that — and that your approach is different or better.
- It identifies research gaps. The whole point of academic research is to solve an unsolved problem. Reading existing papers shows you where the field is still lacking.
- It builds your theoretical foundation. The methods, frameworks, and concepts you reference in your survey become the basis for your own methodology.
For project students — honestly — it also just gets you marks. But do it properly and it’ll also make writing your methodology chapter significantly easier.
How to Write a Literature Survey: Step by Step
1: Define Your Search Scope
Before you open Google Scholar, write down 3–5 keywords related to your topic. If your project is on “crop disease detection using deep learning,” your keywords might be:
- crop disease detection
- plant disease classification
- convolutional neural network agriculture
- image segmentation plant leaf
You’ll combine these with databases. Keep your scope tight — don’t try to survey all of machine learning.
2: Find the Right Papers
Use these sources. In order of preference for engineering/CS:
- IEEE Xplore — best for electronics, CS, communications
- Google Scholar — broad, good for finding citing papers
- Scopus / Web of Science — good for checking if a journal is indexed
- ScienceDirect — strong for life sciences and engineering
- ACM Digital Library — software, HCI, computing
Aim for papers from the last 5–7 years unless you’re referencing a foundational method. If you’re citing a 2008 paper, there should be a good reason.
Set a realistic target: 15–25 papers for a project report, 40–80+ for a standalone survey paper.
3: Screen and Select
Not every paper you find belongs in your survey. Apply a quick filter:
Include if:
- The paper directly relates to your problem, method, or domain
- It’s published in a peer-reviewed journal or conference (check: is it Scopus-indexed? IEEE? Springer?)
- It’s cited reasonably well (Google Scholar citation count is a rough proxy for quality)
Exclude if:
- It’s a workshop abstract or non-peer-reviewed blog post
- The methodology is completely unrelated to your work
- You can’t access the full text and can only read the abstract
4: Read and Take Structured Notes
This is where most students go wrong. They skim the abstract, copy the title, and move on. That produces a shallow survey that your guide can spot in five seconds.
For each paper, note:
- Problem they solved (one sentence)
- Method/technique used
- Dataset used (if applicable)
- Results / accuracy reported
- Limitation they mentioned (this is gold — limitations point to gaps)
A simple spreadsheet works fine. By the time you’ve done this for 20 papers, the patterns become obvious.
5: Identify Themes and Group Papers
Don’t just present papers one by one. Group them by approach, technique, or problem type.
For example, if you’re writing a survey on fraud detection:
- Group 1: Rule-based methods
- Group 2: Machine learning approaches (SVM, Random Forest)
- Group 3: Deep learning approaches (LSTM, Autoencoders)
- Group 4: Graph-based methods
This structure makes your survey readable and shows analytical thinking — not just a list.
6: Write the Survey
Each group gets its own paragraph or subsection. A well-written survey paragraph looks something like this:
Several studies have applied convolutional neural networks (CNNs) for automated plant disease detection. Mohanty et al. [1] trained a CNN on the PlantVillage dataset and reported 99.35% accuracy under controlled conditions, though the model showed significantly lower performance on field images. Building on this, Ferentinos [2] proposed a deeper architecture using AlexNet and GoogLeNet variants, achieving improved robustness across multiple crop species. However, both approaches relied on high-quality, close-up images, which limits real-world applicability in low-resource agricultural settings.
Notice what that paragraph does:
- Cites specific papers with findings, not just “many researchers have studied this”
- Connects one study to the next logically
- Ends with a limitation — setting up your proposed work
Write every paragraph like this. It’s not hard once you have your notes.
7: State the Research Gap
After your thematic paragraphs, write 2–3 sentences explicitly stating what’s still missing. This is the most important part — it’s the justification for your entire project.
Example:
Despite significant progress in automated disease detection, existing methods largely depend on curated laboratory datasets and controlled lighting conditions. There is a lack of robust, lightweight models capable of real-time classification on low-cost devices in outdoor agricultural environments. The proposed work addresses this gap by…
8: Format Your References
Use the citation style your institution requires. For most engineering institutions in India, IEEE format is standard.
IEEE format looks like: [1] M. S. Nixon and A. S. Aguado, Feature Extraction and Image Processing, 2nd ed. Oxford, UK: Academic Press, 2008.
Use Mendeley or Zotero (both free) to manage your references. Don’t format them manually — you will make mistakes and waste time.
Literature Survey Format for a Project Report
Here’s the standard structure for Chapter 2 of an engineering project:
Total length: typically 4–8 pages for a project report, 20–40 pages for a standalone survey paper.
Common Mistakes to Avoid
- Writing about papers instead of synthesizing them. “Author A did X. Author B did Y. Author C did Z.” — this is a list, not a survey. Connect the papers. Show how they relate to each other and to your work.
- Citing papers you haven’t read. If you’re citing only from the abstract, it shows. Especially when your guide asks you a question about it in the viva.
- Only citing old papers. A literature survey full of 2010–2015 references in a 2025 project signals that you didn’t look hard enough.
- Padding with unrelated papers. More papers doesn’t mean better. 20 relevant, well-synthesized papers beats 50 loosely related ones.
- No research gap. The literature survey exists to set up the gap. If you don’t state it clearly, the whole section loses its purpose.
A Note on Survey Papers vs. Project Literature Surveys
If you’re writing a standalone survey paper (for journal publication), the scope is different. You’re writing for other researchers, not for a project guide. You need:
- A systematic methodology (how you searched, inclusion/exclusion criteria, PRISMA flow if applicable)
- A much larger paper set (40–100+ papers)
- A taxonomy or classification scheme
- Quantitative comparison tables
- Open research problems section
This is significantly more work than a project chapter — but also significantly more publishable.
Wrapping Up
A literature survey is not a formality you get through before the “real” work. Done properly, it’s what tells you what the real work should be. It’s how you find out if your idea is genuinely new, what methods have already been tried, and where there’s still something worth solving.
The students who write strong literature surveys tend to write stronger projects overall—because they understand the problem before they start solving it.
If you’re looking for PhD assistance in India, Kenfra Research provides academic research support for PhD scholars and project students across engineering and applied sciences. From literature survey writing and paper selection to research methodology, proposal development, and publication guidance, the focus is on helping researchers build a strong foundation for quality research.

Leave a Reply