Taishi-N324 commited on
Commit
227f41a
1 Parent(s): 61d1a0f

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -10
README.md CHANGED
@@ -211,18 +211,34 @@ Here are the team members:
211
  - From [Artificial Intelligence Research Center, AIST, Japan](https://www.airc.aist.go.jp/en/teams/), the following members:
212
  - [Hiroya Takamura](https://sites.google.com/view/hjtakamura)
213
 
214
- ## How to Cite
215
-
216
- If you find our work helpful, please feel free to cite us.
 
 
 
 
 
 
 
 
 
 
 
 
217
 
218
- ```tex
219
- @misc{llama3swallow,
220
- title={Llama 3 Swallow},
221
- url={https://swallow-llm.github.io/llama3-swallow.en.html},
222
- author={Swallow LLM},
223
- year={2024},
 
 
 
 
 
224
  }
225
- ```
226
 
227
  ### Citations
228
 
 
211
  - From [Artificial Intelligence Research Center, AIST, Japan](https://www.airc.aist.go.jp/en/teams/), the following members:
212
  - [Hiroya Takamura](https://sites.google.com/view/hjtakamura)
213
 
214
+ ## How to cite
215
+ ```
216
+ @inproceedings{Fujii:COLM2024,
217
+ title={Continual Pre-Training for Cross-Lingual LLM Adaptation:
218
+ Enhancing Japanese Language Capabilities},
219
+ author={Kazuki Fujii and Taishi Nakamura and Mengsay Loem and Hiroki
220
+ Iida and Masanari Ohi and Kakeru Hattori and Hirai Shota and Sakae
221
+ Mizuki and Rio Yokota and Naoaki Okazaki},
222
+ booktitle="Proceedings of the First Conference on Language Modeling",
223
+ series={COLM},
224
+ pages="(to appear)",
225
+ year="2024",
226
+ month=oct,
227
+ address={University of Pennsylvania, USA},
228
+ }
229
 
230
+ @inproceedings{Okazaki:COLM2024,
231
+ title={Building a Large Japanese Web Corpus for Large Language Models},
232
+ author={Naoaki Okazaki and Kakeru Hattori and Hirai Shota and Hiroki
233
+ Iida and Masanari Ohi and Kazuki Fujii and Taishi Nakamura and Mengsay
234
+ Loem and Rio Yokota and Sakae Mizuki},
235
+ booktitle="Proceedings of the First Conference on Language Modeling",
236
+ series={COLM},
237
+ pages="(to appear)",
238
+ year="2024",
239
+ month=oct,
240
+ address={University of Pennsylvania, USA},
241
  }
 
242
 
243
  ### Citations
244