├── README.md ├── attack ├── attack.py ├── attack_different_models.py ├── data │ ├── ETTh1_standardized.csv │ ├── ETTh1_test.csv │ ├── ETTh1_train.csv │ └── standardization_params.csv ├── data_standardize.py ├── example_attack_timegpt.py ├── exchange2.csv ├── llmtime_attack │ ├── demo.py │ └── llmtime_attack.py └── readme.txt ├── dataset ├── ETTh1.csv ├── ETTh1_original.csv ├── ETTh2.csv ├── IstanbulTraffic.csv ├── exchange.csv └── weather.csv ├── experiments ├── ADVLLMTS.jpg ├── Attack1.jpg ├── MainExperiments.jpg └── attack.png ├── requirements.txt └── supplementary_experiments ├── acf_attack.pdf ├── acf_gwn.pdf ├── acf_pure.pdf ├── etth1.pdf ├── etth1_diff.pdf ├── etth1_gpt35.pdf ├── etth1_line.pdf ├── etth2.pdf ├── etth2_diff.pdf ├── etth2_gpt35.pdf ├── etth2_line.pdf ├── exchange_mae.pdf ├── heatmap_attack.pdf ├── heatmap_gwn.pdf ├── heatmap_pure.pdf ├── itrans_H.pdf ├── llmtime_H.pdf ├── timegpt_H.pdf ├── timenet_H.pdf ├── traffic_mae.pdf ├── weather_diff.pdf ├── weather_gpt4.pdf ├── weather_line.pdf └── weather_mae.pdf /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnsonJiang1996/AdvAttack_LLM4TS/HEAD/README.md -------------------------------------------------------------------------------- /attack/attack.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnsonJiang1996/AdvAttack_LLM4TS/HEAD/attack/attack.py -------------------------------------------------------------------------------- /attack/attack_different_models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnsonJiang1996/AdvAttack_LLM4TS/HEAD/attack/attack_different_models.py -------------------------------------------------------------------------------- /attack/data/ETTh1_standardized.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnsonJiang1996/AdvAttack_LLM4TS/HEAD/attack/data/ETTh1_standardized.csv -------------------------------------------------------------------------------- /attack/data/ETTh1_test.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnsonJiang1996/AdvAttack_LLM4TS/HEAD/attack/data/ETTh1_test.csv -------------------------------------------------------------------------------- /attack/data/ETTh1_train.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnsonJiang1996/AdvAttack_LLM4TS/HEAD/attack/data/ETTh1_train.csv -------------------------------------------------------------------------------- /attack/data/standardization_params.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnsonJiang1996/AdvAttack_LLM4TS/HEAD/attack/data/standardization_params.csv -------------------------------------------------------------------------------- /attack/data_standardize.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnsonJiang1996/AdvAttack_LLM4TS/HEAD/attack/data_standardize.py -------------------------------------------------------------------------------- /attack/example_attack_timegpt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnsonJiang1996/AdvAttack_LLM4TS/HEAD/attack/example_attack_timegpt.py -------------------------------------------------------------------------------- /attack/exchange2.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnsonJiang1996/AdvAttack_LLM4TS/HEAD/attack/exchange2.csv -------------------------------------------------------------------------------- /attack/llmtime_attack/demo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnsonJiang1996/AdvAttack_LLM4TS/HEAD/attack/llmtime_attack/demo.py -------------------------------------------------------------------------------- /attack/llmtime_attack/llmtime_attack.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnsonJiang1996/AdvAttack_LLM4TS/HEAD/attack/llmtime_attack/llmtime_attack.py -------------------------------------------------------------------------------- /attack/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnsonJiang1996/AdvAttack_LLM4TS/HEAD/attack/readme.txt -------------------------------------------------------------------------------- /dataset/ETTh1.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnsonJiang1996/AdvAttack_LLM4TS/HEAD/dataset/ETTh1.csv -------------------------------------------------------------------------------- /dataset/ETTh1_original.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnsonJiang1996/AdvAttack_LLM4TS/HEAD/dataset/ETTh1_original.csv -------------------------------------------------------------------------------- /dataset/ETTh2.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnsonJiang1996/AdvAttack_LLM4TS/HEAD/dataset/ETTh2.csv -------------------------------------------------------------------------------- /dataset/IstanbulTraffic.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnsonJiang1996/AdvAttack_LLM4TS/HEAD/dataset/IstanbulTraffic.csv -------------------------------------------------------------------------------- /dataset/exchange.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnsonJiang1996/AdvAttack_LLM4TS/HEAD/dataset/exchange.csv -------------------------------------------------------------------------------- /dataset/weather.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnsonJiang1996/AdvAttack_LLM4TS/HEAD/dataset/weather.csv -------------------------------------------------------------------------------- /experiments/ADVLLMTS.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnsonJiang1996/AdvAttack_LLM4TS/HEAD/experiments/ADVLLMTS.jpg -------------------------------------------------------------------------------- /experiments/Attack1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnsonJiang1996/AdvAttack_LLM4TS/HEAD/experiments/Attack1.jpg -------------------------------------------------------------------------------- /experiments/MainExperiments.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnsonJiang1996/AdvAttack_LLM4TS/HEAD/experiments/MainExperiments.jpg -------------------------------------------------------------------------------- /experiments/attack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnsonJiang1996/AdvAttack_LLM4TS/HEAD/experiments/attack.png -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnsonJiang1996/AdvAttack_LLM4TS/HEAD/requirements.txt -------------------------------------------------------------------------------- /supplementary_experiments/acf_attack.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnsonJiang1996/AdvAttack_LLM4TS/HEAD/supplementary_experiments/acf_attack.pdf -------------------------------------------------------------------------------- /supplementary_experiments/acf_gwn.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnsonJiang1996/AdvAttack_LLM4TS/HEAD/supplementary_experiments/acf_gwn.pdf -------------------------------------------------------------------------------- /supplementary_experiments/acf_pure.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnsonJiang1996/AdvAttack_LLM4TS/HEAD/supplementary_experiments/acf_pure.pdf -------------------------------------------------------------------------------- /supplementary_experiments/etth1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnsonJiang1996/AdvAttack_LLM4TS/HEAD/supplementary_experiments/etth1.pdf -------------------------------------------------------------------------------- /supplementary_experiments/etth1_diff.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnsonJiang1996/AdvAttack_LLM4TS/HEAD/supplementary_experiments/etth1_diff.pdf -------------------------------------------------------------------------------- /supplementary_experiments/etth1_gpt35.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnsonJiang1996/AdvAttack_LLM4TS/HEAD/supplementary_experiments/etth1_gpt35.pdf -------------------------------------------------------------------------------- /supplementary_experiments/etth1_line.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnsonJiang1996/AdvAttack_LLM4TS/HEAD/supplementary_experiments/etth1_line.pdf -------------------------------------------------------------------------------- /supplementary_experiments/etth2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnsonJiang1996/AdvAttack_LLM4TS/HEAD/supplementary_experiments/etth2.pdf -------------------------------------------------------------------------------- /supplementary_experiments/etth2_diff.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnsonJiang1996/AdvAttack_LLM4TS/HEAD/supplementary_experiments/etth2_diff.pdf -------------------------------------------------------------------------------- /supplementary_experiments/etth2_gpt35.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnsonJiang1996/AdvAttack_LLM4TS/HEAD/supplementary_experiments/etth2_gpt35.pdf -------------------------------------------------------------------------------- /supplementary_experiments/etth2_line.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnsonJiang1996/AdvAttack_LLM4TS/HEAD/supplementary_experiments/etth2_line.pdf -------------------------------------------------------------------------------- /supplementary_experiments/exchange_mae.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnsonJiang1996/AdvAttack_LLM4TS/HEAD/supplementary_experiments/exchange_mae.pdf -------------------------------------------------------------------------------- /supplementary_experiments/heatmap_attack.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnsonJiang1996/AdvAttack_LLM4TS/HEAD/supplementary_experiments/heatmap_attack.pdf -------------------------------------------------------------------------------- /supplementary_experiments/heatmap_gwn.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnsonJiang1996/AdvAttack_LLM4TS/HEAD/supplementary_experiments/heatmap_gwn.pdf -------------------------------------------------------------------------------- /supplementary_experiments/heatmap_pure.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnsonJiang1996/AdvAttack_LLM4TS/HEAD/supplementary_experiments/heatmap_pure.pdf -------------------------------------------------------------------------------- /supplementary_experiments/itrans_H.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnsonJiang1996/AdvAttack_LLM4TS/HEAD/supplementary_experiments/itrans_H.pdf -------------------------------------------------------------------------------- /supplementary_experiments/llmtime_H.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnsonJiang1996/AdvAttack_LLM4TS/HEAD/supplementary_experiments/llmtime_H.pdf -------------------------------------------------------------------------------- /supplementary_experiments/timegpt_H.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnsonJiang1996/AdvAttack_LLM4TS/HEAD/supplementary_experiments/timegpt_H.pdf -------------------------------------------------------------------------------- /supplementary_experiments/timenet_H.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnsonJiang1996/AdvAttack_LLM4TS/HEAD/supplementary_experiments/timenet_H.pdf -------------------------------------------------------------------------------- /supplementary_experiments/traffic_mae.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnsonJiang1996/AdvAttack_LLM4TS/HEAD/supplementary_experiments/traffic_mae.pdf -------------------------------------------------------------------------------- /supplementary_experiments/weather_diff.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnsonJiang1996/AdvAttack_LLM4TS/HEAD/supplementary_experiments/weather_diff.pdf -------------------------------------------------------------------------------- /supplementary_experiments/weather_gpt4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnsonJiang1996/AdvAttack_LLM4TS/HEAD/supplementary_experiments/weather_gpt4.pdf -------------------------------------------------------------------------------- /supplementary_experiments/weather_line.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnsonJiang1996/AdvAttack_LLM4TS/HEAD/supplementary_experiments/weather_line.pdf -------------------------------------------------------------------------------- /supplementary_experiments/weather_mae.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnsonJiang1996/AdvAttack_LLM4TS/HEAD/supplementary_experiments/weather_mae.pdf --------------------------------------------------------------------------------