Skip to content

Commit

Permalink
update arxiv
Browse files Browse the repository at this point in the history
  • Loading branch information
Xueqing Wu committed Jun 21, 2024
1 parent 43765fd commit 4f39bf7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

This repo is for **VDebugger: Harnessing Execution Feedback for Debugging Visual Programs**

[Paper](), [Website](https://shirley-wu.github.io/vdebugger/index.html)

The training data and model are uploaded to huggingface: https://huggingface.co/VDebugger
[Paper](https://arxiv.org/abs/2406.13444), [Website](https://shirley-wu.github.io/vdebugger/index.html), [Models and Data](https://huggingface.co/VDebugger)

## Outlines

Expand Down Expand Up @@ -136,3 +134,14 @@ Then you can execute the programs in `critic-refine-infer.csv` as in step 2 of [
## Training of VDebugger

If you want to reproduce our training of VDebugger, please use `vdebugger/training_scripts/train_{critic, refiner}.sh`. You will need to install `deepspeed==0.14.0`.

## Citation

Please cite our paper if this repository inspires your work.
```
@misc{wu2024vdebugger,
title={VDebugger: Harnessing Execution Feedback for Debugging Visual Programs},
author={Xueqing Wu and Zongyu Lin and Songyan Zhao and Te-Lin Wu and Pan Lu and Nanyun Peng and Kai-Wei Chang},
year={2024}
}
```
8 changes: 6 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ <h2 class="subtitle is-4 publication-subtitle">
<div class="publication-links">
<!-- PDF Link. -->
<span class="link-block">
<a href=""
<a href="https://arxiv.org/abs/2406.13444"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fas fa-file-pdf"></i>
Expand Down Expand Up @@ -218,7 +218,11 @@ <h2 class="title is-3" id="q">Qualitative Analysis</h2>
<div class="container is-max-desktop content">
<h2 class="title">BibTeX</h2>
<pre><code>
TODO
@misc{wu2024vdebugger,
title={VDebugger: Harnessing Execution Feedback for Debugging Visual Programs},
author={Xueqing Wu and Zongyu Lin and Songyan Zhao and Te-Lin Wu and Pan Lu and Nanyun Peng and Kai-Wei Chang},
year={2024}
}
</code></pre>
</div>
</section>
Expand Down

0 comments on commit 4f39bf7

Please sign in to comment.