gnosis / prediction-market-agent

GNU Lesser General Public License v3.0
24 stars 4 forks source link

Deploy FiveThirtyNine agent #470

Closed kongzii closed 4 days ago

kongzii commented 1 week ago

From Shorn on Slack:

"On the 177 events, the Metaculus crowd got 87.0% accuracy, while FiveThirtyNine got 87.7% ± 1.4." (edited)

Can we deploy it somehow?

If they don't provide API, but if they are so good, perhaps it's worth going hacky and using Selenium's Python integration, to execute the prediction in "browser" with the agent?

kongzii commented 4 days ago

Did a quick look if it's even possible and unfortunately looks like it isn't. They have captcha on their website and it won't let you in programmatically with Selenium.

However, they do publish quite a lot of details about their system:

Screenshot by Dropbox Capture

So we could try to deploy a new agent based on their prompts.

evangriffiths commented 4 days ago

Duplicate of https://github.com/gnosis/prediction-market-agent/issues/460

The top-level code is here https://github.com/centerforaisafety/forecasting/blob/main/backend/src/fast_api.py :)

kongzii commented 4 days ago

Closing as duplicate