semeval_2010_task8
semeval_2010_task8 copied to clipboard
semeval 2010 task8 关系抽取模型代码
周炀你好,我在执行你preteat和preteat1文件夹里面的代码时,有些文件找不到 例如: google_words, google_lower_words, google_vec = read_vec("google_list.json", "google.npy") glove_words, glove_lower_words, glove_vec = read_vec("glove_list.json", "glove.npy") wiki_words, wiki_lower_words, wiki_vec = read_vec("wiki_fasttext.json", "wiki_fasttext.npy") embedding = np.load("google.npy") words = json.load(open("google_list.json")) embedding = np.load("wiki.vec.npy") words...
我用bert作为sentence encoder之后效果也非常不好,准确率非常低,但是也有论文中使用bert做这个任务,且准确率很高,是我使用的方式不对吗?希望和您探讨一下这个问题。