check_analogy_accuracy: Checks accuracy of word embeddings on the analogy task

View source: R/analogies.R

check_analogy_accuracyR Documentation

Checks accuracy of word embeddings on the analogy task

Description

This function checks how well the GloVe word embeddings do on the analogy task. For full examples see GloVe.

Usage

check_analogy_accuracy(questions_list, m_word_vectors)

Arguments

questions_list

list of questions. Each element of questions_list is a integer matrix with four columns. It represents a set of questions related to a particular category. Each element of matrix is an index of a row in m_word_vectors. See output of prepare_analogy_questions for details

m_word_vectors

word vectors numeric matrix. Each row should represent a word.

See Also

prepare_analogy_questions, GloVe


dselivanov/text2vec documentation built on Nov. 16, 2023, 6:37 p.m.