Skip to content

gswyhq/semantic-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

短文本语义一致性分析

对两个短文本,判断对应的语义是否一致

训练语料

LCQMC 数据集,样例数据如下:

喜欢打篮球的男生喜欢什么样的女生	爱打篮球的男生喜欢什么样的女生	1
我手机丢了,我想换个手机	我想买个新手机,求推荐	1
大家觉得她好看吗	大家觉得跑男好看吗?	0
求秋色之空漫画全集	求秋色之空全集漫画	1

训练


gswyhq@gswyhq-PC:~/github_projects/semantic-analysis$ python3 run.py --num_epochs 2 --batch_size 10 --verbose --mode train --model lstm

gswyhq@gswyhq-PC:~/github_projects/semantic-analysis$ python3 run.py --num_epochs 2 --batch_size 10 --verbose --mode train --model esim


参考资料

lstm

esim

lstm

esim

esim

tree-lstm

bilstm

drcn

About

中文短文本语义匹配

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages