You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Representing tools (functions) as nodes in a graph, with edges indicating the next logical steps in the workflow for the LLM.
Example: Query: Calculate the bulk modulus of Aluminum (Al). Probable Response: The LLM identifies four potential workflows to compute the bulk modulus. By selecting the shortest workflow, it calculates and provides the bulk modulus of Aluminum.
Problem Description
As detailed in Challenges of Large Language Models #48, there is challenge in reproducing results with complex workflows.
Explore
Representing tools (functions) as nodes in a graph, with edges indicating the next logical steps in the workflow for the LLM.
Example:
Query: Calculate the bulk modulus of Aluminum (Al).
Probable Response: The LLM identifies four potential workflows to compute the bulk modulus. By selecting the shortest workflow, it calculates and provides the bulk modulus of Aluminum.
References
The text was updated successfully, but these errors were encountered: