File size: 3,180 Bytes
8265d1f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
  "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"
    }
  }
}