National Economics University logo Faculty of Data Science and Artificial Intelligence logo BAI Lab logo

Week 15 Β· 50% of Final Grade

Final Project Report Guide

Scientific-paper-oriented instructions and rubric for the final project report.

Final report guide

Overview

The final project is assessed primarily through a written report (PDF). The evaluation emphasizes publication readiness β€” your work should meet approximately 70% of the requirements of a scientific paper (IMRAD structure, labeled figures, reproducible methods, honest discussion).

Deliverables (submit before or at class)

Recommended Report Organization

1) Introduction: Background β†’ Challenges β†’ Motivation

Contribution check: The introduction should not only say "we forecast X"; it should explain what gap your method addresses and why the result matters.

2) Related Work (with Citations)

3) Methodology: Dataset/Cohort + Proposed Method

4) Results and Evidence

5) Discussion, Limitations, and Conclusion

Title Writing Guide

Use this pattern:
<Method> + <Task> + <Objective or Dataset/Target Entity>

Example Title

LSTM-based Time Series Forecasting for Emergency Healthcare Call Volume Prediction in Public Hospital Systems

(Method = LSTM, Task = forecasting, Objective/Target Entity = emergency healthcare calls in public hospital systems)

Contribution-Driven Writing (Most Important)

Your report should be built around a clear contribution. The contribution appears first in the Introduction, is justified in Related Work, implemented in Methodology, supported in Results, and restated in the Conclusion.

Contribution Logic

Limitation in related/comparison methods β†’ Gap β†’ Your contribution β†’ Evidence

Contribution Statement Template

β€œExisting approaches [limitation]. To address this gap, we propose [your method/workflow], which enables [practical objective]. Compared with [baseline], our approach achieves [evidence: metric/insight/actionability].”

How to Repeat the Contribution

Quality check: If a reader cannot identify your contribution in 2–3 sentences, the report is still too descriptive.

Sample Papers to Read Before Writing

Prioritize method papers (not surveys) so you can learn how authors present a concrete model, experimental design, and evidence. You do not need to copy the methods exactly; use them as writing and structure references.

Reading task: For each paper you use, extract (1) contribution statement, (2) comparison baseline, (3) evidence table/figure design, and (4) limitation discussion style.

Report Checklist

Evaluation Rubric (10-Point Scale)

Your final project is graded on 5 criteria, 2 points each. Each criterion is evaluated against both course standards and publication readiness.

Criterion 1: Problem, Gap & Contribution

ScoreDescription
2.0Introduction clearly follows Background β†’ Challenges β†’ Motivation, identifies limitations of related/comparison methods, and states a specific contribution plus 3–5 aligned research questions.
1.5Problem is well-motivated and contribution is present, but related-method limitations or research questions are not sharply articulated.
1.0Problem stated but mostly descriptive ("we forecast X"). Gap/contribution is vague or not linked to related methods.
0.5Vague or missing problem statement. Dataset introduced without context.
Publication check: Could a reviewer understand why this problem matters from the introduction alone?

Criterion 2: Related Work, Methodology & Technical Depth

ScoreDescription
2.0Related/comparison methods are cited and summarized. Methodology clearly describes dataset/cohort, preprocessing protocol, proposed method, baselines, validation, hyperparameters, and reproducibility details.
1.5Methodology is mostly complete but has gaps (e.g., related work too brief, baseline choice weakly justified, temporal split not fully explained).
1.0Methods are listed but the proposed method is unclear, citations are weak/missing, or preprocessing/validation has limited justification.
0.5Single model with no pipeline structure. Significant methodological errors (data leakage, wrong evaluation).
Publication check: Is the methodology reproducible? Could someone replicate this from the description?

Criterion 3: Results, Comparison & Analysis

ScoreDescription
2.0Clear comparison table (MAE/RMSE across all models). Forecast overlay plots. Honest discussion of why one model outperforms another. At least one ablation or insight. Limitations and future work explicitly stated.
1.5Comparison table present but analysis is shallow ("XGBoost is best" without explaining why). Plots present but not well-discussed. Limitations mentioned briefly.
1.0Results reported for individual models but no structured comparison. Missing metrics or forecast plots. No discussion section.
0.5Minimal or incorrect results. No comparison across methods.
Publication check: Does the results section tell a story, or just list numbers?

Criterion 4: Report Quality & Scientific Writing

ScoreDescription
2.0Report follows clear IMRAD structure (Introduction β†’ Data β†’ Method β†’ Results β†’ Discussion β†’ Conclusion). Figures labeled with captions, axes, legends. Tables formatted consistently. Writing is concise. Code submitted and organized. References cited where appropriate.
1.5Structure present but some sections weak (e.g., missing conclusion, unlabeled figures, inconsistent formatting). Code submitted but not well-organized.
1.0Report reads like a notebook dump β€” code outputs pasted without narrative. No clear section structure. Figures without labels.
0.5Report missing or extremely incomplete. No code submitted.
Publication check: If you removed the code cells, would it read like a coherent draft paper?

Criterion 5: Report Coherence & Communication

ScoreDescription
2.0Clear report narrative with logical flow from problem to conclusion. Writing is concise and evidence-based. Key decisions are justified. Source code link included.
1.5Most sections are present, but flow is choppy or explanations are too descriptive. Some claims are not fully supported by evidence.
1.0Report is disorganized or incomplete in key parts. Technical choices are listed but weakly justified.
0.5Missing critical sections, or report does not clearly explain methodology and findings.
Publication check: Could this report draft be submitted to a student workshop with minor revisions?

Score Summary

#CriterionMaxPublication Parallel
1Problem, Gap & Contribution/2Introduction
2Related Work, Methodology & Technical Depth/2Related Work + Methodology
3Results, Comparison & Analysis/2Results + Discussion
4Report Quality & Scientific Writing/2Overall paper quality
5Report Coherence & Communication/2Scholarly communication
Total/10

How the Final Differs from Midterm

Midterm (30%)Final (50%)
ModelsARIMA/SARIMA baseline onlyClassical + ML + DL (DL encouraged)
ReportBaseline reportFull IMRAD-style report with explicit proposed method
CLOs1.2–4.11.1–5.2 (all CLOs)
FocusEDA + classical baseline qualityIntegration, comparison, depth, publication readiness
← Back to Schedule View Grading Form