unknown commited on
Commit
2bc9ce7
·
1 Parent(s): 4116202
Files changed (1) hide show
  1. README.md +24 -10
README.md CHANGED
@@ -8,19 +8,33 @@ tags:
8
  - Compiler Backend
9
  license: "cc-by-4.0"
10
  configs:
11
- - config_name: Statement-Level Completion
12
- data_files:
13
- path: ./Code_Completion/Statement_Level/*.jsonl
14
- - config_name: Next-Statement Suggestion
15
- data_files:
16
- path: ./Code_Completion/Next_Statement_Level/*.jsonl
17
- - config_name: Code Generation
18
- data_files:
19
- path: ./Code_Generation/*.jsonl
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  ---
21
 
22
 
23
-
24
  # ComBack: A Versatile Dataset for Enhancing Compiler Backend Development Efficiency
25
 
26
  ComBack is a large-scale multi-platform compiler backend code dataset. It is sourced from GCC and LLVM backends corresponding to 178 target platforms.
 
8
  - Compiler Backend
9
  license: "cc-by-4.0"
10
  configs:
11
+ - config_name: Statement-Level Completion for All Targets
12
+ data_files: "./Code_Completion/Statement_Level/*.jsonl"
13
+ - config_name: Next-Statement Suggestion for All Targets
14
+ data_files: "./Code_Completion/Next_Statement_Level/*.jsonl"
15
+ - config_name: Code Generation for All Targets
16
+ data_files: "./Code_Generation/*.jsonl"
17
+ - config_name: Statement-Level Completion for New Targets of Existing Types
18
+ data_files: "./New_Target_Completion/statement_level/Existing_Types/*.jsonl"
19
+ - config_name: Next-Statement Suggestion for New Targets of Existing Types
20
+ data_files: "./New_Target_Completion/next_statement/Existing_Types/*.jsonl"
21
+ - config_name: Code Generation for New Targets of Existing Types
22
+ data_files: "./New_Target_Generation/Existing_Types/*.jsonl"
23
+ - config_name: Statement-Level Completion for New Targets of New Types
24
+ data_files: "./New_Target_Completion/statement_level/New_Types/*.jsonl"
25
+ - config_name: Next-Statement Suggestion for New Targets of New Types
26
+ data_files: "./New_Target_Completion/next_statement/New_Types/*.jsonl"
27
+ - config_name: Code Generation for New Targets of New Types
28
+ data_files: "./New_Target_Generation/New_Types/*.jsonl"
29
+ - config_name: Statement-Level Completion for Iterative Expansion
30
+ data_files: "./Iterative_Expansion_Completion/statement_level/*.jsonl"
31
+ - config_name: Next-Statement Suggestion for New Targets of New Types
32
+ data_files: "./Iterative_Expansion_Completion/next_statement/*.jsonl"
33
+ - config_name: Code Generation for New Targets of New Types
34
+ data_files: "./Iterative_Expansion_Generation/*.jsonl"
35
  ---
36
 
37
 
 
38
  # ComBack: A Versatile Dataset for Enhancing Compiler Backend Development Efficiency
39
 
40
  ComBack is a large-scale multi-platform compiler backend code dataset. It is sourced from GCC and LLVM backends corresponding to 178 target platforms.