ecthr_case

Người giới thiệu:

bị cáo buộc vi phạm-dự đoán

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

ds = tfds.load('huggingface:ecthr_cases/alleged-violation-prediction')
  • Sự miêu tả :
The ECtHR Cases dataset is designed for experimentation of neural judgment prediction and rationale extraction considering ECtHR cases.
  • Giấy phép : CC BY-NC-SA (Creative Commons / Attribution-NonCommercial-ShareAlike)
  • Phiên bản : 1.1.0
  • Chia tách :
Tách ra Ví dụ
'test' 1000
'train' 9000
'validation' 1000
  • Đặc trưng :
{
    "facts": {
        "feature": {
            "dtype": "string",
            "id": null,
            "_type": "Value"
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    },
    "labels": {
        "feature": {
            "dtype": "string",
            "id": null,
            "_type": "Value"
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    },
    "silver_rationales": {
        "feature": {
            "dtype": "int32",
            "id": null,
            "_type": "Value"
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    },
    "gold_rationales": {
        "feature": {
            "dtype": "int32",
            "id": null,
            "_type": "Value"
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    }
}

dự đoán vi phạm

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

ds = tfds.load('huggingface:ecthr_cases/violation-prediction')
  • Sự miêu tả :
The ECtHR Cases dataset is designed for experimentation of neural judgment prediction and rationale extraction considering ECtHR cases.
  • Giấy phép : CC BY-NC-SA (Creative Commons / Attribution-NonCommercial-ShareAlike)
  • Phiên bản : 1.1.0
  • Chia tách :
Tách ra Ví dụ
'test' 1000
'train' 9000
'validation' 1000
  • Đặc trưng :
{
    "facts": {
        "feature": {
            "dtype": "string",
            "id": null,
            "_type": "Value"
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    },
    "labels": {
        "feature": {
            "dtype": "string",
            "id": null,
            "_type": "Value"
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    },
    "silver_rationales": {
        "feature": {
            "dtype": "int32",
            "id": null,
            "_type": "Value"
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    }
}