Update README.md
Browse files
README.md
CHANGED
@@ -140,3 +140,13 @@ TODO
|
|
140 |
## Evaluation results
|
141 |
|
142 |
Please refer to [Table 2](https://arxiv.org/pdf/2303.04995.pdf) for TVP's performance on Temporal Video Grounding task.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
140 |
## Evaluation results
|
141 |
|
142 |
Please refer to [Table 2](https://arxiv.org/pdf/2303.04995.pdf) for TVP's performance on Temporal Video Grounding task.
|
143 |
+
|
144 |
+
### BibTeX entry and citation info
|
145 |
+
```bibtex
|
146 |
+
@article{tang2022tvlt,
|
147 |
+
title={TVLT: Textless Vision-Language Transformer},
|
148 |
+
author={Tang, Zineng and Cho, Jaemin and Nie, Yixin and Bansal, Mohit},
|
149 |
+
journal={arXiv preprint arXiv:2209.14156},
|
150 |
+
year={2022}
|
151 |
+
}
|
152 |
+
```
|