EventStoryLine icon indicating copy to clipboard operation
EventStoryLine copied to clipboard

Potential conflict when expanding causal relation with coreference chain

Open yulinchen99 opened this issue 3 years ago • 3 comments

https://github.com/tommasoc80/EventStoryLine/blob/f3c9aad79bb5acd1be3c5752c3493e0d4fa62013/create_gold_document.py#L141

Hi, I found the processing script here does not consider conflicted relation inference. It is possible for one pair of mentions to have "PRECONDITION" and "FALLING_ACTION" relations inferred at the same time. The conflicted pairs would better be deleted.

yulinchen99 avatar Jun 01 '22 14:06 yulinchen99

Thanks for pointing this out. Did you find any actual inconsistencies?

tommasoc80 avatar Jun 06 '22 14:06 tommasoc80

Thanks for pointing this out. Did you find any actual inconsistencies?

Yes. For topic 1, some inconsistency examples are (the format is file (source, target) relation1 relation2)

1_18ecbplus.xml ('45', '150') PRECONDITION FALLING_ACTION
1_18ecbplus.xml ('92_93', '150') PRECONDITION FALLING_ACTION
1_21ecbplus.xml ('32_33', '53') FALLING_ACTION PRECONDITION
1_21ecbplus.xml ('47_48', '53') FALLING_ACTION PRECONDITION

yulinchen99 avatar Jun 06 '22 15:06 yulinchen99

Right. I don't have time to take care of that, but if you are willing to push code and revised annotation, I will make them available and acknowledge your contribution to the project.

tommasoc80 avatar Jun 07 '22 09:06 tommasoc80