Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title:
|
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:
|
11 |
---
|
12 |
|
13 |
-
We are highly inspired by [LDB](https://huggingface.co/spaces/shangdatalab-ucsd/LDB) πβ¨
|
14 |
|
15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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) πβ¨
|