Dynamic-Clip-Attention icon indicating copy to clipboard operation
Dynamic-Clip-Attention copied to clipboard

Implemention of A Compare-Aggregate Model with Dynamic-Clip Attention for Answer Selection

Results 9 Dynamic-Clip-Attention issues
Sort by recently updated
recently updated
newest added

No such file or directory: './data/raw_data/WikiQA/wikiQA-train.txt.labeled' 请问这个文件是怎么处理的

hi, I recheck the size of training set, there are 1227 questions and it's different with the statistic you reported in the paper. Should it be 1227 or I made...

F:\Anaconda3\python.exe E:/Dynamic-Clip-Attention-master/preprocess.py File "E:/Dynamic-Clip-Attention-master/preprocess.py", line 116 Util.generate_vocab(file_list=["./data/trecqa/train-all.txt","./data/trecqa/clean-dev.txt","./data/trecqa/clean-test.txt"],output_file="./data/trecqa/vocab_trec.txt","trecqa") ^ SyntaxError: positional argument follows keyword argument Process finished with exit code 1

F:\Anaconda3\python.exe E:/Dynamic-Clip-Attention-master/main.py F:\Anaconda3\lib\site-packages\h5py\__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype from `float` to `np.floating` is deprecated. In future, it will be treated as `np.float64 == np.dtype(float).type`. from ._conv import...

Hi, There is an Exception during running the model, how could you solve this problem? Traceback (most recent call last): File "main.py", line 176, in main(args) File "main.py", line 103,...

If you are trying to run this model and getting NaN loss after a few iterations. Try the following: - Gradient clipping of Adam optimiser - In the SoftAlignment layer,...

The model you introduced in your published paper seems different from the model in your code? Can you explain it more concretely? Only the Aggregation Layer (CNN layer), which you...

Hi, I have tried the command given in the readme but it is not giving the result published in your paper. Do you achieve that with a different config that...