jerbarnes / semeval22_structured_sentiment

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

Difference in MPQA test set #29

Closed ybz79 closed 2 years ago

ybz79 commented 2 years ago

Hi, I used the provided script process_mpqa.sh to process the mpqa dataset and get 2058 sentences. However, I found that the test set of mpqa in example submission has 2111 sentences. Several sentences are missed:

image

How can I fix this?

jerbarnes commented 2 years ago

Hi,

Sorry to hear you are having problems. Can you confirm that your stanza version is 1.1.1?

ybz79 commented 2 years ago

thanks, I changed the stanza version to 1.1.1 and the sentence number is correct now