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

Track time people take to vote #20

Open
Muennighoff opened this issue Jul 30, 2024 · 3 comments
Open

Track time people take to vote #20

Muennighoff opened this issue Jul 30, 2024 · 3 comments

Comments

@Muennighoff
Copy link
Contributor

I think we should track the time after submission until people vote.
This should be a pretty good quality indicator, as some people will likely spam / try to break it by submitting a lot. We can try to filter all of these votes out by filtering for time from submission until they cast their vote. cc @orionw as this would involve small changes in the results file on the hub, wdyt?

@Muennighoff
Copy link
Contributor Author

Actually I think we can already compute this via the tstamp field? I.e. subtract the tstamp of the 0_conv_id when it's logged to battle with a vote vs when it's logged to individual with the data?

@KennethEnevoldsen
Copy link

Yeah, at least we should be able to detect "spammy" voters. We could also detect unreliable voters in other ways (e.g., their preferences consistently do not align with other voters).

@orionw
Copy link
Collaborator

orionw commented Jul 30, 2024

Actually I think we can already compute this via the tstamp field? I.e. subtract the tstamp of the 0_conv_id when it's logged to battle with a vote vs when it's logged to individual with the data?

Good point, if we match with the individual we should be able to compute this. We could also extend the data to add the field explicitly but either way works.

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

3 participants