Update README.md
Browse files
README.md
CHANGED
|
@@ -1,24 +1,28 @@
|
|
| 1 |
---
|
| 2 |
configs:
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
task_categories:
|
| 19 |
-
|
| 20 |
paper_ids:
|
| 21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
---
|
| 23 |
|
| 24 |
## Quick Links
|
|
@@ -158,4 +162,4 @@ When submitting to the leaderboard, combine queries from all albums into a **sin
|
|
| 158 |
- `album_id` must be `"1"`, `"2"`, or `"3"`.
|
| 159 |
- `query_en` must match exactly (case-sensitive).
|
| 160 |
- `pred` is an **ordered** list of predicted image filenames. Order matters for NDCG.
|
| 161 |
-
- Only full submissions (all 3 albums, all test queries) are eligible for public leaderboard ranking.
|
|
|
|
| 1 |
---
|
| 2 |
configs:
|
| 3 |
+
- config_name: samples
|
| 4 |
+
data_files:
|
| 5 |
+
- split: test
|
| 6 |
+
path:
|
| 7 |
+
- samples/*/query.json
|
| 8 |
+
- config_name: protected
|
| 9 |
+
data_files:
|
| 10 |
+
- split: test
|
| 11 |
+
path:
|
| 12 |
+
- protected/*/test.json
|
| 13 |
+
- config_name: validation
|
| 14 |
+
data_files:
|
| 15 |
+
- split: test
|
| 16 |
+
path:
|
| 17 |
+
- protected/*/validation.json
|
| 18 |
task_categories:
|
| 19 |
+
- text-to-image
|
| 20 |
paper_ids:
|
| 21 |
+
- '2603.01493'
|
| 22 |
+
license: cc-by-nc-4.0
|
| 23 |
+
language:
|
| 24 |
+
- en
|
| 25 |
+
- zh
|
| 26 |
---
|
| 27 |
|
| 28 |
## Quick Links
|
|
|
|
| 162 |
- `album_id` must be `"1"`, `"2"`, or `"3"`.
|
| 163 |
- `query_en` must match exactly (case-sensitive).
|
| 164 |
- `pred` is an **ordered** list of predicted image filenames. Order matters for NDCG.
|
| 165 |
+
- Only full submissions (all 3 albums, all test queries) are eligible for public leaderboard ranking.
|