THU-BPM / SelfORE

The source code of paper "SelfORE: Self-supervised Relational Feature Learning for Open Relation Extraction"
47 stars 10 forks source link

How to get sentence_train.json, sentence_train_label.json and sentence_index.json? #4

Closed BobXWu closed 3 years ago

BobXWu commented 4 years ago

Hi, can you show how to get these json files from the data-sample.txt?

stronglily commented 4 years ago

Hi, can you show how to get these json files from the data-sample.txt?

hello?Have you got these documents?

xuminghu commented 3 years ago

Thanks for your interest in our work. We have refactored the code and no longer need sentence_index.json. Among them, sentence_train.json represents the training data, sentence_train_label.json represents the gold label corresponding to the training data, which is only used for the evaluation of the final result.