Update README.md
Browse files
README.md
CHANGED
@@ -9,7 +9,7 @@ license: "gpl-3.0"
|
|
9 |
|
10 |
# Pre-trained BERT on Twitter US Political Election 2020
|
11 |
|
12 |
-
Pre-trained weights for [Knowledge Enhance Masked Language Model for Stance Detection](https://
|
13 |
|
14 |
We use the initialized weights from BERT-base (uncased) or `bert-base-uncased`.
|
15 |
|
@@ -59,15 +59,16 @@ print(outputs)
|
|
59 |
|
60 |
# Reference
|
61 |
|
62 |
-
- [Knowledge Enhance Masked Language Model for Stance Detection](https://
|
63 |
|
64 |
# Citation
|
65 |
```bibtex
|
66 |
@inproceedings{kawintiranon2021knowledge,
|
67 |
title={Knowledge Enhanced Masked Language Model for Stance Detection},
|
68 |
author={Kawintiranon, Kornraphop and Singh, Lisa},
|
69 |
-
booktitle={Proceedings of the 2021
|
70 |
year={2021},
|
71 |
-
|
|
|
72 |
}
|
73 |
```
|
|
|
9 |
|
10 |
# Pre-trained BERT on Twitter US Political Election 2020
|
11 |
|
12 |
+
Pre-trained weights for [Knowledge Enhance Masked Language Model for Stance Detection](https://www.aclweb.org/anthology/2021.naacl-main.376), NAACL 2021.
|
13 |
|
14 |
We use the initialized weights from BERT-base (uncased) or `bert-base-uncased`.
|
15 |
|
|
|
59 |
|
60 |
# Reference
|
61 |
|
62 |
+
- [Knowledge Enhance Masked Language Model for Stance Detection](https://www.aclweb.org/anthology/2021.naacl-main.376), NAACL 2021.
|
63 |
|
64 |
# Citation
|
65 |
```bibtex
|
66 |
@inproceedings{kawintiranon2021knowledge,
|
67 |
title={Knowledge Enhanced Masked Language Model for Stance Detection},
|
68 |
author={Kawintiranon, Kornraphop and Singh, Lisa},
|
69 |
+
booktitle={Proceedings of the 2021 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies},
|
70 |
year={2021},
|
71 |
+
publisher={Association for Computational Linguistics},
|
72 |
+
url={https://www.aclweb.org/anthology/2021.naacl-main.376}
|
73 |
}
|
74 |
```
|