Update README.md
Browse files
README.md
CHANGED
|
@@ -57,7 +57,7 @@ This README provides an overview of the dataset and instructions on how to use i
|
|
| 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 |
|
|
|
|
| 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. During dataset construction, we used Qwen2.5-VL-7B-Instruct for answer abstraction and applied MAPPET for source attribution using the perplexity scores produced by this model.
|
| 61 |
|
| 62 |
Each item is composed as follows:
|
| 63 |
|