Patrickspf commited on
Commit
326531b
·
verified ·
1 Parent(s): 5fd30d9

Publish CC-BY-4.0 License and Use section per Terms §13

Browse files
Files changed (1) hide show
  1. README.md +44 -0
README.md ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ language:
4
+ - en
5
+ pretty_name: Settled Prediction Markets
6
+ tags:
7
+ - prediction-markets
8
+ - calibration
9
+ - kalshi
10
+ - polymarket
11
+ - forecasting
12
+ - brier
13
+ source_datasets:
14
+ - original
15
+ ---
16
+
17
+ # Settled Prediction Markets
18
+
19
+ Monthly JSONL partitions of every prediction market that settled on Kalshi or Polymarket with meaningful volume (> $10K). Each row: venue, ticker, title, predicted price (final + t-24h), resolved outcome (0/1), resolved timestamp, category. Ideal for calibration analysis and forecasting research.
20
+
21
+ ## License and Use
22
+
23
+ This dataset is released under Creative Commons Attribution 4.0 International
24
+ (CC-BY-4.0; https://creativecommons.org/licenses/by/4.0/). You may use it
25
+ freely for personal, research, educational, and commercial purposes — including
26
+ training, evaluating, and fine-tuning machine-learning models. Attribution is
27
+ required when the dataset is redistributed in substantially its original form
28
+ or cited in published work; credit as "SimpleFunctions (simplefunctions.dev)".
29
+
30
+ Additional terms apply: you may not re-host this dataset, in whole or in
31
+ substantial part, as an API or service that functionally substitutes for a
32
+ SimpleFunctions endpoint. See Terms §13.2 at https://simplefunctions.dev/terms.
33
+
34
+ Provenance, update cadence, and schema are documented below.
35
+
36
+ ## Update cadence
37
+
38
+ Daily at 00:10 UTC (current + previous month refreshed; older months immutable).
39
+
40
+ ## Provenance
41
+
42
+ Source: https://simplefunctions.dev
43
+ Generator: SimpleFunctions public data pipeline
44
+ Contact: patrick@simplefunctions.dev