JohnGiorgi / seq2rel-ds

This is a companion repository to seq2rel (https://github.com/JohnGiorgi/seq2rel) which aims to make it easy to generate training data.
5 stars 1 forks source link

Preprocessing an existing dataset should also output its labels #17

Open JohnGiorgi opened 3 years ago

JohnGiorgi commented 3 years ago

Because seq2rel needs the "special" tokens and the relation classes used in serialization, the preprocess command in this repo should save this information somewhere along with the preprocessed data. Perhaps in a JSON file in the same directory as the preprocessed data.