CogComp / saul

Saul : Declarative Learning-Based Programming
Other
64 stars 18 forks source link

Training SparseNetworkModels for ER #327

Closed kordjamshidi closed 8 years ago

kordjamshidi commented 8 years ago

For implementing ER model in Saul-SL, it would be much more compact to stick to the same existing EntityRelationClassifiers declarations. However, for SL, I use SparseNetworks rather than SparsePerceptrons. By changing EntityRelationClassifiers types, the ER Test Units fail to Load the trained SparsePerceptron models. So, it would be great if we train SparseNetworks also for ER and have them in the ER models Jar.