-
Notifications
You must be signed in to change notification settings - Fork 355
Downloads
Rob Speer edited this page Aug 18, 2017
·
10 revisions
You can download a pre-built list of all the edges (assertions) in ConceptNet 5.5 in this gzipped, tab-separated text file.
As an example, here's the first line in the file (an Abkhaz word and its antonym):
/a/[/r/Antonym/,/c/ab/агыруа/n/,/c/ab/аҧсуа/] /r/Antonym /c/ab/агыруа/n /c/ab/аҧсуа {"dataset": "/d/wiktionary/en", "license": "cc:by-sa/4.0", "sources": [{"contributor": "/s/resource/wiktionary/en", "process": "/s/process/wikiparsec/1"}], "weight": 1.0}
The five fields of each line are:
- The URI of the whole edge
- The relation expressed by the edge
- The node at the start of the edge
- The node at the end of the edge
- A JSON structure of additional information about the edge, such as its weight
Current version: conceptnet-assertions-5.5.5.csv.gz.
Older version: conceptnet-assertions-5.5.0.csv.gz.
ConceptNet also provides pre-computed downloadable term vectors (a replacement for word2vec or GloVe, for example), called ConceptNet Numberbatch. You can find links to ConceptNet Numberbatch downloads in its own repository.
Starting points
Reproducibility
Details