Commit ·
d19b92f
1
Parent(s): db08582
Update README.md
Browse files
README.md
CHANGED
|
@@ -18,7 +18,7 @@ ChouBERT-n-plant-health-tweet-classifier are fine-tuned ChouBERT-n for distingui
|
|
| 18 |
Our work shows that ChouBERT-16 and ChouBERT-32-based classifiers are the most generalizable for recognizing unseen hazards, especially polysemous terms.
|
| 19 |
We also upload the CamemBERT-based classifiers as the baseline.
|
| 20 |
|
| 21 |
-
### BibTeX
|
| 22 |
|
| 23 |
```bibtex
|
| 24 |
@inproceedings{jiang2022choubert,
|
|
@@ -29,4 +29,15 @@ We also upload the CamemBERT-based classifiers as the baseline.
|
|
| 29 |
year={2022},
|
| 30 |
organization={Springer}
|
| 31 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
```
|
|
|
|
| 18 |
Our work shows that ChouBERT-16 and ChouBERT-32-based classifiers are the most generalizable for recognizing unseen hazards, especially polysemous terms.
|
| 19 |
We also upload the CamemBERT-based classifiers as the baseline.
|
| 20 |
|
| 21 |
+
### BibTeX entries
|
| 22 |
|
| 23 |
```bibtex
|
| 24 |
@inproceedings{jiang2022choubert,
|
|
|
|
| 29 |
year={2022},
|
| 30 |
organization={Springer}
|
| 31 |
}
|
| 32 |
+
|
| 33 |
+
@inproceedings{jiang2022ner,
|
| 34 |
+
title = {{Named Entity Recognition for Monitoring Plant Health Threats in Tweets: a ChouBERT Approach}},
|
| 35 |
+
author = {Jiang, Shufan and Angarita, Rafael and Cormier, St{\'e}phane and Rousseaux, Francis},
|
| 36 |
+
booktitle = {{2022 6th International Conference on Universal Village (UV)}},
|
| 37 |
+
address = {Boston, United States},
|
| 38 |
+
publisher = {{IEEE}},
|
| 39 |
+
year = {2022},
|
| 40 |
+
doi = {10.1109/UV56588.2022.10185492},
|
| 41 |
+
}
|
| 42 |
+
|
| 43 |
```
|