Update README.md
Browse files
README.md
CHANGED
@@ -13,11 +13,27 @@ pretty_name: TBA
|
|
13 |
# Dataset Card for "cardiffnlp/relentless"
|
14 |
|
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 |
|
17 |
|
18 |
## Dataset Description
|
19 |
- **Repository:** [https://huggingface.co/datasets/cardiffnlp/relentless](https://huggingface.co/datasets/cardiffnlp/relentless)
|
20 |
-
- **Paper:**
|
21 |
- **Dataset:** [https://huggingface.co/datasets/cardiffnlp/relentless](https://huggingface.co/datasets/cardiffnlp/relentless)
|
22 |
|
23 |
### Dataset Summary
|
|
|
13 |
# Dataset Card for "cardiffnlp/relentless"
|
14 |
|
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
|
22 |
+
{
|
23 |
+
"is friend/ally of": "entities that are friends or allies",
|
24 |
+
"is competitor/rival of": "entities that are competitors or rivals",
|
25 |
+
"is known for": "examples of what entities are known for",
|
26 |
+
"is influenced by": "what has influenced different entities",
|
27 |
+
"is similar to": "examples of entities that are similar"
|
28 |
+
}
|
29 |
+
```
|
30 |
+
|
31 |
+
|
32 |
|
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
|