learnmlf commited on
Commit
721ec61
Β·
verified Β·
1 Parent(s): 2680a94

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -4
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Test
3
  emoji: πŸ“ˆ
4
  colorFrom: pink
5
  colorTo: green
@@ -7,9 +7,21 @@ sdk: gradio
7
  sdk_version: 4.44.1
8
  app_file: space_demo.py
9
  pinned: false
10
- license: mit
11
  ---
12
 
13
- We are highly inspired by [LDB](https://huggingface.co/spaces/shangdatalab-ucsd/LDB) πŸš€βœ¨
14
 
15
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: MGDebugger
3
  emoji: πŸ“ˆ
4
  colorFrom: pink
5
  colorTo: green
 
7
  sdk_version: 4.44.1
8
  app_file: space_demo.py
9
  pinned: false
10
+ license: apache-2.0
11
  ---
12
 
 
13
 
14
+ This demo is a simplified version of the approach described in the paper, ["From Code to Correctness: Closing the Last Mile of Code Generation with Hierarchical Debugging"](https://arxiv.org/abs/2410.01215)
15
+
16
+ ```
17
+ @misc{shi2024codecorrectnessclosingmile,
18
+ title={From Code to Correctness: Closing the Last Mile of Code Generation with Hierarchical Debugging},
19
+ author={Yuling Shi and Songsong Wang and Chengcheng Wan and Xiaodong Gu},
20
+ year={2024},
21
+ eprint={2410.01215},
22
+ archivePrefix={arXiv},
23
+ primaryClass={cs.CL},
24
+ url={https://arxiv.org/abs/2410.01215},
25
+ }
26
+ ```
27
+ We are highly inspired by [LDB](https://huggingface.co/spaces/shangdatalab-ucsd/LDB) πŸš€βœ¨