Datasets:

Modalities:
Image
Text
Formats:
parquet
Libraries:
Datasets
Dask
gwkrsrch commited on
Commit
b8863fa
·
verified ·
1 Parent(s): 247ecfd

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -33
README.md CHANGED
@@ -1,34 +1,15 @@
1
- ---
2
- configs:
3
- - config_name: default
4
- data_files:
5
- - split: train
6
- path: data/train-*
7
- dataset_info:
8
- features:
9
- - name: image
10
- dtype: image
11
- - name: qa_pairs
12
- sequence:
13
- sequence: string
14
- - name: words
15
- list:
16
- - name: id
17
- dtype: int64
18
- - name: bbox
19
- sequence:
20
- sequence: int64
21
- - name: text
22
- dtype: string
23
- - name: confidence
24
- dtype: float64
25
- splits:
26
- - name: train
27
- num_bytes: 23470234314.0
28
- num_examples: 100000
29
- download_size: 19344585733
30
- dataset_size: 23470234314.0
31
- ---
32
- # Dataset Card for "WKVVQA"
33
 
34
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ## Cream🍦: Visually-Situated Natural Language Understanding with Contrastive Reading Model and Frozen Large Language Models
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
 
3
+ For more information, please visit https://github.com/naver-ai/cream
4
+
5
+ ## How to Cite
6
+
7
+ If you find this work useful to you, please cite:
8
+ ```
9
+ @inproceedings{kim2023cream,
10
+ title={Visually-Situated Natural Language Understanding with Contrastive Reading Model and Frozen Large Language Models},
11
+ 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},
12
+ booktitle = {Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing},
13
+ year={2023},
14
+ }
15
+ ```