Vizpy

BoolQ

Binary yes/no question answering benchmark

BoolQ

Difficulty: Beginner | File: examples/01_boolq.py

Binary classification task - answer "true" or "false" given a passage and question.

Usage

python examples/01_boolq.py --lm anthropic/claude-haiku-4-5-20251001 --demo

Options

--lm MODEL          Language model
--demo              Quick test with inline data
--train-size N      Training examples (default: 50)
--val-size N        Validation examples (default: 30)

On this page