Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
resources [2014/03/04 17:34]
kmh
resources [2014/08/27 17:19]
kmh
Line 14: Line 14:
 The code for my 2013 ACL paper on compositional semantics using CCG and vectors is hosted on Github: [[https://​github.com/​karlmoritz/​oxcvsm]] The code for my 2013 ACL paper on compositional semantics using CCG and vectors is hosted on Github: [[https://​github.com/​karlmoritz/​oxcvsm]]
 This is a new (cleaner) implementation compared to the one used for the paper, and I haven'​t migrated all models to the new version yet. This will be updated this over time and I will also add documentation. This is a new (cleaner) implementation compared to the one used for the paper, and I haven'​t migrated all models to the new version yet. This will be updated this over time and I will also add documentation.
 +
 +
 +===== Multilingual Models for Compositional Semantics =====
 +
 +The code for my 2014 ACL and ICLR papers on learning multilingual word embeddings and language models is hosted on Github: [[https://​github.com/​karlmoritz/​bicvm]]. A cleaner version of this code is in the making and will be published at some point. However, the current version suffices for replicating the results in my papers and can easily be extended with more complex composition functions.