Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code:   DatasetGenerationError
Exception:    CastError
Message:      Couldn't cast
market_id: string
event_id: string
question: string
categories: list<item: string>
  child 0, item: string
sample_type: string
before: struct<t: double, p: double>
  child 0, t: double
  child 1, p: double
after: struct<t: double, p: double>
  child 0, t: double
  child 1, p: double
change: double
z_score: double
window_start: double
window_end: double
window_history: list<item: struct<t: double, p: double>>
  child 0, item: struct<t: double, p: double>
      child 0, t: double
      child 1, p: double
news: list<item: struct<title: string, description: string, url: string, published_at: timestamp[s], sourc (... 11 chars omitted)
  child 0, item: struct<title: string, description: string, url: string, published_at: timestamp[s], source: string>
      child 0, title: string
      child 1, description: string
      child 2, url: string
      child 3, published_at: timestamp[s]
      child 4, source: string
attributions: list<item: struct<news_idx: int64, score: double>>
  child 0, item: struct<news_idx: int64, score: double>
      child 0, news_idx: int64
      child 1, score: double
news_count: int64
source_path: string
line_number: int64
current_p: double
pre_delta_p: double
max_attribution: double
controls: list<item: struct<sample_id: string, line_number: int64, market_id: string, event_id: string, questi (... 265 chars omitted)
  child 0, item: struct<sample_id: string, line_number: int64, market_id: string, event_id: string, question: string, (... 253 chars omitted)
     
...
ample_id: string
      child 1, line_number: int64
      child 2, market_id: string
      child 3, event_id: string
      child 4, question: string
      child 5, platform: string
      child 6, categories: list<item: string>
          child 0, item: string
      child 7, date: timestamp[s]
      child 8, timestamp: double
      child 9, current_p: double
      child 10, target_p: double
      child 11, delta_p: double
      child 12, delta_logit: double
      child 13, pre_delta_p: double
      child 14, max_attribution: double
      child 15, news_count: int64
      child 16, match_distance: double
delta_logit: double
timestamp: double
did: struct<effect_p: double, effect_logit: double, direction_p: string, direction_logit: string, neutral (... 40 chars omitted)
  child 0, effect_p: double
  child 1, effect_logit: double
  child 2, direction_p: string
  child 3, direction_logit: string
  child 4, neutral_threshold: double
  child 5, reliability: double
sample_id: string
platform: string
target_p: double
date: timestamp[s]
delta_p: double
control_summary: struct<count: int64, delta_p_mean: double, delta_p_median: double, delta_p_sd: double, delta_logit_m (... 119 chars omitted)
  child 0, count: int64
  child 1, delta_p_mean: double
  child 2, delta_p_median: double
  child 3, delta_p_sd: double
  child 4, delta_logit_mean: double
  child 5, delta_logit_median: double
  child 6, pre_delta_p_mean: double
  child 7, pretrend_error: double
  child 8, mean_match_distance: double
to
{'sample_id': Value('string'), 'source_path': Value('string'), 'line_number': Value('int64'), 'market_id': Value('string'), 'event_id': Value('string'), 'question': Value('string'), 'platform': Value('string'), 'categories': List(Value('string')), 'sample_type': Value('string'), 'date': Value('timestamp[s]'), 'timestamp': Value('float64'), 'current_p': Value('float64'), 'target_p': Value('float64'), 'delta_p': Value('float64'), 'delta_logit': Value('float64'), 'pre_delta_p': Value('float64'), 'max_attribution': Value('float64'), 'news_count': Value('int64'), 'control_summary': {'count': Value('int64'), 'delta_p_mean': Value('float64'), 'delta_p_median': Value('float64'), 'delta_p_sd': Value('float64'), 'delta_logit_mean': Value('float64'), 'delta_logit_median': Value('float64'), 'pre_delta_p_mean': Value('float64'), 'pretrend_error': Value('float64'), 'mean_match_distance': Value('float64')}, 'did': {'effect_p': Value('float64'), 'effect_logit': Value('float64'), 'direction_p': Value('string'), 'direction_logit': Value('string'), 'neutral_threshold': Value('float64'), 'reliability': Value('float64')}, 'controls': List({'sample_id': Value('string'), 'line_number': Value('int64'), 'market_id': Value('string'), 'event_id': Value('string'), 'question': Value('string'), 'platform': Value('string'), 'categories': List(Value('string')), 'date': Value('timestamp[s]'), 'timestamp': Value('float64'), 'current_p': Value('float64'), 'target_p': Value('float64'), 'delta_p': Value('float64'), 'delta_logit': Value('float64'), 'pre_delta_p': Value('float64'), 'max_attribution': Value('float64'), 'news_count': Value('int64'), 'match_distance': Value('float64')})}
because column names don't match
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1779, in _prepare_split_single
                  for key, table in generator:
                                    ^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/json/json.py", line 299, in _generate_tables
                  self._cast_table(pa_table, json_field_paths=json_field_paths),
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/json/json.py", line 128, in _cast_table
                  pa_table = table_cast(pa_table, self.info.features.arrow_schema)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2321, in table_cast
                  return cast_table_to_schema(table, schema)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2249, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              market_id: string
              event_id: string
              question: string
              categories: list<item: string>
                child 0, item: string
              sample_type: string
              before: struct<t: double, p: double>
                child 0, t: double
                child 1, p: double
              after: struct<t: double, p: double>
                child 0, t: double
                child 1, p: double
              change: double
              z_score: double
              window_start: double
              window_end: double
              window_history: list<item: struct<t: double, p: double>>
                child 0, item: struct<t: double, p: double>
                    child 0, t: double
                    child 1, p: double
              news: list<item: struct<title: string, description: string, url: string, published_at: timestamp[s], sourc (... 11 chars omitted)
                child 0, item: struct<title: string, description: string, url: string, published_at: timestamp[s], source: string>
                    child 0, title: string
                    child 1, description: string
                    child 2, url: string
                    child 3, published_at: timestamp[s]
                    child 4, source: string
              attributions: list<item: struct<news_idx: int64, score: double>>
                child 0, item: struct<news_idx: int64, score: double>
                    child 0, news_idx: int64
                    child 1, score: double
              news_count: int64
              source_path: string
              line_number: int64
              current_p: double
              pre_delta_p: double
              max_attribution: double
              controls: list<item: struct<sample_id: string, line_number: int64, market_id: string, event_id: string, questi (... 265 chars omitted)
                child 0, item: struct<sample_id: string, line_number: int64, market_id: string, event_id: string, question: string, (... 253 chars omitted)
                   
              ...
              ample_id: string
                    child 1, line_number: int64
                    child 2, market_id: string
                    child 3, event_id: string
                    child 4, question: string
                    child 5, platform: string
                    child 6, categories: list<item: string>
                        child 0, item: string
                    child 7, date: timestamp[s]
                    child 8, timestamp: double
                    child 9, current_p: double
                    child 10, target_p: double
                    child 11, delta_p: double
                    child 12, delta_logit: double
                    child 13, pre_delta_p: double
                    child 14, max_attribution: double
                    child 15, news_count: int64
                    child 16, match_distance: double
              delta_logit: double
              timestamp: double
              did: struct<effect_p: double, effect_logit: double, direction_p: string, direction_logit: string, neutral (... 40 chars omitted)
                child 0, effect_p: double
                child 1, effect_logit: double
                child 2, direction_p: string
                child 3, direction_logit: string
                child 4, neutral_threshold: double
                child 5, reliability: double
              sample_id: string
              platform: string
              target_p: double
              date: timestamp[s]
              delta_p: double
              control_summary: struct<count: int64, delta_p_mean: double, delta_p_median: double, delta_p_sd: double, delta_logit_m (... 119 chars omitted)
                child 0, count: int64
                child 1, delta_p_mean: double
                child 2, delta_p_median: double
                child 3, delta_p_sd: double
                child 4, delta_logit_mean: double
                child 5, delta_logit_median: double
                child 6, pre_delta_p_mean: double
                child 7, pretrend_error: double
                child 8, mean_match_distance: double
              to
              {'sample_id': Value('string'), 'source_path': Value('string'), 'line_number': Value('int64'), 'market_id': Value('string'), 'event_id': Value('string'), 'question': Value('string'), 'platform': Value('string'), 'categories': List(Value('string')), 'sample_type': Value('string'), 'date': Value('timestamp[s]'), 'timestamp': Value('float64'), 'current_p': Value('float64'), 'target_p': Value('float64'), 'delta_p': Value('float64'), 'delta_logit': Value('float64'), 'pre_delta_p': Value('float64'), 'max_attribution': Value('float64'), 'news_count': Value('int64'), 'control_summary': {'count': Value('int64'), 'delta_p_mean': Value('float64'), 'delta_p_median': Value('float64'), 'delta_p_sd': Value('float64'), 'delta_logit_mean': Value('float64'), 'delta_logit_median': Value('float64'), 'pre_delta_p_mean': Value('float64'), 'pretrend_error': Value('float64'), 'mean_match_distance': Value('float64')}, 'did': {'effect_p': Value('float64'), 'effect_logit': Value('float64'), 'direction_p': Value('string'), 'direction_logit': Value('string'), 'neutral_threshold': Value('float64'), 'reliability': Value('float64')}, 'controls': List({'sample_id': Value('string'), 'line_number': Value('int64'), 'market_id': Value('string'), 'event_id': Value('string'), 'question': Value('string'), 'platform': Value('string'), 'categories': List(Value('string')), 'date': Value('timestamp[s]'), 'timestamp': Value('float64'), 'current_p': Value('float64'), 'target_p': Value('float64'), 'delta_p': Value('float64'), 'delta_logit': Value('float64'), 'pre_delta_p': Value('float64'), 'max_attribution': Value('float64'), 'news_count': Value('int64'), 'match_distance': Value('float64')})}
              because column names don't match
              
              The above exception was the direct cause of the following exception:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1348, in compute_config_parquet_and_info_response
                  parquet_operations = convert_to_parquet(builder)
                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
                  builder.download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 882, in download_and_prepare
                  self._download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 943, in _download_and_prepare
                  self._prepare_split(split_generator, **prepare_split_kwargs)
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1646, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1832, in _prepare_split_single
                  raise DatasetGenerationError("An error occurred while generating the dataset") from e
              datasets.exceptions.DatasetGenerationError: An error occurred while generating the dataset

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

