nmuendler commited on
Commit
b44eb35
·
verified ·
1 Parent(s): 060b7b7

Add dataset card

Browse files
Files changed (1) hide show
  1. README.md +2 -44
README.md CHANGED
@@ -10,48 +10,6 @@ tags:
10
  - rust
11
  - software-engineering
12
  - arxiv:2607.13921
13
- dataset_info:
14
- features:
15
- - name: id
16
- dtype: string
17
- - name: project
18
- dtype: string
19
- - name: project_rel
20
- dtype: string
21
- - name: interface_path
22
- dtype: string
23
- - name: target_path
24
- dtype: string
25
- - name: interface_code
26
- dtype: string
27
- - name: prompt_files
28
- list:
29
- - name: code
30
- dtype: string
31
- - name: language
32
- dtype: string
33
- - name: path
34
- dtype: string
35
- - name: prompt
36
- dtype: string
37
- - name: answer_prefix
38
- dtype: string
39
- splits:
40
- - name: dev
41
- num_bytes: 28512
42
- num_examples: 4
43
- - name: test
44
- num_bytes: 311948
45
- num_examples: 30
46
- download_size: 154927
47
- dataset_size: 340460
48
- configs:
49
- - config_name: default
50
- data_files:
51
- - split: dev
52
- path: data/dev-*
53
- - split: test
54
- path: data/test-*
55
  ---
56
 
57
  ## API-Upgrade
@@ -84,7 +42,7 @@ for instance in dataset["test"]:
84
  "project_rel": "test/addr2line__0.25.1_to_0.26.0/output",
85
  "interface_path": "src/lib.rs",
86
  "target_path": "src/lib.rs",
87
- "interface_code": "pub fn ... {\\n unimplemented!();\\n}",
88
  "prompt_files": [
89
  {
90
  "path": "Cargo.toml",
@@ -93,7 +51,7 @@ for instance in dataset["test"]:
93
  }
94
  ],
95
  "prompt": "...",
96
- "answer_prefix": "src/lib.rs\\n```rust\\n"
97
  }
98
  ```
99
 
 
10
  - rust
11
  - software-engineering
12
  - arxiv:2607.13921
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  ---
14
 
15
  ## API-Upgrade
 
42
  "project_rel": "test/addr2line__0.25.1_to_0.26.0/output",
43
  "interface_path": "src/lib.rs",
44
  "target_path": "src/lib.rs",
45
+ "interface_code": "pub fn ... {\n unimplemented!();\n}",
46
  "prompt_files": [
47
  {
48
  "path": "Cargo.toml",
 
51
  }
52
  ],
53
  "prompt": "...",
54
+ "answer_prefix": "src/lib.rs\n```rust\n"
55
  }
56
  ```
57