Add dataset card with links to paper and code

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +21 -0
README.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - question-answering
4
+ - text-generation
5
+ language: en
6
+ tags:
7
+ - commonsense-reasoning
8
+ - benchmark
9
+ ---
10
+
11
+ # SaliTrap: Revealing the Salience Bias of Large Language Models in Commonsense Reasoning
12
+
13
+ This dataset contains the SaliTrap benchmark, introduced in the paper [Would You Walk to the Car Wash? Revealing the Salience Bias of Large Language Models in Commonsense Reasoning](https://huggingface.co/papers/2607.28478).
14
+
15
+ - **Code**: [https://github.com/Wuzheng02/SaliTrap](https://github.com/Wuzheng02/SaliTrap)
16
+
17
+ ## Description
18
+
19
+ SaliTrap is a high-quality benchmark designed to evaluate the **Salience Bias** of large language models in commonsense reasoning. The dataset spans four trap dimensions: missing prerequisite, environmental mismatch, temporal/physiological violation, and rule mismatch. It consists of 1,145 items and is intended to test whether models rely too heavily on explicit distractors while ignoring implicit knowledge.
20
+
21
+ For more details, see the paper and the code repository.