Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ordering Randomised VersionList #1164

Merged
merged 2 commits into from
Jun 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Git LFS file not shown
10 changes: 10 additions & 0 deletions evals/registry/evals/ordering_randomised_versionlist.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
ordering_randomised_versionlist:
id: ordering_randomised_versionlist.dev.v0
description: This evaluation aims to test prompt engineered failure cases to order a randomised version history list, but causes chronological ordering failures such as 7.5.2 -> 7.4.2 -> 7.5.1 -> 7.4.1 (incorrectly inserted 7.4.2 in between 7.5.2 and 7.5.1 in the Explainable AI chain of thoughts) and 7.5.2 -> 7.5.1 -> 7.5.0 -> 7.4.1 (incorrectly skipped over 7.4.2 in the Explainable AI chain of thoughts).
metrics: [accuracy]

ordering_randomised_versionlist.dev.v0:
class: evals.elsuite.basic.includes:Includes
args:
samples_jsonl: ordering_randomised_versionlist/samples.jsonl