fittar commited on
Commit
b00ab69
·
1 Parent(s): 7e6e14c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -1
README.md CHANGED
@@ -28,7 +28,7 @@ ViPE: Visualize Pretty-much Everything, is the first automated model for transla
28
  <!-- Provide the basic links for the model. -->
29
 
30
  - **Repository:** [Github](https://github.com/Hazel1994/ViPE)
31
- - **Paper:** [EMNLP2023](https://2023.emnlp.org/program/)
32
 
33
  ### Down Stream Applications
34
  ViPE provides a robust backbone for many practical applications such as music video generation and creative writing.
@@ -117,6 +117,23 @@ However, a semicolon draws a stronger boundary between the keywords and encourag
117
  ## Citation
118
 
119
  If you find ViPE useful, please cite our paper.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
120
 
121
  <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
122
 
 
28
  <!-- Provide the basic links for the model. -->
29
 
30
  - **Repository:** [Github](https://github.com/Hazel1994/ViPE)
31
+ - **Paper:** [ViPE: Visualise Pretty-much Everything, EMNLP2023](https://arxiv.org/abs/2310.10543)
32
 
33
  ### Down Stream Applications
34
  ViPE provides a robust backbone for many practical applications such as music video generation and creative writing.
 
117
  ## Citation
118
 
119
  If you find ViPE useful, please cite our paper.
120
+ ```
121
+ @inproceedings{shahmohammadi2023vipe,
122
+ title = "ViPE: Visualise Pretty-much Everything",
123
+ author = "Hassan Shahmohammadi and Adhiraj Ghosh and Hendrik P. A. Lensch",
124
+ booktitle = "Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing",
125
+ month = dec,
126
+ year = "2023",
127
+ address = "Singapore",
128
+ publisher = "Association for Computational Linguistics",
129
+ url = "https://arxiv.org/abs/2310.10543",
130
+ eprint={2310.10543},
131
+ archivePrefix={arXiv},
132
+ primaryClass={cs.CL}
133
+ doi = "",
134
+ pages = ""
135
+ }
136
+ ```
137
 
138
  <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
139