kevindong-intuit commited on
Commit
c986295
·
1 Parent(s): a7aef48

add arxiv

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md CHANGED
@@ -38,6 +38,30 @@ We study tool interface improvement as a scalable complement to agent fine-tunin
38
 
39
  ---
40
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
41
  ## Recommended prompt (trace-free)
42
 
43
  This is the **canonical inference prompt** used for trace-free tool description generation (also available as `tool_prompt.txt` in the `tool-optimizer` repo).
 
38
 
39
  ---
40
 
41
+ ## Paper (arXiv)
42
+
43
+ This model is released alongside the preprint:
44
+
45
+ - **Learning to Rewrite Tool Descriptions for Reliable LLM-Agent Tool Use**
46
+ Ruocheng Guo, Kaiwen Dong, Xiang Gao, Kamalika Das
47
+ arXiv:2602.20426 (2026) — [paper](https://arxiv.org/abs/2602.20426)
48
+
49
+ ### Citation
50
+
51
+ ```bibtex
52
+ @misc{guo2026learningrewritetooldescriptions,
53
+ title={Learning to Rewrite Tool Descriptions for Reliable LLM-Agent Tool Use},
54
+ author={Ruocheng Guo and Kaiwen Dong and Xiang Gao and Kamalika Das},
55
+ year={2026},
56
+ eprint={2602.20426},
57
+ archivePrefix={arXiv},
58
+ primaryClass={cs.AI},
59
+ url={https://arxiv.org/abs/2602.20426},
60
+ }
61
+ ```
62
+
63
+ ---
64
+
65
  ## Recommended prompt (trace-free)
66
 
67
  This is the **canonical inference prompt** used for trace-free tool description generation (also available as `tool_prompt.txt` in the `tool-optimizer` repo).