Add InfiniteBench: long-context evaluation beyond 100K tokens#3662
Open
siddhant-rajhans wants to merge 1 commit intoEleutherAI:mainfrom
Open
Add InfiniteBench: long-context evaluation beyond 100K tokens#3662siddhant-rajhans wants to merge 1 commit intoEleutherAI:mainfrom
siddhant-rajhans wants to merge 1 commit intoEleutherAI:mainfrom
Conversation
Add 11 InfiniteBench tasks (math_calc excluded) covering retrieval, code, math, novel QA, and dialogue across English and Chinese. Evaluation methods match the official implementation exactly: - First-int extraction for passkey/number_string - Word-level matching for kv_retrieval - Last-word int comparison for code_run - Last-letter extraction with answer-to-letter mapping for code_debug/longbook_choice - Token-level F1 for longbook_qa_en, character-level F1 for longbook_qa_chn - ROUGE-Lsum for longbook_sum_en - Substring matching for longdialogue_qa_en Prompts match the official GPT-4 templates from the InfiniteBench repo. Reference: https://arxiv.org/abs/2402.13718 Dataset: https://huggingface.co/datasets/xinrongzhang2022/InfiniteBench
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add 11 InfiniteBench tasks (math_calc excluded) covering retrieval, code, math, novel QA, and dialogue across English and Chinese.
Evaluation methods match the official implementation exactly:
Prompts match the official GPT-4 templates from the InfiniteBench repo.
Reference: https://arxiv.org/abs/2402.13718
Dataset: https://huggingface.co/datasets/xinrongzhang2022/InfiniteBench