sosuperic / MeanSum

Other
112 stars 51 forks source link

Word Overlap and Sentiment classifier #18

Open Saibo-creator opened 4 years ago

Saibo-creator commented 4 years ago

Hey! I'm testing your model in another dataset. The WO and Sent Acc were used as metric in your paper. Did you provide them in this repo ?

FrancisYu2020 commented 3 years ago

Hi, I have just run the test and the Sent Acc will show at classification_acc.json file in the output directory. As for WO score, they are not directly provided in the test result, but there is a file named summaries.json which lists all the documents as well as their labels and summaries inside. I think if you really need WO score, you can write your own program to handle this file and get the WO score.