Skip to content
This repository has been archived by the owner on Oct 9, 2018. It is now read-only.

Support for (Not-)Factive verbs #32

Open
assaft opened this issue Mar 22, 2014 · 0 comments
Open

Support for (Not-)Factive verbs #32

assaft opened this issue Mar 22, 2014 · 0 comments
Assignees

Comments

@assaft
Copy link
Collaborator

assaft commented Mar 22, 2014

We want to support FACT annotation for inferences like:

T: John said that the car crashed into the Dom Tower.
==> H: The car crashed into the Dom Tower.
(said = FACT)

T: John loves a senior coalition official in Iraq who said the body was found by the police.
==> H: John loves an official.
(said = FACT/NOFACT)

T: John loves a senior coalition official in Iraq who said the body was found by the police.
==> H: An official said that a body was found.
(said = FACT/NOFACT)

T: John loves a senior coalition official in Iraq who said the body was found by the police.
==> H: a body was found.
(said = FACT)

And we also want to support NOFACT annotation for cases like:

T: John said that the car crashed into the Dom Tower.
=/=> H: The car crashed into the Dom Tower.
(said = NOFACT)

T: John loves a senior coalition official in Iraq who said the body was found by the police.
=/=> H: a body was found.
(said = NOFACT)

A set of test cases was sent by email.

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

No branches or pull requests

2 participants