tobischimanski commited on
Commit
e0bef3b
·
verified ·
1 Parent(s): d0132c0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -6
README.md CHANGED
@@ -12,7 +12,7 @@ tags:
12
 
13
  ## Model Description
14
 
15
- Based on [this paper](https://papers.ssrn.com/sol3/papers.cfm?abstract_id=4622514), 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,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{Schimanski23ESGBERT,
44
- title={{Bridiging the Gap in ESG Measurement: Using NLP to Quantify Environmental, Social, and Governance Communication}},
45
- author={Tobias Schimanski and Andrin Reding and Nico Reding and Julia Bingler and Mathias Kraus and Markus Leippold},
46
- year={2023},
47
- journal={Available on SSRN: https://papers.ssrn.com/sol3/papers.cfm?abstract_id=4622514},
 
 
 
 
 
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
  ```