adobe/NLP-Cube

Add regularization to MT

dumitrescustefan opened this issue · 1 comments

The cosine distance used so far is working, but probably regularization will help. Topological regularization should bring the two vectors together. Distance should be used (i.e. 1-cosine_sim) for the cost function.

Expected Result

Performance Improvement for MT.

This seems stalled.