参考文献:
正規の
次のコマンドを使用して、このデータセットを TFDS にロードします。
ds = tfds.load('huggingface:ascent_kb/canonical')
- 説明:
This dataset contains 8.9M commonsense assertions extracted by the Ascent pipeline (https://ascent.mpi-inf.mpg.de/).
- ライセンス: クリエイティブ・コモンズ表示 4.0 国際ライセンス。 https://creativecommons.org/licenses/by/4.0/
- バージョン: 1.0.0
- 分割:
スプリット | 例 |
---|---|
'train' | 8904060 |
- 特徴:
{
"arg1": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"rel": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"arg2": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"support": {
"dtype": "int64",
"id": null,
"_type": "Value"
},
"facets": [
{
"value": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"type": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"support": {
"dtype": "int64",
"id": null,
"_type": "Value"
}
}
],
"source_sentences": [
{
"text": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"source": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}
]
}
開ける
次のコマンドを使用して、このデータセットを TFDS にロードします。
ds = tfds.load('huggingface:ascent_kb/open')
- 説明:
This dataset contains 8.9M commonsense assertions extracted by the Ascent pipeline (https://ascent.mpi-inf.mpg.de/).
- ライセンス: クリエイティブ・コモンズ表示 4.0 国際ライセンス。 https://creativecommons.org/licenses/by/4.0/
- バージョン: 1.0.0
- 分割:
スプリット | 例 |
---|---|
'train' | 8904060 |
- 特徴:
{
"subject": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"predicate": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"object": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"support": {
"dtype": "int64",
"id": null,
"_type": "Value"
},
"facets": [
{
"value": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"type": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"support": {
"dtype": "int64",
"id": null,
"_type": "Value"
}
}
],
"source_sentences": [
{
"text": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"source": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}
]
}