Skip to content

Aime seq #90

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

Open
wants to merge 69 commits into
base: main
Choose a base branch
from
Open

Aime seq #90

wants to merge 69 commits into from

Conversation

safooray
Copy link
Collaborator

@safooray safooray commented Feb 4, 2025

1- User config for teacher-student multi-agent scenario in AIME
2- Handling empty dataframes across the framework
3- Small AIME extractor fix to capture this format: Final Answer: [45]

Copy link
Collaborator

@lchen001 lchen001 left a comment

Choose a reason for hiding this comment

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

It looks great overall. I left a few minor comments.

)
self.evalreporting_comp.metric_config.init_args["model_output_col"] = "student_extracted_answer"

component_configs.append(self.evalreporting_comp)
Copy link
Collaborator

Choose a reason for hiding this comment

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

This only uses the evalreporting. Perhaps store the final result in a data_post_processing component so that all eval-related components only need to pick up results from it? See this as an example.

resume_from_dict = {}


class AIME_SEQ_PIPELINE(AIME_PIPELINE):
Copy link
Collaborator

Choose a reason for hiding this comment

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

Should we have a test for this class?

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