Datasets:
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
arXiv: https://arxiv.org/pdf/2308.06077
|
| 4 |
+
language:
|
| 5 |
+
- en
|
| 6 |
+
pretty_name: Forc
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
# Dataset Card for Forc
|
| 10 |
+
|
| 11 |
+
## Dataset Description
|
| 12 |
+
|
| 13 |
+
For more details:
|
| 14 |
+
- **Github repository**: https://github.com/epfl-dlab/forc
|
| 15 |
+
- **Paper**: https://arxiv.org/pdf/2308.06077
|
| 16 |
+
|
| 17 |
+
The dataset was built from the data released by HELM (https://arxiv.org/pdf/2211.09110)
|
| 18 |
+
|
| 19 |
+
### Citation Information
|
| 20 |
+
|
| 21 |
+
```
|
| 22 |
+
@inproceedings{šakota2024flyswat,
|
| 23 |
+
title={Fly-Swat or Cannon? Cost-Effective Language Model Choice via Meta-Modeling},
|
| 24 |
+
author={Marija Šakota and Maxime Peyrard and Robert West},
|
| 25 |
+
booktitle={Proceedings of The International ACM Conference on Web Search and Data Mining (WSDM)}
|
| 26 |
+
year={2024}
|
| 27 |
+
}
|
| 28 |
+
```
|
| 29 |
+
|