kornosk commited on
Commit
420545a
1 Parent(s): ca0e270

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
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 Joe Biden (f-BERT)
11
 
12
- Pre-trained weights for **f-BERT** in [Knowledge Enhance Masked Language Model for Stance Detection](https://2021.naacl.org/program/accepted/), NAACL 2021.
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://2021.naacl.org/program/accepted/), 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 Annual Conference of the North American Chapter of the Association for Computational Linguistics (NAACL)},
98
  year={2021},
99
- url={#}
 
100
  }
101
  ```
9
 
10
  # Pre-trained BERT on Twitter US Election 2020 for Stance Detection towards Joe Biden (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
  ```