Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,28 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-sa-4.0
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-sa-4.0
|
| 3 |
---
|
| 4 |
+
|
| 5 |
+
# BEAR Dataset
|
| 6 |
+
|
| 7 |
+
|
| 8 |
+
Dataset to evaluate common factual knowledge in language models. This dataset was created as part of the [paper "BEAR: A Unified Framework for Evaluating Relational Knowledge in Causal and Masked Language Models"](https://arxiv.org/abs/2404.04113).
|
| 9 |
+
|
| 10 |
+
|
| 11 |
+
For more information visit the [LM Pub Quiz website](https://lm-pub-quiz.github.io/).
|
| 12 |
+
|
| 13 |
+
## Citation
|
| 14 |
+
|
| 15 |
+
When using the dataset or library, please cite the following paper:
|
| 16 |
+
|
| 17 |
+
```
|
| 18 |
+
@misc{wilandBEARUnifiedFramework2024,
|
| 19 |
+
title = {{{BEAR}}: {{A Unified Framework}} for {{Evaluating Relational Knowledge}} in {{Causal}} and {{Masked Language Models}}},
|
| 20 |
+
shorttitle = {{{BEAR}}},
|
| 21 |
+
author = {Wiland, Jacek and Ploner, Max and Akbik, Alan},
|
| 22 |
+
year = {2024},
|
| 23 |
+
number = {arXiv:2404.04113},
|
| 24 |
+
eprint = {2404.04113},
|
| 25 |
+
publisher = {arXiv},
|
| 26 |
+
url = {http://arxiv.org/abs/2404.04113},
|
| 27 |
+
}
|
| 28 |
+
```
|