thesis-writing

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Thesis Writing

学位论文撰写

Purpose: Guide for writing PhD/Master's thesis — the most comprehensive document in a researcher's career.
When to use:
  • Writing individual thesis chapters
  • Converting papers into thesis format
  • Organizing thesis structure
  • Writing literature review chapter
  • Writing methodology chapter
Links to:
  • paper-writing
    — section-level writing skills
  • sota-survey
    — literature review foundation
  • research-design
    — methodology chapter content
  • experiment-tracking
    — results chapter data
  • technical-english-cs
    — academic English
  • vietnamese-writing-standard
    — Vietnamese thesis writing

用途: 博士/硕士学位论文撰写指南——科研人员职业生涯中最具综合性的文档。
适用场景:
  • 撰写论文单个章节
  • 将期刊论文转换为论文格式
  • 梳理论文结构
  • 撰写文献综述章节
  • 撰写研究方法章节
关联技能:
  • paper-writing
    — 章节级写作技巧
  • sota-survey
    — 文献综述基础
  • research-design
    — 研究方法章节内容
  • experiment-tracking
    — 结果章节数据
  • technical-english-cs
    — 学术英语
  • vietnamese-writing-standard
    — 越南语论文撰写

Thesis Structure (Standard PhD)

标准博士学位论文结构

Front Matter
├── Title Page
├── Abstract (Vietnamese + English)
├── Acknowledgments
├── Table of Contents
├── List of Figures
├── List of Tables
├── List of Abbreviations
└── List of Symbols

Chapters
├── Chapter 1: Introduction (10-15 pages)
│   ├── 1.1 Background & Motivation
│   ├── 1.2 Problem Statement
│   ├── 1.3 Research Objectives
│   ├── 1.4 Research Questions
│   ├── 1.5 Contributions
│   ├── 1.6 Scope & Limitations
│   └── 1.7 Thesis Organization
├── Chapter 2: Literature Review (20-30 pages)
│   ├── 2.1 Overview of Research Area
│   ├── 2.2 Theoretical Foundations
│   ├── 2.3 Related Work Taxonomy
│   ├── 2.4 Detailed Analysis of Key Works
│   ├── 2.5 Comparison Table
│   └── 2.6 Research Gaps
├── Chapter 3: Methodology (15-25 pages)
│   ├── 3.1 Problem Formulation
│   ├── 3.2 System Overview
│   ├── 3.3 Component 1 (your method)
│   ├── 3.4 Component 2 (your method)
│   ├── 3.5 Theoretical Analysis
│   └── 3.6 Complexity Analysis
├── Chapter 4: Experiments (15-20 pages)
│   ├── 4.1 Experimental Setup
│   ├── 4.2 Datasets
│   ├── 4.3 Baselines
│   ├── 4.4 Main Results
│   ├── 4.5 Ablation Studies
│   ├── 4.6 Sensitivity Analysis
│   └── 4.7 Discussion of Results
├── Chapter 5: Discussion (5-10 pages)
│   ├── 5.1 Interpretation of Results
│   ├── 5.2 Implications
│   ├── 5.3 Limitations
│   └── 5.4 Threats to Validity
└── Chapter 6: Conclusion (3-5 pages)
    ├── 6.1 Summary of Contributions
    ├── 6.2 Answers to Research Questions
    ├── 6.3 Future Work
    └── 6.4 Final Remarks

Back Matter
├── References
├── Appendices
│   ├── Appendix A: Proofs
│   ├── Appendix B: Additional Experiments
│   └── Appendix C: Code/Data Availability
└── Publications During PhD

前置部分
├── 标题页
├── 摘要(越南语+英语)
├── 致谢
├── 目录
├── 图表清单
├── 表格清单
├── 缩写词清单
└── 符号清单

