tbogaers commited on
Commit
102874f
·
verified ·
1 Parent(s): 257811e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -7
README.md CHANGED
@@ -43,8 +43,8 @@ dataset_info:
43
  - name: train
44
  num_examples: 1920
45
  - name: test
46
- num_examples: 384
47
- dataset_size: 2304
48
  ---
49
 
50
  # RAID: Referential Availability in Implied Discourse
@@ -52,7 +52,7 @@ dataset_info:
52
  ## Dataset Summary
53
  The RAID (Referential Availability in Implied Discourse) dataset is a custom synthetic dataset designed to evaluate if Large Language Models (LLMs) track "deep semantic features" (Brouwer, 2026) rather than relying on surface-level lexical cues. It probes if an LLM has the ability to maintain an internal situation model of referential availability, whether an entity remains available for reference after an implied state change.
54
  Naturalistic datasets allow models to rely on statistical shortcuts learned during pretraining (Kim & Schuster, 2023). RAID tests models on their ability to update entity states without explicit logical operators.
55
- The dataset includes 2,304 English samples.
56
 
57
  ## Experimental Design
58
  Each sample has 3 characters, a female speaker and 2 male potential antecedents.
@@ -64,7 +64,19 @@ The model is prompted to answer the question: "Question: Who is 'him'? Answer:"
64
  ## Data Splits
65
  The dataset is split into a training and held-out test set:
66
  - Train: 1,920 samples
67
- - Test: 384 samples
 
 
 
 
 
 
 
 
 
 
 
 
68
 
69
  ## Data Fields
70
  - split: Indicates if the sample belongs to the train or test set.
@@ -77,10 +89,10 @@ The dataset is split into a training and held-out test set:
77
 
78
  ## Experimental Conditions
79
  The conditions show what kind of state change the "changer" goes through, each condition has 576 samples:
80
- 1) explicit_leave (control): The changer physically leaves the location with an explicit lexical cue (e.g. "headed out", "had to go").
81
  2) implied_leave: The changer implies his departure without explicit movement verbs (e.g. "..he might miss his last train if things ran long").
82
- 3) implied_cancel: The changer implies his departure, but then cancels the implicature after (e.g. "..his parking meter was close to expiring and frowned, then said he had already extended it").
83
- 4) disengaged: The changer remains physically in the room, but becomes socially unavailable to talk to (e.g. "..Zach started typing intensely and barely looked up").
84
 
85
  ## Citation
86
  Citation for the dataset:
 
43
  - name: train
44
  num_examples: 1920
45
  - name: test
46
+ num_examples: 448
47
+ dataset_size: 2368
48
  ---
49
 
50
  # RAID: Referential Availability in Implied Discourse
 
52
  ## Dataset Summary
53
  The RAID (Referential Availability in Implied Discourse) dataset is a custom synthetic dataset designed to evaluate if Large Language Models (LLMs) track "deep semantic features" (Brouwer, 2026) rather than relying on surface-level lexical cues. It probes if an LLM has the ability to maintain an internal situation model of referential availability, whether an entity remains available for reference after an implied state change.
54
  Naturalistic datasets allow models to rely on statistical shortcuts learned during pretraining (Kim & Schuster, 2023). RAID tests models on their ability to update entity states without explicit logical operators.
55
+ The dataset includes 2,368 English samples.
56
 
57
  ## Experimental Design
58
  Each sample has 3 characters, a female speaker and 2 male potential antecedents.
 
64
  ## Data Splits
65
  The dataset is split into a training and held-out test set:
66
  - Train: 1,920 samples
67
+ - Test: 448 samples
68
+
69
+ All structural variables (structure, role_order, s3_variant) are exactly 50/50 within each split.
70
+
71
+ These are the further splits without any overlap, it's about the actual different part of the sentences (train/test):
72
+ - Male names: 50 - 20
73
+ - Locations: 18 - 8
74
+ - Topics: 20 - 9
75
+ - Explicit leave phrases: 16 - 7
76
+ - Implied leave phrases: 15 - 7
77
+ - Cancel pairs (locked to implied_leave): 15 - 7
78
+ - Disengaged phrases: 13 - 6
79
+ - Stayer phrases: 30 - 13
80
 
81
  ## Data Fields
82
  - split: Indicates if the sample belongs to the train or test set.
 
89
 
90
  ## Experimental Conditions
91
  The conditions show what kind of state change the "changer" goes through, each condition has 576 samples:
92
+ 1) explicit_leave (control): The changer physically leaves the location with an explicit lexical cue (e.g. "walked right out", "took off").
93
  2) implied_leave: The changer implies his departure without explicit movement verbs (e.g. "..he might miss his last train if things ran long").
94
+ 3) implied_cancel: The changer implies his departure, but then cancels the implicature after (e.g. "..mentioned it was getting pretty late, then shrugged and said one more round couldn't hurt").
95
+ 4) disengaged: The changer remains physically in the room, but becomes socially unavailable to talk to (e.g. "..Tyler began reading and email closely and stopped responding").
96
 
97
  ## Citation
98
  Citation for the dataset: