Boolean Expressions (BIG-bench)

BIG-bench task that generates random True/False expressions with and, or, and not, then scores whether the model prefers the correct truth value.

Also known as: BBH boolean_expressions

unassessed

This page is a discovery lead. Nobody has yet assessed it against the catalogue contract, so it carries no disposition. Absence of evidence here is not evidence of staleness.
Categoryreasoning
Subcategoryprogrammatic Boolean-algebra evaluation
Page statusactive
Metricmultiple_choice_grade
Directionhigher_is_better
Unit%
Dataset licenceApache-2.0
PublisherGoogle (BIG-bench collaboration)

What it measures

boolean_expressions asks a model to evaluate a short English Boolean formula such as `not True or False is `. Constants are True and False; operators are and, or, and not; parentheses are optional. The task is meant to isolate zeroth-order logic from reading comprehension. BIG-bench implements it as a Python generator (task.py), not a frozen JSON list. BIG-bench Hard keeps a separate 250-example file under the same name.

Task format

Multiple-choice over {True, False} via conditional log-probability. Default generator: seed 42, lengths 1–8, up to 100 trials per length, 3-shot context. Dummy-model logs in the task header record 428 multiple-choice queries. Preferred metric multiple_choice_grade; chance 0.5, perfect 1.0.

Models reporting this benchmark

No model card in ModelSpec reports this benchmark yet.

Data

This page as JSON · Edit on GitHub