File size: 1,054 Bytes
931b3a9
 
665e037
62bb12a
665e037
62bb12a
665e037
62bb12a
665e037
62bb12a
 
2e4a740
 
 
 
 
 
 
 
 
 
 
 
64e785a
 
 
 
 
62bb12a
 
 
6bb0173
 
931b3a9
9b07480
 
 
665e037
 
 
 
 
 
62bb12a
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
---
license: mit
language:
- en
size_categories:
- 1K<n<10K
source_datasets:
- original
task_categories:
- text2text-generation
- text-generation
dataset_info:
  features:
  - name: Text
    dtype: string
  - name: Ground Truth
    dtype: string
  - name: docugami/dfm-csl-large
    dtype: string
  splits:
  - name: eval
    num_bytes: 1137328
    num_examples: 1088
  - name: train
    num_bytes: 83236
    num_examples: 104
  download_size: 572546
  dataset_size: 1220564
tags:
- docugami
- dfm-csl
- xml-knowledge-graphs
pretty_name: Contextual Semantic Lables (Large)
---

# Contextual Semantic Labels (Large) Benchmark Dataset

Please see [https://github.com/docugami/DFM-benchmarks](https://github.com/docugami/DFM-benchmarks) for more details, eval code, and current scores for different models.

# Using Dataset

Please refer to standard huggingface documentation to use this dataset: [https://huggingface.co/docs/datasets/index](https://huggingface.co/docs/datasets/index)

The [explore.ipynb](./explore.ipynb) notebook has some reference code.