Datasets:

ArXiv:
License:

Add dataset card and link to paper

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - text-generation
5
+ ---
6
+
7
+ # Jet-Long Evaluation Datasets
8
+
9
+ This repository contains the evaluation data used in the paper [Jet-Long: Efficient Long-Context Extension with Dynamic Bifocal RoPE](https://huggingface.co/papers/2607.07740).
10
+
11
+ - **Code:** [GitHub Repository](https://github.com/jet-ai-projects/jet-long)
12
+
13
+ ## Dataset Description
14
+
15
+ These datasets are processed versions of standard benchmarks used to evaluate the long-context capabilities of Jet-Long:
16
+ - **RULER-500**: A dataset for evaluating long-context understanding and retrieval up to 128K context.
17
+ - **PG-19-subsample**: A subsampled version of the PG-19 dataset used for evaluating long-context language modeling and perplexity.
18
+
19
+ ## Citation
20
+
21
+ If you find Jet-Long or these datasets useful, please cite:
22
+
23
+ ```bibtex
24
+ @misc{jetlong2026,
25
+ title={Jet-Long: Efficient Long-Context Extension with Dynamic Bifocal RoPE},
26
+ author={Haozhan Tang and Zerui Wang and Yuxian Gu and Song Han and Han Cai},
27
+ year={2026},
28
+ eprint={2607.07740},
29
+ archivePrefix={arXiv},
30
+ primaryClass={cs.LG},
31
+ url={https://arxiv.org/abs/2607.07740},
32
+ }
33
+ ```