Skip to content

yurui12138/3DSSM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

3DSSM

Sentence Semantic Matching based on 3D CNN for Human-robot Language Interaction

Wenpeng Lu, Rui Yu, Shoujin Wang, Can Wang, Ping Jian, Heyan Huang
The paper has been accepted by ACM Transaction on Internet Technology.

Prerequisites

python 3.6
numpy==1.16.4
pandas==0.22.0
tensorboard==1.12.0
tensorflow-gpu==1.12.0
keras==2.2.4
gensim==3.0.0

Example to run the codes

Run 3DSSM.py
python3 3DSSM.py

Dataset

We used two datasets: BQ & LCQMC.

  1. "The BQ Corpus: A Large-scale Domain-specific Chinese Corpus For Sentence Semantic Equivalence Identification", https://www.aclweb.org/anthology/D18-1536/.
  2. "LCQMC: A Large-scale Chinese Question Matching Corpus", https://www.aclweb.org/anthology/C18-1166/.

Note

Due to the differences between the two data sets, some parameters adopted by 3DSSM are different. Therefore, we provide two versions of the code for the two data sets.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages