From 03221547bbdf808bfd9321f74ad4036f10eda713 Mon Sep 17 00:00:00 2001 From: carry <2641257231@qq.com> Date: Fri, 25 Apr 2025 17:56:18 +0800 Subject: [PATCH] =?UTF-8?q?fix(abstract):=20=E8=B0=83=E6=95=B4=E6=91=98?= =?UTF-8?q?=E8=A6=81=E5=92=8C=E5=85=B3=E9=94=AE=E8=AF=8D=E7=9A=84=E6=8E=92?= =?UTF-8?q?=E7=89=88=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 统一中文摘要和英文摘要的排版格式,使用makebox对齐标题和内容,提升文档的可读性和一致性。 --- paper/latex/chapters/abstract.tex | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/paper/latex/chapters/abstract.tex b/paper/latex/chapters/abstract.tex index 1950dea..7de4197 100644 --- a/paper/latex/chapters/abstract.tex +++ b/paper/latex/chapters/abstract.tex @@ -1,17 +1,18 @@ +% 摘要 \begin{center} {\zihao{3}\textbf{毕业论文系统设计}}\par - {\zihao{-4}\songti 计算机科学与技术 \quad 专业 \quad 计科211(创) \quad 张三 \par + {\zihao{-4}\songti 计算机科学与技术 \quad 专业 \quad 计科211(创) \quad 张三 \par 指导教师:李四教授} \end{center} % 中文摘要 \begin{onecolabstract} - \noindent{}{\zihao{4}\textbf{摘要\qquad}}{\songti \zihao{-4}本文研究了一种基于文档驱动的自适应编码大模型微调框架。该框架通过分析文档结构自动生成训练样本,实现了模型参数的高效优化。实验结果表明,该方法在多个NLP任务上取得了显著的性能提升,同时减少了人工标注的工作量。}\par - \noindent{}{\zihao{4}\textbf{关键词\qquad}}{\zihao{-4}\songti 关键词1;关键词2}\par + \noindent{}\makebox[5em][l]{{\zihao{4}\textbf{摘要}}}{\songti \zihao{-4}本文研究了一种基于文档驱动的自适应编码大模型微调框架。该框架通过分析文档结构自动生成训练样本,实现了模型参数的高效优化。实验结果表明,该方法在多个NLP任务上取得了显著的性能提升,同时减少了人工标注的工作量。}\par + \noindent{}\makebox[5em][l]{{\zihao{4}\textbf{关键词}}}{\zihao{-4}\songti 关键词1;关键词2}\par \end{onecolabstract} % 英文摘要 \begin{onecolabstract} - \noindent{}{\zihao{4} \textbf{ABSTRACT\qquad}}{\zihao{-4}This paper proposes a document-driven adaptive fine-tuning framework for large coding models. By analyzing document structures to automatically generate training samples, the framework achieves efficient optimization of model parameters. Experimental results demonstrate significant performance improvements on multiple NLP tasks while reducing manual annotation workload.}\par - \noindent{}{\zihao{4}\textbf{KEYWORDS\qquad}}{\zihao{-4}Document-driven; Adaptive fine-tuning; Large language models; NLP tasks; Automatic annotation} + \noindent{}\makebox[10em][l]{{\zihao{4} \textbf{ABSTRACT}}}{\zihao{-4}This paper proposes a document-driven adaptive fine-tuning framework for large coding models. By analyzing document structures to automatically generate training samples, the framework achieves efficient optimization of model parameters. Experimental results demonstrate significant performance improvements on multiple NLP tasks while reducing manual annotation workload.}\par + \noindent{}\makebox[10em][l]{{\zihao{4}\textbf{KEYWORDS}}}{\zihao{-4}Document-driven; Adaptive fine-tuning; Large language models; NLP tasks; Automatic annotation}\par \end{onecolabstract} \ No newline at end of file