Visual Question Answering
Safetensors
indrehus commited on
Commit
613174b
·
verified ·
1 Parent(s): 17bbe90

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -75,7 +75,15 @@ preds = model.generate_preds(
75
  If you use this code or dataset in your research, please cite appropriate:
76
 
77
  ```bibtex
78
- # TBA
 
 
 
 
 
 
 
 
79
  ```
80
 
81
  This work uses the DocVQA dataset:
 
75
  If you use this code or dataset in your research, please cite appropriate:
76
 
77
  ```bibtex
78
+ @misc{indrehus2026selfexplainabledocumentvisualquestion,
79
+ title={Towards Self-Explainable Document Visual Question Answering with Chain-of-Explanation Predictions},
80
+ author={Kjetil Indrehus and Adrian Duric and Changkyu Choi and Ali Ramezani-Kebrya},
81
+ year={2026},
82
+ eprint={2605.06058},
83
+ archivePrefix={arXiv},
84
+ primaryClass={cs.LG},
85
+ url={https://arxiv.org/abs/2605.06058},
86
+ }
87
  ```
88
 
89
  This work uses the DocVQA dataset: