allenai / allennlp-demo

Code for the AllenNLP demo.
https://demo.allennlp.org
Apache License 2.0
196 stars 80 forks source link

Open IE Demo fails for long inputs #207

Closed schmmd closed 5 years ago

schmmd commented 5 years ago

From a user:

Hi, I was messing around with the demo for the Allen information extraction service. In particular comparing to the TextRazor demo https://www.textrazor.com/demo . I was hoping to get a quick comparison, but found the Allen NLP OpenIE demo crashed (or failed to return) for the same blob of text given in the textRazor demo. I won’t post the actual text here since it’s about a page long, but you can grab it from their demo. It works fine for shorter pieces. Likely I need to do one sentence at a time, but at any rate you might return such a message like “reduce the size of text” or explain other limitations to the demo extraction. Screen capture attached.

schmmd commented 5 years ago

I think the problem with this example is that the model takes way too long, and the browser request times out before the server returns a response.