正文章节
├── 第1章:引言(10-15页)
│   ├── 1.1 研究背景与动机
│   ├── 1.2 问题陈述
│   ├── 1.3 研究目标
│   ├── 1.4 研究问题
│   ├── 1.5 研究贡献
│   ├── 1.6 研究范围与局限性
│   └── 1.7 论文结构安排
├── 第2章:文献综述(20-30页)
│   ├── 2.1 研究领域概述
│   ├── 2.2 理论基础
│   ├── 2.3 相关研究分类
│   ├── 2.4 关键研究详细分析
│   ├── 2.5 对比表格
│   └── 2.6 研究空白
├── 第3章:研究方法(15-25页)
│   ├── 3.1 问题建模
│   ├── 3.2 系统概述
│   ├── 3.3 组件1(你的方法)
│   ├── 3.4 组件2(你的方法)
│   ├── 3.5 理论分析
│   └── 3.6 复杂度分析
├── 第4章:实验(15-20页)
│   ├── 4.1 实验设置
│   ├── 4.2 数据集
│   ├── 4.3 基线方法
│   ├── 4.4 主要结果
│   ├── 4.5 消融实验
│   ├── 4.6 敏感性分析
│   └── 4.7 结果讨论
├── 第5章:讨论(5-10页)
│   ├── 5.1 结果解读
│   ├── 5.2 研究启示
│   ├── 5.3 研究局限性
│   └── 5.4 有效性威胁
└── 第6章:结论(3-5页)
    ├── 6.1 研究贡献总结
    ├── 6.2 研究问题解答
    ├── 6.3 未来研究方向
    └── 6.4 最终总结

后置部分
├── 参考文献
├── 附录
│   ├── 附录A:证明过程
│   ├── 附录B:补充实验
│   └── 附录C:代码/数据可用性说明
└── 博士期间发表成果

Chapter-by-Chapter Guide

分章节撰写指南

Chapter 1: Introduction

第1章:引言

Purpose: Set the stage — why this research matters.
markdown
undefined
用途: 铺垫背景——说明本研究的重要性。
markdown
undefined

1.1 Background & Motivation

1.1 研究背景与动机

[2-3 paragraphs]
  • Broad context of the research area
  • Real-world problem or application
  • Why this problem is important
[2-3段]
  • 研究领域的宏观背景
  • 实际问题或应用场景
  • 该问题的重要性

1.2 Problem Statement

1.2 问题陈述

[1-2 paragraphs]
  • Specific gap in existing knowledge
  • Limitations of current approaches
  • "However, [limitation] remains unsolved..."
[1-2段]
  • 现有知识体系中的特定空白
  • 当前方法的局限性
  • “然而,[局限性]仍未得到解决……”

1.3 Research Objectives

1.3 研究目标

[Bulleted list]
  • Primary: [Main objective]
  • Secondary: [Supporting objectives]
[项目符号列表]
  • 主要目标:[核心目标]
  • 次要目标:[支撑目标]

1.4 Research Questions

1.4 研究问题

[Numbered list]
  • RQ1: [Primary research question]
  • RQ2: [Secondary research question]
  • RQ3: [Optional tertiary question]
[编号列表]
  • RQ1:[核心研究问题]
  • RQ2:[次要研究问题]
  • RQ3:[可选三级问题]

1.5 Contributions

1.5 研究贡献

[Numbered list, be specific]
  1. We propose [method name] that [what it does]
  2. We demonstrate [finding] through [experiments]
  3. We release [artifact] for reproducibility
[编号列表,需具体]
  1. 我们提出[方法名称],可实现[功能]
  2. 我们通过[实验]验证了[发现]
  3. 我们发布了[成果物]以保证可复现性

1.6 Scope & Limitations

1.6 研究范围与局限性

  • What this thesis covers
  • What this thesis does NOT cover
  • Assumptions made
  • 本论文涵盖的内容
  • 本论文未涉及的内容
  • 研究做出的假设

1.7 Thesis Organization

1.7 论文结构安排

"The remainder of this thesis is organized as follows. Chapter 2 reviews... Chapter 3 describes... Chapter 4 presents... Chapter 5 discusses... Chapter 6 concludes..."
undefined
“本论文剩余部分结构如下:第2章综述……第3章阐述……第4章展示……第5章讨论……第6章总结……”
undefined

Chapter 2: Literature Review

第2章:文献综述

Purpose: Comprehensive survey — position your work in the field.
Structure:
markdown
undefined
用途: 全面调研——明确你的研究在领域中的定位。
结构:
markdown
undefined

2.1 Overview of Research Area

2.1 研究领域概述

[2-3 pages]
  • History and evolution
  • Current state of the art
  • Key milestones
[2-3页]
  • 领域发展历史与演进
  • 当前研究现状
  • 关键里程碑

2.2 Theoretical Foundations

