Upload README.md
Browse files
README.md
CHANGED
|
@@ -239,13 +239,34 @@ Here are the team members:
|
|
| 239 |
- [Ishida Shigeki](https://www.wantedly.com/id/reborn27)
|
| 240 |
|
| 241 |
## How to cite
|
|
|
|
|
|
|
|
|
|
| 242 |
```
|
| 243 |
-
@
|
| 244 |
-
|
| 245 |
-
|
| 246 |
-
|
| 247 |
-
|
| 248 |
-
|
| 249 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 250 |
}
|
| 251 |
```
|
|
|
|
| 239 |
- [Ishida Shigeki](https://www.wantedly.com/id/reborn27)
|
| 240 |
|
| 241 |
## How to cite
|
| 242 |
+
|
| 243 |
+
If you find our work helpful, please feel free to cite us.
|
| 244 |
+
|
| 245 |
```
|
| 246 |
+
@inproceedings{Fujii:COLM2024,
|
| 247 |
+
title={Continual Pre-Training for Cross-Lingual LLM Adaptation:
|
| 248 |
+
Enhancing Japanese Language Capabilities},
|
| 249 |
+
author={Kazuki Fujii and Taishi Nakamura and Mengsay Loem and Hiroki
|
| 250 |
+
Iida and Masanari Ohi and Kakeru Hattori and Hirai Shota and Sakae
|
| 251 |
+
Mizuki and Rio Yokota and Naoaki Okazaki},
|
| 252 |
+
booktitle="Proceedings of the First Conference on Language Modeling",
|
| 253 |
+
series={COLM},
|
| 254 |
+
pages="(to appear)",
|
| 255 |
+
year="2024",
|
| 256 |
+
month=oct,
|
| 257 |
+
address={University of Pennsylvania, USA},
|
| 258 |
+
}
|
| 259 |
+
|
| 260 |
+
@inproceedings{Okazaki:COLM2024,
|
| 261 |
+
title={Building a Large Japanese Web Corpus for Large Language Models},
|
| 262 |
+
author={Naoaki Okazaki and Kakeru Hattori and Hirai Shota and Hiroki
|
| 263 |
+
Iida and Masanari Ohi and Kazuki Fujii and Taishi Nakamura and Mengsay
|
| 264 |
+
Loem and Rio Yokota and Sakae Mizuki},
|
| 265 |
+
booktitle="Proceedings of the First Conference on Language Modeling",
|
| 266 |
+
series={COLM},
|
| 267 |
+
pages="(to appear)",
|
| 268 |
+
year="2024",
|
| 269 |
+
month=oct,
|
| 270 |
+
address={University of Pennsylvania, USA},
|
| 271 |
}
|
| 272 |
```
|