kovvalsky / prove_SICK_NL

Prove Ducth NLI problems of SICK-NL with LangPro
MIT License
3 stars 0 forks source link

Wrong trees (only SICK-trial part) #2

Closed kovvalsky closed 3 years ago

kovvalsky commented 3 years ago

:heavy_check_mark: Coordination of two N types

De vrouw hakt wat brood en gebakken varkensvlees

both npn and alpino trees are weird.

image

This is fixed with a rule Coord @ abst(X1,NP1) @ abst(X2,NP2) @ Det ---> Coord @ NP1[X1=Det] @ NP2[X2=Det] The result:

image

kovvalsky commented 3 years ago

:heavy_check_mark: Determiners are immediately attached to head nouns

This is semantically wrong.

bruin @ (groot @ (een @ hond)) ===> een @ (bruin @ (groot @ hond))

Een grote bruine hond en een kleine grijze hond staan op een rotsachtige ondergrond image

:heavy_check_mark: Solved by a fix rule: https://github.com/kovvalsky/prove_SICK_NL/issues/4#issue-820954232