bradfordlevy commited on
Commit
3652408
·
verified ·
1 Parent(s): ed0d4d6

Added Bibtex

Browse files
Files changed (1) hide show
  1. README.md +8 -9
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
- @misc{wang2024beancounterlowtoxicitylargescaleopen,
42
- title = {BeanCounter: A low-toxicity, large-scale, and open dataset of business-oriented text},
43
- author = {Siyan Wang and Bradford Levy},
44
- year = 2024,
45
- url = {https://arxiv.org/abs/2409.17827},
46
- eprint = {2409.17827},
47
- archiveprefix = {arXiv},
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