MeanSum
MeanSum copied to clipboard
Word Overlap and Sentiment classifier
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 ?
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.