2.2 理论基础

[3-5 pages]
  • Core concepts and definitions
  • Mathematical foundations
  • Key theorems/properties
[3-5页]
  • 核心概念与定义
  • 数学基础
  • 关键定理/性质

2.3 Related Work Taxonomy

2.3 相关研究分类

[2-3 pages]
  • Group A: [Approach name] — papers [1,3,5]
  • Group B: [Approach name] — papers [2,4]
  • Group C: [Approach name] — papers [6,7]
[2-3页]
  • A组:[方法名称] — 论文[1,3,5]
  • B组:[方法名称] — 论文[2,4]
  • C组:[方法名称] — 论文[6,7]

2.4 Detailed Analysis of Key Works

2.4 关键研究详细分析

[8-12 pages] For each important paper:
  • Problem addressed
  • Method proposed
  • Strengths
  • Limitations
  • How our work differs
[8-12页] 针对每篇重要论文:
  • 解决的问题
  • 提出的方法
  • 优势
  • 局限性
  • 我们的研究与之的差异

2.5 Comparison Table

2.5 对比表格

PaperYearProblemMethodDatasetResultLimitation
.....................
论文年份研究问题方法数据集结果局限性
.....................

2.6 Research Gaps

2.6 研究空白

[1-2 pages]
  • Gap 1: [Description] → addressed by RQ1
  • Gap 2: [Description] → addressed by RQ2
  • Gap 3: [Description] → addressed by RQ3

**Key rules:**
- Synthesize, don't just list papers
- Organize by theme, not chronology
- Each paragraph ends with: "Unlike [them], we [difference]"
- Include 50-100+ references (depending on field)
[1-2页]
  • 空白1:[描述] → 对应RQ1
  • 空白2:[描述] → 对应RQ2
  • 空白3:[描述] → 对应RQ3

**关键规则:**
- 综合分析,而非简单罗列论文
- 按主题组织,而非按时间顺序
- 每段结尾需说明:“与[他们的研究]不同,我们[差异点]”
- 需包含50-100+篇参考文献(依领域而定)

Chapter 3: Methodology

第3章:研究方法

Purpose: Describe your approach in enough detail for reproduction.
markdown
undefined
用途: 详细描述你的方法,确保可复现。
markdown
undefined

3.1 Problem Formulation

3.1 问题建模

  • Formal notation (variables, sets, functions)
  • Objective function
  • Constraints
  • Assumptions (state explicitly)
  • 正式符号(变量、集合、函数)
  • 目标函数
  • 约束条件
  • 假设(需明确说明)

3.2 System Overview

3.2 系统概述

[2-3 pages]
  • High-level architecture diagram
  • Component relationships
  • Data flow
[2-3页]
  • 高层架构图
  • 组件关系
  • 数据流

3.3 Component 1: [Name]

3.3 组件1:[名称]

[4-6 pages]
  • Motivation
  • Algorithm description
  • Pseudocode (use algorithm environment)
  • Mathematical formulation
  • Complexity: O(...)
[4-6页]
  • 动机
  • 算法描述
  • 伪代码(使用算法环境)
  • 数学建模
  • 复杂度:O(...)

3.4 Component 2: [Name]

3.4 组件2:[名称]

[4-6 pages]
  • Same structure as 3.3
[4-6页]
  • 与3.3结构一致

3.5 Theoretical Analysis

3.5 理论分析

[2-3 pages]
  • Convergence properties
  • Optimality bounds
  • Proofs (or reference to Appendix A)
[2-3页]
  • 收敛性
  • 最优性边界
  • 证明过程(或参考附录A)

3.6 Complexity Analysis

3.6 复杂度分析

OperationTimeSpace
TrainingO()O()
InferenceO()O()
TotalO()O()
undefined
操作时间复杂度空间复杂度
训练O()O()
推理O()O()
总计O()O()
undefined

Chapter 4: Experiments

第4章:实验

Purpose: Empirical validation of your claims.
markdown
undefined
用途: 实证验证你的研究结论。
markdown
undefined

4.1 Experimental Setup

4.1 实验设置

  • Hardware: GPU type, RAM, storage
  • Software: Framework versions, libraries
  • Hyperparameters: Search ranges and final values
  • 硬件:GPU型号、内存、存储
  • 软件:框架版本、库
  • 超参数:搜索范围与最终取值

