Scientific documents record research findings and valuable human knowledge, comprising a vast corpus of high-quality data. Thus, leveraging multi-modality data extracted from these documents and assessing large models' abilities to handle scientific document-oriented tasks is meaningful. Despite promising advancements, large models still perform poorly on multi-page scientific document extraction and understanding tasks, and their capacity to process within-document data formats such as charts and equations remains under-explored. To address these issues, we present DocGenome, a structured document dataset constructed by annotating 500K scientific documents from 153 disciplines in the arXiv open-access community, using our custom auto-labeling pipeline. DocGenome features four key characteristics:
1. Completeness: It is the first dataset to structure data from all modalities including 13 layout attributes along with their LaTeX source codes.
2. Logicality: It provides 6 logical relationships between different entities within each scientific document.
3. Diversity: It covers various document-oriented tasks, including document classification, visual grounding, document layout detection, document transformation, open-ended single-page QA and multi-page QA.
4. Correctness: It undergoes rigorous quality control checks conducted by a specialized team.
Besides, based on DocGenome, we conduct extensive experiments to demonstrate the advantages of DocGenome and objectively evaluate the performance of current large models on our benchmark.
Our work introduces DocGenome, a multi-modal dataset of academic documents encompassing 8 primary disciplines, 153 secondary disciplines, 13 categories of component units, and 6 types of entity relationships between units.
We have released the DocGenome benchmark, includes 8 subsets as follows:
1. docgenome-train-000.tar.gz
2. docgenome-train-001.tar.gz
3. docgenome-train-002.tar.gz
4. docgenome-train-003.tar.gz
5. docgenome-train-004.tar.gz
6. docgenome-train-005.tar.gz
7. docgenome-train-006.tar.gz
8. docgenome-train-007.tar.gz
DocParser can convert LaTeX source code of a complete document into annotations for component units with source code, attributes, relationships, and bounding box, as well as a rendered PNG of the entire document. The process is divided into four distinct stages:
1. Data Preprocessing
2. Unit Segmentation
3. Attribute Assignment and Relation Retrieval,
4. Color Rendering
To comprehensively show the advantages of the proposed DocGenome dataset, we have reviewed visual document datasets and summarized them in Table 1. By comparison, our DocGenome demonstrates more comprehensive features, including the number of disciplines and training samples covered, types of tasks, evaluation metrics, and entity relationships.
Table 1: Comparison with document-related benchmarks. “ - ” indicates that the corresponding part is not mentioned in the original paper. “ * ” means that each sample in their training set is cropped from the entire page, resulting in a total of 6.4M samples at the region level rather than the page level
DocGenome Benchmark contains 4 level relation types and 2 cite relation types, as shown in the following table:
DocGenome has 13 attributes of component units, which can be categorized into two classes:
1. Fixed-form units, including Text, Title, Abstract, etc., which are characterized by sequential reading and hierarchical relationships readily discernible from the list obtained in Stage-two of the designed DocParser.
2. Floating-form units, including Table, Figure, etc., which establish directional references to fixed-form units through commands like \ref and \label.
Index | Category | Notes |
---|---|---|
0 | Algorithm | |
1 | Caption | Titles of Images, Tables, and Algorithms |
2 | Equation | |
3 | Figure | |
4 | Footnote | |
5 | List | |
7 | Table | |
8 | Text | |
9 | Text-EQ | Text block with inline equations |
10 | Title | Section titles |
12 | PaperTitle | |
13 | Code | |
14 | Abstract |
Page distribution of DocGenome. 20% of documents are five pages or fewer, 50% are ten pages or fewer, and 80% are nineteen pages or fewer.
Distribution of secondary disciplines in our DocGenome. The count on the x-axis represents the number of documents, and documents from the same primary discipline are marked with the same color.