conceptnet5

อ้างอิง:

คอนเซปต์เน็ต5

ใช้คำสั่งต่อไปนี้เพื่อโหลดชุดข้อมูลนี้ใน TFDS:

ds = tfds.load('huggingface:conceptnet5/conceptnet5')
  • คำอธิบาย :
\ This dataset is designed to provide training data
for common sense relationships pulls together from various
sources. 

The dataset is multi-lingual. See langauge codes and language info
here: https://github.com/commonsense/conceptnet5/wiki/Languages


This dataset provides an interface for the conceptnet5 csv file, and
some (but not all) of the raw text data used to build conceptnet5:
omcsnet_sentences_free.txt, and omcsnet_sentences_more.txt.

One use of this dataset would be to learn to extract the conceptnet
relationship from the omcsnet sentences.

Conceptnet5 has 34,074,917 relationships. Of those relationships,
there are 2,176,099 surface text sentences related to those 2M
entries.

omcsnet_sentences_free has 898,161 lines. omcsnet_sentences_more has
2,001,736 lines.

Original downloads are available here
https://github.com/commonsense/conceptnet5/wiki/Downloads. For more
information, see: https://github.com/commonsense/conceptnet5/wiki

The omcsnet data comes with the following warning from the authors of
the above site: 

Remember: this data comes from various forms of
crowdsourcing. Sentences in these files are not necessarily true,
useful, or appropriate.
  • ใบอนุญาต : งานนี้ประกอบด้วยข้อมูลจาก ConceptNet 5 ซึ่งรวบรวมโดย Commonsense Computing Initiative ConceptNet 5 ใช้งานได้ฟรีภายใต้ใบอนุญาต Creative Commons Attribution-ShareAlike (CC BY SA 3.0) จาก http://conceptnet.io

ข้อมูลที่รวมไว้ถูกสร้างขึ้นโดยผู้มีส่วนร่วมในโครงการ Commonsense Computing, ผู้มีส่วนร่วมในโครงการ Wikimedia, DBPedia, OpenCyc, Games with a Purpose, WordNet ของมหาวิทยาลัยพรินซ์ตัน, Open Multilingual WordNet ของ Francis Bond และ JMDict ของ Jim Breen

มีใบอนุญาตอื่นๆ มากมาย ดู: https://github.com/commonsense/conceptnet5/wiki/Copying-and-sharing-ConceptNet

  • เวอร์ชัน : 5.7.0
  • แยก :
แยก ตัวอย่าง
'train' 34074917
  • คุณสมบัติ :
{
    "sentence": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "full_rel": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "rel": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "arg1": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "arg2": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "lang": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "extra_info": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "weight": {
        "dtype": "float32",
        "id": null,
        "_type": "Value"
    }
}

omcs_sentences_free

ใช้คำสั่งต่อไปนี้เพื่อโหลดชุดข้อมูลนี้ใน TFDS:

ds = tfds.load('huggingface:conceptnet5/omcs_sentences_free')
  • คำอธิบาย :
\ This dataset is designed to provide training data
for common sense relationships pulls together from various
sources. 

The dataset is multi-lingual. See langauge codes and language info
here: https://github.com/commonsense/conceptnet5/wiki/Languages


This dataset provides an interface for the conceptnet5 csv file, and
some (but not all) of the raw text data used to build conceptnet5:
omcsnet_sentences_free.txt, and omcsnet_sentences_more.txt.

One use of this dataset would be to learn to extract the conceptnet
relationship from the omcsnet sentences.

Conceptnet5 has 34,074,917 relationships. Of those relationships,
there are 2,176,099 surface text sentences related to those 2M
entries.

omcsnet_sentences_free has 898,161 lines. omcsnet_sentences_more has
2,001,736 lines.

Original downloads are available here
https://github.com/commonsense/conceptnet5/wiki/Downloads. For more
information, see: https://github.com/commonsense/conceptnet5/wiki

