Update README.md
Browse files
README.md
CHANGED
@@ -22,3 +22,17 @@ The model aligns with manual annotation (`recall: 0.97`, `precision:0.93`)
|
|
22 |
Model is part of our framework **WiCkeD: A Simple Method to Make Multiple Choice Benchmarks More Challenging.**
|
23 |
- 💻 [Github Repository](https://github.com/ahmedselhady/wicked-benchmarks)
|
24 |
- 📖 [Arxiv Preprint](https://arxiv.org/pdf/2502.18316)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
Model is part of our framework **WiCkeD: A Simple Method to Make Multiple Choice Benchmarks More Challenging.**
|
23 |
- 💻 [Github Repository](https://github.com/ahmedselhady/wicked-benchmarks)
|
24 |
- 📖 [Arxiv Preprint](https://arxiv.org/pdf/2502.18316)
|
25 |
+
|
26 |
+
|
27 |
+
# Citation
|
28 |
+
```
|
29 |
+
@misc{elhady2025wickedsimplemethodmake,
|
30 |
+
title={WiCkeD: A Simple Method to Make Multiple Choice Benchmarks More Challenging},
|
31 |
+
author={Ahmed Elhady and Eneko Agirre and Mikel Artetxe},
|
32 |
+
year={2025},
|
33 |
+
eprint={2502.18316},
|
34 |
+
archivePrefix={arXiv},
|
35 |
+
primaryClass={cs.CL},
|
36 |
+
url={https://arxiv.org/abs/2502.18316},
|
37 |
+
}
|
38 |
+
```
|