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

How was PICO and Dependency parsing trained? #104

Open
Santosh-Gupta opened this issue Sep 29, 2020 · 0 comments
Open

How was PICO and Dependency parsing trained? #104

Santosh-Gupta opened this issue Sep 29, 2020 · 0 comments

Comments

@Santosh-Gupta
Copy link

I'm curious about how PICO and dependency parsing was trained using sciBert. For PICO, I can imagine training being set up like squad, where a 'question' is one if the labels, and the model outputs a span. Was this how PICO was trained, or something else?

I'm having a trickier time coming up with a training regimen for dependency parsing.

I tried looking how at code; it seems that training is passed off to the AllenNLP library

https://github.com/allenai/scibert/blob/master/scripts/train_allennlp_local.sh#L35

But I'm having a tricky time figuring out where in that code does scibert finetuning happen.

For example, searching for the task 'PICO' or searching for 'scibert' in that repo does not return any results

https://github.com/allenai/allennlp/search?q=scibert

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

1 participant