{ "@context": { "@language": "en", "@vocab": "https://schema.org/", "citeAs": "cr:citeAs", "column": "cr:column", "conformsTo": "dct:conformsTo", "cr": "http://mlcommons.org/croissant/", "rai": "http://mlcommons.org/croissant/RAI/", "data": { "@id": "cr:data", "@type": "@json" }, "dataType": { "@id": "cr:dataType", "@type": "@vocab" }, "dct": "http://purl.org/dc/terms/", "equivalentProperty": "cr:equivalentProperty", "examples": { "@id": "cr:examples", "@type": "@json" }, "extract": "cr:extract", "field": "cr:field", "fileProperty": "cr:fileProperty", "fileObject": "cr:fileObject", "fileSet": "cr:fileSet", "format": "cr:format", "includes": "cr:includes", "isLiveDataset": "cr:isLiveDataset", "jsonPath": "cr:jsonPath", "key": "cr:key", "md5": "cr:md5", "parentField": "cr:parentField", "path": "cr:path", "recordSet": "cr:recordSet", "references": "cr:references", "regex": "cr:regex", "repeated": "cr:repeated", "replace": "cr:replace", "samplingRate": "cr:samplingRate", "sc": "https://schema.org/", "separator": "cr:separator", "source": "cr:source", "subField": "cr:subField", "transform": "cr:transform" }, "@type": "sc:Dataset", "name": "FxBench", "url": "https://huggingface.co/datasets/FormulaComletion/fxbench", "license": "https://spdx.org/licenses/CC-BY-SA-4.0.html", "conformsTo": "http://mlcommons.org/croissant/1.1", "citeAs": "FxBench: A benchmark for inline spreadsheet formula completion.", "datePublished": "2026-05-07", "version": "1.0.0", "distribution": [ { "@type": "cr:FileObject", "@id": "fxbench-parquet", "contentUrl": "https://huggingface.co/datasets/FormulaComletion/fxbench/resolve/main/data/train-00000-of-00001.parquet", "encodingFormat": "application/x-parquet", "sha256": "b3dfc46c830e86bbe87820d81f7f9fb9f3a92904e7afde95c960e2d4a2c2e2a2" }, { "@type": "cr:FileObject", "@id": "fxbench-metadata-jsonl", "contentUrl": "https://huggingface.co/datasets/FormulaComletion/fxbench/resolve/main/metadata.jsonl", "encodingFormat": "application/x-ndjson", "sha256": "76fa06d1873b45757998e490224805274e5264264bcecebb5143194d896857dd" } ], "recordSet": [ { "@type": "cr:RecordSet", "@id": "fxbench-records", "field": [ { "@type": "cr:Field", "@id": "fxbench-records/id", "dataType": "sc:Text", "source": { "fileObject": { "@id": "fxbench-parquet" }, "extract": { "column": "id" } } }, { "@type": "cr:Field", "@id": "fxbench-records/function", "dataType": "sc:Text", "source": { "fileObject": { "@id": "fxbench-parquet" }, "extract": { "column": "function" } } }, { "@type": "cr:Field", "@id": "fxbench-records/formula", "dataType": "sc:Text", "source": { "fileObject": { "@id": "fxbench-parquet" }, "extract": { "column": "formula" } } }, { "@type": "cr:Field", "@id": "fxbench-records/target_cell", "dataType": "sc:Text", "source": { "fileObject": { "@id": "fxbench-parquet" }, "extract": { "column": "target_cell" } } }, { "@type": "cr:Field", "@id": "fxbench-records/target_sheet", "dataType": "sc:Text", "source": { "fileObject": { "@id": "fxbench-parquet" }, "extract": { "column": "target_sheet" } } }, { "@type": "cr:Field", "@id": "fxbench-records/workbook", "dataType": "sc:Text", "source": { "fileObject": { "@id": "fxbench-parquet" }, "extract": { "column": "workbook" } } } ] } ], "rai:dataLimitations": "fxbench is a manually curated benchmark of 503 spreadsheet formula suggestions. It is an evaluation-only benchmark not intended for model training or fine-tuning. It is specifically designed for evaluating large language models in inline formula suggestion settings. The benchmark curation filters out non-English spreadsheets, so not ideal for evaluating models on non-English data.", "rai:dataBiases": "fxbench focuses on real-world spreadsheet examples, so we filter-out very small or very huge spreadsheets. We also filter-out spreadsheets with non-English content. The benchmark contains spreadsheets from a variety of domains, but we do not annotate domain metadata, so some domains may be non-uniformly represented.", "rai:personalSensitiveInformation": "fxbench is derived from Sheetpedia, a corpus of 300k real-world spreadsheets. Sheetpedia was filtered to remove personally identifiable information (PII) and sensitive data, but we have not independently audited the dataset for residual PII or sensitive data. We also do not annotate records with potential residual PII or sensitive data, so some records may contain unmarked PII or sensitive data.", "rai:dataUseCases": "fxbench is only intended as evaluation benchmark for inline spreadsheet formula suggestion systems.", "rai:dataSocialImpact": "fxbench is a benchmark for spreadsheet formula suggestions, which has no direct social impact beyond improving productivity tools.", "rai:hasSyntheticData": false, "http://www.w3.org/ns/prov#wasDerivedFrom": [ { "@id": "https://huggingface.co/datasets/tianzl66/Sheetpedia_xlsx", "http://www.w3.org/ns/prov#label": "Sheetpedia_xlsx", "description": "A 300K spreadsheet corpus for spreadsheet intelligence and LLM fine-tuning", "license": "https://spdx.org/licenses/CC-BY-SA-4.0.html" } ], "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." }