Added Bibtex
Browse files
README.md
CHANGED
@@ -37,15 +37,14 @@ We include three configurations of the dataset: `bc-clean`, `default`, and `c4-e
|
|
37 |
## How can I use this?
|
38 |
### License
|
39 |
The dataset is provided under the [ODC-By](https://opendatacommons.org/licenses/by/1-0/) license. Cite our work as:
|
40 |
-
```
|
41 |
-
@
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
primaryclass = {cs.CL}
|
49 |
}
|
50 |
```
|
51 |
|
|
|
37 |
## How can I use this?
|
38 |
### License
|
39 |
The dataset is provided under the [ODC-By](https://opendatacommons.org/licenses/by/1-0/) license. Cite our work as:
|
40 |
+
```text
|
41 |
+
@inproceedings{
|
42 |
+
wang2024beancounter,
|
43 |
+
title={BeanCounter: A low-toxicity, large-scale, and open dataset of business-oriented text},
|
44 |
+
author={Siyan Wang and Bradford Levy},
|
45 |
+
booktitle={The Thirty-eight Conference on Neural Information Processing Systems Datasets and Benchmarks Track},
|
46 |
+
year={2024},
|
47 |
+
url={https://openreview.net/forum?id=HV5JhUZGpP}
|
|
|
48 |
}
|
49 |
```
|
50 |
|