File size: 1,091 Bytes
fa2b1f9
 
bd969ff
 
 
 
 
 
 
 
 
4b7a13d
 
 
 
 
 
 
 
 
 
 
 
 
 
429a51f
 
 
 
 
bd969ff
 
 
c12ea88
 
fa2b1f9
bd969ff
 
 
 
 
 
 
 
 
 
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
---
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: Small Chunk
    dtype: string
  - name: Ground Truth
    dtype: string
  - name: docugami/dfm-cs-small
    dtype: string
  splits:
  - name: eval
    num_bytes: 240040
    num_examples: 1099
  - name: train
    num_bytes: 20906
    num_examples: 100
  download_size: 143986
  dataset_size: 260946
tags:
- docugami
- dfm-csl
- xml-knowledge-graphs
pretty_name: Contextual Semantic Lables (Small)
---

# Contextual Semantic Labels (Small) 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.