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

Improve span prediction on EDS #15

Open
alexanderkoller opened this issue Jul 8, 2019 · 3 comments
Open

Improve span prediction on EDS #15

alexanderkoller opened this issue Jul 8, 2019 · 3 comments
Assignees
Labels
mrp2019 Issues related to the MRP 2019 shared task post-mrp-cleanup Cleanup tasks for after the MRP deadline

Comments

@alexanderkoller
Copy link
Contributor

If EDM is used in the mtool evaluation, figure out a way to predict the spans better.

@alexanderkoller alexanderkoller added the mrp2019 Issues related to the MRP 2019 shared task label Jul 8, 2019
@namednil
Copy link
Contributor

namednil commented Jul 9, 2019

Well, the Anchoring F-score holds us down anyway.
I thought we could add two columns to amconll that indicate where for every word, the span which it induces begins and where it ends.
I was thinking of a simple tagging approach, like the relative-POS-based encoding in this paper: https://www.aclweb.org/anthology/N19-1077
(which I find interesting that this works so well!).

@alexanderkoller
Copy link
Contributor Author

I was thinking about training an NN to predict spans too. In what way would the relative-POS-based encoding solve our problem?

Whatever we do, it should be a simple solution, otherwise we won't be finished in time.

@namednil
Copy link
Contributor

namednil commented Jul 9, 2019

In the paper, this "pointer" encodes where to find the head, in our case, we would use two pointers: one pointing at the token where the span begins, and one where the span ends.
Not sure, whether I understood your question.

Yes, I think this is the simplest way of using a NN in this case. What did you think about?

@namednil namednil changed the title Improve EDM on EDS Improve span prediction on EDS Jul 11, 2019
@luciaelizabeth luciaelizabeth added the post-mrp-cleanup Cleanup tasks for after the MRP deadline label Aug 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mrp2019 Issues related to the MRP 2019 shared task post-mrp-cleanup Cleanup tasks for after the MRP deadline
Projects
None yet
Development

No branches or pull requests

3 participants