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

Potential conflict when expanding causal relation with coreference chain #10

Open
yulinchen99 opened this issue Jun 1, 2022 · 3 comments

Comments

@yulinchen99
Copy link

mention_elem[k[1]] = v

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.

@tommasoc80
Copy link
Owner

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

@yulinchen99
Copy link
Author

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

@tommasoc80
Copy link
Owner

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.

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

No branches or pull requests

2 participants