--- license: cc-by-nc-4.0 language: - en pretty_name: ICAIF26-EventXbench size_categories: - 1M **T3 (Evidence Grading)** is not included in this repository. See the primary mirror for the rebuilt T3 artifacts (train + gold). ## Splits | Task | Train | Validation | Test | Split policy | |------|-------|------------|------|--------------| | T1 | 709 | — | 275 | Event- and market-group atomic, temporal 60/0/40 | | T2 | 543 | 2,500 | 2,500 | Train: silver + single-human; val/test: three-reviewer human gold, zero cross-split overlap | | T4 | 2,875 | 2,268 | 5,791 | Event-cluster atomic temporal (2025-05→2026-06) | | T5 | 889 | 692 | 1,761 | Same temporal policy as T4 (non-flat subset) | | T6 | 766 | 1,225 | 2,592 | Event-cluster atomic temporal × horizons {1,3,7}d | ## Task Descriptions - **T1 – Market Volume Prediction**: predict the creation-cohort volume percentile of a market from pre-market social signals (post links within 7 days, cosine+entity-verified). - **T2 – Post-to-Market Linking**: given a post and a frozen BGE-M3 candidate set (top-10), select the addressed market or `NONE`. - **T4 – Market Movement Prediction**: predict the YES-price direction (`up`/`down`/`flat`) and magnitude bucket at 1/3/7-day horizons for a market-day bundle. - **T5 – Volume & Price Impact**: predict continuous `price_impact` and `volume_multiplier` targets and the `decay_class` (`transient`/`sustained`/`reversal`). - **T6 – Cross-Market Propagation**: predict whether a bundle's move propagates to sibling markets (graph v2, 35,526 edges / 14,739 nodes), labeled `no_effect`/`primary_only`/`cross_market` at 1/3/7-day horizons. ## Label Distributions - **T1**: `high_interest` 480, `moderate_interest` 387, `low_interest` 117 - **T2**: train LINK 402 / NONE 141; validation LINK 1,179 / NONE 1,321; test LINK 1,198 / NONE 1,302 - **T4**: `flat` 7,592; `up` 1,730; `down` 1,612 (direction) - **T5**: `sustained` 1,932; `reversal` 807; `transient` 300; (303 rows have no computable decay class) - **T6**: `cross_market` 2,796; `no_effect` 1,366; `primary_only` 421 ## Leakage Control All forecast tasks (T1, T4, T5, T6) use **event-disjoint temporal splits with an embargo ≥ the maximum label horizon**. Features are computed as-of the decision time; labels are strictly in the future. T4/T5/T6 attach `confound_flag` when a different-author high-evidence post appears within the label window. T2's val/test sets are sealed human gold with zero instance, tweet, or exact-text overlap across splits. ## Privacy Raw tweet text is **not** included for non-T2 tasks; records carry `tweet_ids` for rehydration. T2's val/test include post text under the dataset's Data Usage Agreement (ID-only distribution otherwise). Market data from Polymarket is fully included. ## Files ``` data/ ├── t1/ train.jsonl, test.jsonl ├── t2/ t2_train.jsonl, t2_val.jsonl, t2_test.jsonl ├── t4/ train.jsonl, validation.jsonl, test.jsonl ├── t5/ train.jsonl, validation.jsonl, test.jsonl └── t6/ train.jsonl, validation.jsonl, test.jsonl ``` ## License - **Data**: [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/) - Tweet text excluded; use Twitter API for rehydration - Polymarket data included under fair use for research