sil7799 commited on
Commit
36371cf
·
verified ·
1 Parent(s): cdd0641

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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. As part of MAPPET, during dataset construction, Qwen2.5-VL-7B-Instruct is used for answer abstraction and as the MLLM underlying the attribution step.
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