Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 587 Bytes

File metadata and controls

12 lines (8 loc) · 587 Bytes

Description

The train data can be found at example_multi_step/data/train.jsonl and the validation data can be found at example_multi_step/data/validation.jsonl.

This is a demonstration example of a multi-step extraction agent. The LLM will be provided a user query and need to use the tools provided to extract list of synonym values. The agent will be provided with a bunch of synonyms for each, and it must get and extract the values for every synonym that appears in this list.

Licensing information

Code: Apache 2.0 Data: Apache 2.0

Dependencies

  • nemo_gym: Apache 2.0