logical-csqa / README.md
nielsr's picture
nielsr HF Staff
Add task category and links to paper and code
92b7d5d verified
|
Raw
History Blame
789 Bytes
---
license: apache-2.0
task_categories:
- question-answering
---
# LOGICAL-COMMONSENSEQA and LOGICAL-SATA
This repository contains the datasets introduced in the paper [From Atomic Evidence to Logical Composition: Structured Compositional Reasoning over Compound Answer Options](https://huggingface.co/papers/2608.12836).
It includes two benchmarks for evaluating large language models on compound answer options connected by logical operators (AND, OR, NEITHER/NOR):
- **LOGICAL-COMMONSENSEQA**: `ojayy/logical-csqa`
- **LOGICAL-SATA**: `ojayy/logical-sata`
Code for the structured inference framework, baselines, and evaluation is available at [https://github.com/obedjunias19/structured-compositional-reasoning](https://github.com/obedjunias19/structured-compositional-reasoning).