-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,24 @@ | ||
# cream | ||
# Cream🍦: Visually-Situated Natural Language Understanding with Contrastive Reading Model and Frozen Large Language Models | ||
|
||
The repository will be updated to contain the codebase and datasets for the paper: | ||
|
||
**"Cream🍦: Visually-Situated Natural Language Understanding with Contrastive Reading Model and Frozen Large Language Models"** | ||
|
||
Please stay tuned for the updates and thank you for your patience. | ||
|
||
In the meantime, we invite you to read our paper for a comprehensive understanding of Cream and its implementation. | ||
|
||
## Citation | ||
|
||
If you find our work useful in your work, please consider citing our paper: | ||
|
||
``` | ||
@misc{kim2023cream, | ||
title={Cream: Visually-Situated Natural Language Understanding with Contrastive Reading Model and Frozen Large Language Models}, | ||
author={Geewook Kim and Hodong Lee and Daehee Kim and Haeji Jung and Sanghee Park and Yoonsik Kim and Sangdoo Yun and Taeho Kil and Bado Lee and Seunghyun Park}, | ||
year={2023}, | ||
eprint={2305.15080}, | ||
archivePrefix={arXiv}, | ||
primaryClass={cs.CL} | ||
} | ||
``` |