brmson / dataset-sts

Semantic Text Similarity Dataset Hub
709 stars 206 forks source link

Model: Skip-thoughts #9

Open pasky opened 8 years ago

pasky commented 8 years ago

Implement a model that uses skip-thoughts (sentence-wide embeddings) to generate aggregate sentence representations. We probably want to just rely on an external component to precompute the representations. Not sure if we can meaningfully combine this with other architectures, but it should serve at least as a really strong baseline.

pasky commented 8 years ago

(In PR #11.)