Toolformer LLM

From GM-RKB
Jump to navigation Jump to search

A Toolformer LLM is a external-tools large language model t(through simple APIs in a self-supervised way).

  • Context:
    • It can be trained to decide which APIs to call, when to call them, what arguments to pass, and how to integrate the results into future token predictions.
    • It can annotate a large corpus of data with API calls embedded in text, which it then uses for finetuning.
    • It can use multiple external tools with the potential to integrate more.
    • It can represent both input and outputs for these tools as text sequences.
    • It can learn to predict the appropriate tool for each task based on its training and task context.
    • ...
  • Example(s):
    • ...
  • Counter-Example(s):
    • Traditional language models without the capability to autonomously use external tools.
    • Models that require extensive human annotations for tool usage.
  • See: Language Model, Natural Language Processing, API, Self-Supervised Learning.


References

2023