niredi commited on
Commit
cc5e3cc
1 Parent(s): 66b8b4b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md CHANGED
@@ -1,3 +1,25 @@
1
  ---
 
2
  license: apache-2.0
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language: en
3
  license: apache-2.0
4
+ tags:
5
+ - ESG
6
+ - social
7
  ---
8
+
9
+ # Model Card for SocDistilRoBERTa-base
10
+
11
+ ## Model Description
12
+
13
+ Based on [this paper](https://papers.ssrn.com/sol3/papers.cfm?abstract_id=4622514), this is the SocDistilRoBERTa-base language model. A language model that is trained to better understand social texts in the ESG domain.
14
+
15
+ Using the [DistilRoBERTa](https://huggingface.co/distilroberta-base) model as a starting point, the SocDistilRoBERTa-base Language Model is additionally pre-trained on a text corpus comprising social-related annual reports, sustainability reports, and corporate and general news.
16
+
17
+ ## More details can be found in the paper
18
+ ```bibtex
19
+ @article{Schimanski23ESGBERT,
20
+ title={{Bridiging the Gap in ESG Measurement: Using NLP to Quantify Environmental, Social, and Governance Communication}},
21
+ author={Tobias Schimanski and Andrin Reding and Nico Reding and Julia Bingler and Mathias Kraus and Markus Leippold},
22
+ year={2023},
23
+ journal={Available on SSRN: https://papers.ssrn.com/sol3/papers.cfm?abstract_id=4622514},
24
+ }
25
+ ```