You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this dataset content.

YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/datasets-cards)

Profiling Result Visualization Dataset

πŸ“– Introduction

This repository is a part of "MoE_expert_selection_trace Repository". It provides analysis and visualization results of our profiled expert selection trace for MoE LLM on the MMLU dataset, including Llama4-Maverick, DeepSeek-R1, and Qwen3-235B. For a deeper understanding of the analysis, please refer to our paper.

Key Components:

  • cross_token_heatmap/ – Expert selection heatmap across two adjacent tokens. This corresponds to token-level temporal relations in our paper. Results for prefill and decode stages are presented separately.
  • column_by_layer/ – Expert selection heatmap across two adjacent layers. This corresponds to layer-level temporal relations in our paper. Results for prefill and decode stages are presented separately.
  • same_layer_heatmap/ – Co-activation heatmap for experts. This corresponds to spatial relations for expert pairs in our paper.
  • cross_layer_heatmap/ – Activation frequency for different experts, presented as column figures. This corresponds to spatial relations for single experts in our paper.

πŸ“‚ Dataset Structure

Top-Level Layout

profiling_result_fig/
β”œβ”€β”€ meta-llama
β”‚   └── Llama-4-Maverick-17B-128E-Instruct
β”‚
β”œβ”€β”€ cognitivecomputations
β”‚   └── DeepSeek-R1-AWQ
β”‚       β”œβ”€β”€ cross_token_heatmap
β”‚       β”‚   └── mmlu
β”‚       β”‚       β”œβ”€β”€ decode
β”‚       β”‚       β”‚   β”œβ”€β”€ xxx.png
β”‚       β”‚       β”‚   β”œβ”€β”€ xxx.txt
β”‚       β”‚       β”‚   β”œβ”€β”€ ...
β”‚       β”‚       β”‚   
β”‚       β”‚       β”œβ”€β”€ prefill
β”‚       β”‚       └── prefill_decode_corr.txt
β”‚       β”œβ”€β”€ same_layer_heatmap
β”‚       β”œβ”€β”€ cross_layer_heatmap
β”‚       └── column_by_layer
β”‚
└── Qwen
    └── Qwen3-235B-A22B-FP8

πŸ“‘ File Naming and Domains

The subfolders are named after academic or professional domains from the MMLU benchmark and related datasets. Examples:

Heatmap Files:

There are five types of files:

  • layer_*.png – The original heatmap, reflecting the conditional probability of two activated experts.
  • layer_*_avg.png – Normalized heatmap with each value divided by the average value of its corresponding column, eliminating vertical white lines caused by frequently selected experts.
  • layer_*_skew.txt – Accumulated frequency of the most popular expert pairs, calculated by aggregating frequency.
  • layer_*_cnt_skew.txt – Accumulated frequency of the most popular expert pairs, calculated by aggregating count. Similar to layer_*_skew.txt, but more accurate.
  • prefill_decode_corr.txt – Correlation ratio between the prefill stage and decode stage.

Column Figures:

There are three types of files:

  • layer_*_prefill.png – Statistical results for the prefill stage only.
  • layer_*_decode.png – Statistical results for the decode stage only.
  • layer_*_both.png – Statistical results considering both prefill and decode stages.

πŸ“Œ Citation

If you use this dataset in your research or project, please cite it as:

@misc{yu2025orderschaosenhancinglargescale,
      title={Orders in Chaos: Enhancing Large-Scale MoE LLM Serving with Data Movement Forecasting}, 
      author={Zhongkai Yu and Yue Guan and Zihao Yu and Chenyang Zhou and Shuyi Pei and Yangwook Kang and Yufei Ding and Po-An Tsai},
      year={2025},
      archivePrefix={arXiv},
      url={https://arxiv.org/abs/2510.05497}, 
}
Downloads last month
7