| { | |
| "config_path": "dataset.json", | |
| "dataset": { | |
| "splits": { | |
| "dev": { | |
| "column_names": [ | |
| "head", | |
| "relation", | |
| "tail" | |
| ], | |
| "num_rows": 102024, | |
| "type": "Dataset" | |
| }, | |
| "test": { | |
| "column_names": [ | |
| "head", | |
| "relation", | |
| "tail" | |
| ], | |
| "num_rows": 152209, | |
| "type": "Dataset" | |
| }, | |
| "train": { | |
| "column_names": [ | |
| "head", | |
| "relation", | |
| "tail" | |
| ], | |
| "num_rows": 1076880, | |
| "type": "Dataset" | |
| } | |
| }, | |
| "type": "DatasetDict" | |
| }, | |
| "dataset_card": "README.md", | |
| "dataset_id": "atomic", | |
| "exported_paths": [ | |
| "train.parquet", | |
| "dev.parquet", | |
| "test.parquet" | |
| ], | |
| "format": "parquet", | |
| "manifest": "tether.json", | |
| "max_shard_size": "1GB", | |
| "output_dir": ".", | |
| "profile": { | |
| "citation": "Hwang et al. (2021), COMET-ATOMIC 2020: On Symbolic and Neural Commonsense Knowledge Graphs, AAAI 2021.", | |
| "dataset_id": "atomic", | |
| "default_repo_id": null, | |
| "description": "Commonsense head-relation-tail tuples split into train/dev/test.", | |
| "homepage": "https://github.com/allenai/comet-atomic-2020", | |
| "license": "cc-by-4.0", | |
| "tags": [ | |
| "commonsense", | |
| "knowledge-graph", | |
| "tsv" | |
| ], | |
| "title": "ATOMIC 2020 Commonsense Knowledge Graph" | |
| }, | |
| "repo_id": "ysginc/atomic", | |
| "report": { | |
| "dataset_id": "atomic", | |
| "dataset_type": "DatasetDict", | |
| "extensions": [ | |
| "request_fingerprint", | |
| "required_splits", | |
| "metadata_report" | |
| ], | |
| "name": null, | |
| "num_proc": null, | |
| "num_rows": { | |
| "dev": 102024, | |
| "test": 152209, | |
| "train": 1076880 | |
| }, | |
| "profile": { | |
| "citation": "Hwang et al. (2021), COMET-ATOMIC 2020: On Symbolic and Neural Commonsense Knowledge Graphs, AAAI 2021.", | |
| "dataset_id": "atomic", | |
| "default_repo_id": null, | |
| "description": "Commonsense head-relation-tail tuples split into train/dev/test.", | |
| "homepage": "https://github.com/allenai/comet-atomic-2020", | |
| "license": "cc-by-4.0", | |
| "tags": [ | |
| "commonsense", | |
| "knowledge-graph", | |
| "tsv" | |
| ], | |
| "title": "ATOMIC 2020 Commonsense Knowledge Graph" | |
| }, | |
| "request_fingerprint": "664b3c6d8b31f47ab16f8921d19d917e7b694dbbc897277596ee36a15d28d157", | |
| "revision": null, | |
| "source": "csv", | |
| "split": null, | |
| "streaming": false | |
| }, | |
| "request": { | |
| "column_names": [ | |
| "head", | |
| "relation", | |
| "tail" | |
| ], | |
| "data_files": { | |
| "dev": "/home/jschultz/source/personal/llm-datasets/datasets/atomic/data/dev.tsv", | |
| "test": "/home/jschultz/source/personal/llm-datasets/datasets/atomic/data/test.tsv", | |
| "train": "/home/jschultz/source/personal/llm-datasets/datasets/atomic/data/train.tsv" | |
| }, | |
| "delimiter": "\t", | |
| "path": "csv", | |
| "streaming": false | |
| }, | |
| "standardization": { | |
| "rename_map": { | |
| "head": "subject", | |
| "relation": "predicate", | |
| "tail": "object" | |
| }, | |
| "selected_columns": [], | |
| "split_aliases": { | |
| "dev": "validation", | |
| "val": "validation", | |
| "valid": "validation" | |
| } | |
| } | |
| } | |