KevinDavidHayes/long-context-baseline-bakeoff
Long-Context Data-Selection Bake-off — Shared Candidate Pool The shared 16K candidate pool for comparing long-context data-selection methods on equal footing. Every method (AttentionSpan, LongAttn, LongProc, ProLong, perplexity, ...) scores the same 14,300 documents, picks its own top-800 under the same split, then trains Llama-2-7B + 16K LoRA and evaluates on HELMET. Files File Description candidate_pool_16k_scored.parquet The shared pool — 14,300 docs… See the full description on the dataset page: https://huggingface.co/datasets/KevinDavidHayes/long-context-baseline-bakeoff.
Long-Context Data-Selection Bake-off — Shared Candidate Pool
The shared 16K candidate pool for comparing long-context data-selection methods on equal footing. Every method (AttentionSpan, LongAttn, LongProc, ProLong, perplexity, ...) scores the same 14,300 documents, picks its own top-800 under the same split, then trains Llama-2-7B + 16K LoRA and evaluates on HELMET.
Files
Pool schema
Split (identical for every selector)
- Score all 14,300 docs, take the top-800 by the selector's own score.
min_tokens= 16,384 (Llama-2 tokenizer); seed = 42 for any random draw.- Reuse
random_800_seed42.txtas the common baseline row across all methods.
Training + eval recipe (must match)
Llama-2-7B, 16K via linear RoPE factor 4; LoRA r=16 α=32 on q/k/v/o; 1 epoch, effective batch 8; HELMET 16K, 22 subtasks (Recall 8 + RAG 8 + LongQA 6), 100 samples/subtask; paired bootstrap B=5,000.
