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