atsuki-yamaguchi commited on
Commit
57e5ea8
·
verified ·
1 Parent(s): 0a73ca9

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -49,14 +49,14 @@ tokenizer = AutoTokenizer.from_pretrained(
49
 
50
  ## Citation
51
  ```
52
- @misc{yamaguchi2024vocabularyexpansionchatmodels,
53
- title={{ElChat}: Adapting Chat Language Models Using Only Target Unlabeled Language Data},
54
  author={Atsuki Yamaguchi and Terufumi Morishita and Aline Villavicencio and Nikolaos Aletras},
55
- year={2024},
56
- eprint={2412.11704},
57
- archivePrefix={arXiv},
58
- primaryClass={cs.CL},
59
- url={https://arxiv.org/abs/2412.11704},
60
  }
61
  ```
62
 
 
49
 
50
  ## Citation
51
  ```
52
+ @article{yamaguchi2025adapting,
53
+ title={Adapting Chat Language Models Using Only Target Unlabeled Language Data},
54
  author={Atsuki Yamaguchi and Terufumi Morishita and Aline Villavicencio and Nikolaos Aletras},
55
+ journal={Transactions on Machine Learning Research},
56
+ issn={2835-8856},
57
+ year={2025},
58
+ url={https://openreview.net/forum?id=6IdoIKowfe},
59
+ note={}
60
  }
61
  ```
62