4.2 Datasets

4.2 数据集

DatasetDomainSizeTrain/Val/TestSource
...............
数据集领域规模训练/验证/测试划分来源
...............

4.3 Baselines

4.3 基线方法

MethodYearTypeCitation
......SOTA...
方法年份类型引用
......SOTA...

4.4 Main Results

4.4 主要结果

MethodMetric1Metric2Metric3
...XX.XXX.XXX.X
OursXX.XXX.XXX.X
Analysis: "Our method achieves X on Y, outperforming best baseline by Z%"
方法指标1指标2指标3
...XX.XXX.XXX.X
我们的方法XX.XXX.XXX.X
分析:“我们的方法在Y上达到X,优于最佳基线方法Z%”

4.5 Ablation Studies

4.5 消融实验

ConfigurationMetric1Metric2
Full modelXX.XXX.X
w/o Component1XX.XXX.X
w/o Component2XX.XXX.X
配置指标1指标2
完整模型XX.XXX.X
移除组件1XX.XXX.X
移除组件2XX.XXX.X

4.6 Sensitivity Analysis

4.6 敏感性分析

  • Hyperparameter sensitivity plots
  • Convergence curves
  • Scalability experiments
  • 超参数敏感性图表
  • 收敛曲线
  • 可扩展性实验

4.7 Discussion of Results

4.7 结果讨论

  • Answer RQ1: [with evidence]
  • Answer RQ2: [with evidence]
  • Answer RQ3: [with evidence]
undefined
  • 回答RQ1:[附证据]
  • 回答RQ2:[附证据]
  • 回答RQ3:[附证据]
undefined

Chapter 5: Discussion

第5章:讨论

Purpose: Interpret results, acknowledge limitations.
markdown
undefined
用途: 解读结果,承认研究局限性。
markdown
undefined

5.1 Interpretation of Results

5.1 结果解读

  • Why does your method work?
  • What patterns emerged?
  • Unexpected findings
  • 你的方法为何有效?
  • 出现了哪些模式?
  • 意外发现

5.2 Implications

5.2 研究启示

  • Theoretical contributions
  • Practical applications
  • Impact on the field
  • 理论贡献
  • 实际应用
  • 对领域的影响

5.3 Limitations

5.3 研究局限性

  • Dataset limitations
  • Method assumptions
  • Computational constraints
  • Generalizability concerns
  • 数据集局限性
  • 方法假设
  • 计算约束
  • 泛化性问题

5.4 Threats to Validity

5.4 有效性威胁

  • Internal validity
  • External validity
  • Construct validity
  • Conclusion validity
undefined
  • 内部有效性
  • 外部有效性
  • 构念有效性
  • 结论有效性
undefined

Chapter 6: Conclusion

第6章:结论

Purpose: Wrap up — summarize and look forward.
markdown
undefined
用途: 总结全文——回顾研究并展望未来。
markdown
undefined

6.1 Summary of Contributions

6.1 研究贡献总结

[Numbered list matching Chapter 1 contributions]
[编号列表,与第1章贡献对应]

6.2 Answers to Research Questions

6.2 研究问题解答

  • RQ1: [Answer with key evidence]
  • RQ2: [Answer with key evidence]
  • RQ3: [Answer with key evidence]
  • RQ1:[附核心证据的答案]
  • RQ2:[附核心证据的答案]
  • RQ3:[附核心证据的答案]

6.3 Future Work

6.3 未来研究方向

  1. [Short-term: next experiments]
  2. [Medium-term: extensions]
  3. [Long-term: broader applications]
  1. [短期:后续实验]
  2. [中期:方法扩展]
  3. [长期:更广应用场景]

6.4 Final Remarks

6.4 最终总结

[1-2 paragraphs: significance, impact, personal reflection]

---
[1-2段:研究意义、影响、个人感悟]

---

Converting Papers to Thesis

期刊论文转学位论文

Paper → Chapter Mapping

论文→章节映射

Paper SectionThesis ChapterAdjustments
AbstractChapter 1 introExpand motivation
IntroductionChapter 1Add more background
Related WorkChapter 2Expand significantly (3-5x)
MethodChapter 3Add more detail, proofs
ExperimentsChapter 4Add more analysis
DiscussionChapter 5Expand limitations
ConclusionChapter 6Add future work
期刊论文部分学位论文章节调整要点
摘要第1章引言扩展动机部分
引言第1章补充更多背景
相关研究第2章大幅扩展(3-5倍篇幅)
方法第3章补充更多细节、证明过程
实验第4章补充更多分析
讨论第5章扩展局限性部分
结论第6章补充未来研究方向

