diff --git a/paper/latex/chapters/conclusion.tex b/paper/latex/chapters/conclusion.tex index 2d727e1..c723b9f 100644 --- a/paper/latex/chapters/conclusion.tex +++ b/paper/latex/chapters/conclusion.tex @@ -1,6 +1,6 @@ -% 结论章节 +% 第五章 总结与展望 -\section{结论} +\section{总结与展望} 本文提出的文档驱动自适应编码框架有效解决了大模型微调中的样本利用率问题,实验结果表明该方法在多个NLP任务上性能提升显著。 \ No newline at end of file diff --git a/paper/latex/chapters/implementation.tex b/paper/latex/chapters/implementation.tex new file mode 100644 index 0000000..4d648a8 --- /dev/null +++ b/paper/latex/chapters/implementation.tex @@ -0,0 +1,3 @@ +% 第四章:关键技术实现 + +\section{关键技术实现} \ No newline at end of file diff --git a/paper/latex/chapters/requirement.tex b/paper/latex/chapters/requirement.tex new file mode 100644 index 0000000..7b2da04 --- /dev/null +++ b/paper/latex/chapters/requirement.tex @@ -0,0 +1,3 @@ +% 第三章:需求分析 + +\section{需求分析} \ No newline at end of file diff --git a/paper/latex/chapters/technology.tex b/paper/latex/chapters/technology.tex new file mode 100644 index 0000000..5320c51 --- /dev/null +++ b/paper/latex/chapters/technology.tex @@ -0,0 +1,3 @@ +% 第二章:相关技术介绍 + +\section{相关技术介绍} \ No newline at end of file diff --git a/paper/latex/main.tex b/paper/latex/main.tex index dad4caa..1bc7559 100644 --- a/paper/latex/main.tex +++ b/paper/latex/main.tex @@ -129,6 +129,12 @@ \newpage \input{chapters/introduction} \newpage + \input{chapters/technology} + \newpage + \input{chapters/requirement} + \newpage + \input{chapters/implementation} + \newpage \input{chapters/conclusion}