Datasets:
Languages:
English
Size:
1K<n<10K
ArXiv:
Tags:
iiw
imageinwords
image-descriptions
image-captions
detailed-descriptions
hyper-detailed-descriptions
License:
roopalgarg
commited on
Commit
•
c9ae554
1
Parent(s):
1a0ab0e
Update imageinwords.py
Browse files- imageinwords.py +2 -0
imageinwords.py
CHANGED
@@ -4,6 +4,8 @@ import pandas as pd
|
|
4 |
import string
|
5 |
|
6 |
_DESCRIPTION = """
|
|
|
|
|
7 |
"""
|
8 |
|
9 |
_HOMEPAGE = "https://google.github.io/imageinwords/"
|
|
|
4 |
import string
|
5 |
|
6 |
_DESCRIPTION = """
|
7 |
+
ImageInWords (IIW), a carefully designed human-in-the-loop annotation framework for curating hyper-detailed image descriptions and a new dataset resulting from this process.
|
8 |
+
We validate the framework through evaluations focused on the quality of the dataset and its utility for fine-tuning with considerations for readability, comprehensiveness, specificity, hallucinations, and human-likeness.
|
9 |
"""
|
10 |
|
11 |
_HOMEPAGE = "https://google.github.io/imageinwords/"
|