Update README.md
Browse files
README.md
CHANGED
|
@@ -12,7 +12,7 @@ tags:
|
|
| 12 |
|
| 13 |
## Model Description
|
| 14 |
|
| 15 |
-
Based on [this paper](https://
|
| 16 |
|
| 17 |
Using the [SocialBERT-base](https://huggingface.co/ESGBERT/SocialBERT-base) model as a starting point, the SocialBERT-social Language Model is additionally fine-trained on a 2k social dataset to detect social text samples.
|
| 18 |
|
|
@@ -40,10 +40,15 @@ print(pipe("We follow rigorous supplier checks to prevent slavery and ensure wor
|
|
| 40 |
## More details can be found in the paper
|
| 41 |
|
| 42 |
```bibtex
|
| 43 |
-
@article{
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 48 |
}
|
| 49 |
```
|
|
|
|
| 12 |
|
| 13 |
## Model Description
|
| 14 |
|
| 15 |
+
Based on [this paper](https://www.sciencedirect.com/science/article/pii/S1544612324000096), this is the SocialBERT-social language model. A language model that is trained to better classify social texts in the ESG domain.
|
| 16 |
|
| 17 |
Using the [SocialBERT-base](https://huggingface.co/ESGBERT/SocialBERT-base) model as a starting point, the SocialBERT-social Language Model is additionally fine-trained on a 2k social dataset to detect social text samples.
|
| 18 |
|
|
|
|
| 40 |
## More details can be found in the paper
|
| 41 |
|
| 42 |
```bibtex
|
| 43 |
+
@article{schimanski_ESGBERT_2024,
|
| 44 |
+
title = {Bridging the gap in ESG measurement: Using NLP to quantify environmental, social, and governance communication},
|
| 45 |
+
journal = {Finance Research Letters},
|
| 46 |
+
volume = {61},
|
| 47 |
+
pages = {104979},
|
| 48 |
+
year = {2024},
|
| 49 |
+
issn = {1544-6123},
|
| 50 |
+
doi = {https://doi.org/10.1016/j.frl.2024.104979},
|
| 51 |
+
url = {https://www.sciencedirect.com/science/article/pii/S1544612324000096},
|
| 52 |
+
author = {Tobias Schimanski and Andrin Reding and Nico Reding and Julia Bingler and Mathias Kraus and Markus Leippold},
|
| 53 |
}
|
| 54 |
```
|