We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems that the fact is not provided to give a answer, as a openbook qa, it may be better to use the fact, otherwise it become "closebookqa" https://github.com/EleutherAI/lm-evaluation-harness/blob/main/lm_eval/tasks/openbookqa/openbookqa.yaml
task: openbookqa dataset_path: openbookqa dataset_name: main #here maybe additional output_type: multiple_choice training_split: train validation_split: validation test_split: test doc_to_text: question_stem #here may need use fact1 doc_to_target: "{{choices.label.index(answerKey.lstrip())}}" doc_to_choice: "{{choices.text}}" should_decontaminate: true doc_to_decontamination_query: question_stem metric_list:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It seems that the fact is not provided to give a answer, as a openbook qa, it may be better to use the fact, otherwise it become "closebookqa"
https://github.com/EleutherAI/lm-evaluation-harness/blob/main/lm_eval/tasks/openbookqa/openbookqa.yaml
task: openbookqa
dataset_path: openbookqa
dataset_name: main #here maybe additional
output_type: multiple_choice
training_split: train
validation_split: validation
test_split: test
doc_to_text: question_stem #here may need use fact1
doc_to_target: "{{choices.label.index(answerKey.lstrip())}}"
doc_to_choice: "{{choices.text}}"
should_decontaminate: true
doc_to_decontamination_query: question_stem
metric_list:
aggregation: mean
higher_is_better: true
aggregation: mean
higher_is_better: true
metadata:
version: 1.0
The text was updated successfully, but these errors were encountered: