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

Add custom task (bac-fr) for evaluation of models in french #518

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

Conversation

mdiazmel
Copy link
Contributor

Propose a specific task to run on the bac-fr, a dataset composed of questions extracted from the french BAC exam.
The header of the dataset is like this:

Instruction Question Réponse Réponse étendue Choix Choix correct Matière Année Sujet

We need to clearly define the metrics that will be used, as well as how the prompt will formulate its requests (@clefourrier).

few_shots_split=None,
few_shots_select="random_sampling",
generation_size=1,
metric=[], # To be defined
Copy link
Member

Choose a reason for hiding this comment

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

If we feel like the instructions constrain the answer enough, we could go for an exact match. We can also look at @hynky1999 's parser for math equations.

Copy link
Collaborator

@hynky1999 hynky1999 Jan 27, 2025

Choose a reason for hiding this comment

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

This is math bench ?

Copy link
Member

Choose a reason for hiding this comment

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

Includes math questions

Copy link
Member

Choose a reason for hiding this comment

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

(but not math only, I'd say 1/3 to 1/2 are math questions?)

Copy link
Contributor Author

@mdiazmel mdiazmel Jan 27, 2025

Choose a reason for hiding this comment

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

I would say 2/3 math questions!

@mdiazmel mdiazmel marked this pull request as ready for review January 30, 2025 13:32
@mdiazmel
Copy link
Contributor Author

Tested with current state of bac-fr dataset.
Ready to review! @clefourrier

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.

3 participants