Update README.md
Browse files
README.md
CHANGED
@@ -19,10 +19,6 @@ configs:
|
|
19 |
data_files:
|
20 |
- split: validation
|
21 |
path: poetry/validation-*
|
22 |
-
- config_name: poetry_raw
|
23 |
-
data_files:
|
24 |
-
- split: validation
|
25 |
-
path: poetry_raw/validation-*
|
26 |
dataset_info:
|
27 |
- config_name: github_prs
|
28 |
features:
|
@@ -126,19 +122,9 @@ dataset_info:
|
|
126 |
num_examples: 1191
|
127 |
download_size: 29473174
|
128 |
dataset_size: 44217657
|
129 |
-
- config_name: poetry_raw
|
130 |
-
features:
|
131 |
-
- name: gid
|
132 |
-
dtype: int64
|
133 |
-
- name: text
|
134 |
-
dtype: string
|
135 |
-
splits:
|
136 |
-
- name: validation
|
137 |
-
num_bytes: 121742965
|
138 |
-
num_examples: 1191
|
139 |
-
download_size: 80143199
|
140 |
-
dataset_size: 121742965
|
141 |
---
|
|
|
|
|
142 |
|
143 |
# Dataset Card for AbsenceBench
|
144 |
|
@@ -165,7 +151,18 @@ We provide the source data for generating the poetry domain, originally from the
|
|
165 |
Please refer to this [repo](https://github.com/harvey-fin/absence-bench) for scripts and more information.
|
166 |
|
167 |
## Citation
|
168 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
169 |
|
170 |
|
171 |
|
|
|
19 |
data_files:
|
20 |
- split: validation
|
21 |
path: poetry/validation-*
|
|
|
|
|
|
|
|
|
22 |
dataset_info:
|
23 |
- config_name: github_prs
|
24 |
features:
|
|
|
122 |
num_examples: 1191
|
123 |
download_size: 29473174
|
124 |
dataset_size: 44217657
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
125 |
---
|
126 |
+
# AbsenceBench: Language Models Can't Tell What's Missing
|
127 |
+
[paper](https://arxiv.org/abs/2506.11440) [code](https://github.com/harvey-fin/absence-bench)
|
128 |
|
129 |
# Dataset Card for AbsenceBench
|
130 |
|
|
|
151 |
Please refer to this [repo](https://github.com/harvey-fin/absence-bench) for scripts and more information.
|
152 |
|
153 |
## Citation
|
154 |
+
If you find this work useful, please cite our paper:
|
155 |
+
```Bibtex
|
156 |
+
@misc{fu2025absencebenchlanguagemodelscant,
|
157 |
+
title={AbsenceBench: Language Models Can't Tell What's Missing},
|
158 |
+
author={Harvey Yiyun Fu and Aryan Shrivastava and Jared Moore and Peter West and Chenhao Tan and Ari Holtzman},
|
159 |
+
year={2025},
|
160 |
+
eprint={2506.11440},
|
161 |
+
archivePrefix={arXiv},
|
162 |
+
primaryClass={cs.CL},
|
163 |
+
url={https://arxiv.org/abs/2506.11440},
|
164 |
+
}
|
165 |
+
```
|
166 |
|
167 |
|
168 |
|