Spaces:
No application file
No application file
shreyasmeher
commited on
Commit
•
776831a
1
Parent(s):
45ac28d
Update README.md
Browse files
README.md
CHANGED
@@ -17,13 +17,13 @@ Yibo Hu, MohammadSaleh Hosseini, Erick Skorupa Parolin, Javier Osorio, Latifur K
|
|
17 |
2022, NAACL 2022 conference
|
18 |
|
19 |
## Repository
|
20 |
-
[GitHub Repository](https://github.com/
|
21 |
|
22 |
## Paper
|
23 |
-
[ConfliBERT: A Pre-trained Language Model for Political Conflict and Violence](https://aclanthology.org/2022.naacl-main.
|
24 |
|
25 |
## Model Description
|
26 |
-
ConfliBERT is a transformer model pretrained on a vast corpus of texts related to political conflict and violence. This model is based on the BERT architecture and is specialized for analyzing texts within its domain, using masked language modeling (MLM) and next sentence prediction (NSP) as its main pretraining objectives. It is designed to improve performance in tasks like
|
27 |
|
28 |
## Model Variants
|
29 |
ConfliBERT has several variants, each fine-tuned on specific datasets to cater to different use cases within the domain of political conflict and violence:
|
@@ -73,10 +73,9 @@ ConfliBERT has shown improved performance on several benchmarks relevant to its
|
|
73 |
If you use ConfliBERT in your research, please cite the following paper:
|
74 |
```bibtex
|
75 |
@inproceedings{hu2022conflibert,
|
76 |
-
title={
|
77 |
-
author={Hu, Yibo and Hosseini, MohammadSaleh and Parolin, Erick
|
78 |
-
|
79 |
-
|
80 |
-
year={2022}
|
81 |
}
|
82 |
```
|
|
|
17 |
2022, NAACL 2022 conference
|
18 |
|
19 |
## Repository
|
20 |
+
[GitHub Repository](https://github.com/eventdata/ConfliBERT)
|
21 |
|
22 |
## Paper
|
23 |
+
[ConfliBERT: A Pre-trained Language Model for Political Conflict and Violence](https://aclanthology.org/2022.naacl-main.400/)
|
24 |
|
25 |
## Model Description
|
26 |
+
ConfliBERT is a transformer model pretrained on a vast corpus of texts related to political conflict and violence. This model is based on the BERT architecture and is specialized for analyzing texts within its domain, using masked language modeling (MLM) and next sentence prediction (NSP) as its main pretraining objectives. It is designed to improve performance in tasks like event extraction, and entity recognition for texts dealing with political subjects.
|
27 |
|
28 |
## Model Variants
|
29 |
ConfliBERT has several variants, each fine-tuned on specific datasets to cater to different use cases within the domain of political conflict and violence:
|
|
|
73 |
If you use ConfliBERT in your research, please cite the following paper:
|
74 |
```bibtex
|
75 |
@inproceedings{hu2022conflibert,
|
76 |
+
title={Conflibert: A pre-trained language model for political conflict and violence},
|
77 |
+
author={Hu, Yibo and Hosseini, MohammadSaleh and Skorupa Parolin, Erick and Osorio, Javier and Khan, Latifur and Brandt, Patrick and D’Orazio, Vito},
|
78 |
+
year={2022},
|
79 |
+
organization={Association for Computational Linguistics}
|
|
|
80 |
}
|
81 |
```
|