Datasets:
yasumasaonoe
commited on
Commit
•
8bcc4e5
1
Parent(s):
82c213a
Update README.md
Browse files
README.md
CHANGED
@@ -29,7 +29,7 @@ task_ids:
|
|
29 |
- [Table of Contents](#table-of-contents)
|
30 |
- [Dataset Description](#dataset-description)
|
31 |
- [Dataset Summary](#dataset-summary)
|
32 |
-
- [Supported Tasks
|
33 |
- [Languages](#languages)
|
34 |
- [Dataset Structure](#dataset-structure)
|
35 |
- [Data Instances](#data-instances)
|
@@ -58,25 +58,31 @@ task_ids:
|
|
58 |
|
59 |
### Dataset Summary
|
60 |
|
61 |
-
|
62 |
|
63 |
-
### Supported Tasks
|
64 |
|
65 |
-
|
66 |
|
67 |
### Languages
|
68 |
|
69 |
-
|
70 |
|
71 |
## Dataset Structure
|
72 |
|
73 |
### Data Instances
|
74 |
|
75 |
-
|
|
|
76 |
|
77 |
### Data Fields
|
78 |
|
79 |
-
|
|
|
|
|
|
|
|
|
|
|
80 |
|
81 |
### Data Splits
|
82 |
|
|
|
29 |
- [Table of Contents](#table-of-contents)
|
30 |
- [Dataset Description](#dataset-description)
|
31 |
- [Dataset Summary](#dataset-summary)
|
32 |
+
- [Supported Tasks](#supported-tasks)
|
33 |
- [Languages](#languages)
|
34 |
- [Dataset Structure](#dataset-structure)
|
35 |
- [Data Instances](#data-instances)
|
|
|
58 |
|
59 |
### Dataset Summary
|
60 |
|
61 |
+
DOCCI (Descriptions of Connected and Contrasting Images) is a collection of images paired with detailed descriptions. The descriptions explain the key elements of the images, as well as secondary information such as background, lighting, and settings. The images are specifically taken to help assess the precise visual properties of images. DOCCI also includes many related images that vary in having key differences from the others. All descriptions are manually annotated to ensure they adequately distinguish each image from its counterparts.
|
62 |
|
63 |
+
### Supported Tasks
|
64 |
|
65 |
+
Text-to-Image and Image-to-Text generation
|
66 |
|
67 |
### Languages
|
68 |
|
69 |
+
English
|
70 |
|
71 |
## Dataset Structure
|
72 |
|
73 |
### Data Instances
|
74 |
|
75 |
+
```
|
76 |
+
```
|
77 |
|
78 |
### Data Fields
|
79 |
|
80 |
+
Name | Explanation
|
81 |
+
--- | ---
|
82 |
+
`example_id` | The unique ID of an example follows this format: '<SPLIT_NAME>_<EXAMPLE_NUMBER>'.
|
83 |
+
`split` | Identifier of the data split it belongs to (e.g. qual_dev).
|
84 |
+
`image_file` | Image filename (JPEG format).
|
85 |
+
`description` | Text description of the associated image.
|
86 |
|
87 |
### Data Splits
|
88 |
|