Pleuron commited on
Commit
cd03d0d
·
verified ·
1 Parent(s): a7ff9a6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +14 -4
README.md CHANGED
@@ -1,10 +1,20 @@
1
  ---
2
  title: ToolTree
3
- emoji: 🐢
4
- colorFrom: blue
5
- colorTo: indigo
6
  sdk: static
7
  pinned: false
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
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