CyberDancer commited on
Commit
7d13473
·
verified ·
1 Parent(s): d0ee0f3

Clarify dataset licensing and upstream citation

Browse files
Files changed (1) hide show
  1. README.md +1 -39
README.md CHANGED
@@ -23,7 +23,7 @@ configs:
23
 
24
  IBCBench is the benchmark introduced in **Weaving Visual Narratives: Agentic Image Bundle Composition Beyond Atomic Visual Matching**, accepted to the **EMNLP 2026 Main Conference**.
25
 
26
- [**GitHub**](https://github.com/LaVieEnRose365/Image-Bundle-Composition)
27
 
28
  ## Overview
29
 
@@ -127,7 +127,6 @@ Each non-empty line in `photo_ids/{user_id}.txt` has the following tab-separated
127
 
128
  IBCBench uses the same image pool, metadata, and photo-ID mapping as [DISBench](https://huggingface.co/datasets/RUC-NLPIR/DISBench), which is derived from the public [YFCC100M](https://multimediacommons.wordpress.com/yfcc100m-core-dataset/) collection. IBCBench contributes a separate set of 667 queries and ground-truth bundles for the Image Bundle Composition task.
129
 
130
- Please also cite DISBench and YFCC100M when using the shared image pool.
131
 
132
  ## Ethical Considerations
133
 
@@ -139,40 +138,3 @@ Although the source media is public, the benchmark includes spatiotemporal metad
139
 
140
  The IBCBench query annotations and BundleWeaver project are released under the [Apache License 2.0](https://github.com/LaVieEnRose365/Image-Bundle-Composition/blob/main/LICENSE). The images retain the individual Creative Commons licenses attached to the corresponding YFCC100M records; downstream users are responsible for checking and following those terms. The included DISBench-derived helper and shared files retain their upstream terms.
141
 
142
- ## Citation
143
-
144
- ```bibtex
145
- @inproceedings{shan2026weaving,
146
- title = {Weaving Visual Narratives: Agentic Image Bundle Composition Beyond Atomic Visual Matching},
147
- author = {Shan, Rong and Xu, Tianyi and Zheng, Congmin and Chen, Wenteng and Zhu, Jiachen and Wu, Junjie and Zeng, Dun and Wang, Teng and Liu, Weiwen and Zhang, Changwang and Zhang, Weinan and Wang, Jun and Lin, Jianghao},
148
- booktitle = {Proceedings of the 2026 Conference on Empirical Methods in Natural Language Processing},
149
- year = {2026}
150
- }
151
- ```
152
-
153
- DISBench:
154
-
155
- ```bibtex
156
- @misc{deng2026deepimagesearch,
157
- title = {DeepImageSearch: Benchmarking Multimodal Agents for Context-Aware Image Retrieval in Visual Histories},
158
- author = {Deng, Chenlong and Deng, Mengjie and Wu, Junjie and Zeng, Dun and Wang, Teng and Xie, Qingsong and Huang, Jiadeng and Ma, Shengjie and Zhang, Changwang and Wang, Zhaoxiang and Wang, Jun and Zhu, Yutao and Dou, Zhicheng},
159
- year = {2026},
160
- eprint = {2602.10809},
161
- archivePrefix = {arXiv},
162
- primaryClass = {cs.CV}
163
- }
164
- ```
165
-
166
- YFCC100M:
167
-
168
- ```bibtex
169
- @article{thomee2016yfcc100m,
170
- title = {YFCC100M: The New Data in Multimedia Research},
171
- author = {Thomee, Bart and Shamma, David A. and Friedland, Gerald and Elizalde, Benjamin and Ni, Karl and Poland, Douglas and Borth, Damian and Li, Li-Jia},
172
- journal = {Communications of the ACM},
173
- volume = {59},
174
- number = {2},
175
- pages = {64--73},
176
- year = {2016}
177
- }
178
- ```
 
23
 
24
  IBCBench is the benchmark introduced in **Weaving Visual Narratives: Agentic Image Bundle Composition Beyond Atomic Visual Matching**, accepted to the **EMNLP 2026 Main Conference**.
25
 
26
+ [**GitHub**](https://github.com/LaVieEnRose365/Image-Bundle-Composition) | **Paper link coming soon**
27
 
28
  ## Overview
29
 
 
127
 
128
  IBCBench uses the same image pool, metadata, and photo-ID mapping as [DISBench](https://huggingface.co/datasets/RUC-NLPIR/DISBench), which is derived from the public [YFCC100M](https://multimediacommons.wordpress.com/yfcc100m-core-dataset/) collection. IBCBench contributes a separate set of 667 queries and ground-truth bundles for the Image Bundle Composition task.
129
 
 
130
 
131
  ## Ethical Considerations
132
 
 
138
 
139
  The IBCBench query annotations and BundleWeaver project are released under the [Apache License 2.0](https://github.com/LaVieEnRose365/Image-Bundle-Composition/blob/main/LICENSE). The images retain the individual Creative Commons licenses attached to the corresponding YFCC100M records; downstream users are responsible for checking and following those terms. The included DISBench-derived helper and shared files retain their upstream terms.
140