MSR sentence completion challenge implementation (RNNLM, LSA total similarity, word2vec total similarity) in Python
☆61Apr 3, 2017Updated 8 years ago
Alternatives and similar repositories for sentence-completion
Users that are interested in sentence-completion are comparing it to the libraries listed below
Sorting:
- A pytorch implementation of the word-level recurrent neural network for sentence completion☆12Nov 28, 2019Updated 6 years ago
- Dependency tree-based RNN☆32Jun 21, 2016Updated 9 years ago
- Recurrent Memory Network - Torch implementation☆35Oct 25, 2016Updated 9 years ago
- Word similarity calculation methods including WordNet-based, google search based, LSA, LDA, Word2Vec, Fasttext, GloVe, ELMo, BERT☆23Mar 24, 2023Updated 2 years ago
- Official Implementation of MDK12-Bench: A Multi-Discipline Benchmark for Evaluating Reasoning in Multimodal Large Language Models☆12Nov 1, 2025Updated 4 months ago
- BK-tree with Damerau-Levenshtein distance and Trie with Levenshtein distance