JoaoMariaJaneiro commited on
Commit
fb4be31
·
verified ·
1 Parent(s): aae7420

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -8
README.md CHANGED
@@ -46,13 +46,24 @@ For the training code of this model, please check the official [MEXMA repo](http
46
  # Citation
47
  If you use this model in your work, please cite:
48
  ```
49
- @misc{janeiro2024mexma,
50
- title={MEXMA: Token-level objectives improve sentence representations},
51
- author={João Maria Janeiro and Benjamin Piwowarski and Patrick Gallinari and Loïc Barrault},
52
- year={2024},
53
- eprint={2409.12737},
54
- archivePrefix={arXiv},
55
- primaryClass={cs.CL},
56
- url={https://arxiv.org/abs/2409.12737},
 
 
 
 
 
 
 
 
 
 
 
57
  }
58
  ```
 
46
  # Citation
47
  If you use this model in your work, please cite:
48
  ```
49
+ @inproceedings{janeiro-etal-2025-mexma,
50
+ title = "{MEXMA}: Token-level objectives improve sentence representations",
51
+ author = "Janeiro, Jo{\~a}o Maria and
52
+ Piwowarski, Benjamin and
53
+ Gallinari, Patrick and
54
+ Barrault, Loic",
55
+ editor = "Che, Wanxiang and
56
+ Nabende, Joyce and
57
+ Shutova, Ekaterina and
58
+ Pilehvar, Mohammad Taher",
59
+ booktitle = "Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
60
+ month = jul,
61
+ year = "2025",
62
+ address = "Vienna, Austria",
63
+ publisher = "Association for Computational Linguistics",
64
+ url = "https://aclanthology.org/2025.acl-long.1168/",
65
+ doi = "10.18653/v1/2025.acl-long.1168",
66
+ pages = "23960--23995",
67
+ ISBN = "979-8-89176-251-0",
68
  }
69
  ```