FormulaComletion commited on
Commit
aa50c48
·
verified ·
1 Parent(s): 67a24ef

Fix Croissant validation warnings

Browse files
Files changed (2) hide show
  1. croissant.json +42 -12
  2. croissant.jsonld +42 -12
croissant.json CHANGED
@@ -2,28 +2,58 @@
2
  "@context": {
3
  "@language": "en",
4
  "@vocab": "https://schema.org/",
5
- "sc": "https://schema.org/",
 
 
6
  "cr": "http://mlcommons.org/croissant/",
7
  "rai": "http://mlcommons.org/croissant/RAI/",
8
- "prov": "http://www.w3.org/ns/prov#",
9
- "dct": "http://purl.org/dc/terms/",
10
- "conformsTo": "dct:conformsTo",
11
- "recordSet": "cr:recordSet",
12
- "field": "cr:field",
13
  "dataType": {
14
  "@id": "cr:dataType",
15
  "@type": "@vocab"
16
  },
17
- "source": "cr:source",
18
- "fileObject": "cr:fileObject",
 
 
 
 
19
  "extract": "cr:extract",
20
- "column": "cr:column"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  },
22
  "@type": "sc:Dataset",
23
  "name": "FxBench",
24
  "url": "https://huggingface.co/datasets/FormulaComletion/fxbench",
25
  "license": "https://spdx.org/licenses/CC-BY-SA-4.0.html",
26
  "conformsTo": "http://mlcommons.org/croissant/1.1",
 
 
 
