Pleuron commited on
Commit
65c5644
·
verified ·
1 Parent(s): a6927da

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +3 -2
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
- - Paper: https://openreview.net/forum?id=Ef5O9gNNLE
 
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