coli-saar / am-parser

Modular implementation of an AM dependency parser in AllenNLP.
Apache License 2.0
30 stars 10 forks source link

Get test corpus #16

Closed alexanderkoller closed 5 years ago

alexanderkoller commented 5 years ago

@luciaelizabeth should have LDC access soon; we should download it soon to check that nothing weird goes wrong.

alexanderkoller commented 5 years ago

@luciaelizabeth There are now instructions on how to download the eval data and register on Codalab here: http://mrp.nlpl.eu/index.php?page=6

Could you look into this?

luciaelizabeth commented 5 years ago

Looks like I need to fill out this form: http://svn.nlpl.eu/mrp/2019/public/license.pdf I'll do that now.

We don't think it's a problem that it says available to "registered participants who have previously obtained the MRP training data from the LDC" given that I have not? Or does the University count for this?

luciaelizabeth commented 5 years ago

Should I be the data contact? Or designate @namednil for this project?

luciaelizabeth commented 5 years ago

I can now access the corpus on LDC :-) Is there a certain location I should put it that will be accessible to others?

alexanderkoller commented 5 years ago

I think we have put other corpora in /proj/irtg/sempardata/mrp on the servers. Make sure that you give access to the irtg group, like so (assuming you put the eval data in a new subdirectory eval):

chgrp -R irtg  /proj/irtg/sempardata/mrp/eval
chmod -R g+rwX /proj/irtg/sempardata/mrp/eval
luciaelizabeth commented 5 years ago

The test corpus is on the server at /proj/irtg/sempardata/mrp/eval @namednil and others, please check you can access it!

alexanderkoller commented 5 years ago

Looks good. I reorganized the directories a bit to simplify the paths.