Raj-Sanjay-Shah
commited on
Commit
·
9be731a
1
Parent(s):
f326b78
Update README.md
Browse files
README.md
CHANGED
@@ -17,7 +17,26 @@ FLANG is a set of large language models for Financial LANGuage tasks. These mode
|
|
17 |
##FLANG-BERT
|
18 |
FLANG-BERT is a pre-trained language model which uses financial keywords and phrases for preferential masking of domain specific terms. It is built by further training the BERT language model in the finance domain with improved performance over previous models due to the use of domain knowledge and vocabulary.
|
19 |
|
20 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
|
22 |
Please contact Raj Sanjay Shah (rajsanjayshah[at]gatech[dot]edu) or Sudheer Chava (schava6[at]gatech[dot]edu) or Diyi Yang (diyiy[at]stanford[dot]edu) about any FLANG-BERT related issues and questions.
|
23 |
|
|
|
17 |
##FLANG-BERT
|
18 |
FLANG-BERT is a pre-trained language model which uses financial keywords and phrases for preferential masking of domain specific terms. It is built by further training the BERT language model in the finance domain with improved performance over previous models due to the use of domain knowledge and vocabulary.
|
19 |
|
20 |
+
##Citation
|
21 |
+
Please cite the model with the following citation:\
|
22 |
+
@INPROCEEDINGS{shah-etal-2022-flang,\
|
23 |
+
author = {Shah, Raj Sanjay and
|
24 |
+
Chawla, Kunal and
|
25 |
+
Eidnani, Dheeraj and
|
26 |
+
Shah, Agam and
|
27 |
+
Du, Wendi and
|
28 |
+
Chava, Sudheer and
|
29 |
+
Raman, Natraj and
|
30 |
+
Smiley, Charese and
|
31 |
+
Chen, Jiaao and
|
32 |
+
Yang, Diyi },\
|
33 |
+
title = {When FLUE Meets FLANG: Benchmarks and Large Pretrained Language Model for Financial Domain},\
|
34 |
+
booktitle = {Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing (EMNLP)},\
|
35 |
+
year = {2022},\
|
36 |
+
publisher = {Association for Computational Linguistics}\
|
37 |
+
}
|
38 |
+
|
39 |
+
##Contact information
|
40 |
|
41 |
Please contact Raj Sanjay Shah (rajsanjayshah[at]gatech[dot]edu) or Sudheer Chava (schava6[at]gatech[dot]edu) or Diyi Yang (diyiy[at]stanford[dot]edu) about any FLANG-BERT related issues and questions.
|
42 |
|