cục tẩy_multi_rc

Người giới thiệu:

Sử dụng lệnh sau để tải tập dữ liệu này trong TFDS:

ds = tfds.load('huggingface:eraser_multi_rc')
  • Mô tả :
Eraser Multi RC is a dataset for queries over multi-line passages, along with
answers and a rationalte. Each example in this dataset has the following 5 parts
1. A Mutli-line Passage
2. A Query about the passage
3. An Answer to the query
4. A Classification as to whether the answer is right or wrong
5. An Explanation justifying the classification
  • Giấy phép : Không có giấy phép đã biết
  • Phiên bản : 0.1.1
  • Tách :
Tách ra Các ví dụ
'test' 4848
'train' 24029
'validation' 3214
  • Các tính năng :
{
    "passage": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "query_and_answer": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "label": {
        "num_classes": 2,
        "names": [
            "False",
            "True"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    },
    "evidences": {
        "feature": {
            "dtype": "string",
            "id": null,
            "_type": "Value"
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    }
}