Time-TSNE-Plot
收藏资源简介:
Time-TSNE-Plot 是一个专为时间序列嵌入的 t-SNE 可视化而设计的多场景评估数据集。该数据集旨在从多个维度评估和可视化不同时间序列模型生成的嵌入表示。数据集包含七个不同的子集,每个子集对应一个特定的评估场景,并具有固定的时间窗口长度(256或512)。核心数据字段包括:`target`(时间序列数值列表)、`dataset`(标签,其语义根据子集而变化,例如源数据集名称、窗口起始时间戳索引、多变量通道索引或规则生成器名称)和 `seq_length`(序列长度)。具体评估维度与子集包括:1) 跨数据集嵌入(`gift_eval_256` 和 `gift_eval_512`):包含从 GIFT-Eval 基准中采样的11个不同数据集的样本,标签为数据集名称。2) 跨规则序列嵌入(`rule_dataset_512`):包含由三角波、方波、ARMA等10种规则生成器合成的序列,标签为生成器名称。3) 跨通道嵌入(同一数据集内)(`ett1_15T_256` 和 `ett1_15T_512`):基于多变量 ETT1(15分钟)数据集,通过滑动窗口生成样本,标签为0-6的通道索引。4) 跨时间位置嵌入(同一通道内)(`electricity_256` 和 `electricity_512`):基于单变量 Electricity 数据集,通过滑动窗口生成样本,标签为窗口起始时间戳索引。该数据集适用于时间序列表示学习、嵌入可视化、模型评估以及对比不同时间序列特征或生成模式的研究。
Time-TSNE-Plot is a multi-scenario evaluation dataset specifically designed for t-SNE visualization of time series embeddings. The dataset aims to evaluate and visualize embedding representations generated by different time series models across multiple dimensions. It contains seven distinct subsets, each corresponding to a specific evaluation scenario with fixed time window lengths (256 or 512). Core data fields include: `target` (a list of time series numerical values), `dataset` (a label whose semantics vary by subset, such as source dataset name, window start timestamp index, multivariate channel index, or rule generator name), and `seq_length` (sequence length). Specific evaluation dimensions and subsets include: 1) Cross-dataset embeddings (`gift_eval_256` and `gift_eval_512`): samples from 11 different datasets sampled from the GIFT-Eval benchmark, with labels as dataset names. 2) Cross-rule sequence embeddings (`rule_dataset_512`): sequences synthesized by 10 rule generators such as triangular waves, square waves, and ARMA, with labels as generator names. 3) Cross-channel embeddings (within the same dataset) (`ett1_15T_256` and `ett1_15T_512`): samples generated via sliding windows from the multivariate ETT1 (15-minute) dataset, with labels as channel indices from 0 to 6. 4) Cross-time position embeddings (within the same channel) (`electricity_256` and `electricity_512`): samples generated via sliding windows from the univariate Electricity dataset, with labels as window start timestamp indices. The dataset is suitable for research in time series representation learning, embedding visualization, model evaluation, and comparing different time series features or generation patterns.
数据集概述
Time-TSNE-Plot 是一个用于时间序列嵌入 t-SNE 可视化的多场景评估数据集,基于 Apache-2.0 许可证发布。
评估维度
| 维度 | 描述 | 推荐数据拆分 |
|---|---|---|
| 跨数据集嵌入 | 多个真实/基准数据集,标签为数据集名称 | gift_eval_256 / gift_eval_512 |
| 跨规则生成序列嵌入 | 三角波、方波、ARMA 等规则生成器 | rule_dataset_512 |
| 跨通道嵌入(同数据集) | 多变量 ETT1,每个通道滑动窗口,标签为通道索引 | ett1_15T_256 / ett1_15T_512 |
| 跨时间位置嵌入(同通道) | 单变量 Electricity,标签为窗口起始时间戳索引 | electricity_256 / electricity_512 |
数据拆分详情
GIFT-Eval(按数据集名称标记)
从 GIFT-Eval 子集采样,dataset 字段为源数据集名称(共 11 类,如 bitbrains_fast_storage、m4 等)。
| 拆分 | 目录 | 样本数 | 窗口长度 |
|---|---|---|---|
gift_eval_256 |
gift-eval_256/ |
11,000 | 256 |
gift_eval_512 |
gift-eval_512/ |
11,000 | 512 |
Electricity(按时间戳标记)
单变量 Electricity 序列上的滑动窗口段,dataset 为每个窗口的起始时间戳索引(字符串,如 "0"、"1" 等)。
| 拆分 | 目录 | 样本数 | 窗口长度 |
|---|---|---|---|
electricity_256 |
electricity_256/ |
10,000 | 256 |
electricity_512 |
electricity_512/ |
10,000 | 512 |
ETT1-15T(按通道标记)
多变量 ETT1(15 分钟间隔)序列上的滑动窗口段,dataset 为通道索引("0"–"6",共 7 个通道)。
| 拆分 | 目录 | 样本数 | 窗口长度 |
|---|---|---|---|
ett1_15T_256 |
ett1-15T_256/ |
7,000 | 256 |
ett1_15T_512 |
ett1-15T_512/ |
7,000 | 512 |
Rule(按生成器标记)
基于规则生成器(如 generate_triangle_wave、generate_square_wave、generate_arma_samples 等,共 10 类)的合成序列,dataset 为规则/生成器名称。
| 拆分 | 目录 | 样本数 | 窗口长度 |
|---|---|---|---|
rule_dataset_512 |
rule_dataset_512/ |
11,000 | 512 |
字段说明
| 字段 | 类型 | 含义 |
|---|---|---|
target |
list[float64] |
窗口内的时间序列值 |
dataset |
string |
标签(语义因拆分而异) |
seq_length |
int64 |
窗口长度(256 或 512) |




