nielsr HF Staff commited on
Commit
92b7d5d
·
verified ·
1 Parent(s): f9cb4f7

Add task category and links to paper and code

Browse files

This PR adds the `question-answering` task category and includes links to the paper, the code repository, and the two dataset repositories to make the dataset card more informative and discoverable.

Files changed (1) hide show
  1. README.md +16 -3
README.md CHANGED
@@ -1,3 +1,16 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - question-answering
5
+ ---
6
+
7
+ # LOGICAL-COMMONSENSEQA and LOGICAL-SATA
8
+
9
+ 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).
10
+
11
+ It includes two benchmarks for evaluating large language models on compound answer options connected by logical operators (AND, OR, NEITHER/NOR):
12
+
13
+ - **LOGICAL-COMMONSENSEQA**: `ojayy/logical-csqa`
14
+ - **LOGICAL-SATA**: `ojayy/logical-sata`
15
+
16
+ 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).