--- annotations_creators: - machine-generated - expert-generated language: - en license: cc-by-nc-4.0 multilinguality: monolingual pretty_name: EventX size_categories: - 1M80th pctl), `moderate` (40th--80th), `low` (<40th) - ... (see full schema in the dataset viewer) ### T2: Post-to-Market Linking - `tweet_id` (int): Twitter post ID - `tweet_text` (str): Tweet text content - `market_id` (str): Polymarket condition ID - `market_question` (str): Market question text - `embedding_score` (float): Semantic similarity score ### T3: Evidence Grading - `tweet_id` (int): Twitter post ID - `condition_id` (str): Polymarket condition ID - `tweet` (str): Tweet text - `market` (str): Market metadata - `question` (str): Market question - `final_grade` (int): Evidence grade 0-5 - `llm_grade` (int): LLM-assigned grade - `llm_confidence` (float): LLM confidence score ### T4: Market Movement Prediction - `tweet_id` (int): Twitter post ID - `condition_id` (str): Polymarket condition ID - `price_t0` (float): Price at tweet publication time - `delta_2h` (float): Absolute price change at 2h horizon - `direction_label` (str): `up`, `down`, or `flat` - `magnitude_bucket` (str): `small`, `medium`, or `large` - `confound_flag` (bool): Whether confounding events were detected ### T5: Volume and Price Impact - `tweet_id` (int): Twitter post ID - `condition_id` (str): Polymarket condition ID - `price_impact_json` (dict): Max absolute deviation from p0 at horizons (15m, 30m, 1h, 2h, 6h) - `volume_multiplier_json` (dict): Total volume / 24h baseline at multiple horizons - `decay_class` (str): `transient`, `sustained`, or `reversal` - `confound_flag` (bool): Whether confounding events were detected - Metrics: Spearman rho for price_impact and volume_multiplier, decay macro-F1 ### T6: Cross-Market Propagation - `tweet_id` (int): Twitter post ID - `primary_condition_id` (str): Primary market condition ID - `label` (str): `no_effect`, `primary_mover`, `propagated_signal` - `sibling_count` (int): Number of sibling markets - `moved_sibling_count` (int): Number of siblings that moved - `primary_delta_h` (float): Primary market price change - `confound_flag` (bool): Whether confounding events were detected ### Posts (Tweet Metadata) - `tweet_id` (int): Twitter post ID - `text` (null): Set to NULL for privacy -- use Twitter API for rehydration - Additional metadata fields (timestamps, user IDs, etc.) ## Privacy and Ethics - **Tweet text**: Stripped from the public release per Twitter/X ToS. Tweet IDs are provided for authorized rehydration. - **Market data**: Polymarket data is publicly available on-chain and included under fair use for research. - **No PII**: User-level features are aggregated; no individual user profiles are released. ## License CC BY-NC 4.0