Link dataset to paper and repository
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,24 +1,26 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
license: cc-by-4.0
|
| 3 |
task_categories:
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
language:
|
| 7 |
-
- en
|
| 8 |
pretty_name: ECA-ToS-Benchmarks
|
| 9 |
tags:
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
---
|
| 18 |
|
| 19 |
# ECA-ToS-Benchmarks
|
| 20 |
|
| 21 |
-
This dataset provides the ToS benchmark annotations used in **ECA: Efficient Continual Alignment for Open-Ended Image-to-Text Generation**.
|
|
|
|
|
|
|
| 22 |
|
| 23 |
ToS is designed for continual learning in open-ended image-to-text generation. Each image is assigned to a task by its dominant visual topic. Other visible topics remain in the sample, so tasks shift over time while shared concepts can still reappear across tasks.
|
| 24 |
|
|
@@ -125,4 +127,4 @@ If you use this dataset, please cite our paper.
|
|
| 125 |
booktitle={International Conference on Machine Learning},
|
| 126 |
year={2026}
|
| 127 |
}
|
| 128 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
license: cc-by-4.0
|
| 5 |
task_categories:
|
| 6 |
+
- image-to-text
|
| 7 |
+
- image-text-to-text
|
|
|
|
|
|
|
| 8 |
pretty_name: ECA-ToS-Benchmarks
|
| 9 |
tags:
|
| 10 |
+
- continual-learning
|
| 11 |
+
- vision-language
|
| 12 |
+
- image-captioning
|
| 13 |
+
- visual-question-answering
|
| 14 |
+
- open-ended-image-to-text-generation
|
| 15 |
+
- topic-split
|
| 16 |
+
- tos
|
| 17 |
---
|
| 18 |
|
| 19 |
# ECA-ToS-Benchmarks
|
| 20 |
|
| 21 |
+
This dataset provides the ToS benchmark annotations used in the paper **[ECA: Efficient Continual Alignment for Open-Ended Image-to-Text Generation](https://huggingface.co/papers/2606.12633)**.
|
| 22 |
+
|
| 23 |
+
[**Official Code**](https://github.com/Snowball0823/ECA)
|
| 24 |
|
| 25 |
ToS is designed for continual learning in open-ended image-to-text generation. Each image is assigned to a task by its dominant visual topic. Other visible topics remain in the sample, so tasks shift over time while shared concepts can still reappear across tasks.
|
| 26 |
|
|
|
|
| 127 |
booktitle={International Conference on Machine Learning},
|
| 128 |
year={2026}
|
| 129 |
}
|
| 130 |
+
```
|