feat(eval): add 30 multi-turn research use cases dataset - #2334
Open
gspencergoog wants to merge 3 commits into
Open
feat(eval): add 30 multi-turn research use cases dataset#2334gspencergoog wants to merge 3 commits into
gspencergoog wants to merge 3 commits into
Conversation
Add encrypted evaluation dataset eval/datasets/research_use_cases.yaml containing 30 translated, de-identified multi-turn research scenarios. Each sample includes full conversation history, domain system prompts, and qualitative target rubrics for LLM-as-a-judge scoring.
Contributor
|
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
…rubrics Update research_use_cases.yaml with generic system prompt UI presentation policies and align qualitative target rubrics to evaluate structural synthesis and actionability without over-constraining component types or keywords.
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.
Summary
Adds a new evaluation dataset,
eval/datasets/research_use_cases.yaml, containing 30 multi-turn domain research test cases with domain system prompts and qualitative LLM-as-a-judge scoring rubrics.Changes
eval/datasets/research_use_cases.yamlcontaining 30 translated and de-identified multi-turn research interaction scenarios.targetgrading rubrics for each scenario, specifying expected UI component hierarchy, required data points, and penalization criteria for LLM-as-a-judge scoring.Impact & Risks
eval/datasets/.eval/datasets/*.yaml.Testing
jsonschema.validateagainsteval/datasets/dataset_schema.json.uv run pytest tests/test_dataset.pyineval/(5/5 passed).uv run python main.py --dataset research_use_cases --epochs 1confirming successful execution and logging.git cat-file -p :eval/datasets/research_use_cases.yaml.