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

Idea for Evals: Count how many numbers are greater than or less than X #785

Open
voynow opened this issue Apr 23, 2023 · 3 comments
Open
Labels
Idea for Eval These issues keep track of requests for different kinds of eval PRs

Comments

@voynow
Copy link

voynow commented Apr 23, 2023

Note: I can develop this feature - creating the issue to get some feedback before development

I don't currently have GPT4 api access, although I do have chatGPT plus. Using the GPT4 engine I have tested this idea with the following examples. I've included screenshots below as evidence of this behavior.

Example 1

input:
How many times does a number appear that is great than 0? Respond with your answer only.
3, -3, 3, 4, -4, -2, 1, -4, 5, 0, 3, 0, -4, 4, 1, 0, 1, -4, -1, 5, 0, -3, 1, 5, 3, 4, -2, 0, 5, 1, 1, 3, 2, -4, 3, 0, 5, 4, -2, 1, -3, 0, -2, -3, -5, 0, -2, 0, 1, -1

ideal:
17

response:
18

evals-example1

Example 1 retry in a new window

input:
How many times does a number appear that is great than 0? Respond with your answer only.
3, -3, 3, 4, -4, -2, 1, -4, 5, 0, 3, 0, -4, 4, 1, 0, 1, -4, -1, 5, 0, -3, 1, 5, 3, 4, -2, 0, 5, 1, 1, 3, 2, -4, 3, 0, 5, 4, -2, 1, -3, 0, -2, -3, -5, 0, -2, 0, 1, -1

ideal:
17

response:
19

evals-example1 1

Example 2

input:
How many times does a number appear that is great than 0? Respond with your answer only.
0, 1, -4, 3, -3, 0, -1, 1, -3, 4

ideal:
4

response:
5

evals-example2

Let me know what you all think. This would be my first contribution to open source - very exciting!

@voynow voynow changed the title Idea for Evals: Count how many numbers are greater than X Idea for Evals: Count how many numbers are less than X Apr 23, 2023
@voynow voynow changed the title Idea for Evals: Count how many numbers are less than X Idea for Evals: Count how many numbers are greater than or less than X Apr 23, 2023
@voynow
Copy link
Author

voynow commented Apr 23, 2023

Just realized I spelled "greater" wrong in my example :) oops. I've attached another example with correct spelling - I am still seeing the same incorrect behavior.

Correct answer: 14
evals-example3

@andrew-openai andrew-openai added the Idea for Eval These issues keep track of requests for different kinds of eval PRs label Apr 26, 2023
@voynow
Copy link
Author

voynow commented Apr 28, 2023

Created a PR for this issue: #856

@andrew-openai FYI :)

@voynow
Copy link
Author

voynow commented Apr 30, 2023

Additionally, created another PR #878. This second one is similar but slightly different than the one mentioned above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Idea for Eval These issues keep track of requests for different kinds of eval PRs
Projects
None yet
Development

No branches or pull requests

2 participants