Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,10 +1,20 @@
|
|
| 1 |
---
|
| 2 |
title: ToolTree
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
title: ToolTree
|
| 3 |
+
emoji: 🌳
|
| 4 |
+
colorFrom: green
|
| 5 |
+
colorTo: blue
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
+
license: mit
|
| 9 |
---
|
| 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 |
+
- Paper: https://openreview.net/forum?id=Ef5O9gNNLE
|
| 20 |
+
- Code: https://github.com/SYang2000/ICLR_2026_ToolTree
|