Commit
·
5ce708b
1
Parent(s):
e00746a
Update README.md
Browse files
README.md
CHANGED
@@ -10,12 +10,15 @@ On l'appelle ChouBERT parce qu'il est fait pour surveiller les végétaux comme
|
|
10 |
|
11 |
We further pre-trained CamemBERT base model on French plant health bulletins and Tweets to build ChouBERT.
|
12 |
|
13 |
-
ChouBERT-n are pre-trained for n epochs with MLM.
|
14 |
|
15 |
ChouBERT-n-plant-health-ner are fine-tuned ChouBERT-n for Named Entity Recongnition (NER) in plant health domain. We will upload the NER paper later.
|
16 |
|
17 |
ChouBERT-n-plant-health-tweet-classifier are fine-tuned ChouBERT-n for distinguishing tweets about Plant Health observation from other tweets. We describe how we build ChouBRET in this paper: <https://hal.archives-ouvertes.fr/hal-03621123>
|
18 |
|
|
|
|
|
|
|
19 |
### BibTeX entry
|
20 |
|
21 |
```bibtex
|
|
|
10 |
|
11 |
We further pre-trained CamemBERT base model on French plant health bulletins and Tweets to build ChouBERT.
|
12 |
|
13 |
+
ChouBERT-n are pre-trained for n epochs with MLM. You may use these models if you want to reproduce our experiments.
|
14 |
|
15 |
ChouBERT-n-plant-health-ner are fine-tuned ChouBERT-n for Named Entity Recongnition (NER) in plant health domain. We will upload the NER paper later.
|
16 |
|
17 |
ChouBERT-n-plant-health-tweet-classifier are fine-tuned ChouBERT-n for distinguishing tweets about Plant Health observation from other tweets. We describe how we build ChouBRET in this paper: <https://hal.archives-ouvertes.fr/hal-03621123>
|
18 |
|
19 |
+
Our work shows that ChouBERT-16 and ChouBERT-32-based classifiers are the most generalizable for recognizing unseen hazards, especially polysemous terms.
|
20 |
+
We also upload the CamemBERT-based classifiers as the baseline.
|
21 |
+
|
22 |
### BibTeX entry
|
23 |
|
24 |
```bibtex
|