docs: 添加并更新论文章节文件
添加了新的章节文件:相关技术介绍、需求分析、关键技术实现,并更新了总结与展望章节的内容。同时在主文件中引入了这些新章节,确保论文结构完整。
This commit is contained in:
parent
d210ddcca9
commit
4a67c20b70
@ -1,6 +1,6 @@
|
||||
% 结论章节
|
||||
% 第五章 总结与展望
|
||||
|
||||
\section{结论}
|
||||
\section{总结与展望}
|
||||
|
||||
|
||||
本文提出的文档驱动自适应编码框架有效解决了大模型微调中的样本利用率问题,实验结果表明该方法在多个NLP任务上性能提升显著。
|
3
paper/latex/chapters/implementation.tex
Normal file
3
paper/latex/chapters/implementation.tex
Normal file
@ -0,0 +1,3 @@
|
||||
% 第四章:关键技术实现
|
||||
|
||||
\section{关键技术实现}
|
3
paper/latex/chapters/requirement.tex
Normal file
3
paper/latex/chapters/requirement.tex
Normal file
@ -0,0 +1,3 @@
|
||||
% 第三章:需求分析
|
||||
|
||||
\section{需求分析}
|
3
paper/latex/chapters/technology.tex
Normal file
3
paper/latex/chapters/technology.tex
Normal file
@ -0,0 +1,3 @@
|
||||
% 第二章:相关技术介绍
|
||||
|
||||
\section{相关技术介绍}
|
@ -129,6 +129,12 @@
|
||||
\newpage
|
||||
\input{chapters/introduction}
|
||||
\newpage
|
||||
\input{chapters/technology}
|
||||
\newpage
|
||||
\input{chapters/requirement}
|
||||
\newpage
|
||||
\input{chapters/implementation}
|
||||
\newpage
|
||||
\input{chapters/conclusion}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user