Conversation
kongzii
reviewed
Jun 27, 2025
|
|
||
| INSTRUCTIONS: | ||
| * Examine the user's input labeled 'USER_PROMPT'. Focus on the part enclosed in double quotes, which contains the 'market question'. | ||
| * Estimate the 'scalar_value' for the outcome of the market question, which is can be any value between {market_upper_bound} and {market_lower_bound}, but the value can be outside of this range if you think it is more likely. |
Collaborator
There was a problem hiding this comment.
Isn't can be any value between and then can be outside a bit misleading for the LLM?
Collaborator
Author
There was a problem hiding this comment.
No not really during testing agent was actively betting in and out the range - it is more for calibration of the values. I will think about different formulation for this..
Collaborator
Author
There was a problem hiding this comment.
I have changed this to inform model on the start that those values are just for calibration
kongzii
approved these changes
Jun 28, 2025
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.
Solves gnosis/prediction-market-agent#908
Depends on gnosis/prediction-market-agent-tooling#738