Update README.md
Browse files
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.
|