-
It seems to me the error_analysis method of the Classifier class is not working for the rnn implementation.
If I try to run `disc_model.error_analysis(sess, L_dev, L_gold_dev)`, where the arguments a…
-
We should go back through the issues and tag all ones with informative content / answers with the label "question", and close them if answered. Then add a link to the main page for: https://github.co…
-
They're right up at the 50min limit, which means they often hit the limit and time out...
-
@henryre -- encountering the following error as shown below; the failure to make a connection to CoreNLP is due to running snorkel on a distributed cluster. For preprocessing/tokenizing/tagging a corp…
-
How do we write the labeler function for a binary text classification problem? Especially when they are short sentences and very fluid and colloquial in nature and it's difficult to write the regex fo…
-
I've been following the installation instructions, but there seems to bit of chicken and egg problem with windows environment Snorkel seems to require python 2.7, with tensorflow. But nowadays there …
-
I was trying to build an organization matcher using "snorkel.matchers.OrganizationMatcher". However, the matcher seems only works for Stanford CoreNLP, but not Spacy.
I looked into the code and fo…
-
So far, most of the tutorials walk through extracting a single relation in 5 steps, where each step is in a separate notebook.
What's the recommended way to organize a Snorkel application if we want …
-
Hi, I'm very interested in this awesome system for information extraction. But when I tried to dive into details about the data programming paradigm, I find few materials that describe the detailed le…
-
Hi,
I have some questions regarding the parameters in the GenerativeModel's train function.
init_acc:
What does 'init_acc' mean? In which case would I want to set 'init_acc' to another value th…