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

Updates on existing solvers and bugged tool eval #1506

Merged
merged 5 commits into from
Mar 28, 2024

Conversation

ojaffe
Copy link
Contributor

@ojaffe ojaffe commented Mar 27, 2024

@JunShern will review this

Wrap solvers with completion functions for compatibility with pre-solver Evals. This means you can execute all evals using solvers. 49fd9ef

Add context length information about gpt-4-turbo-preview and gpt-4-0125-preview. 9a0ab1c

Move oai and together solvers into providers / subdir 063bf4f

Update the default task descriptions for bugged tools. We added more information when using gemini + OS models, since they got confused. 0523dd4

Modified the default solver chain-of-thought prompt, as well as other custom chain-of-thought prompts used in some evals. The default CoTSolver prompts were a bit misleading in some cases; we observed GeminiSolver working too hard to arrive at a final answer for the whole eval when it's in fact supposed to give just a response for the next turn. 287f3cf

ojaffe and others added 4 commits March 27, 2024 16:19
…ver Evals

Co-authored-by: johny-b <33967107+johny-b@users.noreply.github.com>
Co-authored-by: Chan Jun Shern <JunShern@users.noreply.github.com>
Co-authored-by: Giulio Starace <giulio.starace@gmail.com>
Copy link
Collaborator

@JunShern JunShern left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fantastic, thank you for pushing out this update! 🎉

@JunShern JunShern merged commit 2420c62 into openai:main Mar 28, 2024
2 checks passed
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

Successfully merging this pull request may close these issues.

2 participants