File size: 4,203 Bytes
2d4ba67
 
 
 
 
 
 
 
 
 
d10822d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2d4ba67
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
---

license: mit
language:
- pt
- en
pretty_name: UFLA-FORMS
task_categories:
- token-classification
- question-answering
- table-question-answering
configs:
- config_name: 10-fold
  data_files:
  - split: '0'
    path: 10-fold/0-*
  - split: '1'
    path: 10-fold/1-*
  - split: '2'
    path: 10-fold/2-*
  - split: '3'
    path: 10-fold/3-*
  - split: '4'
    path: 10-fold/4-*
  - split: '5'
    path: 10-fold/5-*
  - split: '6'
    path: 10-fold/6-*
  - split: '7'
    path: 10-fold/7-*
  - split: '8'
    path: 10-fold/8-*
  - split: '9'
    path: 10-fold/9-*
- config_name: train_test
  data_files:
  - split: train
    path: train_test/train-*
  - split: test
    path: train_test/test-*
  default: true
- config_name: train_validation_test
  data_files:
  - split: train
    path: train_validation_test/train-*
  - split: validation
    path: train_validation_test/validation-*
  - split: test
    path: train_validation_test/test-*
---


# UFLA-FORMS: an Academic Forms Dataset for Information Extraction in the Portuguese Language

## About

**UFLA-FORMS** is a manually labeled dataset of document forms in Brazilian Portuguese extracted from the domains of the <a href="https://ufla.br/">Federal University of Lavras (UFLA)</a>. The dataset emphasizes the hierarchical structure between the entities of a document through their relationships, in addition to the extraction of key-value pairs. Samples were labeled using <a href="https://github.com/Victorgonl/ToolRI/">ToolRI</a>.

## Overview

**UFLA-FORMS** comprises of 200 labeled samples containing 7,710 entities with 34,396 words and 4,442 relationships between them. Each sample is composed of a PNG image extracted from a filled form and a JSON file with it's metadata. The metadata covers labeling information such as sentences, bounding boxes, class labels and relationship pairs. Each entity of the samples were labeled into one of the four classes, according to the <a href="https://guillaumejaume.github.io/FUNSD/">FUNSD</a> dataset: Header, Question, Answer or Other. Images are available in the `image` folder and metadata in the `data` folder. Each sample has the same name (ranging from "000" to "199") for its image and respective metadata in the files names before extensions. A `dataset_info.json` file is available containing information about the dataset, including it's partitions defined for cross-validation and hold-out experiments.

## Examples

The images below presents examples of samples from **UFLA-FORMS**. The highlight colors yellow, blue, green and red represent, respectively, entities of the classes Header, Question, Answer and Other.

<div style="display: flex;">
  <img src="https://raw.githubusercontent.com/LabRI-Information-Retrieval-Lab/UFLA-FORMS/refs/heads/main/figs/example_000.png" width="200"/>
  <p>&nbsp; &nbsp; &nbsp;</p>
  <img src="https://raw.githubusercontent.com/LabRI-Information-Retrieval-Lab/UFLA-FORMS/refs/heads/main/figs/example_023.png" width="200"/>
  <p>&nbsp; &nbsp; &nbsp;</p>
  <img src="https://raw.githubusercontent.com/LabRI-Information-Retrieval-Lab/UFLA-FORMS/refs/heads/main/figs/example_069.png" width="200"/>
  <p>&nbsp; &nbsp; &nbsp;</p>
  <img src="https://raw.githubusercontent.com/LabRI-Information-Retrieval-Lab/UFLA-FORMS/refs/heads/main/figs/example_072.png" width="200"/>
</div>

## Download

**UFLA-FORMS** is available in its original format in its <a href="https://github.com/LabRI-Information-Retrieval-Lab/UFLA-FORMS/tree/main">repository</a>.

## Citation

If you find **UFLA-FORMS** useful in your research, please cite our work:

    @article{uflaforms,

        author={Victor Gonçalves Lima and Denilson Alves Pereira},

        title={{UFLA-FORMS: an Academic Forms Dataset for Information Extraction in the Portuguese Language}},

        journal={Language Resources and Evaluation},

        publisher={Springer},

        doi={10.1007/s10579-024-09802-3},

        url={https://doi.org/10.1007/s10579-024-09802-3},

        misc={PDF: https://rdcu.be/d69VH, dataset: https://github.com/LabRI-Information-Retrieval-Lab/UFLA-FORMS/},

        year={2025}

    }