InfiniteBench
Emerging7papers using it
15,137HF downloads
34HF likes
2024first seen
Usage load with datasets from datasets import load_dataset, Features, Value, Sequence # Define the features schema ft = Features({ "id": Value("int64"), "context": Value("string"), "input": Value("string"), "answer": Sequence(Value("string")), "options": Sequence(Value("string")) }) # Load the dataset with the specifie
Papers using InfiniteBench (7)
- AllMem: A Memory-centric Recipe for Efficient Long-context ModelingMTraining: Distributed Dynamic Sparse Attention for Efficient Ultra-Long Context TrainingQwenLong-CPRS: Towards infty-LLMs with Dynamic Context OptimizationScaling Instruction-Tuned LLMs to Million-Token Contexts via
Hierarchical Synthetic Data GenerationDoes RAG Really Perform Bad For Long-Context Processing?RAPID: Long-Context Inference with Retrieval-Augmented Speculative DecodingWhy Does the Effective Context Length of LLMs Fall Short?