sil7799 commited on
Commit
b3783e8
·
verified ·
1 Parent(s): 813dd4b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -2
README.md CHANGED
@@ -51,13 +51,13 @@ configs:
51
 
52
  # DocAttriBench (DAB)
53
 
54
- Welcome to the official page of the **DocAttriBench (DAB)** dataset, developed in the paper **“DocAttriBench: Benchmarking Answer Grounding in Document Visual Question Answering”**, accepted at **BMVC 2026** (British Machine Vision Conference).
55
 
56
  This README provides an overview of the dataset and instructions on how to use it.
57
 
58
  ## Dataset Overview
59
 
60
- DocAttriBench is a dataset for training and evaluating answer grounding in Document Visual Question Answering. The dataset is built starting from existing document VQA and document understanding datasets. From these source datasets, we use **MAPPET** to obtain the bounding box of the evidence region supporting the answer, together with the semantic type of the evidence region.
61
 
62
  Each item is composed as follows:
63
 
@@ -131,6 +131,26 @@ In the paper, the validation split is considered part of the training data. In t
131
 
132
  Please also note that **SlideVQA is not included in this release due to licensing constraints**. For this reason, the dataset counts in this Hugging Face version differ from the counts reported in the paper.
133
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
134
  ## Evidence Region Types
135
 
136
  The following table reports the number of type annotations for each evidence-region type, keeping `train`, `val`, and `test` separate.
 
51
 
52
  # DocAttriBench (DAB)
53
 
54
+ Welcome to the official Hugging Face page of the **DocAttriBench (DAB)** dataset, developed in the paper **“DocAttriBench: Benchmarking Answer Grounding in Document Visual Question Answering”**, accepted at **BMVC 2026** (British Machine Vision Conference).
55
 
56
  This README provides an overview of the dataset and instructions on how to use it.
57
 
58
  ## Dataset Overview
59
 
60
+ DocAttriBench is a dataset for training and evaluating answer grounding in Document Visual Question Answering. The dataset is constructed from existing document VQA and document understanding datasets. From these source datasets, we use Docling to extract document layout elements and their semantic types, and **MAPPET** to obtain the bounding box of the evidence region supporting the answer.
61
 
62
  Each item is composed as follows:
63
 
 
131
 
132
  Please also note that **SlideVQA is not included in this release due to licensing constraints**. For this reason, the dataset counts in this Hugging Face version differ from the counts reported in the paper.
133
 
134
+ ## Dataset Licenses
135
+
136
+ DocAttriBench is derived from multiple existing datasets, each distributed under its own license. The licenses of the source datasets are:
137
+
138
+ - **DocVQA**: Apache License 2.0
139
+ - **DoclingMatix**: Community Data License Agreement – Permissive 2.0
140
+ - **LongDocURL**: Apache License 2.0
141
+ - **MMLongBench-Doc**: Apache License 2.0
142
+ - **VISA**:
143
+ - **FineWeb-edu**: Open Data Commons Attribution License family
144
+ - **NQ**: Apache License 2.0
145
+ - **PubLayNet**: Community Data License Agreement – Permissive, Version 1.0
146
+ - **Wikipedia**: Creative Commons Attribution-ShareAlike and GNU Free Documentation License family
147
+ - **VisualMRC**: Creative Commons
148
+ - **VisualWebBench**: Apache License 2.0
149
+
150
+ **SlideVQA is not distributed as part of this Hugging Face release**, because its license permits usage for testing and evaluation but does not allow redistribution.
151
+
152
+ Users of DocAttriBench should also comply with the licenses and terms of use of the corresponding source datasets.
153
+
154
  ## Evidence Region Types
155
 
156
  The following table reports the number of type annotations for each evidence-region type, keeping `train`, `val`, and `test` separate.