afeng commited on
Commit
0c1a656
·
verified ·
1 Parent(s): 8ab5480

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +94 -0
README.md ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # MTBench: A Multimodal Time Series Benchmark
2
+
3
+
4
+ **MTBench** ([Huggingface](https://huggingface.co/collections/afeng/mtbench-682577471b93095c0613bbaa), [Github](https://github.com/Graph-and-Geometric-Learning/MTBench), [Arxiv](https://arxiv.org/pdf/2503.16858)) is a suite of multimodal datasets for evaluating large language models (LLMs) in temporal and cross-modal reasoning tasks across **finance** and **weather** domains.
5
+
6
+ Each benchmark instance aligns high-resolution time series (e.g., stock prices, weather data) with textual context (e.g., news articles, QA prompts), enabling research into temporally grounded and multimodal understanding.
7
+
8
+ ## 🏦 Stock Time-series
9
+ We provide high-resolution time series data for **2,993 U.S. stocks** spanning a **10-year period (2013–2023)**. The data is recorded at **5-minute intervals**, offering fine-grained temporal resolution for modeling and analysis.
10
+
11
+ Each stock record includes the following attributes:
12
+
13
+ - **Open**, **High**, **Low**, **Close** prices (OHLC)
14
+ - **Volume** of shares traded
15
+ - **VWAP** (Volume-Weighted Average Price)
16
+ - **Number of Transactions**
17
+
18
+ This dataset enables detailed financial forecasting, event correlation, and temporal pattern analysis.
19
+
20
+ ## 📦 Other MTBench Datasets
21
+
22
+ ### 🔹 Finance Domain
23
+
24
+ - [`MTBench_finance_news`](https://huggingface.co/datasets/afeng/MTBench_finance_news)
25
+ 20,000 articles with URL, timestamp, context, and labels
26
+
27
+ - [`MTBench_finance_stock`](https://huggingface.co/datasets/afeng/MTBench_finance_stock)
28
+ Time series of 2,993 stocks (2013–2023)
29
+
30
+ - [`MTBench_finance_aligned_pairs_short`](https://huggingface.co/datasets/afeng/MTBench_finance_aligned_pairs_short)
31
+ 2,000 news–series pairs
32
+ - Input: 7 days @ 5-min
33
+ - Output: 1 day @ 5-min
34
+
35
+ - [`MTBench_finance_aligned_pairs_long`](https://huggingface.co/datasets/afeng/MTBench_finance_aligned_pairs_long)
36
+ 2,000 news–series pairs
37
+ - Input: 30 days @ 1-hour
38
+ - Output: 7 days @ 1-hour
39
+
40
+ - [`MTBench_finance_QA_short`](https://huggingface.co/datasets/afeng/MTBench_finance_QA_short)
41
+ 490 multiple-choice QA pairs
42
+ - Input: 7 days @ 5-min
43
+ - Output: 1 day @ 5-min
44
+
45
+ - [`MTBench_finance_QA_long`](https://huggingface.co/datasets/afeng/MTBench_finance_QA_long)
46
+ 490 multiple-choice QA pairs
47
+ - Input: 30 days @ 1-hour
48
+ - Output: 7 days @ 1-hour
49
+
50
+ ### 🔹 Weather Domain
51
+
52
+ - [`MTBench_weather_news`](https://huggingface.co/datasets/afeng/MTBench_weather_news)
53
+ Regional weather event descriptions
54
+
55
+ - [`MTBench_weather_temperature`](https://huggingface.co/datasets/afeng/MTBench_weather_temperature)
56
+ Meteorological time series from 50 U.S. stations
57
+
58
+ - [`MTBench_weather_aligned_pairs_short`](https://huggingface.co/datasets/afeng/MTBench_weather_aligned_pairs_short)
59
+ Short-range aligned weather text–series pairs
60
+
61
+ - [`MTBench_weather_aligned_pairs_long`](https://huggingface.co/datasets/afeng/MTBench_weather_aligned_pairs_long)
62
+ Long-range aligned weather text–series pairs
63
+
64
+ - [`MTBench_weather_QA_short`](https://huggingface.co/datasets/afeng/MTBench_weather_QA_short)
65
+ Short-horizon QA with aligned weather data
66
+
67
+ - [`MTBench_weather_QA_long`](https://huggingface.co/datasets/afeng/MTBench_weather_QA_long)
68
+ Long-horizon QA for temporal and contextual reasoning
69
+
70
+
71
+
72
+ ## 🧠 Supported Tasks
73
+
74
+ MTBench supports a wide range of multimodal and temporal reasoning tasks, including:
75
+
76
+ - 📈 **News-aware time series forecasting**
77
+ - 📊 **Event-driven trend analysis**
78
+ - ❓ **Multimodal question answering (QA)**
79
+ - 🔄 **Text-to-series correlation analysis**
80
+ - 🧩 **Causal inference in financial and meteorological systems**
81
+
82
+
83
+
84
+ ## 📄 Citation
85
+
86
+ If you use MTBench in your work, please cite:
87
+
88
+ ```bibtex
89
+ @article{chen2025mtbench,
90
+ title={MTBench: A Multimodal Time Series Benchmark for Temporal Reasoning and Question Answering},
91
+ author={Chen, Jialin and Feng, Aosong and Zhao, Ziyu and Garza, Juan and Nurbek, Gaukhar and Qin, Cheng and Maatouk, Ali and Tassiulas, Leandros and Gao, Yifeng and Ying, Rex},
92
+ journal={arXiv preprint arXiv:2503.16858},
93
+ year={2025}
94
+ }