BS Thesis on LLM-based probabilistic forecasting of Polymarket events. Various models, aggregation and calibration techniques are tested for this purpose, the results and conclusions are presented in text and presentation
Read the paper (LLM_polymarket.pdf)
View presentation (Petukhov_Defense.pdf)
├── Petukhov_Defense.pdf
├── LLM_polymarket.pdf
├── src/ # source files in python
├── data/ # data samples
├── requirements.txt
└── .flake8, .gitignore, ...