Update README.md
Browse files
README.md
CHANGED
|
@@ -53,3 +53,14 @@ output_text = processor.decode(
|
|
| 53 |
)
|
| 54 |
|
| 55 |
print(output_text)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 53 |
)
|
| 54 |
|
| 55 |
print(output_text)
|
| 56 |
+
|
| 57 |
+
|
| 58 |
+
If you found this work useful, consider citing our paper as followed:
|
| 59 |
+
```
|
| 60 |
+
@article{wang2025sota,
|
| 61 |
+
title={SoTA with Less: MCTS-Guided Sample Selection for Data-Efficient Visual Reasoning Self-Improvement},
|
| 62 |
+
author={Wang, Xiyao and Yang, Zhengyuan and Feng, Chao and Lu, Hongjin and Li, Linjie and Lin, Chung-Ching and Lin, Kevin and Huang, Furong and Wang, Lijuan},
|
| 63 |
+
journal={arXiv preprint arXiv:2504.07934},
|
| 64 |
+
year={2025}
|
| 65 |
+
}
|
| 66 |
+
```
|