florianbussmann commited on
Commit
b4d2ac1
1 Parent(s): f69b4a2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -27
README.md CHANGED
@@ -1,6 +1,8 @@
1
  ---
2
- YAML tags:
3
- - copy-paste the tags obtained with the online tagging app: https://huggingface.co/spaces/huggingface/datasets-tagging
 
 
4
  ---
5
 
6
  # Dataset Card for FUNSD-vu2020revising
@@ -32,91 +34,96 @@ YAML tags:
32
 
33
  ## Dataset Description
34
 
35
- - **Homepage:**
36
- - **Repository:**
37
- - **Paper:**
38
- - **Leaderboard:**
39
- - **Point of Contact:**
40
 
41
  ### Dataset Summary
42
 
43
- [More Information Needed]
44
 
45
  ### Supported Tasks and Leaderboards
46
 
47
- [More Information Needed]
48
-
49
- ### Languages
50
-
51
- [More Information Needed]
52
 
53
  ## Dataset Structure
54
 
55
  ### Data Instances
56
 
57
- [More Information Needed]
58
 
59
  ### Data Fields
60
 
61
- [More Information Needed]
 
 
 
 
 
 
 
 
 
 
 
62
 
63
  ### Data Splits
64
 
65
- [More Information Needed]
 
 
66
 
67
  ## Dataset Creation
68
 
69
  ### Curation Rationale
70
 
71
- [More Information Needed]
72
 
73
  ### Source Data
74
 
75
  #### Initial Data Collection and Normalization
76
 
77
- [More Information Needed]
78
 
79
  #### Who are the source language producers?
80
 
81
- [More Information Needed]
82
 
83
  ### Annotations
84
 
85
  #### Annotation process
86
 
87
- [More Information Needed]
88
 
89
  #### Who are the annotators?
90
 
91
- [More Information Needed]
92
 
93
  ### Personal and Sensitive Information
94
 
95
- [More Information Needed]
96
 
97
  ## Considerations for Using the Data
98
 
99
  ### Social Impact of Dataset
100
 
101
- [More Information Needed]
102
 
103
  ### Discussion of Biases
104
 
105
- [More Information Needed]
106
 
107
  ### Other Known Limitations
108
 
109
- [More Information Needed]
110
 
111
  ## Additional Information
112
 
113
  ### Dataset Curators
114
 
115
- [More Information Needed]
116
 
117
  ### Licensing Information
118
 
119
- [More Information Needed]
120
 
121
  ### Citation Information
122
 
 
1
  ---
2
+ languages:
3
+ - en-US
4
+ multilinguality:
5
+ - monolingual
6
  ---
7
 
8
  # Dataset Card for FUNSD-vu2020revising
 
34
 
35
  ## Dataset Description
36
 
37
+ - **Paper:** [https://arxiv.org/abs/2010.05322](https://arxiv.org/abs/2010.05322)
 
 
 
 
38
 
39
  ### Dataset Summary
40
 
41
+ This is the revised version of the [FUNSD dataset](https://huggingface.co/datasets/nielsr/funsd) as proposed by [Vu, H. M., & Nguyen, D. T. N. (2020)](https://arxiv.org/abs/2010.05322).
42
 
43
  ### Supported Tasks and Leaderboards
44
 
45
+ The Form Understanding challenge comprises three tasks, namely word grouping, semantic-entity labeling, and entity linking.
 
 
 
 
46
 
47
  ## Dataset Structure
48
 
49
  ### Data Instances
50
 
51
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
52
 
53
  ### Data Fields
54
 
55
+ The data fields are the same among all splits.
56
+
57
+ - `id`: a `string` feature - GUID.
58
+ - `words`: a `list` of `string` features.
59
+ - `bboxes`: a `list` of `list` with four (`int`) features.
60
+ - `ner_tags`: a `list` of classification labels (`int`). Full tagset with indices:
61
+
62
+ ```python
63
+ {'O': 0, 'B-HEADER': 1, 'I-HEADER': 2, 'B-QUESTION': 3, 'I-QUESTION': 4, 'B-ANSWER': 5, 'I-ANSWER': 6}
64
+ ```
65
+
66
+ - `image_path`: a `string` feature.
67
 
68
  ### Data Splits
69
 
70
+ | name |train|test|
71
+ |------------|----:|---:|
72
+ |FUNSD-vu2020| 149| 50|
73
 
74
  ## Dataset Creation
75
 
76
  ### Curation Rationale
77
 
78
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
79
 
80
  ### Source Data
81
 
82
  #### Initial Data Collection and Normalization
83
 
84
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
85
 
86
  #### Who are the source language producers?
87
 
88
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
89
 
90
  ### Annotations
91
 
92
  #### Annotation process
93
 
94
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
95
 
96
  #### Who are the annotators?
97
 
98
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
99
 
100
  ### Personal and Sensitive Information
101
 
102
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
103
 
104
  ## Considerations for Using the Data
105
 
106
  ### Social Impact of Dataset
107
 
108
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
109
 
110
  ### Discussion of Biases
111
 
112
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
113
 
114
  ### Other Known Limitations
115
 
116
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
117
 
118
  ## Additional Information
119
 
120
  ### Dataset Curators
121
 
122
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
123
 
124
  ### Licensing Information
125
 
126
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
127
 
128
  ### Citation Information
129