boolq/train
Passage inference
Answer a natural yes-or-no question using the supplied passage.
Upstream publisher Google Researchgoogle-research-datasets/boolean-questions
Naturally occurring yes-or-no questions answered from short passages, designed to test inference beyond keyword overlap.
WHAT THIS PROJECT MEASURES
BoolQ pairs a passage with a question whose answer is true or false. The questions were written before the supporting passage was selected, which produces more natural information needs than synthetic templates.
It is a low-complexity import for Trunchbull: public text inputs, binary labels, and deterministic grading with no sandbox.
EXECUTION CONTRACT
Binary exact-match grading in the standard chat lane.
TRUNCHBULL AVAILABILITY
Not yet imported
Not yet imported. Trunchbull only needs to pin the splits, render passage-question prompts, and normalize yes/no outputs.
Port this benchmark1 CASES
boolq/train
Answer a natural yes-or-no question using the supplied passage.
0 REQUESTED TOOLS
No model tools required.
Evaluation happens through the prompt and grader contract for this release.
MACHINE-READABLE PROVENANCE
{
"name": "BoolQ",
"catalogOwner": null,
"source": {
"url": "https://github.com/google-research-datasets/boolean-questions",
"version": "Upstream dataset",
"commit": "Upstream head not pinned",
"license": "CC BY-SA 3.0"
},
"port": null,
"release": {
"digest": "Not compiled",
"lane": "chat",
"sandboxRequired": false
},
"cases": [
"boolq/train"
],
"tools": []
}BUILD ON THIS PROJECT