The omcsnet data comes with the following warning from the authors of
the above site: 

Remember: this data comes from various forms of
crowdsourcing. Sentences in these files are not necessarily true,
useful, or appropriate.
  • ใบอนุญาต : งานนี้ประกอบด้วยข้อมูลจาก ConceptNet 5 ซึ่งรวบรวมโดย Commonsense Computing Initiative ConceptNet 5 ใช้งานได้ฟรีภายใต้ใบอนุญาต Creative Commons Attribution-ShareAlike (CC BY SA 3.0) จาก http://conceptnet.io

ข้อมูลที่รวมไว้ถูกสร้างขึ้นโดยผู้มีส่วนร่วมในโครงการ Commonsense Computing, ผู้มีส่วนร่วมในโครงการ Wikimedia, DBPedia, OpenCyc, Games with a Purpose, WordNet ของมหาวิทยาลัยพรินซ์ตัน, Open Multilingual WordNet ของ Francis Bond และ JMDict ของ Jim Breen

มีใบอนุญาตอื่นๆ มากมาย ดู: https://github.com/commonsense/conceptnet5/wiki/Copying-and-sharing-ConceptNet

  • เวอร์ชัน : 5.7.0
  • แยก :
แยก ตัวอย่าง
'train' 898160
  • คุณสมบัติ :
{
    "sentence": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "raw_data": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "lang": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}

omcs_sentences_เพิ่มเติม

ใช้คำสั่งต่อไปนี้เพื่อโหลดชุดข้อมูลนี้ใน TFDS:

ds = tfds.load('huggingface:conceptnet5/omcs_sentences_more')
  • คำอธิบาย :
\ This dataset is designed to provide training data
for common sense relationships pulls together from various
sources. 

The dataset is multi-lingual. See langauge codes and language info
here: https://github.com/commonsense/conceptnet5/wiki/Languages


This dataset provides an interface for the conceptnet5 csv file, and
some (but not all) of the raw text data used to build conceptnet5:
omcsnet_sentences_free.txt, and omcsnet_sentences_more.txt.

One use of this dataset would be to learn to extract the conceptnet
relationship from the omcsnet sentences.

Conceptnet5 has 34,074,917 relationships. Of those relationships,
there are 2,176,099 surface text sentences related to those 2M
entries.

omcsnet_sentences_free has 898,161 lines. omcsnet_sentences_more has
2,001,736 lines.

Original downloads are available here
https://github.com/commonsense/conceptnet5/wiki/Downloads. For more
information, see: https://github.com/commonsense/conceptnet5/wiki

The omcsnet data comes with the following warning from the authors of
the above site: 

Remember: this data comes from various forms of
crowdsourcing. Sentences in these files are not necessarily true,
useful, or appropriate.
  • ใบอนุญาต : งานนี้ประกอบด้วยข้อมูลจาก ConceptNet 5 ซึ่งรวบรวมโดย Commonsense Computing Initiative ConceptNet 5 ใช้งานได้ฟรีภายใต้ใบอนุญาต Creative Commons Attribution-ShareAlike (CC BY SA 3.0) จาก http://conceptnet.io

ข้อมูลที่รวมไว้ถูกสร้างขึ้นโดยผู้มีส่วนร่วมในโครงการ Commonsense Computing, ผู้มีส่วนร่วมในโครงการ Wikimedia, DBPedia, OpenCyc, Games with a Purpose, WordNet ของมหาวิทยาลัยพรินซ์ตัน, Open Multilingual WordNet ของ Francis Bond และ JMDict ของ Jim Breen

มีใบอนุญาตอื่นๆ มากมาย ดู: https://github.com/commonsense/conceptnet5/wiki/Copying-and-sharing-ConceptNet

  • เวอร์ชัน : 5.7.0
  • แยก :
แยก ตัวอย่าง
'train' 2001735
  • คุณสมบัติ :
{
    "sentence": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "raw_data": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "lang": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}