webersni commited on
Commit
d5f5f7b
1 Parent(s): d04f8af

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -34,10 +34,11 @@ Using the [DistilRoBERTa](https://huggingface.co/distilroberta-base) model as st
34
  ## Citation Information
35
 
36
  ```bibtex
37
- @article{wkbl2021,
38
- title={ClimateBERT: A Pretrained Language Model for Climate-Related Text},
39
- author={Webersinke, Nicolas and Kraus, Mathias and Bingler, Julia and Leippold, Markus},
40
- journal={arXiv preprint arXiv:2110.12010},
41
- year={2021}
 
42
  }
43
  ```
 
34
  ## Citation Information
35
 
36
  ```bibtex
37
+ @inproceedings{wkbl2022climatebert,
38
+ title={{ClimateBERT: A Pretrained Language Model for Climate-Related Text}},
39
+ author={Webersinke, Nicolas and Kraus, Mathias and Bingler, Julia and Leippold, Markus},
40
+ booktitle={Proceedings of AAAI 2022 Fall Symposium: The Role of AI in Responding to Climate Challenges},
41
+ year={2022},
42
+ doi={https://doi.org/10.48550/arXiv.2212.13631},
43
  }
44
  ```