Open jbjeong91 opened 4 years ago
There is no relation embedding. We recognize the relation by "classification".
Thx for your reply. Then I have one more question. When extracting max 4 triples, 12(0~11) decode sequence steps used and, each '0, 3, 6, 9' sequence step classifies a relation?
Exactly
Hi, I have one more question. in the NYT dataset, I can see one 1-dimension list and two 2-dimension lists in 'test.json'. what is the role of each list? I just infer that the one 2-dimension list is for sentence instances and the other one is for triplets in each sentence. then what is the role 1-dimension list?
I just found 'words2id','relations2id' and 'words_id2vector'. where is the embedding for relations?