File size: 2,067 Bytes
bf93a92
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2963779
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  config_name: funsd
  features:
  - name: id
    dtype: string
  - name: tokens
    sequence: string
  - name: bboxes
    sequence:
      sequence: int64
  - name: ner_tags
    sequence:
      class_label:
        names:
          '0': O
          '1': B-HEADER
          '2': I-HEADER
          '3': B-QUESTION
          '4': I-QUESTION
          '5': B-ANSWER
          '6': I-ANSWER
  - name: image
    dtype: image
  splits:
  - name: train
    num_bytes: 27288633.0
    num_examples: 149
  - name: test
    num_bytes: 9931720.0
    num_examples: 50
  download_size: 35837449
  dataset_size: 37220353.0
configs:
- config_name: funsd
  data_files:
  - split: train
    path: funsd/train-*
  - split: test
    path: funsd/test-*
  default: true
---
<div align="center">

# Neural Metrics · Noisy scanned forms with key-value ground truth.

<img src="https://img.shields.io/badge/Neural%20Metrics-document%20extraction-4F46E5?style=for-the-badge" alt="Neural Metrics" />
<img src="https://img.shields.io/badge/fork%20of-nielsr%2Ffunsd--layoutlmv3-2563EB?style=flat-square" alt="fork" />

</div>

FUNSD is a small, deliberately grubby set of scanned forms annotated with entities and the links between them. It is the classic sanity check for form understanding.

**We use it for:** key-value pair extraction - entity linking on forms - checking that a model degrades gracefully on genuinely bad scans.

> ### Attribution
> This is an **unmodified fork** of [`nielsr/funsd-layoutlmv3`](https://huggingface.co/datasets/nielsr/funsd-layoutlmv3), created by the [Qwen team](https://huggingface.co/Qwen).
> All weights, files and behaviour are identical to upstream — we rehost it so our experiments stay
> reproducible and version-pinned. The original license and all credit remain with the Qwen team.
> If you want the canonical dataset, please use [the original](https://huggingface.co/datasets/nielsr/funsd-layoutlmv3).

---

<details>
<summary><b>Original dataset card from nielsr/funsd-layoutlmv3</b> (click to expand)</summary>



</details>