Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
csv
Languages:
English
Size:
10K - 100K
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,31 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-classification
|
| 5 |
+
- text2text-generation
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
+
tags:
|
| 9 |
+
- text classification
|
| 10 |
+
- relation extraction
|
| 11 |
+
size_categories:
|
| 12 |
+
- 10K<n<100K
|
| 13 |
---
|
| 14 |
+
### SentenceRex
|
| 15 |
+
This is a dataset for training zero-shot and few-shot sentence level relation extraction models.
|
| 16 |
+
|
| 17 |
+
The dataset was created with a distant supervision technique from Wikipedia.
|
| 18 |
+
|
| 19 |
+
After that, labels were manually checked to be logically consistent with a sentence. Overall, it consists of **847** unique relations.
|
| 20 |
+
|
| 21 |
+
Each entity between which there is a relation is tagged in the following way: <e1></e1> for the source entity and <e2></e2> for the target entity.
|
| 22 |
+
|
| 23 |
+
`labels` column indicates the relation name.
|
| 24 |
+
|
| 25 |
+
### Feedback
|
| 26 |
+
We value your input! Share your feedback and suggestions to help us improve our models and datasets.
|
| 27 |
+
Fill out the feedback [form](https://forms.gle/5CPFFuLzNWznjcpL7)
|
| 28 |
+
|
| 29 |
+
### Join Our Discord
|
| 30 |
+
Connect with our community on Discord for news, support, and discussion about our models and datasets.
|
| 31 |
+
Join [Discord](https://discord.gg/mfZfwjpB)
|