feat: stratified LongMemEval dev slices#28
Merged
Conversation
--max-questions previously took the file-order prefix; the dataset is sorted by question type, so dev25 was 25x single-session-user — fine for smoke tests, misleading for category comparisons (matrix v1's LME QA numbers cover one category only). convert longmemeval --stratified samples max-questions evenly across the six question types with a fixed seed and writes the composition to sampling.json. Prefix behavior unchanged without the flag. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Signed-off-by: Drew Cain <groksrc@gmail.com>
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.
--max-questionstakes the file-order prefix, and the dataset is sorted by question type — so dev25 was 25× single-session-user. Fine for smoke tests; misleading for category comparisons (matrix v1's LME QA numbers cover one category only).convert longmemeval --stratifiedsamples evenly across the six question types (fixed seed, composition recorded insampling.json). Prefix behavior unchanged without the flag.3 new tests; suite green, lint clean.
🤖 Generated with Claude Code