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

GPQA Few-shot CoT, spec part #3097

Merged
merged 3 commits into from
Nov 1, 2024

Conversation

liamjxu
Copy link
Contributor

@liamjxu liamjxu commented Oct 24, 2024

Added adaptation enum for CoT, updated run spec function with use_chain_of_thought parameter.

@liamjxu liamjxu self-assigned this Oct 24, 2024
@liamjxu liamjxu changed the title GPQA Few-shot CoT GPQA Few-shot CoT, run spec part Oct 24, 2024
@liamjxu liamjxu marked this pull request as draft October 24, 2024 20:11
@@ -8,6 +8,7 @@
ADAPT_GENERATION: str = "generation"
ADAPT_LANGUAGE_MODELING: str = "language_modeling"
ADAPT_MULTIPLE_CHOICE_JOINT: str = "multiple_choice_joint"
ADAPT_MULTIPLE_CHOICE_JOINT_COT: str = "multiple_choice_joint_cot"
Copy link
Collaborator

Choose a reason for hiding this comment

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

optional: I would prefer for cot to be spelled out in full rather than abbreviated.

def get_gpqa_spec(subset: str, method: str = ADAPT_MULTIPLE_CHOICE_JOINT) -> RunSpec:
def get_gpqa_spec(
subset: str,
use_chain_of_thought: str = "False",
Copy link
Collaborator

Choose a reason for hiding this comment

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

This is necessary but unfortunate... I might try to fix this at some point.

@liamjxu liamjxu changed the title GPQA Few-shot CoT, run spec part GPQA Few-shot CoT, spec part Oct 24, 2024
@liamjxu liamjxu force-pushed the jialiang/gpqa_cot_run_spec branch 4 times, most recently from f0bf5c9 to 3196743 Compare October 24, 2024 22:52
@liamjxu liamjxu marked this pull request as ready for review October 25, 2024 02:16
@yifanmai yifanmai changed the base branch from main to jialiang/gpqa_cot_scenario October 31, 2024 23:23
@liamjxu liamjxu merged commit d658a08 into jialiang/gpqa_cot_scenario Nov 1, 2024
8 checks passed
@liamjxu liamjxu deleted the jialiang/gpqa_cot_run_spec branch November 1, 2024 04:56
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