hsge commited on
Commit
b05185e
1 Parent(s): 4e4fdfc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -3,4 +3,17 @@ license: mit
3
  ---
4
  <h1>Transformer Encoder for Social Science (TESS)</h1>
5
 
6
- TESS is a deep neural network model intended for social science related NLP tasks. The model is developed by Haosen Ge, In Young Park, Xuancheng Qian, and Grace Zeng.
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
  <h1>Transformer Encoder for Social Science (TESS)</h1>
5
 
6
+ TESS is a deep neural network model intended for social science related NLP tasks. The model is developed by Haosen Ge, In Young Park, Xuancheng Qian, and Grace Zeng.
7
+
8
+
9
+ <h2>Training Corpus</h2>
10
+
11
+ | TEXT | SOURCE |
12
+ | ------------- | ------------- |
13
+ | Preferential Trade Agreements | ToTA |
14
+ | Congressional Bills | BillSum |
15
+ |UNGA Resolutions | UN |
16
+ |Firms' Annual Reports | Loughran and McDonald (2016)|
17
+ | U.S. Court Opinions | Caselaw Access Project|
18
+
19
+ The model is trained on 4 NVIDIA A100 GPUs for 120K steps.