Update README.md
Browse files
README.md
CHANGED
|
@@ -9,7 +9,7 @@ license: "gpl-3.0"
|
|
| 9 |
|
| 10 |
# Pre-trained BERT on Twitter US Election 2020 for Stance Detection towards Donald Trump (f-BERT)
|
| 11 |
|
| 12 |
-
Pre-trained weights for **f-BERT** in [Knowledge Enhance Masked Language Model for Stance Detection](https://
|
| 13 |
|
| 14 |
# Training Data
|
| 15 |
|
|
@@ -87,15 +87,16 @@ print("Neutral:", predicted_probability[2])
|
|
| 87 |
|
| 88 |
# Reference
|
| 89 |
|
| 90 |
-
- [Knowledge Enhance Masked Language Model for Stance Detection](https://
|
| 91 |
|
| 92 |
# Citation
|
| 93 |
```bibtex
|
| 94 |
@inproceedings{kawintiranon2021knowledge,
|
| 95 |
title={Knowledge Enhanced Masked Language Model for Stance Detection},
|
| 96 |
author={Kawintiranon, Kornraphop and Singh, Lisa},
|
| 97 |
-
booktitle={Proceedings of the 2021
|
| 98 |
year={2021},
|
| 99 |
-
|
|
|
|
| 100 |
}
|
| 101 |
```
|
|
|
|
| 9 |
|
| 10 |
# Pre-trained BERT on Twitter US Election 2020 for Stance Detection towards Donald Trump (f-BERT)
|
| 11 |
|
| 12 |
+
Pre-trained weights for **f-BERT** in [Knowledge Enhance Masked Language Model for Stance Detection](https://www.aclweb.org/anthology/2021.naacl-main.376), NAACL 2021.
|
| 13 |
|
| 14 |
# Training Data
|
| 15 |
|
|
|
|
| 87 |
|
| 88 |
# Reference
|
| 89 |
|
| 90 |
+
- [Knowledge Enhance Masked Language Model for Stance Detection](https://www.aclweb.org/anthology/2021.naacl-main.376), NAACL 2021.
|
| 91 |
|
| 92 |
# Citation
|
| 93 |
```bibtex
|
| 94 |
@inproceedings{kawintiranon2021knowledge,
|
| 95 |
title={Knowledge Enhanced Masked Language Model for Stance Detection},
|
| 96 |
author={Kawintiranon, Kornraphop and Singh, Lisa},
|
| 97 |
+
booktitle={Proceedings of the 2021 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies},
|
| 98 |
year={2021},
|
| 99 |
+
publisher={Association for Computational Linguistics},
|
| 100 |
+
url={https://www.aclweb.org/anthology/2021.naacl-main.376}
|
| 101 |
}
|
| 102 |
```
|