27
  "distribution": [
28
  {
29
  "@type": "cr:FileObject",
@@ -132,13 +162,13 @@
132
  "rai:dataUseCases": "fxbench is only intended as evaluation benchmark for inline spreadsheet formula suggestion systems.",
133
  "rai:dataSocialImpact": "fxbench is a benchmark for spreadsheet formula suggestions, which has no direct social impact beyond improving productivity tools.",
134
  "rai:hasSyntheticData": false,
135
- "prov:wasDerivedFrom": [
136
  {
137
  "@id": "https://huggingface.co/datasets/tianzl66/Sheetpedia_xlsx",
138
- "prov:label": "Sheetpedia_xlsx",
139
  "description": "A 300K spreadsheet corpus for spreadsheet intelligence and LLM fine-tuning",
140
  "license": "https://spdx.org/licenses/CC-BY-SA-4.0.html"
141
  }
142
  ],
143
- "prov:wasGeneratedBy": "fxbench is curated by first first programmatically filtering, annotating, ranking and de-duplicating the source dataset, and then we manually review and curate the final benchmark set. Some parts of the process use LLM annotations, but every record in the final benchmark set is manually reviewed."
144
  }
 
2
  "@context": {
3
  "@language": "en",
4
  "@vocab": "https://schema.org/",
5
+ "citeAs": "cr:citeAs",
6
+ "column": "cr:column",
7
+ "conformsTo": "dct:conformsTo",
8
  "cr": "http://mlcommons.org/croissant/",
9
  "rai": "http://mlcommons.org/croissant/RAI/",
10
+ "data": {
11
+ "@id": "cr:data",
12
+ "@type": "@json"
13
+ },
 
14
  "dataType": {
15
  "@id": "cr:dataType",
16
  "@type": "@vocab"
17
  },
18
+ "dct": "http://purl.org/dc/terms/",
19
+ "equivalentProperty": "cr:equivalentProperty",
20
+ "examples": {
21
+ "@id": "cr:examples",
22
+ "@type": "@json"
23
+ },
24
  "extract": "cr:extract",
25
+ "field": "cr:field",
26
+ "fileProperty": "cr:fileProperty",
27
+ "fileObject": "cr:fileObject",
28
+ "fileSet": "cr:fileSet",
29
+ "format": "cr:format",
30
+ "includes": "cr:includes",
31
+ "isLiveDataset": "cr:isLiveDataset",
32
+ "jsonPath": "cr:jsonPath",
33
+ "key": "cr:key",
34
+ "md5": "cr:md5",
35
+ "parentField": "cr:parentField",
36
+ "path": "cr:path",
37
+ "recordSet": "cr:recordSet",
38
+ "references": "cr:references",
39
+ "regex": "cr:regex",
40
+ "repeated": "cr:repeated",
41
+ "replace": "cr:replace",
42
+ "samplingRate": "cr:samplingRate",
43
+ "sc": "https://schema.org/",
44
+ "separator": "cr:separator",
45
+ "source": "cr:source",
46
+ "subField": "cr:subField",
47
+ "transform": "cr:transform"
48
  },
49
  "@type": "sc:Dataset",
50
  "name": "FxBench",
51
  "url": "https://huggingface.co/datasets/FormulaComletion/fxbench",
52
  "license": "https://spdx.org/licenses/CC-BY-SA-4.0.html",
53
  "conformsTo": "http://mlcommons.org/croissant/1.1",
54
+ "citeAs": "FxBench: A benchmark for inline spreadsheet formula completion.",
55
+ "datePublished": "2026-05-07",
56
+ "version": "1.0.0",
57
  "distribution": [
58
  {
59
  "@type": "cr:FileObject",
 
162
  "rai:dataUseCases": "fxbench is only intended as evaluation benchmark for inline spreadsheet formula suggestion systems.",
163
  "rai:dataSocialImpact": "fxbench is a benchmark for spreadsheet formula suggestions, which has no direct social impact beyond improving productivity tools.",
164
  "rai:hasSyntheticData": false,
165
+ "http://www.w3.org/ns/prov#wasDerivedFrom": [
166
  {
167
  "@id": "https://huggingface.co/datasets/tianzl66/Sheetpedia_xlsx",
168
+ "http://www.w3.org/ns/prov#label": "Sheetpedia_xlsx",
169
  "description": "A 300K spreadsheet corpus for spreadsheet intelligence and LLM fine-tuning",
170
  "license": "https://spdx.org/licenses/CC-BY-SA-4.0.html"
171
  }
172
  ],
173
+ "http://www.w3.org/ns/prov#wasGeneratedBy": "fxbench is curated by first programmatically filtering, annotating, ranking and de-duplicating the source dataset, and then manually reviewing and curating the final benchmark set. Some parts of the process use LLM annotations, but every record in the final benchmark set is manually reviewed."
174
  }
croissant.jsonld CHANGED
@@ -2,28 +2,58 @@
2
  "@context": {
3
  "@language": "en",
4
  "@vocab": "https://schema.org/",
5
- "sc": "https://schema.org/",
 
 
6
  "cr": "http://mlcommons.org/croissant/",
7
  "rai": "http://mlcommons.org/croissant/RAI/",
8
- "prov": "http://www.w3.org/ns/prov#",
9
- "dct": "http://purl.org/dc/terms/",
10
- "conformsTo": "dct:conformsTo",
11
- "recordSet": "cr:recordSet",
12
- "field": "cr:field",
13
  "dataType": {
14
  "@id": "cr:dataType",
15
  "@type": "@vocab"
16
  },
17
- "source": "cr:source",
18
- "fileObject": "cr:fileObject",
 
 
 
 
19
  "extract": "cr:extract",
20
- "column": "cr:column"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  },
22
  "@type": "sc:Dataset",
23
  "name": "FxBench",
24
  "url": "https://huggingface.co/datasets/FormulaComletion/fxbench",
25
  "license": "https://spdx.org/licenses/CC-BY-SA-4.0.html",
26
  "conformsTo": "http://mlcommons.org/croissant/1.1",
 
 
 
27
  "distribution": [
28
  {
29
  "@type": "cr:FileObject",
@@ -132,13 +162,13 @@
132
  "rai:dataUseCases": "fxbench is only intended as evaluation benchmark for inline spreadsheet formula suggestion systems.",
133
  "rai:dataSocialImpact": "fxbench is a benchmark for spreadsheet formula suggestions, which has no direct social impact beyond improving productivity tools.",
134
  "rai:hasSyntheticData": false,
135
- "prov:wasDerivedFrom": [
136
  {
137
  "@id": "https://huggingface.co/datasets/tianzl66/Sheetpedia_xlsx",
138
- "prov:label": "Sheetpedia_xlsx",
139
  "description": "A 300K spreadsheet corpus for spreadsheet intelligence and LLM fine-tuning",
140
  "license": "https://spdx.org/licenses/CC-BY-SA-4.0.html"
141
  }
142
  ],
143
- "prov:wasGeneratedBy": "fxbench is curated by first first programmatically filtering, annotating, ranking and de-duplicating the source dataset, and then we manually review and curate the final benchmark set. Some parts of the process use LLM annotations, but every record in the final benchmark set is manually reviewed."
144
  }
 
2
  "@context": {
3
  "@language": "en",
4
  "@vocab": "https://schema.org/",
5
+ "citeAs": "cr:citeAs",
6
+ "column": "cr:column",
7
+ "conformsTo": "dct:conformsTo",
8
  "cr": "http://mlcommons.org/croissant/",
9
  "rai": "http://mlcommons.org/croissant/RAI/",
10
+ "data": {
11
+ "@id": "cr:data",
12
+ "@type": "@json"
13
+ },
 
14
  "dataType": {
15
  "@id": "cr:dataType",
16
  "@type": "@vocab"
17
  },
18
+ "dct": "http://purl.org/dc/terms/",
19
+ "equivalentProperty": "cr:equivalentProperty",
20
+ "examples": {
21
+ "@id": "cr:examples",
22
+ "@type": "@json"
23
+ },
24
  "extract": "cr:extract",
25
+ "field": "cr:field",
26
+ "fileProperty": "cr:fileProperty",
27
+ "fileObject": "cr:fileObject",
28
+ "fileSet": "cr:fileSet",
29
+ "format": "cr:format",
30
+ "includes": "cr:includes",
31
+ "isLiveDataset": "cr:isLiveDataset",
32
+ "jsonPath": "cr:jsonPath",
33
+ "key": "cr:key",
34
+ "md5": "cr:md5",
35
+ "parentField": "cr:parentField",
36
+ "path": "cr:path",
37
+ "recordSet": "cr:recordSet",
38
+ "references": "cr:references",
39
+ "regex": "cr:regex",
40
+ "repeated": "cr:repeated",
41
+ "replace": "cr:replace",
42
+ "samplingRate": "cr:samplingRate",
43
+ "sc": "https://schema.org/",
44
+ "separator": "cr:separator",
45
+ "source": "cr:source",
46
+ "subField": "cr:subField",
47
+ "transform": "cr:transform"
48
  },
49
  "@type": "sc:Dataset",
50
  "name": "FxBench",
51
  "url": "https://huggingface.co/datasets/FormulaComletion/fxbench",
52
  "license": "https://spdx.org/licenses/CC-BY-SA-4.0.html",
53
  "conformsTo": "http://mlcommons.org/croissant/1.1",
54
+ "citeAs": "FxBench: A benchmark for inline spreadsheet formula completion.",
55
+ "datePublished": "2026-05-07",
56
+ "version": "1.0.0",
57
  "distribution": [
58
  {
59
  "@type": "cr:FileObject",
 
162
  "rai:dataUseCases": "fxbench is only intended as evaluation benchmark for inline spreadsheet formula suggestion systems.",
163
  "rai:dataSocialImpact": "fxbench is a benchmark for spreadsheet formula suggestions, which has no direct social impact beyond improving productivity tools.",
164
  "rai:hasSyntheticData": false,
165
+ "http://www.w3.org/ns/prov#wasDerivedFrom": [
166
  {
167
  "@id": "https://huggingface.co/datasets/tianzl66/Sheetpedia_xlsx",
168
+ "http://www.w3.org/ns/prov#label": "Sheetpedia_xlsx",
169
  "description": "A 300K spreadsheet corpus for spreadsheet intelligence and LLM fine-tuning",
170
  "license": "https://spdx.org/licenses/CC-BY-SA-4.0.html"
171
  }
172
  ],
173
+ "http://www.w3.org/ns/prov#wasGeneratedBy": "fxbench is curated by first programmatically filtering, annotating, ranking and de-duplicating the source dataset, and then manually reviewing and curating the final benchmark set. Some parts of the process use LLM annotations, but every record in the final benchmark set is manually reviewed."
174
  }