Key Differences

核心差异

AspectPaperThesis
Length8-12 pages150-250 pages
References30-50100-200
Related Work1-2 pages20-30 pages
Method detailConciseExhaustive
ProofsSketchFull (appendix)
AudienceExpertsCommittee (broader)

维度期刊论文学位论文
篇幅8-12页150-250页
参考文献30-50篇100-200篇
相关研究1-2页20-30页
方法细节简洁详尽
证明过程概述完整(附录)
受众领域专家答辩委员会(更广范围)

Vietnamese Thesis Format

越南语学位论文格式

Abstract Structure (Vietnamese)

越南语摘要结构

Tóm tắt
[1 đoạn: Bối cảnh và động lực]
[1 đoạn: Vấn đề nghiên cứu]
[1 đoạn: Phương pháp đề xuất]
[1 đoạn: Kết quả chính]
[1 đoạn: Đóng góp]
Tóm tắt
[1段:背景与动机]
[1段:研究问题]
[1段:提出的方法]
[1段:核心结果]
[1段:研究贡献]

Chapter Titles (Vietnamese)

越南语章节标题

Chương 1: Giới thiệu
Chương 2: Tổng quan tài liệu
Chương 3: Phương pháp
Chương 4: Thực nghiệm và kết quả
Chương 5: Thảo luận
Chương 6: Kết luận

Chương 1: Giới thiệu
Chương 2: Tổng quan tài liệu
Chương 3: Phương pháp
Chương 4: Thực nghiệm và kết quả
Chương 5: Thảo luận
Chương 6: Kết luận

LaTeX Tips for Thesis

学位论文LaTeX技巧

Document Class

文档类

latex
\documentclass[12pt,a4paper]{report}
\usepackage[utf8]{vietnam}
latex
\documentclass[12pt,a4paper]{report}
\usepackage[utf8]{vietnam}

Chapter Formatting

章节格式

latex
\chapter{Giới thiệu}
\section{Bối cảnh và động lực}
\subsection{Tầm quan trọng của vấn đề}
latex
\chapter{Giới thiệu}
\section{Bối cảnh và động lực}
\subsection{Tầm quan trọng của vấn đề}

Cross-References

交叉引用

latex
Như đã trình bày trong Chương~\ref{ch:literature}...
Kết quả của Thực nghiệm~\ref{exp:main} cho thấy...
latex
Như đã trình bày trong Chương~\ref{ch:literature}...
Kết quả của Thực nghiệm~\ref{exp:main} cho thấy...

Bibliography

参考文献

latex
% Use BibTeX with thesis style
\bibliographystyle{plain}
\bibliography{references}

latex
% 使用BibTeX与论文样式
\bibliographystyle{plain}
\bibliography{references}

Integration Flow

技能集成流程

sota-survey (literature review)
research-question (RQs)
research-design (methodology)
thesis-writing (this skill)
    ├── Chapter 1: Introduction
    ├── Chapter 2: Literature Review ← sota-survey
    ├── Chapter 3: Methodology ← research-design
    ├── Chapter 4: Experiments ← experiment-tracking
    ├── Chapter 5: Discussion
    └── Chapter 6: Conclusion
paper-writing (extract papers from thesis)
journal-q1-polish (polish for Q1)
publication-strategy (where to submit)
conference-paper (present at conference)
progress-report (report to advisor)
defense-prep (prepare for defense)
sota-survey(文献综述)
research-question(研究问题)
research-design(研究方法)
thesis-writing(本技能)
    ├── 第1章:引言
    ├── 第2章:文献综述 ← sota-survey
    ├── 第3章:研究方法 ← research-design
    ├── 第4章:实验 ← experiment-tracking
    ├── 第5章:讨论
    └── 第6章:结论
paper-writing(从论文提取期刊文章)
journal-q1-polish(Q1期刊润色)
publication-strategy(投稿策略)
conference-paper(会议论文展示)
progress-report(向导师汇报进展)
defense-prep(答辩准备)