atsuki-yamaguchi commited on
Commit
9cacff4
·
verified ·
1 Parent(s): 4faa4e7

Upload README.md with huggingface_hub

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