"docs/git@developer.sourcefind.cn:zhaoyu6/sglang.git" did not exist on "729b242934cb6dbfa1dd432b79293ff573cf1d1e"
Commit 4c935519 authored by lintangsutawika's avatar lintangsutawika
Browse files

edit thruthfulqa

parent ed3b0444
...@@ -27,8 +27,27 @@ Homepage: `https://github.com/sylinrl/TruthfulQA` ...@@ -27,8 +27,27 @@ Homepage: `https://github.com/sylinrl/TruthfulQA`
} }
``` ```
### Subtasks ### Groups and Tasks
#### Groups
* Not part of a group yet.
#### Tasks
* `truthfulqa_mc1`: `Multiple-choice, single answer` * `truthfulqa_mc1`: `Multiple-choice, single answer`
* `truthfulqa_mc2`: `Multiple-choice, multiple answers` * (MISSING)`truthfulqa_mc2`: `Multiple-choice, multiple answers`
* `truthfulqa_gen`: `Answer generation` * (MISSING)`truthfulqa_gen`: `Answer generation`
### Checklist
For adding novel benchmarks/datasets to the library:
* [ ] Is the task an existing benchmark in the literature?
* [ ] Have you referenced the original paper that introduced the task?
* [ ] If yes, does the original paper provide a reference implementation? If so, have you checked against the reference implementation and documented how to run such a test?
If other tasks on this dataset are already supported:
* [ ] Is the "Main" variant of this task clearly denoted?
* [ ] Have you provided a short sentence in a README on what each new variant adds / evaluates?
* [ ] Have you noted which, if any, published evaluation setups are matched by this variant?
group:
- multiple_choice
task: truthfulqa_mc1 task: truthfulqa_mc1
dataset_path: truthful_qa dataset_path: truthful_qa
dataset_name: multiple_choice dataset_name: multiple_choice
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment