Datasets:

Languages:
English
Size:
< 1K
ArXiv:
Libraries:
Datasets
License:
asahi417 commited on
Commit
272ac6f
1 Parent(s): 16b57b0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -4
README.md CHANGED
@@ -7,7 +7,7 @@ multilinguality:
7
  - monolingual
8
  size_categories:
9
  - n<1K
10
- pretty_name: TBA
11
  ---
12
 
13
  # Dataset Card for "cardiffnlp/relentless"
@@ -15,7 +15,7 @@ pretty_name: TBA
15
  ***RelEntLess*** is a new benchmark, in which entity pairs have to be ranked according to how much they satisfy a given graded relation.
16
  Essentially, the task is a ranking task where we provide five prototypical examples to each relation. Following brief description of each relation type
17
  is used in our baseline in addition to the prototypical examples.
18
- Please check our paper "[A RelEntLess Benchmark for Modelling Graded Relations between Named Entities](paper-link)" for more detail.
19
  THe test set is private at the moment.
20
 
21
  ```python
@@ -33,7 +33,7 @@ THe test set is private at the moment.
33
 
34
  ## Dataset Description
35
  - **Repository:** [https://huggingface.co/datasets/cardiffnlp/relentless](https://huggingface.co/datasets/cardiffnlp/relentless)
36
- - **Paper:** [A RelEntLess Benchmark for Modelling Graded Relations between Named Entities](paper-link)
37
  - **Dataset:** [https://huggingface.co/datasets/cardiffnlp/relentless](https://huggingface.co/datasets/cardiffnlp/relentless)
38
 
39
  ### Dataset Summary
@@ -63,7 +63,14 @@ THe test set is private at the moment.
63
 
64
  ### Citation Information
65
  ```
66
- TBA
 
 
 
 
 
 
 
67
  ```
68
 
69
  ### LICENSE
 
7
  - monolingual
8
  size_categories:
9
  - n<1K
10
+ pretty_name: relentless
11
  ---
12
 
13
  # Dataset Card for "cardiffnlp/relentless"
 
15
  ***RelEntLess*** is a new benchmark, in which entity pairs have to be ranked according to how much they satisfy a given graded relation.
16
  Essentially, the task is a ranking task where we provide five prototypical examples to each relation. Following brief description of each relation type
17
  is used in our baseline in addition to the prototypical examples.
18
+ Please check our paper "[A RelEntLess Benchmark for Modelling Graded Relations between Named Entities](https://arxiv.org/abs/2305.15002)" for more detail.
19
  THe test set is private at the moment.
20
 
21
  ```python
 
33
 
34
  ## Dataset Description
35
  - **Repository:** [https://huggingface.co/datasets/cardiffnlp/relentless](https://huggingface.co/datasets/cardiffnlp/relentless)
36
+ - **Paper:** [A RelEntLess Benchmark for Modelling Graded Relations between Named Entities](https://arxiv.org/abs/2305.15002)
37
  - **Dataset:** [https://huggingface.co/datasets/cardiffnlp/relentless](https://huggingface.co/datasets/cardiffnlp/relentless)
38
 
39
  ### Dataset Summary
 
63
 
64
  ### Citation Information
65
  ```
66
+ @misc{ushio2023relentless,
67
+ title={A RelEntLess Benchmark for Modelling Graded Relations between Named Entities},
68
+ author={Asahi Ushio and Jose Camacho Collados and Steven Schockaert},
69
+ year={2023},
70
+ eprint={2305.15002},
71
+ archivePrefix={arXiv},
72
+ primaryClass={cs.CL}
73
+ }
74
  ```
75
 
76
  ### LICENSE