patilli commited on
Commit
88e6767
·
verified ·
1 Parent(s): 724c531

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -0
README.md ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ pretty_name: HNC
6
+ size_categories:
7
+ - 10M<n<100M
8
+ ---
9
+
10
+ # HNC: Leveraging Hard Negative Captions towards Models with Fine-Grained Visual-Linguistic Comprehension Capabilities
11
+
12
+ This repository contains the dataset of the publication: HNC: Leveraging Hard Negative Captions towards Models with Fine-Grained Visual-Linguistic Comprehension Capabilities at CoNLL 2023 by Esra Dönmez*, Pascal Tilli*, Hsiu-Yu Yang*, Ngoc Thang Vu and Carina Silberer.
13
+
14
+ Paper link: https://aclanthology.org/2023.conll-1.24.pdf
15
+
16
+
17
+ ## GitHub
18
+ Link to the official implementation: https://github.com/DigitalPhonetics/hard-negative-captions
19
+
20
+ ## Data
21
+ Download the automatically generated train and validation set as well as the human-annotated test set from DaRUS: https://doi.org/10.18419/darus-4341
22
+
23
+ ## Abstract
24
+ Image-Text-Matching (ITM) is one of the defacto methods of learning generalized representations from a large corpus in Vision and Language (VL). However, due to the weak association between the web-collected image–text pairs, models fail to show fine-grained understanding of the combined semantics of these modalities. To this end, we propose Hard Negative Captions (HNC): an automatically created dataset containing foiled hard negative captions for ITM training towards achieving fine-grained cross-modal comprehension in VL. Additionally, we provide a challenging manually-created test set for benchmarking models on a fine-grained cross-modal mismatch with varying levels of compositional complexity. Our results show the effectiveness of training on HNC by improving the models’ zero-shot capabilities in detecting mismatches on diagnostic tasks and performing robustly under noisy visual input scenarios. Also, we demonstrate that HNC models yield a comparable or better initialization for fine-tuning. Our code and data are publicly available.
25
+
26
+ ## Citation
27
+ ```bibtex
28
+ @inproceedings{hnc,
29
+ title = "{HNC}: Leveraging Hard Negative Captions towards Models with Fine-Grained Visual-Linguistic Comprehension Capabilities",
30
+ author = {D{\"o}nmez, Esra and
31
+ Tilli, Pascal and
32
+ Yang, Hsiu-Yu and
33
+ Vu, Ngoc Thang and
34
+ Silberer, Carina},
35
+ booktitle = "Proceedings of the 27th Conference on Computational Natural Language Learning (CoNLL)",
36
+ year = "2023",
37
+ address = "Singapore",
38
+ publisher = "Association for Computational Linguistics",
39
+ url = "https://aclanthology.org/2023.conll-1.24",
40
+ doi = "10.18653/v1/2023.conll-1.24",
41
+ pages = "364--388",
42
+ }
43
+ ```