Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 370 Bytes

230717 GEAR.md

File metadata and controls

7 lines (4 loc) · 370 Bytes

https://arxiv.org/abs/2307.08775

GEAR: Augmenting Language Models with Generalizable and Efficient Tool Resolution (Yining Lu, Haoping Yu, Daniel Khashabi)

도구 사용 LM. 도구/설명/예시의 triplet을 입력으로 해서 작은 LM으로 API call을 하고, API call 결과를 사용해 가장 적절한 도구를 골라오는 방식이네요.

#alignment #llm