retarfi commited on
Commit
ed420db
1 Parent(s): 71ffc1d

update citation

Browse files
Files changed (1) hide show
  1. README.md +9 -7
README.md CHANGED
@@ -63,13 +63,15 @@ The size of the generator is the same of the discriminator.
63
  **There will be another paper for this pretrained model. Be sure to check here again when you cite.**
64
 
65
  ```
66
- @inproceedings{bert_electra_japanese,
67
- title = {Construction and Validation of a Pre-Trained Language Model
68
- Using Financial Documents}
69
- author = {Masahiro Suzuki and Hiroki Sakaji and Masanori Hirano and Kiyoshi Izumi},
70
- month = {oct},
71
- year = {2021},
72
- booktitle = {"Proceedings of JSAI Special Interest Group on Financial Infomatics (SIG-FIN) 27"}
 
 
73
  }
74
  ```
75
 
63
  **There will be another paper for this pretrained model. Be sure to check here again when you cite.**
64
 
65
  ```
66
+ @inproceedings{suzuki2021fin-bert-electra,
67
+ title={金融文書を用いた事前学習言語モデルの構築と検証},
68
+ % title={Construction and Validation of a Pre-Trained Language Model Using Financial Documents},
69
+ author={鈴木 雅弘 and 坂地 泰紀 and 平野 正徳 and 和泉 },
70
+ % author={Masahiro Suzuki and Hiroki Sakaji and Masanori Hirano and Kiyoshi Izumi},
71
+ booktitle={人工知能学会第27回金融情報学研究会(SIG-FIN)},
72
+ % booktitle={Proceedings of JSAI Special Interest Group on Financial Infomatics (SIG-FIN) 27},
73
+ pages={5-10},
74
+ year={2021}
75
  }
76
  ```
77