sample_id
string
source_path
string
line_number
int64
market_id
string
event_id
string
question
string
platform
string
categories
list
sample_type
string
date
timestamp[s]
timestamp
float64
current_p
float64
target_p
float64
delta_p
float64
delta_logit
float64
pre_delta_p
float64
max_attribution
float64
news_count
int64
control_summary
dict
did
dict
controls
list
500105|10018|1718946003
dataset/prediction-market-news/polymarket/polymarket_data_processed_with_news_attributed_train_2025-11-01.jsonl
2
500105
10018
Will a Democrat win Nevada US Senate Election?
polymarket
[ "Politics", "Election" ]
breakpoint
2024-06-21T00:00:00
1,718,946,003
0.535
0.575
0.04
0.162052
0
0.9
14
{ "count": 3, "delta_p_mean": -0.056833333333333326, "delta_p_median": -0.04999999999999993, "delta_p_sd": 0.057155246672744055, "delta_logit_mean": -0.23126589422536795, "delta_logit_median": -0.20544886154952513, "pre_delta_p_mean": 0.0015000000000000198, "pretrend_error": 0.0018333333333333164, "me...
{ "effect_p": 0.09683333333333324, "effect_logit": 0.39331742478965115, "direction_p": "up", "direction_logit": "up", "neutral_threshold": 0.02, "reliability": 0.7109405016352429 }
[ { "sample_id": "255335|903089|1718946003", "line_number": 5592, "market_id": "255335", "event_id": "903089", "question": "Fed rate cut by September 18?", "platform": "polymarket", "categories": [ "Politics" ], "date": "2024-06-21T00:00:00", "timestamp": 1718946003, ...
500106|10018|1729573202
dataset/prediction-market-news/polymarket/polymarket_data_processed_with_news_attributed_train_2025-11-01.jsonl
19
500106
10018
Will a Republican win Nevada US Senate Election?
polymarket
[ "Politics", "Election" ]
breakpoint
2024-10-22T00:00:00
1,729,573,202
0.13
0.18
0.05
0.384611
0
0.8
40
{ "count": 16, "delta_p_mean": 0.001468749999999999, "delta_p_median": -0.0004999999999999991, "delta_p_sd": 0.012368645780258241, "delta_logit_mean": 0.11458640020748663, "delta_logit_median": -0.031523148981703164, "pre_delta_p_mean": -0.00034375, "pretrend_error": 0.0024062499999999995, "mean_match...
{ "effect_p": 0.04853124999999999, "effect_logit": 0.27002487161747174, "direction_p": "up", "direction_logit": "up", "neutral_threshold": 0.02, "reliability": 0.9018594899741226 }
[ { "sample_id": "505470|12132|1729573202", "line_number": 7610, "market_id": "505470", "event_id": "12132", "question": "Will Harris publicly support tax on unrealized gains?", "platform": "polymarket", "categories": [ "Politics" ], "date": "2024-10-22T00:00:00", "timest...
500106|10018|1731045602
dataset/prediction-market-news/polymarket/polymarket_data_processed_with_news_attributed_train_2025-11-01.jsonl
20
500106
10018
Will a Republican win Nevada US Senate Election?
polymarket
[ "Politics", "Election" ]
breakpoint
2024-11-08T00:00:00
1,731,045,602
0.225
0.013
-0.212
-3.092958
0.035
1
100
{ "count": 3, "delta_p_mean": -0.04200000000000001, "delta_p_median": -0.05500000000000002, "delta_p_sd": 0.026928918780126817, "delta_logit_mean": -0.5179090778594285, "delta_logit_median": -0.3047847415169842, "pre_delta_p_mean": 0.029666666666666675, "pretrend_error": 0.029666666666666664, "mean_ma...
{ "effect_p": -0.16999999999999998, "effect_logit": -2.5750489769635894, "direction_p": "down", "direction_logit": "down", "neutral_threshold": 0.02, "reliability": 0.6301613157212934 }
[ { "sample_id": "506044|12282|1731045602", "line_number": 7731, "market_id": "506044", "event_id": "12282", "question": "Pavel Durov leaves France in 2024?", "platform": "polymarket", "categories": [ "Politics" ], "date": "2024-11-08T00:00:00", "timestamp": 1731045602, ...
500109|10019|1722229202
dataset/prediction-market-news/polymarket/polymarket_data_processed_with_news_attributed_train_2025-11-01.jsonl
43
500109
10019
Will a Republican win Pennsylvania US Senate Election?
polymarket
[ "Politics", "Election" ]
breakpoint
2024-07-29T00:00:00
1,722,229,202
0.125
0.21
0.085
0.620985
-0.01
0.9
50
{ "count": 12, "delta_p_mean": -0.0011249999999999993, "delta_p_median": 0, "delta_p_sd": 0.003714414489525907, "delta_logit_mean": -0.00923118378127552, "delta_logit_median": 0, "pre_delta_p_mean": 0.00016666666666666674, "pretrend_error": 0.010166666666666676, "mean_match_distance": 0.75666666666666...
{ "effect_p": 0.086125, "effect_logit": 0.6302159180929903, "direction_p": "up", "direction_logit": "up", "neutral_threshold": 0.02, "reliability": 0.8815021818479513 }
[ { "sample_id": "501491|10607|1722229202", "line_number": 1459, "market_id": "501491", "event_id": "10607", "question": "Will a Democrat win Vermont Governor Election?", "platform": "polymarket", "categories": [ "Politics" ], "date": "2024-07-29T00:00:00", "timestamp": 1...
500109|10019|1729227603
dataset/prediction-market-news/polymarket/polymarket_data_processed_with_news_attributed_train_2025-11-01.jsonl
45
500109
10019
Will a Republican win Pennsylvania US Senate Election?
polymarket
[ "Politics", "Election" ]
breakpoint
2024-10-18T00:00:00
1,729,227,603
0.245
0.32
0.075
0.371688
0.005
0.9
87
{ "count": 6, "delta_p_mean": 0.016666666666666653, "delta_p_median": -0.0025000000000000022, "delta_p_sd": 0.11429737043733282, "delta_logit_mean": 0.034291390758789064, "delta_logit_median": -0.02038789641820582, "pre_delta_p_mean": 0.004166666666666675, "pretrend_error": 0.005833333333333334, "mean...
{ "effect_p": 0.05833333333333336, "effect_logit": 0.3373963455691287, "direction_p": "up", "direction_logit": "up", "neutral_threshold": 0.02, "reliability": 0.535382993962003 }
[ { "sample_id": "508431|12942|1729227603", "line_number": 8359, "market_id": "508431", "event_id": "12942", "question": "Israel military action against Yemen before November?", "platform": "polymarket", "categories": [ "Politics" ], "date": "2024-10-18T00:00:00", "timest...
500112|10020|1723093201
dataset/prediction-market-news/polymarket/polymarket_data_processed_with_news_attributed_train_2025-11-01.jsonl
69
500112
10020
Will a Republican win Wisconsin US Senate Election?
polymarket
[ "Politics", "Election" ]
breakpoint
2024-08-08T00:00:00
1,723,093,201
0.245
0.145
-0.1
-0.648908
0.01
0.9
87
{ "count": 4, "delta_p_mean": 0.14625, "delta_p_median": 0.0925, "delta_p_sd": 0.17896839804837053, "delta_logit_mean": 0.7010212549465733, "delta_logit_median": 0.43164057608100737, "pre_delta_p_mean": -0.0049999999999999906, "pretrend_error": 0.015, "mean_match_distance": 0.675 }
{ "effect_p": -0.24625, "effect_logit": -1.3499294427584614, "direction_p": "down", "direction_logit": "down", "neutral_threshold": 0.02, "reliability": 0.3924577473997222 }
[ { "sample_id": "503234|11413|1723093201", "line_number": 2883, "market_id": "503234", "event_id": "11413", "question": "Kemi Badenoch next Conservative party leader?", "platform": "polymarket", "categories": [ "Politics", "Election" ], "date": "2024-08-08T00:00:00", ...
500112|10020|1729227603
dataset/prediction-market-news/polymarket/polymarket_data_processed_with_news_attributed_train_2025-11-01.jsonl
70
500112
10020
Will a Republican win Wisconsin US Senate Election?
polymarket
[ "Politics", "Election" ]
breakpoint
2024-10-18T00:00:00
1,729,227,603
0.265
0.32
0.055
0.266369
0.03
0.9
86
{ "count": 6, "delta_p_mean": 0.016666666666666653, "delta_p_median": -0.0025000000000000022, "delta_p_sd": 0.11429737043733282, "delta_logit_mean": 0.034291390758789064, "delta_logit_median": -0.02038789641820582, "pre_delta_p_mean": 0.004166666666666675, "pretrend_error": 0.02583333333333335, "mean_...
{ "effect_p": 0.038333333333333344, "effect_logit": 0.23207748009144535, "direction_p": "up", "direction_logit": "up", "neutral_threshold": 0.02, "reliability": 0.4383345218316553 }
[ { "sample_id": "508431|12942|1729227603", "line_number": 8359, "market_id": "508431", "event_id": "12942", "question": "Israel military action against Yemen before November?", "platform": "polymarket", "categories": [ "Politics" ], "date": "2024-10-18T00:00:00", "timest...
500114|10021|1719550802
dataset/prediction-market-news/polymarket/polymarket_data_processed_with_news_attributed_train_2025-11-01.jsonl
80
500114
10021
Will a Democrat win Montana US Senate Election?
polymarket
[ "Politics", "Election" ]
breakpoint
2024-06-28T00:00:00
1,719,550,802
0.435
0.325
-0.11
-0.469408
0
0.7
13
{ "count": 3, "delta_p_mean": -0.06833333333333333, "delta_p_median": 0, "delta_p_sd": 0.09663792676216149, "delta_logit_mean": -0.32112850048611413, "delta_logit_median": 0, "pre_delta_p_mean": 0, "pretrend_error": 0, "mean_match_distance": 0.40000000000000013 }
{ "effect_p": -0.04166666666666666, "effect_logit": -0.14827930799892153, "direction_p": "down", "direction_logit": "down", "neutral_threshold": 0.02, "reliability": 0.6081789689411734 }
[ { "sample_id": "502157|10945|1719550802", "line_number": 2145, "market_id": "502157", "event_id": "10945", "question": "NYC congestion pricing before election?", "platform": "polymarket", "categories": [ "Politics" ], "date": "2024-06-28T00:00:00", "timestamp": 17195508...
500344|10091|1718773204
dataset/prediction-market-news/polymarket/polymarket_data_processed_with_news_attributed_train_2025-11-01.jsonl
142
500344
10091
Court temporarily allows Texas to arrest migrants?
polymarket
[ "Politics" ]
breakpoint
2024-06-19T00:00:00
1,718,773,204
0.53
0.425
-0.105
-0.422425
0
0.8
100
{ "count": 3, "delta_p_mean": 0, "delta_p_median": 0, "delta_p_sd": 0, "delta_logit_mean": 0, "delta_logit_median": 0, "pre_delta_p_mean": 0, "pretrend_error": 0, "mean_match_distance": 0.6011111111111114 }
{ "effect_p": -0.10500000000000004, "effect_logit": -0.42242518371499693, "direction_p": "down", "direction_logit": "down", "neutral_threshold": 0.02, "reliability": 1 }
[ { "sample_id": "501511|10621|1718773204", "line_number": 1508, "market_id": "501511", "event_id": "10621", "question": "Will the EPP win 200 or more seats in the European Parliament?", "platform": "polymarket", "categories": [ "Politics", "Election" ], "date": "2024-0...
500428|10133|1714798803
dataset/prediction-market-news/polymarket/polymarket_data_processed_with_news_attributed_train_2025-11-01.jsonl
181
500428
10133
Will Trump announce his VP pick in June?
polymarket
[ "Election" ]
breakpoint
2024-05-04T00:00:00
1,714,798,803
0.255
0.215
-0.04
-0.222925
-0.02
0.85
100
{ "count": 3, "delta_p_mean": -0.02666666666666666, "delta_p_median": -0.009999999999999981, "delta_p_sd": 0.027182510717166822, "delta_logit_mean": -0.18013714621392088, "delta_logit_median": -0.08308700197726404, "pre_delta_p_mean": -0.004999999999999995, "pretrend_error": 0.015000000000000022, "mea...
{ "effect_p": -0.013333333333333346, "effect_logit": -0.04278787021969163, "direction_p": "neutral", "direction_logit": "down", "neutral_threshold": 0.02, "reliability": 0.7286621909870578 }
[ { "sample_id": "253992|903287|1714798803", "line_number": 6344, "market_id": "253992", "event_id": "903287", "question": "Will Tim Scott win the 2024 Republican VP nomination?", "platform": "polymarket", "categories": [ "Politics", "Election" ], "date": "2024-05-04T00...
500428|10133|1717736402
dataset/prediction-market-news/polymarket/polymarket_data_processed_with_news_attributed_train_2025-11-01.jsonl
182
500428
10133
Will Trump announce his VP pick in June?
polymarket
[ "Election" ]
breakpoint
2024-06-07T00:00:00
1,717,736,402
0.095
0.04
-0.055
-0.923996
0
0.9
100
{ "count": 4, "delta_p_mean": -0.000125, "delta_p_median": 0, "delta_p_sd": 0.00021650635094610967, "delta_logit_mean": -0.07204573724904662, "delta_logit_median": 0, "pre_delta_p_mean": 0, "pretrend_error": 0, "mean_match_distance": 0.5358333333333334 }
{ "effect_p": -0.054875, "effect_logit": -0.8519500409995133, "direction_p": "down", "direction_logit": "down", "neutral_threshold": 0.02, "reliability": 0.9985587046576606 }
[ { "sample_id": "501780|10741|1717736402", "line_number": 1698, "market_id": "501780", "event_id": "10741", "question": "Labour wins 35-40% of votes?", "platform": "polymarket", "categories": [ "Election" ], "date": "2024-06-07T00:00:00", "timestamp": 1717736402, "cu...
500428|10133|1719118803
dataset/prediction-market-news/polymarket/polymarket_data_processed_with_news_attributed_train_2025-11-01.jsonl
183
500428
10133
Will Trump announce his VP pick in June?
polymarket
[ "Election" ]
breakpoint
2024-06-23T00:00:00
1,719,118,803
0.0235
0.1125
0.089
1.661519
0.008
0.85
100
{ "count": 3, "delta_p_mean": 0.003333333333333332, "delta_p_median": 0, "delta_p_sd": 0.004714045207910315, "delta_logit_mean": 0.04811410290957937, "delta_logit_median": 0, "pre_delta_p_mean": -0.003333333333333329, "pretrend_error": 0.011333333333333329, "mean_match_distance": 0.3622222222222222 }
{ "effect_p": 0.08566666666666667, "effect_logit": 1.6134049265519452, "direction_p": "up", "direction_logit": "up", "neutral_threshold": 0.02, "reliability": 0.8656482916370946 }
[ { "sample_id": "501777|10741|1719118803", "line_number": 1683, "market_id": "501777", "event_id": "10741", "question": "Labour wins >50% of votes?", "platform": "polymarket", "categories": [ "Election" ], "date": "2024-06-23T00:00:00", "timestamp": 1719118803, "curr...
500428|10133|1719550802
dataset/prediction-market-news/polymarket/polymarket_data_processed_with_news_attributed_train_2025-11-01.jsonl
184
500428
10133
Will Trump announce his VP pick in June?
polymarket
[ "Election" ]
breakpoint
2024-06-28T00:00:00
1,719,550,802
0.1595
0.07
-0.0895
-0.924736
-0.0065
0.9
100
{ "count": 7, "delta_p_mean": 0.07407142857142858, "delta_p_median": 0, "delta_p_sd": 0.16224527916782325, "delta_logit_mean": 0.6233492567422061, "delta_logit_median": 0, "pre_delta_p_mean": -0.0019285714285714303, "pretrend_error": 0.005571428571428576, "mean_match_distance": 0.8023809523809525 }
{ "effect_p": -0.1635714285714286, "effect_logit": -1.5480855702163774, "direction_p": "down", "direction_logit": "down", "neutral_threshold": 0.02, "reliability": 0.4543588286012094 }
[ { "sample_id": "500550|10175|1719550802", "line_number": 328, "market_id": "500550", "event_id": "10175", "question": "Will a Democrat win Maine's 2nd congressional district?", "platform": "polymarket", "categories": [ "Politics", "Election" ], "date": "2024-06-28T00:...
500428|10133|1719637203
dataset/prediction-market-news/polymarket/polymarket_data_processed_with_news_attributed_train_2025-11-01.jsonl
185
500428
10133
Will Trump announce his VP pick in June?
polymarket
[ "Election" ]
breakpoint
2024-06-29T00:00:00
1,719,637,203
0.07
0.006
-0.064
-2.523288
-0.0895
0.8
100
{ "count": 3, "delta_p_mean": -0.0015000000000000015, "delta_p_median": 0, "delta_p_sd": 0.002483277404291892, "delta_logit_mean": -0.004932350958359866, "delta_logit_median": 0, "pre_delta_p_mean": 0.0031666666666666683, "pretrend_error": 0.09266666666666666, "mean_match_distance": 1.24 }
{ "effect_p": -0.0625, "effect_logit": -2.5183560423722167, "direction_p": "down", "direction_logit": "down", "neutral_threshold": 0.02, "reliability": 0.3894240967412825 }
[ { "sample_id": "501013|10382|1719637203", "line_number": 1091, "market_id": "501013", "event_id": "10382", "question": "Will a Republican win Washington DC Presidential Election?", "platform": "polymarket", "categories": [ "Election" ], "date": "2024-06-29T00:00:00", "t...
500501|10164|1719550802
dataset/prediction-market-news/polymarket/polymarket_data_processed_with_news_attributed_train_2025-11-01.jsonl
211
500501
10164
Will a Democrat win Nebraska's 1st congressional district?
polymarket
[ "Politics", "Election" ]
breakpoint
2024-06-28T00:00:00
1,719,550,802
0.075
0.0255
-0.0495
-1.13094
0
0.9
100
{ "count": 16, "delta_p_mean": 0.02771875, "delta_p_median": 0, "delta_p_sd": 0.1164052684522376, "delta_logit_mean": 0.21062241885093552, "delta_logit_median": 0, "pre_delta_p_mean": -0.0008750000000000008, "pretrend_error": 0.0008750000000000008, "mean_match_distance": 0.308125 }
{ "effect_p": -0.07721875, "effect_logit": -1.3415628616580562, "direction_p": "down", "direction_logit": "down", "neutral_threshold": 0.02, "reliability": 0.5581467151152977 }
[ { "sample_id": "501781|10741|1719550802", "line_number": 1704, "market_id": "501781", "event_id": "10741", "question": "Labour wins 30-35% of votes?", "platform": "polymarket", "categories": [ "Election" ], "date": "2024-06-28T00:00:00", "timestamp": 1719550802, "cu...
500506|10166|1719550802
dataset/prediction-market-news/polymarket/polymarket_data_processed_with_news_attributed_train_2025-11-01.jsonl
227
500506
10166
Will a Republican win Delaware Presidential Election?
polymarket
[ "Politics", "Election" ]
breakpoint
2024-06-28T00:00:00
1,719,550,802
0.075
0.03
-0.045
-0.963793
0
0.9
86
{ "count": 16, "delta_p_mean": 0.02771875, "delta_p_median": 0, "delta_p_sd": 0.1164052684522376, "delta_logit_mean": 0.21062241885093552, "delta_logit_median": 0, "pre_delta_p_mean": -0.0008750000000000008, "pretrend_error": 0.0008750000000000008, "mean_match_distance": 0.308125 }
{ "effect_p": -0.07271875, "effect_logit": -1.174415484710094, "direction_p": "down", "direction_logit": "down", "neutral_threshold": 0.02, "reliability": 0.5581467151152977 }
[ { "sample_id": "501781|10741|1719550802", "line_number": 1704, "market_id": "501781", "event_id": "10741", "question": "Labour wins 30-35% of votes?", "platform": "polymarket", "categories": [ "Election" ], "date": "2024-06-28T00:00:00", "timestamp": 1719550802, "cu...
500511|10169|1723006801
dataset/prediction-market-news/polymarket/polymarket_data_processed_with_news_attributed_train_2025-11-01.jsonl
238
500511
10169
Will a Democrat win New Mexico Presidential Election?
polymarket
[ "Politics", "Election" ]
breakpoint
2024-08-07T00:00:00
1,723,006,801
0.865
0.915
0.05
0.518818
0
0.95
36
{ "count": 5, "delta_p_mean": 0.03599999999999999, "delta_p_median": 0.029999999999999916, "delta_p_sd": 0.03336315332818529, "delta_logit_mean": 0.5587196856308598, "delta_logit_median": 0.5055485666651474, "pre_delta_p_mean": -0.0038999999999999703, "pretrend_error": 0.006099999999999994, "mean_matc...
{ "effect_p": 0.014000000000000054, "effect_logit": -0.03990160533910436, "direction_p": "neutral", "direction_logit": "down", "neutral_threshold": 0.02, "reliability": 0.769639283601418 }
[ { "sample_id": "500738|10261|1723006801", "line_number": 857, "market_id": "500738", "event_id": "10261", "question": "Will a Democrat win Hawaii US Senate Election?", "platform": "polymarket", "categories": [ "Politics" ], "date": "2024-08-07T00:00:00", "timestamp": 17...
500512|10169|1720674002
dataset/prediction-market-news/polymarket/polymarket_data_processed_with_news_attributed_train_2025-11-01.jsonl
243
500512
10169
Will a Republican win New Mexico Presidential Election?
polymarket
[ "Politics", "Election" ]
breakpoint
2024-07-11T00:00:00
1,720,674,002
0.205
0.165
-0.04
-0.266154
-0.005
0.9
53
{ "count": 5, "delta_p_mean": -0.003700000000000002, "delta_p_median": 0, "delta_p_sd": 0.021254646550813307, "delta_logit_mean": -0.13670650353229252, "delta_logit_median": 0, "pre_delta_p_mean": -0.007599999999999998, "pretrend_error": 0.0086, "mean_match_distance": 0.8126666666666666 }
{ "effect_p": -0.03629999999999998, "effect_logit": -0.12944761190205845, "direction_p": "down", "direction_logit": "down", "neutral_threshold": 0.02, "reliability": 0.803710366142874 }
[ { "sample_id": "502712|11202|1720674002", "line_number": 2611, "market_id": "502712", "event_id": "11202", "question": "Will the election be called on Nov 5? ", "platform": "polymarket", "categories": [ "Politics", "Election" ], "date": "2024-07-11T00:00:00", "tim...
500512|10169|1720933202
dataset/prediction-market-news/polymarket/polymarket_data_processed_with_news_attributed_train_2025-11-01.jsonl
244
500512
10169
Will a Republican win New Mexico Presidential Election?
polymarket
[ "Politics", "Election" ]
breakpoint
2024-07-14T00:00:00
1,720,933,202
0.18
0.515
0.335
1.576365
0
0.9
29
{ "count": 7, "delta_p_mean": 0.003785714285714288, "delta_p_median": 0, "delta_p_sd": 0.008079326098387274, "delta_logit_mean": 0.05202973263285388, "delta_logit_median": 0, "pre_delta_p_mean": 0.004642857142857141, "pretrend_error": 0.006785714285714282, "mean_match_distance": 0.8511904761904762 }
{ "effect_p": 0.33121428571428574, "effect_logit": 1.5243357664614878, "direction_p": "up", "direction_logit": "up", "neutral_threshold": 0.02, "reliability": 0.8866377140720966 }
[ { "sample_id": "501938|10833|1720933202", "line_number": 1967, "market_id": "501938", "event_id": "10833", "question": "Will Trump drop out of presidential race?", "platform": "polymarket", "categories": [ "Politics", "Election" ], "date": "2024-07-14T00:00:00", "...
500542|10172|1719464403
dataset/prediction-market-news/polymarket/polymarket_data_processed_with_news_attributed_train_2025-11-01.jsonl
283
500542
10172
Will a Republican win Nebraska's 2nd congressional district?
polymarket
[ "Politics", "Election" ]
breakpoint
2024-06-27T00:00:00
1,719,464,403
0.2745
0.332
0.0575
0.272757
0
0.85
100
{ "count": 4, "delta_p_mean": -0.00375, "delta_p_median": -0.0025000000000000022, "delta_p_sd": 0.004145780987944248, "delta_logit_mean": -0.03265108869981481, "delta_logit_median": -0.017929493604946556, "pre_delta_p_mean": -0.0012499999999999942, "pretrend_error": 0.0012499999999999942, "mean_match_...
{ "effect_p": 0.06125, "effect_logit": 0.305407695454315, "direction_p": "up", "direction_logit": "up", "neutral_threshold": 0.02, "reliability": 0.961016702011896 }
[ { "sample_id": "502205|10985|1719464403", "line_number": 2175, "market_id": "502205", "event_id": "10985", "question": "Will US gain between 200k and 250k jobs in June?", "platform": "polymarket", "categories": [ "Politics" ], "date": "2024-06-27T00:00:00", "timestamp":...
500542|10172|1723093201
dataset/prediction-market-news/polymarket/polymarket_data_processed_with_news_attributed_train_2025-11-01.jsonl
290
500542
10172
Will a Republican win Nebraska's 2nd congressional district?
polymarket
[ "Politics", "Election" ]
breakpoint
2024-08-08T00:00:00
1,723,093,201
0.2715
0.18
-0.0915
-0.529322
-0.028
0.7
100
{ "count": 3, "delta_p_mean": 0.1933333333333333, "delta_p_median": 0.18, "delta_p_sd": 0.18395349653890486, "delta_logit_mean": 0.9191883347171335, "delta_logit_median": 0.8167611365271219, "pre_delta_p_mean": -0.004999999999999986, "pretrend_error": 0.022999999999999982, "mean_match_distance": 0.688...
{ "effect_p": -0.2848333333333333, "effect_logit": -1.448510337823953, "direction_p": "down", "direction_logit": "down", "neutral_threshold": 0.02, "reliability": 0.35687615674242806 }
[ { "sample_id": "503234|11413|1723093201", "line_number": 2883, "market_id": "503234", "event_id": "11413", "question": "Kemi Badenoch next Conservative party leader?", "platform": "polymarket", "categories": [ "Politics", "Election" ], "date": "2024-08-08T00:00:00", ...
500542|10172|1729659602
dataset/prediction-market-news/polymarket/polymarket_data_processed_with_news_attributed_train_2025-11-01.jsonl
291
500542
10172
Will a Republican win Nebraska's 2nd congressional district?
polymarket
[ "Politics", "Election" ]
breakpoint
2024-10-23T00:00:00
1,729,659,602
0.116
0.163
0.047
0.394793
-0.0055
0.9
100
{ "count": 20, "delta_p_mean": -0.0026249999999999984, "delta_p_median": 0, "delta_p_sd": 0.008827336801096921, "delta_logit_mean": -0.023022839823386255, "delta_logit_median": 0, "pre_delta_p_mean": -0.0028500000000000005, "pretrend_error": 0.005249999999999995, "mean_match_distance": 0.4166666666666...
{ "effect_p": 0.049624999999999996, "effect_logit": 0.4178158416719522, "direction_p": "up", "direction_logit": "up", "neutral_threshold": 0.02, "reliability": 0.896118709946078 }
[ { "sample_id": "509130|13250|1729659602", "line_number": 8464, "market_id": "509130", "event_id": "13250", "question": "Will the Republican candidate win Arizona by 1.0%-2.0%?", "platform": "polymarket", "categories": [ "Politics" ], "date": "2024-10-23T00:00:00", "time...
500542|10172|1730178002
dataset/prediction-market-news/polymarket/polymarket_data_processed_with_news_attributed_train_2025-11-01.jsonl
292
500542
10172
Will a Republican win Nebraska's 2nd congressional district?
polymarket
[ "Politics", "Election" ]
breakpoint
2024-10-29T00:00:00
1,730,178,002
0.2005
0.135
-0.0655
-0.474282
0.033
0.8
39
{ "count": 6, "delta_p_mean": 0.008083333333333335, "delta_p_median": -0.0049999999999999975, "delta_p_sd": 0.03489319019840724, "delta_logit_mean": -0.024273082163657183, "delta_logit_median": -0.058205175922205754, "pre_delta_p_mean": -0.009750000000000002, "pretrend_error": 0.04275, "mean_match_dis...
{ "effect_p": -0.07358333333333333, "effect_logit": -0.45000936080240783, "direction_p": "down", "direction_logit": "down", "neutral_threshold": 0.02, "reliability": 0.529065511793325 }
[ { "sample_id": "509240|13275|1730178002", "line_number": 8777, "market_id": "509240", "event_id": "13275", "question": "Will the US add 100-150k jobs in October?", "platform": "polymarket", "categories": [ "Politics" ], "date": "2024-10-29T00:00:00", "timestamp": 173017...
500547|10174|1723006801
dataset/prediction-market-news/polymarket/polymarket_data_processed_with_news_attributed_train_2025-11-01.jsonl
306
500547
10174
Will a Democrat win Maine's 1st congressional district?
polymarket
[ "Politics", "Election" ]
breakpoint
2024-08-07T00:00:00
1,723,006,801
0.91
0.9745
0.0645
1.329611
0
0.9
18
{ "count": 4, "delta_p_mean": 0.022499999999999964, "delta_p_median": 0.017249999999999932, "delta_p_sd": 0.021911754836160396, "delta_logit_mean": 0.5720124653722879, "delta_logit_median": 0.33762051376776636, "pre_delta_p_mean": -0.0036249999999999616, "pretrend_error": 0.006374999999999992, "mean_m...
{ "effect_p": 0.04200000000000004, "effect_logit": 0.7575986722303173, "direction_p": "up", "direction_logit": "up", "neutral_threshold": 0.02, "reliability": 0.8186521605138889 }
[ { "sample_id": "500738|10261|1723006801", "line_number": 857, "market_id": "500738", "event_id": "10261", "question": "Will a Democrat win Hawaii US Senate Election?", "platform": "polymarket", "categories": [ "Politics" ], "date": "2024-08-07T00:00:00", "timestamp": 17...
500548|10174|1723006801
dataset/prediction-market-news/polymarket/polymarket_data_processed_with_news_attributed_train_2025-11-01.jsonl
310
500548
10174
Will a Republican win Maine's 1st congressional district?
polymarket
[ "Politics", "Election" ]
breakpoint
2024-08-07T00:00:00
1,723,006,801
0.09
0.0155
-0.0745
-1.837659
0
0.7
44
{ "count": 5, "delta_p_mean": -0.0067, "delta_p_median": -0.0004999999999999987, "delta_p_sd": 0.010814804667676618, "delta_logit_mean": -0.07286460775853035, "delta_logit_median": -0.047025449054800994, "pre_delta_p_mean": -0.0037000000000000015, "pretrend_error": 0.004300000000000002, "mean_match_di...
{ "effect_p": -0.0678, "effect_logit": -1.7647943372148183, "direction_p": "down", "direction_logit": "down", "neutral_threshold": 0.02, "reliability": 0.8934917951551962 }
[ { "sample_id": "500719|10253|1723006801", "line_number": 795, "market_id": "500719", "event_id": "10253", "question": "Will a Republican win New York US Senate Election?", "platform": "polymarket", "categories": [ "Politics" ], "date": "2024-08-07T00:00:00", "timestamp"...
500550|10175|1723179601
dataset/prediction-market-news/polymarket/polymarket_data_processed_with_news_attributed_train_2025-11-01.jsonl
316
500550
10175
Will a Democrat win Maine's 2nd congressional district?
polymarket
[ "Politics", "Election" ]
breakpoint
2024-08-09T00:00:00
1,723,179,601
0.1
0.06
-0.04
-0.554311
0.005
0.85
100
{ "count": 5, "delta_p_mean": 0.010500000000000002, "delta_p_median": 0.0005000000000000004, "delta_p_sd": 0.0199949993748437, "delta_logit_mean": 0.760048298735587, "delta_logit_median": 0.01578440158143124, "pre_delta_p_mean": -0.0007000000000000006, "pretrend_error": 0.005700000000000005, "mean_mat...
{ "effect_p": -0.05050000000000001, "effect_logit": -1.3143590344413167, "direction_p": "down", "direction_logit": "down", "neutral_threshold": 0.02, "reliability": 0.8334898727964938 }
[ { "sample_id": "503287|11434|1723179601", "line_number": 2978, "market_id": "503287", "event_id": "11434", "question": "Will France recognize Palestine before September?", "platform": "polymarket", "categories": [ "Politics", "Election" ], "date": "2024-08-09T00:00:00...
500550|10175|1723266002
dataset/prediction-market-news/polymarket/polymarket_data_processed_with_news_attributed_train_2025-11-01.jsonl
317
500550
10175
Will a Democrat win Maine's 2nd congressional district?
polymarket
[ "Politics", "Election" ]
breakpoint
2024-08-10T00:00:00
1,723,266,002
0.06
0.12
0.06
0.759105
-0.04
0.9
31
{ "count": 9, "delta_p_mean": 0.0405, "delta_p_median": 0, "delta_p_sd": 0.06310969286356362, "delta_logit_mean": 0.44139125983872163, "delta_logit_median": 0, "pre_delta_p_mean": -0.011277777777777775, "pretrend_error": 0.03983333333333334, "mean_match_distance": 0.6524074074074074 }
{ "effect_p": 0.019499999999999997, "effect_logit": 0.31771388851302096, "direction_p": "neutral", "direction_logit": "up", "neutral_threshold": 0.02, "reliability": 0.4726004025962346 }
[ { "sample_id": "253705|903211|1723266002", "line_number": 6094, "market_id": "253705", "event_id": "903211", "question": "2024 presidential election: Democrats win by 155-214", "platform": "polymarket", "categories": [ "Politics", "Election" ], "date": "2024-08-10T00:...
500550|10175|1725080402
dataset/prediction-market-news/polymarket/polymarket_data_processed_with_news_attributed_train_2025-11-01.jsonl
318
500550
10175
Will a Democrat win Maine's 2nd congressional district?
polymarket
[ "Politics", "Election" ]
breakpoint
2024-08-31T00:00:00
1,725,080,402
0.295
0.215
-0.08
-0.423823
0
0.9
100
{ "count": 3, "delta_p_mean": -0.0050000000000000044, "delta_p_median": -0.0050000000000000044, "delta_p_sd": 0, "delta_logit_mean": -0.027213938499663137, "delta_logit_median": -0.027219971234087703, "pre_delta_p_mean": -0.006666666666666664, "pretrend_error": 0.013333333333333336, "mean_match_distan...
{ "effect_p": -0.07499999999999998, "effect_logit": -0.39660930468263367, "direction_p": "down", "direction_logit": "down", "neutral_threshold": 0.02, "reliability": 0.8751733190429475 }
[ { "sample_id": "505208|12079|1725080402", "line_number": 7517, "market_id": "505208", "event_id": "12079", "question": "Trump and Harris shake hands at first debate?", "platform": "polymarket", "categories": [ "Politics", "Election" ], "date": "2024-08-31T00:00:00", ...
500550|10175|1726808402
dataset/prediction-market-news/polymarket/polymarket_data_processed_with_news_attributed_train_2025-11-01.jsonl
319
500550
10175
Will a Democrat win Maine's 2nd congressional district?
polymarket
[ "Politics", "Election" ]
breakpoint
2024-09-20T00:00:00
1,726,808,402
0.225
0.175
-0.05
-0.313835
0.02
0.9
100
{ "count": 5, "delta_p_mean": -0.02099999999999999, "delta_p_median": -0.0050000000000000044, "delta_p_sd": 0.025573423705088826, "delta_logit_mean": -0.12244452336064023, "delta_logit_median": -0.029379316323469906, "pre_delta_p_mean": -0.014000000000000002, "pretrend_error": 0.034000000000000016, "m...
{ "effect_p": -0.029000000000000026, "effect_logit": -0.19139026190160008, "direction_p": "down", "direction_logit": "down", "neutral_threshold": 0.02, "reliability": 0.6080962947656922 }
[ { "sample_id": "501587|10656|1726808402", "line_number": 1540, "market_id": "501587", "event_id": "10656", "question": "Will a Republican win the popular vote and the Presidency? ", "platform": "polymarket", "categories": [ "Politics", "Election" ], "date": "2024-09-2...
500550|10175|1726981202
dataset/prediction-market-news/polymarket/polymarket_data_processed_with_news_attributed_train_2025-11-01.jsonl
320
500550
10175
Will a Democrat win Maine's 2nd congressional district?
polymarket
[ "Politics", "Election" ]
breakpoint
2024-09-22T00:00:00
1,726,981,202
0.165
0.11
-0.055
-0.469255
-0.01
0.75
100
{ "count": 11, "delta_p_mean": -0.010136363636363634, "delta_p_median": 0, "delta_p_sd": 0.023013919611134658, "delta_logit_mean": -0.11933701640879366, "delta_logit_median": 0, "pre_delta_p_mean": -0.005772727272727276, "pretrend_error": 0.008772727272727265, "mean_match_distance": 0.7643939393939394...
{ "effect_p": -0.04486363636363637, "effect_logit": -0.34991782957470097, "direction_p": "down", "direction_logit": "down", "neutral_threshold": 0.02, "reliability": 0.7941650005463539 }
[ { "sample_id": "506511|12425|1726981202", "line_number": 7850, "market_id": "506511", "event_id": "12425", "question": "US adds between 200k and 250k jobs in September?", "platform": "polymarket", "categories": [ "Politics" ], "date": "2024-09-22T00:00:00", "timestamp":...
500550|10175|1727067602
dataset/prediction-market-news/polymarket/polymarket_data_processed_with_news_attributed_train_2025-11-01.jsonl
321
500550
10175
Will a Democrat win Maine's 2nd congressional district?
polymarket
[ "Politics", "Election" ]
breakpoint
2024-09-23T00:00:00
1,727,067,602
0.11
0.155
0.045
0.39483
-0.055
0.85
100
{ "count": 8, "delta_p_mean": -0.0018750000000000012, "delta_p_median": -0.0017500000000000016, "delta_p_sd": 0.0019485571585149883, "delta_logit_mean": -0.046095618514739534, "delta_logit_median": -0.041833631331398946, "pre_delta_p_mean": -0.0011874999999999998, "pretrend_error": 0.053812500000000006,...
{ "effect_p": 0.046875, "effect_logit": 0.44092520501058174, "direction_p": "up", "direction_logit": "up", "neutral_threshold": 0.02, "reliability": 0.5763548610805239 }
[ { "sample_id": "506511|12425|1727067602", "line_number": 7849, "market_id": "506511", "event_id": "12425", "question": "US adds between 200k and 250k jobs in September?", "platform": "polymarket", "categories": [ "Politics" ], "date": "2024-09-23T00:00:00", "timestamp":...
500550|10175|1728450002
dataset/prediction-market-news/polymarket/polymarket_data_processed_with_news_attributed_train_2025-11-01.jsonl
322
500550
10175
Will a Democrat win Maine's 2nd congressional district?
polymarket
[ "Politics", "Election" ]
breakpoint
2024-10-09T00:00:00
1,728,450,002
0.16
0.075
-0.085
-0.854078
-0.015
0.9
100
{ "count": 7, "delta_p_mean": -0.0019285714285714292, "delta_p_median": 0, "delta_p_sd": 0.0034478623960420493, "delta_logit_mean": -0.04218103958263469, "delta_logit_median": 0, "pre_delta_p_mean": -0.0018571428571428558, "pretrend_error": 0.013142857142857133, "mean_match_distance": 0.90904761904761...
{ "effect_p": -0.08307142857142857, "effect_logit": -0.8118965077899479, "direction_p": "down", "direction_logit": "down", "neutral_threshold": 0.02, "reliability": 0.8571399015672081 }
[ { "sample_id": "506812|12513|1728450002", "line_number": 7881, "market_id": "506812", "event_id": "12513", "question": "Will Caitlin Clark endorse Kamala Harris?", "platform": "polymarket", "categories": [ "Politics" ], "date": "2024-10-09T00:00:00", "timestamp": 172845...
500550|10175|1729141203
dataset/prediction-market-news/polymarket/polymarket_data_processed_with_news_attributed_train_2025-11-01.jsonl
323
500550
10175
Will a Democrat win Maine's 2nd congressional district?
polymarket
[ "Politics", "Election" ]
breakpoint
2024-10-17T00:00:00
1,729,141,203
0.11
0.065
-0.045
-0.575418
0
0.7
13
{ "count": 12, "delta_p_mean": 0.12125, "delta_p_median": 0.005499999999999999, "delta_p_sd": 0.20409673972571601, "delta_logit_mean": 1.1624053954973883, "delta_logit_median": 0.341356791360675, "pre_delta_p_mean": 0.0007083333333333333, "pretrend_error": 0.001125, "mean_match_distance": 0.6023611111...
{ "effect_p": -0.16625, "effect_logit": -1.737823557956669, "direction_p": "down", "direction_logit": "down", "neutral_threshold": 0.02, "reliability": 0.4188741099581301 }
[ { "sample_id": "502314|11041|1729141203", "line_number": 2413, "market_id": "502314", "event_id": "11041", "question": "Hunter Biden sentenced to community service in gun case?", "platform": "polymarket", "categories": [ "Politics" ], "date": "2024-10-17T00:00:00", "tim...
500550|10175|1729227603
dataset/prediction-market-news/polymarket/polymarket_data_processed_with_news_attributed_train_2025-11-01.jsonl
324
500550
10175
Will a Democrat win Maine's 2nd congressional district?
polymarket
[ "Politics", "Election" ]
breakpoint
2024-10-18T00:00:00
1,729,227,603
0.065
0.12
0.055
0.673729
-0.045
0.9
100
{ "count": 10, "delta_p_mean": 0.001649999999999998, "delta_p_median": 0.0007500000000000007, "delta_p_sd": 0.014623696523109329, "delta_logit_mean": -0.0630126390327064, "delta_logit_median": 0.022476017608595855, "pre_delta_p_mean": 0.0019000000000000006, "pretrend_error": 0.0469, "mean_match_distan...
{ "effect_p": 0.053349999999999995, "effect_logit": 0.7367417337355502, "direction_p": "up", "direction_logit": "up", "neutral_threshold": 0.02, "reliability": 0.5700524253522219 }
[ { "sample_id": "500709|10249|1729227603", "line_number": 768, "market_id": "500709", "event_id": "10249", "question": "Will a Republican win Virginia US Senate Election?", "platform": "polymarket", "categories": [ "Politics" ], "date": "2024-10-18T00:00:00", "timestamp"...
500550|10175|1730437203
dataset/prediction-market-news/polymarket/polymarket_data_processed_with_news_attributed_train_2025-11-01.jsonl
325
500550
10175
Will a Democrat win Maine's 2nd congressional district?
polymarket
[ "Politics", "Election" ]
breakpoint
2024-11-01T00:00:00
1,730,437,203
0.068
0.138
0.07
0.785824
-0.0105
0.9
100
{ "count": 20, "delta_p_mean": 0.0049, "delta_p_median": 0, "delta_p_sd": 0.01829726755556687, "delta_logit_mean": -0.0064825447867463025, "delta_logit_median": 0, "pre_delta_p_mean": -0.000025000000000000218, "pretrend_error": 0.010474999999999995, "mean_match_distance": 0.4030833333333333 }
{ "effect_p": 0.0651, "effect_logit": 0.7923060687897423, "direction_p": "up", "direction_logit": "up", "neutral_threshold": 0.02, "reliability": 0.8026419367358977 }
[ { "sample_id": "509208|13268|1730437203", "line_number": 8703, "market_id": "509208", "event_id": "13268", "question": "Will the Democratic candidate win Michigan by 3.0%-4.0%?", "platform": "polymarket", "categories": [ "Politics", "Election" ], "date": "2024-11-01T0...
500551|10175|1723698001
dataset/prediction-market-news/polymarket/polymarket_data_processed_with_news_attributed_train_2025-11-01.jsonl
336
500551
10175
Will a Republican win Maine's 2nd congressional district?
polymarket
[ "Politics", "Election" ]
breakpoint
2024-08-15T00:00:00
1,723,698,001
0.81
0.755
-0.055
-0.324551
-0.01
0.85
100
{ "count": 5, "delta_p_mean": -0.015000000000000013, "delta_p_median": -0.015000000000000013, "delta_p_sd": 0.016431676725154998, "delta_logit_mean": -0.09740512328627655, "delta_logit_median": -0.06866114151210645, "pre_delta_p_mean": -0.0020000000000000018, "pretrend_error": 0.007999999999999941, "m...
{ "effect_p": -0.040000000000000036, "effect_logit": -0.22714551351542428, "direction_p": "down", "direction_logit": "down", "neutral_threshold": 0.02, "reliability": 0.8319777501650745 }
[ { "sample_id": "500614|10214|1723698001", "line_number": 396, "market_id": "500614", "event_id": "10214", "question": "Will a Democrat win Arizona US Senate Election?", "platform": "polymarket", "categories": [ "Politics", "Election" ], "date": "2024-08-15T00:00:00", ...
500551|10175|1726808402
dataset/prediction-market-news/polymarket/polymarket_data_processed_with_news_attributed_train_2025-11-01.jsonl
340
500551
10175
Will a Republican win Maine's 2nd congressional district?
polymarket
[ "Politics", "Election" ]
breakpoint
2024-09-20T00:00:00
1,726,808,402
0.775
0.83
0.055
0.348865
-0.005
0.7
39
{ "count": 3, "delta_p_mean": -0.00666666666666671, "delta_p_median": 0, "delta_p_sd": 0.02896357866163793, "delta_logit_mean": -0.03453700709003019, "delta_logit_median": 0, "pre_delta_p_mean": 0.025000000000000022, "pretrend_error": 0.03999999999999996, "mean_match_distance": 0.7666666666666664 }
{ "effect_p": 0.06166666666666665, "effect_logit": 0.3834016436814847, "direction_p": "up", "direction_logit": "up", "neutral_threshold": 0.02, "reliability": 0.561835026195188 }
[ { "sample_id": "505866|12246|1726808402", "line_number": 7688, "market_id": "505866", "event_id": "12246", "question": "AK-1 election: Peltola (D) vs. Begich (R)", "platform": "polymarket", "categories": [ "Politics" ], "date": "2024-09-20T00:00:00", "timestamp": 172680...
500551|10175|1730437203
dataset/prediction-market-news/polymarket/polymarket_data_processed_with_news_attributed_train_2025-11-01.jsonl
346
500551
10175
Will a Republican win Maine's 2nd congressional district?
polymarket
[ "Politics", "Election" ]
breakpoint
2024-11-01T00:00:00
1,730,437,203
0.92
0.85
-0.07
-0.707746
0
0.9
100
{ "count": 4, "delta_p_mean": 0.003500000000000003, "delta_p_median": 0.0022500000000000298, "delta_p_sd": 0.004107919181288753, "delta_logit_mean": 0.14947053783474445, "delta_logit_median": 0.0664037753313399, "pre_delta_p_mean": 0.006249999999999978, "pretrend_error": 0.006249999999999978, "mean_ma...
{ "effect_p": -0.07350000000000007, "effect_logit": -0.8572165178158433, "direction_p": "down", "direction_logit": "down", "neutral_threshold": 0.02, "reliability": 0.9143719555142138 }
[ { "sample_id": "501488|10606|1730437203", "line_number": 1451, "market_id": "501488", "event_id": "10606", "question": "Will a Democrat win Delaware Governor Election?", "platform": "polymarket", "categories": [ "Politics" ], "date": "2024-11-01T00:00:00", "timestamp": ...
500615|10214|1727931603
dataset/prediction-market-news/polymarket/polymarket_data_processed_with_news_attributed_train_2025-11-01.jsonl
399
500615
10214
Will a Republican win Arizona US Senate Election?
polymarket
[ "Politics", "Election" ]
breakpoint
2024-10-03T00:00:00
1,727,931,603
0.15
0.1
-0.05
-0.462624
-0.005
0.9
100
{ "count": 12, "delta_p_mean": -0.000583333333333332, "delta_p_median": 0, "delta_p_sd": 0.0032840100825396712, "delta_logit_mean": 0.10450735160898479, "delta_logit_median": 0, "pre_delta_p_mean": 0.0011666666666666663, "pretrend_error": 0.006166666666666671, "mean_match_distance": 0.7391666666666667...
{ "effect_p": -0.04941666666666666, "effect_logit": -0.5671308735570976, "direction_p": "down", "direction_logit": "down", "neutral_threshold": 0.02, "reliability": 0.9200531413569474 }
[ { "sample_id": "504279|11747|1727931603", "line_number": 3151, "market_id": "504279", "event_id": "11747", "question": "Will US sell Silk Road BTC before election?", "platform": "polymarket", "categories": [ "Politics", "Crypto" ], "date": "2024-10-03T00:00:00", "...
500615|10214|1731218402
dataset/prediction-market-news/polymarket/polymarket_data_processed_with_news_attributed_train_2025-11-01.jsonl
403
500615
10214
Will a Republican win Arizona US Senate Election?
polymarket
[ "Politics", "Election" ]
breakpoint
2024-11-10T00:00:00
1,731,218,402
0.1095
0.0075
-0.102
-2.789465
-0.0145
0.9
61
{ "count": 13, "delta_p_mean": 0.00023076923076923103, "delta_p_median": 0, "delta_p_sd": 0.0014625502570639651, "delta_logit_mean": 0.12582949693326903, "delta_logit_median": 0, "pre_delta_p_mean": -0.0026538461538461538, "pretrend_error": 0.013923076923076922, "mean_match_distance": 0.77 }
{ "effect_p": -0.10223076923076924, "effect_logit": -2.915294935479189, "direction_p": "down", "direction_logit": "down", "neutral_threshold": 0.02, "reliability": 0.8616260867444265 }
[ { "sample_id": "255435|903794|1731218402", "line_number": 7230, "market_id": "255435", "event_id": "903794", "question": "Trump $83.3m verdict reduced on appeal?", "platform": "polymarket", "categories": [ "Politics" ], "date": "2024-11-10T00:00:00", "timestamp": 173121...
500621|10219|1724821202
dataset/prediction-market-news/polymarket/polymarket_data_processed_with_news_attributed_train_2025-11-01.jsonl
424
500621
10219
Will a Democrat win Maryland US Senate Election?
polymarket
[ "Politics" ]
breakpoint
2024-08-28T00:00:00
1,724,821,202
0.91
0.805
-0.105
-0.895792
0
0.85
16
{ "count": 4, "delta_p_mean": -0.070375, "delta_p_median": -0.0010000000000000009, "delta_p_sd": 0.12394422888944852, "delta_logit_mean": -0.32703958422296775, "delta_logit_median": -0.03278922775054771, "pre_delta_p_mean": 0.02075000000000002, "pretrend_error": 0.026250000000000023, "mean_match_dista...
{ "effect_p": -0.03462499999999999, "effect_logit": -0.5687526261028465, "direction_p": "down", "direction_logit": "down", "neutral_threshold": 0.02, "reliability": 0.4211402996988968 }
[ { "sample_id": "503992|11652|1724821202", "line_number": 3054, "market_id": "503992", "event_id": "11652", "question": "VP debate before election?", "platform": "polymarket", "categories": [ "Politics", "Election" ], "date": "2024-08-28T00:00:00", "timestamp": 172...
500622|10219|1724821202
dataset/prediction-market-news/polymarket/polymarket_data_processed_with_news_attributed_train_2025-11-01.jsonl
432
500622
10219
Will a Republican win Maryland US Senate Election?
polymarket
[ "Politics" ]
breakpoint
2024-08-28T00:00:00
1,724,821,202
0.085
0.195
0.11
0.95843
0
0.9
40
{ "count": 14, "delta_p_mean": -0.00007142857142857078, "delta_p_median": 0, "delta_p_sd": 0.002808514750191072, "delta_logit_mean": -0.05213121865479785, "delta_logit_median": 0, "pre_delta_p_mean": -0.002214285714285715, "pretrend_error": 0.003214285714285715, "mean_match_distance": 0.53690476190476...
{ "effect_p": 0.11007142857142857, "effect_logit": 1.0105613085851861, "direction_p": "up", "direction_logit": "up", "neutral_threshold": 0.02, "reliability": 0.9505702958974825 }
[ { "sample_id": "502031|10875|1724821202", "line_number": 2041, "market_id": "502031", "event_id": "10875", "question": "Fauci jail in 2024?", "platform": "polymarket", "categories": [ "Politics" ], "date": "2024-08-28T00:00:00", "timestamp": 1724821202, "current_p":...
End of preview.

No dataset card yet

Downloads last month
9