Update README.md
Browse files
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 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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:
|