allenai / allennlp-semparse

A framework for building semantic parsers (including neural module networks) with AllenNLP, built by the authors of AllenNLP
Apache License 2.0
107 stars 24 forks source link

Model config for https://arxiv.org/abs/1905.13326 #34

Closed parajain closed 3 years ago

parajain commented 3 years ago

Hi,

Can you please point to the config for ATIS model mentioned in https://arxiv.org/abs/1905.13326

I found a test config here: https://github.com/allenai/allennlp-semparse/blob/master/test_fixtures/atis/experiment.json But it seems like that is not for actual training.

Thanks

matt-gardner commented 3 years ago

You can find the config that was used for training the model by grabbing the model archive that serves our demo, untarring it, and looking at config.json. A warning, however: that model was trained years ago, on much older versions of this code, and you might need to either update the config to match current code, or downgrade code to match what was used there.

I also think there may be some LDC licensing issues for getting the data that was used to train the model. We don't have the data available anywhere that we can share with you. I believe Kevin Lin got it by emailing Alane Suhr and confirming to her that we had the appropriate LDC license to get the data (I think she had done some preprocessing on top of the raw LDC data that we relied on).

parajain commented 3 years ago

Got it. Thanks a lot.