tobischimanski commited on
Commit
f4158bc
·
1 Parent(s): 369fc51

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md CHANGED
@@ -1,3 +1,24 @@
1
  ---
 
2
  license: apache-2.0
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language: en
3
  license: apache-2.0
4
+ tags:
5
+ - ESG
6
+ - governance
7
  ---
8
+
9
+ # Model Card for GovRoBERTa-base
10
+
11
+ ## Model Description
12
+
13
+ This is the GovRoBERTa-base language model. A language model that is trained to better understand governance texts in the ESG domain.
14
+
15
+ Using the [RoBERTa](https://huggingface.co/roberta-base) model as a starting point, the GovRoBERTa-base Language Model is additionally pre-trained on a text corpus comprising governance-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
+ }
24
+ ```