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

Update schema for instruction-following #2292

Merged
merged 8 commits into from
Feb 6, 2024

Conversation

yifanmai
Copy link
Collaborator

No description provided.

@@ -0,0 +1,238 @@
---
############################################################
models:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought we are reading information out of the metadata yaml now...do we still need this?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed.

@@ -2232,6 +2232,107 @@ run_groups:
when: n/a
language: synthetic

## Instruction following scenarios
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are these not in schema_instruction_following.yaml?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reverted schema_classic.yaml.

@yifanmai
Copy link
Collaborator Author

yifanmai commented Feb 6, 2024

@percyliang This is ready for review again.

@@ -0,0 +1,210 @@
---
############################################################
adapter:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should at some point figure out how to avoid this duplication.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Acknowledged. I have some idea of how to do this.

# Ideally, the name should be "best_chatgpt_prompts".
# But unfortunately the group name in the results is "grammar",
# so the schema has to match the same group name.
# TODO: Change the group name in the "grammar" run spec, and then change this group name.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would changing this require regenerating the benchmark output files? If so, do we want to make this change before deploying?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changes are non-trivial so I would probably have to spend a day if we want to change "grammar" to "best_chatgpt_prompts". We can't re-run helm-run easily, so we would have to edit the JSON files post-hoc.

In any case, I would prefer to do it in a different pull request.

@yifanmai yifanmai merged commit 86918a2 into main Feb 6, 2024
6 checks passed
@yifanmai yifanmai deleted the yifanmai/fix-instruction-following-schema branch February 6, 2024 17:31
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.

2 participants