From 3898290e161f14e01b77f68a1dea484cb5569c00 Mon Sep 17 00:00:00 2001 From: carry <2641257231@qq.com> Date: Sun, 25 May 2025 21:13:52 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=B7=BB=E5=8A=A0=E7=A0=94=E7=A9=B6?= =?UTF-8?q?=E8=83=8C=E6=99=AF=E7=AB=A0=E8=8A=82=E5=88=B0=E6=8A=A5=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在报告章节中添加了研究背景部分,详细描述了大语言模型在处理企业私有库时的局限性及研究意义。 --- report/chapters/background.tex | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 report/chapters/background.tex diff --git a/report/chapters/background.tex b/report/chapters/background.tex new file mode 100644 index 0000000..6dfeaf1 --- /dev/null +++ b/report/chapters/background.tex @@ -0,0 +1,10 @@ +% 研究背景 +\section{研究背景} +\begin{frame} +\frametitle{研究背景} +\begin{itemize} +\item \faCheckCircle 研究领域现状:大语言模型在公开数据集与开源项目中表现优异,但在处理企业私有库时存在局限性 +\item \faExclamationTriangle 存在的问题:缺乏对私有库专有函数、类及其交互细节的深度理解,无法精准引用库中的类、方法或属性 +\item \faFlask 研究意义:通过深度解析私有库文档,对大语言模型进行微调与优化,提升生成代码的准确性和实用性 +\end{itemize} +\end{frame} \ No newline at end of file