ming zhong commited on
Commit
5688d3f
·
verified ·
1 Parent(s): f98d551

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -345,4 +345,18 @@ bash ./Script/Model/CodeT5+/{Task}/run_test_itr_exp.sh
345
  | Dataset | EM | ED | EM | ED | BLEU4 | ED |
346
  | -w/o RISC-V | 66.16 | 83.79 | 57.29 | 74.73 | 54.41 | 75.41 |
347
  | -w RISC-V | 74.06 | 87.91 | 67.25 | 81.28 | 79.46 | 89.92 |
348
- | **Diff** | **7.90** | **4.12** | **9.96** | **6.55** | **25.05** | **14.51** |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
345
  | Dataset | EM | ED | EM | ED | BLEU4 | ED |
346
  | -w/o RISC-V | 66.16 | 83.79 | 57.29 | 74.73 | 54.41 | 75.41 |
347
  | -w RISC-V | 74.06 | 87.91 | 67.25 | 81.28 | 79.46 | 89.92 |
348
+ | **Diff** | **7.90** | **4.12** | **9.96** | **6.55** | **25.05** | **14.51** |
349
+
350
+
351
+
352
+
353
+
354
+ ## Citation
355
+ ```
356
+ @inproceedings{zhong2024comback,
357
+ title={ComBack: A Versatile Dataset for Enhancing Compiler Backend Development Efficiency},
358
+ author={Ming Zhong, Fang Lyu, Lulin Wang, Hongna Geng, Lei Qiu, Huimin Cui, Xiaobing Feng},
359
+ booktitle={Thirty-eighth Conference on Neural Information Processing Systems Datasets and Benchmarks Track},
360
+ year={2024}
361
+ }
362
+ ```