Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Eval details 📑
Eval name
binary_count
Eval description
This makes the model count 1s in a 10-100 long binary string.
What makes this a useful eval?
Despite the simplicity of the task, even for short strings the count is wrong.
It is interesting to study how long strings are being treated by the model.
Criteria for a good eval ✅
Your eval should be:
GPT3.5 turbo: ~25% accuracy over 100 runs, sharply decreasing when increasing string length
Basicevals or theFactModel-graded eval, or an exhaustive rubric for evaluating answers for theCriteriaModel-graded eval.If there is anything else that makes your eval worth including, please document it below.
Unique eval value
Great simplicity, easy extendability, nice to study scaling with string length.
Eval structure 🏗️
Your eval should
evals/registry/data/{name}evals/registry/evals/{name}.jsonlFinal checklist 👀
Submission agreement
By contributing to Evals, you are agreeing to make your evaluation logic and data under the same MIT license as this repository. You must have adequate rights to upload any data used in an Eval. OpenAI reserves the right to use this data in future service improvements to our product. Contributions to OpenAI Evals will be subject to our usual Usage Policies (https://platform.openai.com/docs/usage-policies).
Email address validation
If your submission is accepted, we will be granting GPT-4 access to a limited number of contributors. Access will be given to the email address associated with the merged pull request.
Limited availability acknowledgement
We know that you might be excited to contribute to OpenAI's mission, help improve our models, and gain access to GPT-4. However, due to the requirements mentioned above and high volume of submissions, we will not be able to accept all submissions and thus not grant everyone who opens a PR GPT-4 access. We know this is disappointing, but we hope to set the right expectation before you open this PR.
Submit eval
pip install pre-commit; pre-commit installand have verified thatblack,isort, andautoflakeare running when I commit and pushFailure to fill out all required fields will result in the PR being closed.
Eval JSON data
Since we are using Git LFS, we are asking eval submitters to add in as many Eval Samples (at least 5) from their contribution here:
View evals in JSON
Eval
{"input": [{"role": "system", "content": "You are a helpful assistant."}, {"role": "user", "content": "Count the number of 1s in this string: 00110101011001001100110001100011010000100010001. Format your answer: {integer}"}], "ideal": "19"} {"input": [{"role": "system", "content": "You are a helpful assistant."}, {"role": "user", "content": "Count the number of 1s in this string: 11001011000100111110110011001001101011010111100010011101011010001111101000001000110000110011000001. Format your answer: {integer}"}], "ideal": "48"} {"input": [{"role": "system", "content": "You are a helpful assistant."}, {"role": "user", "content": "Count the number of 1s in this string: 0011100101100101110100011000111001101001001010100110101. Format your answer: {integer}"}], "ideal": "27"} {"input": [{"role": "system", "content": "You are a helpful assistant."}, {"role": "user", "content": "Count the number of 1s in this string: 00111001000110000111110100101100101. Format your answer: {integer}"}], "ideal": "17"} {"input": [{"role": "system", "content": "You are a helpful assistant."}, {"role": "user", "content": "Count the number of 1s in this string: 101110100100100011110100010000001011011001000111010100000110000000101101011. Format your answer: {integer}"}], "ideal": "32"} {"input": [{"role": "system", "content": "You are a helpful assistant."}, {"role": "user", "content": "Count the number of 1s in this string: 0101010100010011100111010010111010111011011011111011011101001100001010. Format your answer: {integer}"}], "ideal": "39"}