Datasets:

Languages:
English
Size:
< 1K
ArXiv:
Libraries:
Datasets
License:
asahi417 commited on
Commit
0485c1a
1 Parent(s): cfcb034

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -11
README.md CHANGED
@@ -15,7 +15,7 @@ pretty_name: 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,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](https://arxiv.org/abs/2305.15002)
37
  - **Dataset:** [https://huggingface.co/datasets/cardiffnlp/relentless](https://huggingface.co/datasets/cardiffnlp/relentless)
38
 
39
  ### Dataset Summary
@@ -57,20 +57,13 @@ THe test set is private at the moment.
57
  "scores_mean": [4.142857142857143, 3.857142857142857, 4.857142857142857, ...],
58
  "relation_type": "known for",
59
  "ranks": [8.5, 11, 5, 14, 15, 5, 20, 13, 1.5, 18, 10, 1.5, 17, ...],
60
- "prototypical_examples": [["Extinction Rebellion", "Greta Thunberg"], ["Israel", "Palestine"],...]
61
  }
62
  ```
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
 
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
 
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
 
57
  "scores_mean": [4.142857142857143, 3.857142857142857, 4.857142857142857, ...],
58
  "relation_type": "known for",
59
  "ranks": [8.5, 11, 5, 14, 15, 5, 20, 13, 1.5, 18, 10, 1.5, 17, ...],
60
+ "prototypical_examples": [ [ "Russell Crowe", "Gladiator" ], [ "Cadbury", "chocolate" ],...]
61
  }
62
  ```
63
 
64
  ### Citation Information
65
  ```
66
+ TBA
 
 
 
 
 
 
 
67
  ```
68
 
69
  ### LICENSE