Skip to content

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

@HuggingFaceDocBuilderDev
Copy link
Collaborator

The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.

@clefourrier clefourrier merged commit d7a1f11 into huggingface:main Feb 3, 2025
3 checks passed
hynky1999 pushed a commit that referenced this pull request May 22, 2025
* Add custom task (bac-fr) for evaluation of models in french

* Update prompt function for the bac-fr task

Co-authored-by: Clémentine Fourrier <[email protected]>

* Add metrics for the evaluation of bac-fr

* Fix function name (as_list)

* Fix prompt for multichoice

---------

Co-authored-by: Clémentine Fourrier <[email protected]>
NathanHB pushed a commit that referenced this pull request Sep 19, 2025
* Add custom task (bac-fr) for evaluation of models in french

* Update prompt function for the bac-fr task

Co-authored-by: Clémentine Fourrier <[email protected]>

* Add metrics for the evaluation of bac-fr

* Fix function name (as_list)

* Fix prompt for multichoice

---------

Co-authored-by: Clémentine Fourrier <[email protected]>
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.

4 participants