Skip to content

Latest commit

 

History

History

qacnn

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

使用pairwise形式的QACNN网络实现问答任务

准备

下载词向量文件glove

cd ..
bash download.sh

预处理wiki数据

cd ..
python preprocess_wiki.py

运行

bash run.sh