Open
Conversation
harisang
reviewed
Mar 9, 2026
harisang
reviewed
Mar 9, 2026
harisang
reviewed
Mar 9, 2026
harisang
reviewed
Mar 9, 2026
harisang
reviewed
Mar 9, 2026
harisang
reviewed
Mar 9, 2026
harisang
reviewed
Mar 9, 2026
Contributor
Author
|
I added some explanations in comment and fixed an issue with aggregation across auctions. The robust score metric in a simple example can be tested in this Dune query. It contains the same code for computing the metric and has hard coded participation rates and bids. |
harisang
reviewed
Mar 30, 2026
harisang
reviewed
Mar 30, 2026
| -- are excluded from both the performance data and the proposed solutions. This reduces | ||
| -- {{solver}}'s performance rewards and their metric contribution, but does not redistribute | ||
| -- the excluded rewards to other solvers (the consistency budget also shrinks accordingly). | ||
| -- The filter is intended to study the effect of ignoring low-volume auctions for a solver. |
Contributor
There was a problem hiding this comment.
i admit this has been one of the more confusing parts of the query; what is its purpose and reason we have it here?
Contributor
Author
There was a problem hiding this comment.
I added more explanations.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR adds a query for experiments with consistency rewards, as discussed in this CIP draft
The query can be tested on Dune.
Three consistency metrics are being implemented:
More explanations can be found in the CIP draft.