wyu-du / ARCII-for-Matching-Natural-Language-Sentences

A simple Keras implementation of ARC-II model proposed by paper "Convolutional Neural Network Architectures for Matching Natural Language Sentences"
25 stars 10 forks source link

Dataset #2

Open DexterZeng opened 5 years ago

DexterZeng commented 5 years ago

Hi, thank you for sharing the codes! However, there is still something wrong with the dataset you provided. In corpus_preprocessed.txt, the indexes are numbers, whereas in relation_train.txt, the query indexes are Q+numbers. This results in the error: File "arcii.py", line 40, in get_texts texts1.append(all_words[t_].split(' ')) KeyError: 'Q1'

Could you help update the dataset?

DexterZeng commented 5 years ago

Also, the activation='sigmoidoid' seems to be misspelled?

sruthyscaria commented 4 years ago

Just wonder if you were able to sort the issue?