jerbarnes / semeval22_structured_sentiment

SemEval-2022 Shared Task 10: Structured Sentiment Analysis
75 stars 42 forks source link

Doubt about scripts for data file conversion #12

Closed MinionAttack closed 2 years ago

MinionAttack commented 2 years ago

Hi,

Looking at the code I see that there are some scripts to convert data formats.

With convert_to_conllu.py I can convert the JSON files to CoNLL-U but there is a script to convert from CoNLL-U to JSON or that script has to be made as part of the shared task?

In case of convert_to_bio.py and convert_to_rels.py I've some doubts, I can see that convert_to_bio.py is used within relation_prediction_module.py but for convert_to_rels.py I don't find where is used or for what is needed. What is each one used for?

Regards.

MinionAttack commented 2 years ago

Reading the documentation again I see that the JSON is obtained with the scripts inference.sh and inference.py.