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

XLNet integration #10

Open
alexanderkoller opened this issue Jun 26, 2019 · 2 comments
Open

XLNet integration #10

alexanderkoller opened this issue Jun 26, 2019 · 2 comments
Assignees
Labels
post-mrp-cleanup Cleanup tasks for after the MRP deadline

Comments

@alexanderkoller
Copy link
Contributor

XLNet, which just came out, beats BERT by an incredible margin on a number of nontrivial tasks: https://arxiv.org/abs/1906.08237

Once our basic infrastructure for the shared task is up and running, we should integrate XLNet into the am-parser and see what this buys us.

In an ideal world, AllenNLP will already include a module for pretrained XLNet embeddings. Otherwise, it doesn't seem very hard to write our own. The BERT class in AllenNLP is basically just a rather thin wrapper around the Pytorch BERT library from huggingface, and those people have already implemented XLNet. So it seems like it would just be a matter of replacing the core bits of the AllenNLP class with calls to the huggingface class.

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

We are not allowed to use it for the shared task though: http://svn.nlpl.eu/mrp/2019/public/resources.txt
After the deadline I'd be happy to integrate it. By then, AllenNLP will probably already contain a module, I hope.

@alexanderkoller
Copy link
Contributor Author

Ah yes. Damn.

Let's do it anyway, right after the shared task deadline, and report the numbers in our system description.

@alexanderkoller alexanderkoller removed the mrp2019 Issues related to the MRP 2019 shared task label Jun 26, 2019
@alexanderkoller alexanderkoller added the post-mrp-cleanup Cleanup tasks for after the MRP deadline label Jul 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
post-mrp-cleanup Cleanup tasks for after the MRP deadline
Projects
None yet
Development

No branches or pull requests

3 participants