fittar commited on
Commit
71c410d
·
1 Parent(s): 4be6ba8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -9
README.md CHANGED
@@ -133,20 +133,21 @@ In all of the following evaluations, ViPE consistently demonstrates its robustne
133
 
134
  If you find ViPE useful, please cite our paper.
135
  ```
136
- @inproceedings{shahmohammadi2023vipe,
137
- title = "ViPE: Visualise Pretty-much Everything",
138
- author = "Hassan Shahmohammadi and Adhiraj Ghosh and Hendrik P. A. Lensch",
 
 
 
 
 
139
  booktitle = "Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing",
140
  month = dec,
141
  year = "2023",
142
  address = "Singapore",
143
  publisher = "Association for Computational Linguistics",
144
- url = "https://arxiv.org/abs/2310.10543",
145
- eprint={2310.10543},
146
- archivePrefix={arXiv},
147
- primaryClass={cs.CL}
148
- doi = "",
149
- pages = ""
150
  }
151
  ```
152
 
 
133
 
134
  If you find ViPE useful, please cite our paper.
135
  ```
136
+ @inproceedings{shahmohammadi-etal-2023-vipe,
137
+ title = "{V}i{PE}: Visualise Pretty-much Everything",
138
+ author = "Shahmohammadi, Hassan and
139
+ Ghosh, Adhiraj and
140
+ Lensch, Hendrik",
141
+ editor = "Bouamor, Houda and
142
+ Pino, Juan and
143
+ Bali, Kalika",
144
  booktitle = "Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing",
145
  month = dec,
146
  year = "2023",
147
  address = "Singapore",
148
  publisher = "Association for Computational Linguistics",
149
+ url = "https://aclanthology.org/2023.emnlp-main.333",
150
+ pages = "5477--5494"
 
 
 
 
151
  }
152
  ```
153