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

Add arXiv paper link and citation

Browse files
Files changed (1) hide show
  1. README.md +18 -2
README.md CHANGED
@@ -21,9 +21,9 @@ configs:
21
 
22
  # IBCBench: Image Bundle Composition Benchmark
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
 
@@ -134,6 +134,22 @@ The source images were publicly distributed under Creative Commons licenses. IBC
134
 
135
  Although the source media is public, the benchmark includes spatiotemporal metadata. Users should handle this information responsibly and follow the terms attached to each original image.
136
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
137
  ## License
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.
 
21
 
22
  # IBCBench: Image Bundle Composition Benchmark
23
 
24
+ IBCBench is the benchmark introduced in [**Weaving Visual Narratives: Agentic Image Bundle Composition Beyond Atomic Visual Matching**](https://arxiv.org/abs/2608.28695), accepted to the **EMNLP 2026 Main Conference**.
25
 
26
+ [**Paper**](https://arxiv.org/abs/2608.28695) | [**GitHub**](https://github.com/LaVieEnRose365/Image-Bundle-Composition)
27
 
28
  ## Overview
29
 
 
134
 
135
  Although the source media is public, the benchmark includes spatiotemporal metadata. Users should handle this information responsibly and follow the terms attached to each original image.
136
 
137
+ ## Citation
138
+
139
+ If you use IBCBench or BundleWeaver in your research, please cite:
140
+
141
+ ```bibtex
142
+ @misc{shan2026weavingvisualnarrativesagentic,
143
+ title={Weaving Visual Narratives: Agentic Image Bundle Composition Beyond Atomic Visual Matching},
144
+ author={Rong Shan and Tianyi Xu and Congmin Zheng and Wenteng Chen and Jiachen Zhu and Junjie Wu and Teng Wang and Weiwen Liu and Changwang Zhang and Weinan Zhang and Jun Wang and Jianghao Lin},
145
+ year={2026},
146
+ eprint={2608.28695},
147
+ archivePrefix={arXiv},
148
+ primaryClass={cs.CV},
149
+ url={https://arxiv.org/abs/2608.28695},
150
+ }
151
+ ```
152
+
153
  ## License
154
 
155
  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.