Skip to content

feat(eval): add 30 multi-turn research use cases dataset - #2334

Open
gspencergoog wants to merge 3 commits into
mainfrom
research_eval_cases
Open

feat(eval): add 30 multi-turn research use cases dataset#2334
gspencergoog wants to merge 3 commits into
mainfrom
research_eval_cases

Conversation

@gspencergoog

Copy link
Copy Markdown
Collaborator

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

  • New Evaluation Dataset: Created eval/datasets/research_use_cases.yaml containing 30 translated and de-identified multi-turn research interaction scenarios.
  • De-Identification: Anonymized all private personal identifiers, real-world author/student thesis details, family relationships, hardware brand specifics, and local municipal names across all 30 test cases while preserving the underlying domain reasoning challenges.
  • Grading Rubrics: Structured qualitative multi-line target grading rubrics for each scenario, specifying expected UI component hierarchy, required data points, and penalization criteria for LLM-as-a-judge scoring.
  • Encryption: Staged and encrypted the dataset file using Transcrypt.

Impact & Risks

  • No breaking changes: This is an additive dataset in eval/datasets/.
  • Presubmit evaluation load: The dataset will be automatically included in standard evaluation runs that scan eval/datasets/*.yaml.

Testing

  • Validated dataset schema conformance with jsonschema.validate against eval/datasets/dataset_schema.json.
  • Executed uv run pytest tests/test_dataset.py in eval/ (5/5 passed).
  • Executed a single-epoch test evaluation via uv run python main.py --dataset research_use_cases --epochs 1 confirming successful execution and logging.
  • Verified Transcrypt ciphertext encryption on Git object via git cat-file -p :eval/datasets/research_use_cases.yaml.

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.
@gemini-code-assist

Copy link
Copy Markdown
Contributor

Note

Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported.

gspencergoog and others added 2 commits August 19, 2026 11:57
…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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant