Add dataset card and paper link
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,3 +1,39 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: cc-by-4.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-generation
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
# eval_diverse_dataset
|
| 8 |
+
|
| 9 |
+
This dataset is the shared evaluation corpus used in the paper [Measuring Maximum Activations in Open Large Language Models](https://huggingface.co/papers/2605.15572).
|
| 10 |
+
|
| 11 |
+
## Dataset Summary
|
| 12 |
+
|
| 13 |
+
The `eval_diverse_dataset` is a 5,000-sample multi-domain corpus designed to characterize the dynamic range of activations in modern open Large Language Models (LLMs). It serves as a unified benchmark to measure global and layerwise maxima across various model families (such as Qwen and Gemma), architectures, and training stages. Characterizing these activations is critical for researchers working on low-bit quantization, activation scaling, and stable LLM inference.
|
| 14 |
+
|
| 15 |
+
## Resources
|
| 16 |
+
|
| 17 |
+
- **Paper:** [Measuring Maximum Activations in Open Large Language Models](https://huggingface.co/papers/2605.15572)
|
| 18 |
+
- **GitHub Repository:** [clx1415926/Max_act_llm](https://github.com/clx1415926/Max_act_llm)
|
| 19 |
+
|
| 20 |
+
## Key Features
|
| 21 |
+
|
| 22 |
+
- **Size:** 5,000 diverse samples.
|
| 23 |
+
- **Purpose:** Measurement of maximum activation magnitude (`M = max |a|`) for deployment-oriented analysis.
|
| 24 |
+
- **Coverage:** Multi-domain text to ensure robust characterization of outlier features and residual stream peaks across different model series.
|
| 25 |
+
|
| 26 |
+
## Usage
|
| 27 |
+
|
| 28 |
+
The dataset is intended to be used with the scripts provided in the official repository. It can be converted to the specific tokenizer encoding of various model families (e.g., Qwen, Gemma) to perform activation analysis using PyTorch hooks.
|
| 29 |
+
|
| 30 |
+
## Citation
|
| 31 |
+
|
| 32 |
+
```bibtex
|
| 33 |
+
@article{chen2025measuring,
|
| 34 |
+
title={Measuring Maximum Activations in Open Large Language Models},
|
| 35 |
+
author={Chen, Luxuan and Tian, Han and Chen, Xinran and Kong, Rui and Wang, Fang and Jiamin Chen and Yuchen Li and Jiashu Zhao and Shuaiqiang Wang and Haoyi Xiong and Dawei Yin},
|
| 36 |
+
journal={arXiv preprint arXiv:2605.15572},
|
| 37 |
+
year={2025}
|
| 38 |
+
}
|
| 39 |
+
```
|