Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ODWN says kat isa hond, seriously? #31

Open
kovvalsky opened this issue Sep 14, 2021 · 2 comments
Open

ODWN says kat isa hond, seriously? #31

kovvalsky opened this issue Sep 14, 2021 · 2 comments
Labels

Comments

@kovvalsky
Copy link
Owner

kovvalsky commented Sep 14, 2021

% in WNProlog/wn_s.pl:
s('eng-30-02084071-n', _, 'hond', 'n', 1, _).
s('odwn-10-104754060-n', _, 'kat', 'n', 1, _).
s('eng-30-01318894-n', _, 'huisdier', 'n', 1, _).
% in WNProlog/wn_hyp.pl:
hyp('eng-30-02084071-n', 'eng-30-01318894-n').
hyp('eng-30-01318894-n', 'eng-30-02084071-n').
hyp('odwn-10-104754060-n', 'eng-30-01318894-n').

Because of this, the following 6 neutral problems are wrongly proved as entailment:

5663: E-[NEUTRAL]
--
P:trg: De kat likt een fles
src: The cat is licking a bottle
H:trg: De hond likt een fles
src: The dog is licking a bottle


7890: E-[NEUTRAL]
--
P:trg: Twee witte katten spelen met een bruine hond en een bal
src: Two white cats are playing with a brown dog and a ball
H:trg: Twee witte honden spelen met een bruine hond en een bal
src: Two white dogs are playing with a brown dog and a ball


8173: E-[NEUTRAL]
--
P:trg: Een grote bruine kat springt over een rode hindernis
src: A large brown cat is jumping over a red hurdle
H:trg: Een grote bruine hond springt over een rode hindernis
src: A large brown dog is jumping over a red hurdle


9167: E-[NEUTRAL]
--
P:trg: Een bruine en witte kat springt op de stoep
src: A brown and white cat is jumping on the sidewalk
H:trg: Een bruine en witte hond springt op de stoep
src: A brown and white dog is jumping on the sidewalk


9185: E-[NEUTRAL]
--
P:trg: Een gele kat zit achter een bal aan
src: A yellow cat is chasing a ball
H:trg: Een gele hond zit achter een bal aan
src: A yellow dog is chasing a ball


9697: E-[NEUTRAL]
--
P:trg: Een vrouw laat een kleine kat zien aan een kind
src: A woman is showing a small cat to an infant
H:trg: Een vrouw laat een kleine hond aan een kind zien
src: A woman is showing a small dog to an infant
@kovvalsky
Copy link
Owner Author

@konstantinosKokos could you verify if this is really coming from ODWN files?

@konstantinosKokos
Copy link
Collaborator

konstantinosKokos commented Sep 14, 2021

cant replicate from files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants