Datasets:
Upload folder using huggingface_hub
Browse files- README.md +29 -0
- dataset.json +18 -0
- tether.json +105 -0
- train.parquet +3 -0
README.md
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pretty_name: "ConceptNet 5.7"
|
| 3 |
+
license: "other"
|
| 4 |
+
tags:
|
| 5 |
+
- "knowledge-graph"
|
| 6 |
+
- "multilingual"
|
| 7 |
+
- "embeddings"
|
| 8 |
+
- "datasets"
|
| 9 |
+
- "tabular"
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# ConceptNet 5.7
|
| 13 |
+
|
| 14 |
+
## Overview
|
| 15 |
+
- dataset_id: conceptnet
|
| 16 |
+
- license: mixed (see per-row metadata for assertions)
|
| 17 |
+
- homepage: https://conceptnet.io
|
| 18 |
+
|
| 19 |
+
## Standardization
|
| 20 |
+
- split_aliases: {"dev": "validation", "val": "validation", "valid": "validation"}
|
| 21 |
+
- rename_map: {"end": "object", "relation": "predicate", "start": "subject"}
|
| 22 |
+
- selected_columns: []
|
| 23 |
+
|
| 24 |
+
## Exported Artifacts
|
| 25 |
+
- train.parquet
|
| 26 |
+
|
| 27 |
+
## Citation
|
| 28 |
+
|
| 29 |
+
Speer et al. (2017), ConceptNet 5.5: An Open Multilingual Graph of General Knowledge.
|
dataset.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"artifacts": {
|
| 3 |
+
"preferred_format": "parquet"
|
| 4 |
+
},
|
| 5 |
+
"dataset_id": "conceptnet",
|
| 6 |
+
"standardization": {
|
| 7 |
+
"canonical_column_map": {
|
| 8 |
+
"end": "object",
|
| 9 |
+
"relation": "predicate",
|
| 10 |
+
"start": "subject"
|
| 11 |
+
},
|
| 12 |
+
"split_aliases": {
|
| 13 |
+
"dev": "validation",
|
| 14 |
+
"val": "validation",
|
| 15 |
+
"valid": "validation"
|
| 16 |
+
}
|
| 17 |
+
}
|
| 18 |
+
}
|
tether.json
ADDED
|
@@ -0,0 +1,105 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"config_path": "dataset.json",
|
| 3 |
+
"dataset": {
|
| 4 |
+
"splits": {
|
| 5 |
+
"train": {
|
| 6 |
+
"column_names": [
|
| 7 |
+
"assertion_uri",
|
| 8 |
+
"relation",
|
| 9 |
+
"start",
|
| 10 |
+
"end",
|
| 11 |
+
"metadata"
|
| 12 |
+
],
|
| 13 |
+
"num_rows": 34074917,
|
| 14 |
+
"type": "Dataset"
|
| 15 |
+
}
|
| 16 |
+
},
|
| 17 |
+
"type": "DatasetDict"
|
| 18 |
+
},
|
| 19 |
+
"dataset_card": "README.md",
|
| 20 |
+
"dataset_id": "conceptnet",
|
| 21 |
+
"exported_paths": [
|
| 22 |
+
"train.parquet"
|
| 23 |
+
],
|
| 24 |
+
"format": "parquet",
|
| 25 |
+
"manifest": "tether.json",
|
| 26 |
+
"max_shard_size": "1GB",
|
| 27 |
+
"output_dir": ".",
|
| 28 |
+
"profile": {
|
| 29 |
+
"citation": "Speer et al. (2017), ConceptNet 5.5: An Open Multilingual Graph of General Knowledge.",
|
| 30 |
+
"dataset_id": "conceptnet",
|
| 31 |
+
"default_repo_id": null,
|
| 32 |
+
"description": "ConceptNet assertions and Numberbatch vectors from local source files.",
|
| 33 |
+
"homepage": "https://conceptnet.io",
|
| 34 |
+
"license": "mixed (see per-row metadata for assertions)",
|
| 35 |
+
"tags": [
|
| 36 |
+
"knowledge-graph",
|
| 37 |
+
"multilingual",
|
| 38 |
+
"embeddings"
|
| 39 |
+
],
|
| 40 |
+
"title": "ConceptNet 5.7"
|
| 41 |
+
},
|
| 42 |
+
"repo_id": "ysginc/conceptnet",
|
| 43 |
+
"report": {
|
| 44 |
+
"dataset_id": "conceptnet",
|
| 45 |
+
"dataset_type": "DatasetDict",
|
| 46 |
+
"extensions": [
|
| 47 |
+
"request_fingerprint",
|
| 48 |
+
"required_splits",
|
| 49 |
+
"metadata_report"
|
| 50 |
+
],
|
| 51 |
+
"name": null,
|
| 52 |
+
"num_proc": null,
|
| 53 |
+
"num_rows": {
|
| 54 |
+
"train": 34074917
|
| 55 |
+
},
|
| 56 |
+
"profile": {
|
| 57 |
+
"citation": "Speer et al. (2017), ConceptNet 5.5: An Open Multilingual Graph of General Knowledge.",
|
| 58 |
+
"dataset_id": "conceptnet",
|
| 59 |
+
"default_repo_id": null,
|
| 60 |
+
"description": "ConceptNet assertions and Numberbatch vectors from local source files.",
|
| 61 |
+
"homepage": "https://conceptnet.io",
|
| 62 |
+
"license": "mixed (see per-row metadata for assertions)",
|
| 63 |
+
"tags": [
|
| 64 |
+
"knowledge-graph",
|
| 65 |
+
"multilingual",
|
| 66 |
+
"embeddings"
|
| 67 |
+
],
|
| 68 |
+
"title": "ConceptNet 5.7"
|
| 69 |
+
},
|
| 70 |
+
"request_fingerprint": "2669044dc546946a62323607a4ac672e3d11ce6e6b9afec76e7e9aab5ed781a8",
|
| 71 |
+
"revision": null,
|
| 72 |
+
"source": "csv",
|
| 73 |
+
"split": null,
|
| 74 |
+
"streaming": false,
|
| 75 |
+
"variant": "assertions"
|
| 76 |
+
},
|
| 77 |
+
"request": {
|
| 78 |
+
"column_names": [
|
| 79 |
+
"assertion_uri",
|
| 80 |
+
"relation",
|
| 81 |
+
"start",
|
| 82 |
+
"end",
|
| 83 |
+
"metadata"
|
| 84 |
+
],
|
| 85 |
+
"data_files": {
|
| 86 |
+
"train": "/home/jschultz/source/personal/llm-datasets/datasets/conceptnet/data/conceptnet-assertions-5.7.0.tsv"
|
| 87 |
+
},
|
| 88 |
+
"delimiter": "\t",
|
| 89 |
+
"path": "csv",
|
| 90 |
+
"streaming": false
|
| 91 |
+
},
|
| 92 |
+
"standardization": {
|
| 93 |
+
"rename_map": {
|
| 94 |
+
"end": "object",
|
| 95 |
+
"relation": "predicate",
|
| 96 |
+
"start": "subject"
|
| 97 |
+
},
|
| 98 |
+
"selected_columns": [],
|
| 99 |
+
"split_aliases": {
|
| 100 |
+
"dev": "validation",
|
| 101 |
+
"val": "validation",
|
| 102 |
+
"valid": "validation"
|
| 103 |
+
}
|
| 104 |
+
}
|
| 105 |
+
}
|
train.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5fd3732617e1c8847fca6e538758082ccd0bd542acfbd74557e7d10bf850c084
|
| 3 |
+
size 1065933629
|