greenelab / snorkeling

Extracting biomedical relationships from literature with Snorkel 🏊
Other
59 stars 17 forks source link

Gen model calibration #50

Closed danich1 closed 6 years ago

danich1 commented 6 years ago

In this pr I have the results of running two generative models on a 50k training set. The first model assumes each label function is conditionally independent and the second model takes correlation structure into account (dependency aware). It turns out that modeling the correlation structure is better for performance than assuming independence. Let me know what you think.