-
Notifications
You must be signed in to change notification settings - Fork 17
/
category.json
71 lines (70 loc) · 2.2 KB
/
category.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"categories": {
"general coding task": {},
"program testing": {
"fuzzing": {},
"library testing": {},
"DBMS testing": {},
"compiler testing": {},
"protocol fuzzing": {},
"mutation testing": {},
"unit testing": {},
"differential testing": {},
"debugging": {},
"bug reproduction": {},
"vulnerability exploitation": {}
},
"code generation": {
"program synthesis": {},
"code completion": {},
"program repair": {},
"program transformation": {},
"program decompilation": {}
},
"software maintenance and deployment": {
"code review": {},
"documentation generation": {},
"commit message generation": {},
"software configuration": {},
"system log analysis": {}
},
"static analysis": {
"syntactic analysis": {},
"pointer analysis": {},
"call graph analysis": {},
"data-flow analysis": {},
"type inference": {},
"specification inference": {},
"equivalence checking": {},
"code similarity analysis": {},
"bug detection": {},
"program verification": {},
"program optimization": {},
"code summarization": {},
"code search": {},
"software composition analysis": {}
},
"code model": {
"code model training": {
"source code model": {},
"IR code model": {},
"binary code model": {}
},
"code model security": {},
"code model robustness": {}
},
"hallucination in reasoning": {},
"PL design for LLMs": {},
"agent design": {
"prompt strategy": {
"retrieval-augmented generation": {},
"reason with code": {},
"sampling and ranking": {}
},
"planning": {}
},
"benchmark": {},
"empirical study": {},
"survey": {}
}
}