Datasets:

Size Categories:
n<1K
Language Creators:
expert-generated
Annotations Creators:
expert-generated
ArXiv:
Tags:
manuscripts
LAM
License:
davanstrien HF staff commited on
Commit
c6ff04e
1 Parent(s): 732a8b6

update readme

Browse files
Files changed (1) hide show
  1. README.md +8 -9
README.md CHANGED
@@ -13,7 +13,7 @@ size_categories:
13
  source_datasets: []
14
  tags:
15
  - manuscripts
16
- - lam
17
  task_categories:
18
  - object-detection
19
  task_ids: []
@@ -73,8 +73,6 @@ This dataset has two configurations. These configurations both cover the same da
73
 
74
  ### Data Instances
75
 
76
- Provide an JSON-formatted example and brief description of a typical instance in the dataset. If available, provide a link to further examples.
77
-
78
  An example instance from the COCO config:
79
 
80
  ```
@@ -196,8 +194,6 @@ An example instance from the YOLO config:
196
  ```
197
 
198
 
199
- Provide any additional information that is not covered in the other sections about the data here. In particular describe any relationships between data points and if these relationships are made explicit.
200
-
201
 
202
  ### Data Fields
203
 
@@ -243,6 +239,8 @@ This dataset was created to produce a simplified version of the [Lectaurep Reper
243
 
244
  > around 16 different ways to describe columns, from Col1 to Col7, the case-different col1-col7 and finally ColPair and ColOdd, which we all reduced to Col p.8
245
 
 
 
246
  ### Source Data
247
 
248
  #### Initial Data Collection and Normalization
@@ -277,16 +275,17 @@ The LECTAUREP (LECTure Automatique de REPertoires) project, which began in 2018,
277
 
278
  ### Personal and Sensitive Information
279
 
280
- This data does not contain information relating to living individuals.
 
281
  ## Considerations for Using the Data
282
 
283
  ### Social Impact of Dataset
284
 
285
- There are a growing number of datasets related to page layout for historical documents. This dataset offers a differnet approach to annotating these datasets (focusing on object detection rather than pixel level annotations).
286
 
287
  ### Discussion of Biases
288
 
289
- Historical documents contain a broad variety of page layouts this means that the ability for models trained on this dataset to transfer to documents which may contain very different layouts is not certain.
290
 
291
  ### Other Known Limitations
292
 
@@ -325,4 +324,4 @@ Historical documents contain a broad variety of page layouts this means that the
325
 
326
  ### Contributions
327
 
328
- Thanks to [@github-username](https://github.com/<github-username>) for adding this dataset.
 
13
  source_datasets: []
14
  tags:
15
  - manuscripts
16
+ - LAM
17
  task_categories:
18
  - object-detection
19
  task_ids: []
 
73
 
74
  ### Data Instances
75
 
 
 
76
  An example instance from the COCO config:
77
 
78
  ```
 
194
  ```
195
 
196
 
 
 
197
 
198
  ### Data Fields
199
 
 
239
 
240
  > around 16 different ways to describe columns, from Col1 to Col7, the case-different col1-col7 and finally ColPair and ColOdd, which we all reduced to Col p.8
241
 
242
+
243
+
244
  ### Source Data
245
 
246
  #### Initial Data Collection and Normalization
 
275
 
276
  ### Personal and Sensitive Information
277
 
278
+ This data does not contain information relating to living individuals.
279
+
280
  ## Considerations for Using the Data
281
 
282
  ### Social Impact of Dataset
283
 
284
+ There are a growing number of datasets related to page layout for historical documents. This dataset offers a different approach to annotating these datasets (focusing on object detection rather than pixel level annotations). Improving document layout recognition can have a positive impact on downstream tasks, in particular Optical Character Recognition.
285
 
286
  ### Discussion of Biases
287
 
288
+ Historical documents contain a wide variety of page layouts. This means that the ability of models trained on this dataset to transfer to documents which may have very different layouts is not guaranteed.
289
 
290
  ### Other Known Limitations
291
 
 
324
 
325
  ### Contributions
326
 
327
+ Thanks to [@davanstrien](https://github.com/davanstrien) for adding this dataset.