ABC
commited on
Update index.html
Browse files- index.html +4 -4
index.html
CHANGED
@@ -410,10 +410,10 @@
|
|
410 |
<div class="container is-max-desktop content">
|
411 |
<h2 class="title is-3 has-text-centered">Citation</h2>
|
412 |
<pre><code>@inproceedings{autotools,
|
413 |
-
title
|
414 |
-
author
|
415 |
-
year
|
416 |
-
booktitle
|
417 |
}
|
418 |
</code></pre>
|
419 |
</div>
|
|
|
410 |
<div class="container is-max-desktop content">
|
411 |
<h2 class="title is-3 has-text-centered">Citation</h2>
|
412 |
<pre><code>@inproceedings{autotools,
|
413 |
+
title = {Tool Learning in the Wild: Empowering Language Models as Automatic Tool Agents},
|
414 |
+
author = {Zhengliang Shi, Shen Gao, Lingyong Yan, Yue Feng, Xiuyi Chen, Zhumin Chen, Dawei Yin, Suzan Verberne, Zhaochun Ren},
|
415 |
+
year = 2025,
|
416 |
+
booktitle = {WWW}
|
417 |
}
|
418 |
</code></pre>
|
419 |
</div>
|