Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mitigating unreliable docstring though Graphs? #52

Open
utkarshp1161 opened this issue Jul 5, 2024 · 1 comment
Open

Mitigating unreliable docstring though Graphs? #52

utkarshp1161 opened this issue Jul 5, 2024 · 1 comment
Assignees

Comments

@utkarshp1161
Copy link
Collaborator

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

@utkarshp1161 utkarshp1161 self-assigned this Jul 5, 2024
@Bernadette-Mohr
Copy link
Collaborator

Bernadette-Mohr commented Jul 19, 2024

Code to the first paper:
https://github.com/metauto-ai/GPTSwarm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants