论文标题
【建议:在dblp搜索KDD文章标题】
【建议:
- 大模型在代码智能的任务上发挥了非常大的作用】
核心问题
-
是否图结构对大语言模型解决代码智能任务更有效
- 实验部分:
- 任务:缺陷检测、类型推断
- 模型:qwen、CodeLlama、deepseek
- 方法:【code、各种图+code】+LLM
-
如何把代码图结构给大语言模型效果更好
- 实验部分:
- 代码图结构:dot、graphml
- prompt:COT、few-shot、general-info、expertise、self-heuristic
-
喂的方式:
- [1] → [2] → [3](dot)
- 先列出所有节点,再列出关系1→2, 2→3(dot)
- (纯dot)
- (纯graphml)
论文结构
1. Introduction
- LLM for code, succuessful,LLM/LLM-instruct兴起,优点解决了graph-based model一些问题(泛化、通用性),缺点(没用到graph)。
- despite success, ignore structure code graph both text and graph
- 现有graph喂给LLM, lack emirical study on
- our study, conduct conprehensive empirical study, vul detect task RQ, setup questions
- our findings
- ..
- ..