init
Browse files- relentless.py +2 -11
relentless.py
CHANGED
@@ -9,17 +9,8 @@ import datasets
|
|
9 |
logger = datasets.logging.get_logger(__name__)
|
10 |
_DESCRIPTION = """ Named-entities Relation Ranking. """
|
11 |
_NAME = "relentless"
|
12 |
-
_VERSION = "0.2.
|
13 |
-
_CITATION = """
|
14 |
-
@misc{ushio2023relentless,
|
15 |
-
title={A RelEntLess Benchmark for Modelling Graded Relations between Named Entities},
|
16 |
-
author={Asahi Ushio and Jose Camacho Collados and Steven Schockaert},
|
17 |
-
year={2023},
|
18 |
-
eprint={2305.15002},
|
19 |
-
archivePrefix={arXiv},
|
20 |
-
primaryClass={cs.CL}
|
21 |
-
}
|
22 |
-
"""
|
23 |
_HOME_PAGE = "https://huggingface.co/datasets/cardiffnlp/relentless"
|
24 |
_URL = f'https://huggingface.co/datasets/cardiffnlp/{_NAME}/raw/main'
|
25 |
_URLS = {
|
|
|
9 |
logger = datasets.logging.get_logger(__name__)
|
10 |
_DESCRIPTION = """ Named-entities Relation Ranking. """
|
11 |
_NAME = "relentless"
|
12 |
+
_VERSION = "0.2.3"
|
13 |
+
_CITATION = """TBA"""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
_HOME_PAGE = "https://huggingface.co/datasets/cardiffnlp/relentless"
|
15 |
_URL = f'https://huggingface.co/datasets/cardiffnlp/{_NAME}/raw/main'
|
16 |
_URLS = {
|