docs: 更新摘要部分的技术文档描述和模型版本

修改了中文和英文摘要中关于技术文档解析和模型版本的描述,使其更加简洁和准确。具体包括将“Markdown格式为例”改为“Markdown格式”,并将模型版本从“Qwen”更新为“qwen2.5”。
This commit is contained in:
carry 2025-04-30 00:26:30 +08:00
parent ef8b1a5115
commit f6beeb8788

View File

@ -7,7 +7,7 @@
% 中文摘要
\begin{onecolabstract}
\noindent{}\makebox[5em][l]{{\zihao{4}\textbf{摘要}}}{\songti \zihao{-4}大型语言模型LLMs在通用代码生成任务中表现出色但在处理包含专有知识的企业私有代码库时其性能往往受限。针对此问题本文提出并实现了一个基于文档驱动的自适应编码大模型微调框架。该框架的核心创新在于首先通过深度解析技术文档Markdown格式为例),自动抽取关键信息(如函数签名、类定义、用法示例等)并结合预设模板生成高质量的指令微调SFT训练语料其次利用参数高效微调技术如QLoRA对预训练的编码大模型Qwen为例进行针对性优化使其精准适配私有库的特定语法、结构和编程范式最后整合了包括数据持久化SQLite+TinyDB、训练监控TensorBoard和交互式前端Gradio在内的完整工作流。实验结果表明该框架能够有效提升大模型在私有库代码生成任务上的准确性和实用性,显著减少对人工标注的依赖,为实现企业级软件开发的智能化和高效化提供了一套自动化、可扩展的解决方案。
\noindent{}\makebox[5em][l]{{\zihao{4}\textbf{摘要}}}{\songti \zihao{-4}大型语言模型LLMs在通用代码生成任务中表现出色但在处理包含专有知识的企业私有代码库时其性能往往受限。针对此问题本文提出并实现了一个基于文档驱动的自适应编码大模型微调框架。该框架的核心创新在于首先通过深度解析技术文档Markdown格式自动抽取信息并结合预设模板生成高质量的指令微调SFT训练语料其次利用参数高效微调技术如QLoRA对预训练的编码大模型qwen2.5为例进行针对性优化使其精准适配私有库的特定语法、结构和编程范式最后整合了包括数据持久化SQLite+TinyDB、训练监控TensorBoard和交互式前端Gradio在内的完整工作流。实验结果表明该框架能够有效提升大模型在私有库代码生成任务上的准确性和实用性为实现企业级软件开发的智能化和高效化提供了一套自动化、可扩展的解决方案。
}\par
\noindent{}\makebox[5em][l]{{\zihao{4}\textbf{关键词}}}{\zihao{-4}\songti 大型语言模型; 代码生成; 模型微调; 参数高效微调; QLoRA; 文档驱动; 自动化; 私有库; 自然语言处理; Gradio
}\par
@ -15,7 +15,7 @@
% 英文摘要
\begin{onecolabstract}
\noindent{}\makebox[10em][l]{{\zihao{4} \textbf{ABSTRACT}}}{\zihao{-4}Large Language Models (LLMs) excel in general code generation tasks, but their performance is often limited when handling enterprise private code repositories containing proprietary knowledge. To address this issue, this paper proposes and implements a document-driven adaptive fine-tuning framework for large code models. The core innovations of this framework are: first, by deeply parsing technical documentation (using Markdown format as an example), it automatically extracts key information (such as function signatures, class definitions, usage examples, etc.) and combines them with preset templates to generate high-quality instruction fine-tuning (SFT) training data; second, it utilizes parameter-efficient fine-tuning techniques (such as QLoRA) to specifically optimize a pre-trained large code model (taking Qwen as an example), enabling it to accurately adapt to the specific syntax, structure, and programming paradigms of the private library; finally, it integrates a complete workflow including data persistence (SQLite+TinyDB), training monitoring (TensorBoard), and an interactive frontend (Gradio). Experimental results demonstrate that this framework can effectively improve the accuracy and practicality of large models in private library code generation tasks, significantly reduce reliance on manual annotation, and provide an automated, scalable solution for intelligent and efficient enterprise software development.
\noindent{}\makebox[10em][l]{{\zihao{4} \textbf{ABSTRACT}}}{\zihao{-4}Large Language Models (LLMs) excel in general code generation tasks, but their performance is often limited when handling enterprise private code repositories containing proprietary knowledge. To address this issue, this paper proposes and implements a document-driven adaptive fine-tuning framework for large code models. The core innovations of this framework are: first, by deeply parsing technical documentation (Markdown format), it automatically extracts information and combines it with preset templates to generate high-quality instruction fine-tuning (SFT) training data; second, it utilizes parameter-efficient fine-tuning techniques (such as QLoRA) to specifically optimize a pre-trained large code model (taking qwen2.5 as an example), enabling it to accurately adapt to the specific syntax, structure, and programming paradigms of the private library; finally, it integrates a complete workflow including data persistence (SQLite+TinyDB), training monitoring (TensorBoard), and an interactive frontend (Gradio). Experimental results demonstrate that this framework can effectively improve the accuracy and practicality of large models in private library code generation tasks, and provide an automated, scalable solution for intelligent and efficient enterprise software development.
}\par
\noindent{}\makebox[10em][l]{{\zihao{4}\textbf{KEYWORDS}}}{\zihao{-4}Large Language Models; Code Generation; Model Fine-tuning; Parameter-Efficient Fine-tuning; QLoRA; Document-Driven; Automation; Private Library; Natural Language Processing; Gradio
}\par