docs: 添加并更新论文章节文件

添加了新的章节文件:相关技术介绍、需求分析、关键技术实现,并更新了总结与展望章节的内容。同时在主文件中引入了这些新章节,确保论文结构完整。
This commit is contained in:
carry 2025-04-25 20:59:10 +08:00
parent d210ddcca9
commit 4a67c20b70
5 changed files with 17 additions and 2 deletions

View File

@ -1,6 +1,6 @@
% 结论章节
% 第五章 总结与展望
\section{结论}
\section{总结与展望}
本文提出的文档驱动自适应编码框架有效解决了大模型微调中的样本利用率问题实验结果表明该方法在多个NLP任务上性能提升显著。

View File

@ -0,0 +1,3 @@
% 第四章:关键技术实现
\section{关键技术实现}

View File

@ -0,0 +1,3 @@
% 第三章:需求分析
\section{需求分析}

View File

@ -0,0 +1,3 @@
% 第二章:相关技术介绍
\section{相关技术介绍}

View File

@ -129,6 +129,12 @@
\newpage
\input{chapters/introduction}
\newpage
\input{chapters/technology}
\newpage
\input{chapters/requirement}
\newpage
\input{chapters/implementation}
\newpage
\input{chapters/conclusion}