LOGICAL-COMMONSENSEQA
A Benchmark for Logical Commonsense Reasoning
LOGICAL-COMMONSENSEQA
A Benchmark for Logical Commonsense Reasoning
When we say a model is good at commonsense reasoning, we usually mean it can pick a plausible answer from a set of choices. For example, asked what someone driving a car might have seen, the model picks "automobile accidents" — and we count that as correct.
But when humans reason through a question, we rarely stop at one answer. A situation can have multiple plausible interpretations. And when we evaluate those possibilities, we naturally ask:
That is the motivation behind this benchmark. We ask: can models compose commonsense plausibility using logical operators — AND, OR, and NEITHER/NOR? The task format stays multiple-choice, so any model that can take a standard QA benchmark can take this one.
| AND | local events AND social venues | ✔ both plausible |
| OR | local events OR empty parks | ✔ at least one plausible |
| NEITHER/NOR | NEITHER quiet retreats NOR empty parks | ✔ neither is plausible |
| Paradigm | Models | Prompting |
|---|---|---|
| Prompted | LLaMA-3.1-8B, LLaMA-3.3-70B, Qwen2.5-7B, Gemini-2.5-Flash, Gemini-3-Flash-Preview | Zero-shot, 1/2/3-shot, CoT |
| Fine-tuned | Flan-T5-base (seq2seq), DeBERTa-v3-base (encoder), LLaMA-3.1-8B (QLoRA) | Supervised fine-tuning |
To pinpoint where failures arise, we decomposed the task into three components and evaluated each in isolation with LLaMA-3.1-8B. The results show that knowledge is largely present — the breakdown is in composition.
Error Patterns
San Diego, California, United States · Poster: July 6, 2026. If you are attending ACL and would like to discuss the paper, feel free to reach out.
title = {{LOGICAL}-{COMMONSENSEQA}: A Benchmark for Logical Commonsense Reasoning},
author = "Junias, Obed and Pacheco, Maria Leonor",
booktitle = "Proceedings of the 64th Annual Meeting of the {A}ssociation for {C}omputational {L}inguistics (Volume 2: Short Papers)",
month = jul,
year = "2026",
address = "San Diego, California, United States",
publisher = "Association for Computational Linguistics",
url = "https://aclanthology.org/2026.acl-short.61/",
pages = "746--758",
ISBN = "979-8-89176-391-3"
}
This research is conducted at the BLAST Lab at the University of Colorado Boulder under the supervision of Dr. Maria Leonor Pacheco.