Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -10,11 +10,12 @@ license: mit
|
|
| 10 |
|
| 11 |
# ToolTree: Efficient LLM Agent Tool Planning via Dual-Feedback Monte Carlo Tree Search and Bidirectional Pruning
|
| 12 |
|
| 13 |
-
Accepted at ICLR 2026.
|
| 14 |
|
| 15 |
This Space mirrors the [project page](https://syang2000.github.io/ICLR_2026_ToolTree/) and hosts the
|
| 16 |
[interactive case walkthrough](https://pleuron-tooltree.static.hf.space/demo.html) built from real
|
| 17 |
execution traces of the released implementation.
|
| 18 |
|
| 19 |
-
-
|
|
|
|
| 20 |
- Code: https://github.com/SYang2000/ICLR_2026_ToolTree
|
|
|
|
| 10 |
|
| 11 |
# ToolTree: Efficient LLM Agent Tool Planning via Dual-Feedback Monte Carlo Tree Search and Bidirectional Pruning
|
| 12 |
|
| 13 |
+
Accepted at ICLR 2026. Paper: arxiv.org/abs/2603.12740
|
| 14 |
|
| 15 |
This Space mirrors the [project page](https://syang2000.github.io/ICLR_2026_ToolTree/) and hosts the
|
| 16 |
[interactive case walkthrough](https://pleuron-tooltree.static.hf.space/demo.html) built from real
|
| 17 |
execution traces of the released implementation.
|
| 18 |
|
| 19 |
+
- arXiv: https://arxiv.org/abs/2603.12740
|
| 20 |
+
- OpenReview: https://openreview.net/forum?id=Ef5O9gNNLE
|
| 21 |
- Code: https://github.com/SYang2000/ICLR_2026_ToolTree
|