Update README.md
Browse files
README.md
CHANGED
|
@@ -1,9 +1,27 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
-
task_categories:
|
| 4 |
-
- text-classification
|
| 5 |
language:
|
| 6 |
- en
|
| 7 |
size_categories:
|
| 8 |
- 100K<n<1M
|
| 9 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
size_categories:
|
| 6 |
- 100K<n<1M
|
| 7 |
+
---
|
| 8 |
+
# Dataset Card for WRENCH
|
| 9 |
+
|
| 10 |
+
**Wrench** is a **benchmark platform** containing diverse weak supervision tasks. It also provides a **common and easy framework** for development and evaluation of your own weak supervision models within the benchmark.
|
| 11 |
+
|
| 12 |
+
For more information, checkout the [github repo](https://github.com/JieyuZ2/wrench) and our publications:
|
| 13 |
+
- [WRENCH: A Comprehensive Benchmark for Weak Supervision](https://arxiv.org/abs/2109.11377) (NeurIPS 2021)
|
| 14 |
+
- [A Survey on Programmatic Weak Supervision](https://arxiv.org/pdf/2202.05433.pdf)
|
| 15 |
+
|
| 16 |
+
If you find this repository helpful, feel free to cite our publication:
|
| 17 |
+
|
| 18 |
+
```
|
| 19 |
+
@inproceedings{
|
| 20 |
+
zhang2021wrench,
|
| 21 |
+
title={{WRENCH}: A Comprehensive Benchmark for Weak Supervision},
|
| 22 |
+
author={Jieyu Zhang and Yue Yu and Yinghao Li and Yujing Wang and Yaming Yang and Mao Yang and Alexander Ratner},
|
| 23 |
+
booktitle={Thirty-fifth Conference on Neural Information Processing Systems Datasets and Benchmarks Track},
|
| 24 |
+
year={2021},
|
| 25 |
+
url={https://openreview.net/forum?id=Q9SKS5k8io}
|
| 26 |
+
}
|
| 27 |
+
```
|