PIQA: Reasoning about Physical Commonsense in Natural Language (arXiv 1911.11641)
Overview
| Field | Detail | |-------|--------| | Title | PIQA: Reasoning about Physical Commonsense in Natural Language | | Authors | Yonatan Bisk, Rowan Zellers, Ronan Le Bras, Jianfeng Gao, Yejin Choi | | Published | November 2019 | | Link | <https://arxiv.org/abs/1911.11641> | | Type | Academic paper / benchmark |
Key Points
- Motivation: Existing commonsense benchmarks emphasize social or situational reasoning; PIQA targets *physical* commonsense—understanding the affordances of everyday objects, materials, and how goals are achieved (or intentionally achieved inefficiently) in the real world.
- Data collection: Goal–solution pairs were harvested from instructional wiki pages (instructables.com), then curated so that each question has two candidate solutions.
- Adversarial filtering: Distractors are generated using language models and verified by humans, so surface cues (e.g., word overlap) do not reveal the answer; models must genuinely understand the physical situation.
- Scale: Approximately 16,000 training examples, with validation and test splits, in a two-choice (binary) question format.
- Baseline results: Strong pretrained models such as BERT-based multiple-choice classifiers fall well short of human performance on PIQA, demonstrating that physical commonsense is a distinct and open challenge even for large pretrained language models.
- Impact: PIQA has become a widely used evaluation task for LLMs and commonsense reasoning, commonly included in multi-benchmark evaluations.
- Original paper: <https://arxiv.org/abs/1911.11641>
- Companion datasets from the same group: Social IQa, HellaSwag, WinoGrande
Notes on This Forum Entry
The original post is largely a template entry from an awesome-list style collection (categorized under "Evaluation of Search engines") and does not reproduce the paper's full text. Quantitative figures above reflect the paper's known contributions; readers should verify exact numbers against the official arXiv PDF before citing.