Difference between revisions of "Toolformer"
m |
m |
||
| Line 19: | Line 19: | ||
* [[Proximal Policy Optimization (PPO)]] | * [[Proximal Policy Optimization (PPO)]] | ||
* [[Natural Language Generation (NLG)]] | * [[Natural Language Generation (NLG)]] | ||
| − | |||
* [https://arstechnica.com/information-technology/2023/02/meta-develops-an-ai-language-bot-that-can-use-external-software-tools/?itm_source=parsely-api Meta develops an AI language bot that can use external software tools | Benj Edwards - Ars Technica] ... With Toolformer, an LLM can improve its abilities by calling APIs to external programs ... | * [https://arstechnica.com/information-technology/2023/02/meta-develops-an-ai-language-bot-that-can-use-external-software-tools/?itm_source=parsely-api Meta develops an AI language bot that can use external software tools | Benj Edwards - Ars Technica] ... With Toolformer, an LLM can improve its abilities by calling APIs to external programs ... | ||
* [https://www.marktechpost.com/2023/02/17/meta-ai-and-upf-researchers-introduce-toolformer-a-language-model-that-learns-in-a-self-supervised-way-how-to-use-different-tools-such-as-search-engines-via-simple-api-calls/ Meta AI and UPF Researchers Introduce Toolformer: A Language Model That Learns in a Self-Supervised Way How to Use Different Tools Such as Search Engines via Simple API Calls | Khushboo Gupta - MarketTechPost] | * [https://www.marktechpost.com/2023/02/17/meta-ai-and-upf-researchers-introduce-toolformer-a-language-model-that-learns-in-a-self-supervised-way-how-to-use-different-tools-such-as-search-engines-via-simple-api-calls/ Meta AI and UPF Researchers Introduce Toolformer: A Language Model That Learns in a Self-Supervised Way How to Use Different Tools Such as Search Engines via Simple API Calls | Khushboo Gupta - MarketTechPost] | ||
Revision as of 13:22, 16 March 2023
YouTube search... ...Google search
- Meta
- Toolformer: Language Models Can Teach Themselves to Use Tools | T. Schick, J. Dwivedi-Yu, R. Dessì, R. Raileanu, M. Lomeli, L. Zettlemoyer, N. Cancedda, & T. Scialom .. Language models (LMs) can teach themselves to use external tools via simple APIs and achieve the best of both worlds
- Assistants ... Hybrid Assistants ... Agents ... Negotiation
- Natural Language Processing (NLP) ...Generation ...LLM ...Tools & Services
- Python ... Generative AI with Python ... Javascript ... Generative AI with Javascript ... Game Development with Generative AI
- Generative AI ... OpenAI's ChatGPT ... Perplexity ... Microsoft's BingAI ... You ...Google's Bard
- Attention Mechanism/Transformer Model
- Prompt Engineering (PE) ...PromptBase ... Prompt Injection Attack
- Proximal Policy Optimization (PPO)
- Natural Language Generation (NLG)
- Meta develops an AI language bot that can use external software tools | Benj Edwards - Ars Technica ... With Toolformer, an LLM can improve its abilities by calling APIs to external programs ...
- Meta AI and UPF Researchers Introduce Toolformer: A Language Model That Learns in a Self-Supervised Way How to Use Different Tools Such as Search Engines via Simple API Calls | Khushboo Gupta - MarketTechPost
The Toolformer methodology uses in-context learning techniques as its foundation to create complete datasets from scratch. Toolformer is a model trained by Meta AI to decide which APIs to call, when to call them, what arguments to pass, and how to best incorporate the results into future token prediction. This is done in a self-supervised way, requiring nothing more than a handful of demonstrations for each API. They incorporate a range of tools, including a:
- calculator
- Q&A system
- search engine
- translation system
- calendar
Toolformer achieves substantially improved zero-shot performance across a variety of downstream tasks, often competitive with much larger models, without sacrificing its core language modeling abilities.
- Given just a handful of human-written examples of how an API can be used, we let a language model (LM) annotate a huge language modeling dataset with potential API calls.
- We then use a self-supervised loss to determine which of these API calls actually help the model in predicting future tokens.
- Finally, we finetune the LM itself on the API calls that it considers useful.
|
|
|
|