leonhardhennig commited on
Commit
57212d7
1 Parent(s): bdea6a7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -17,8 +17,9 @@ relation CompanyProvidesProduct.
17
 
18
  ### Dataset Description
19
 
20
- This repository contains all sentences of the original full-text documents which contain at least one ORGANIZATION and one PRODUCT entity.
21
- For each ORG-PROD combination, the dataset contains an instance, labeled with either "CompanyProvidesProduct" or "no_relation".
 
22
 
23
  - **Curated by:** DFKI-SLT
24
  - **Shared by:** DFKI-SLT
 
17
 
18
  ### Dataset Description
19
 
20
+ This repository contains only those sentences from the original full-text documents which contain at least one ORGANIZATION and one PRODUCT entity.
21
+ For each ORG-PROD combination in a sentence, the dataset contains an instance, labeled with either "CompanyProvidesProduct" or "no_relation". The dataset
22
+ is hence more suited for Relation Extraction, similar to the (https://huggingface.co/datasets/DFKI-SLT/tacred)[TACRED dataset], and not for Named Entity Recognition.
23
 
24
  - **Curated by:** DFKI-SLT
25
  - **Shared by:** DFKI-SLT