I tried evaluating a single sentence against itself and I got a Smatch score greater than one (!!), any idea why?
Thank you.
Details below:
python smatchnew/smatch/smatch.py -f q3.txt q3.txt
F-score: 1.11
cat q3.txt
# ::snt How many white settlers were living in Kenya in the 1950's ?
(l / live-01
:ARG0 (p / person
:ARG1-of (s / settle-03
:ARG1 p
:ARG4 c)
:ARG1-of (w / white-02)
:quant (a / amr-unknown))
:location (c / country :name "Kenya")
:time (d / date-entity :decade 1950))
I tried evaluating a single sentence against itself and I got a Smatch score greater than one (!!), any idea why?
Thank you.
Details below:
python smatchnew/smatch/smatch.py -f q3.txt q3.txt
F-score: 1.11