Skip to content

Fusion-BERT model implemented with BERT and siamese network

Notifications You must be signed in to change notification settings

cooscao/fusion-bert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fusion-BERT

Using BERT and Siamese structure to do the text matching task.

Model

This model uses BERT for sentence pair task to get [CLS] vector $\vec{a}$, and uses BERT for single text classification task to get mean token vector $\vec{b}$ and $\vec{c}$, at last concat three similar information to predict. model

How to use

sh run.sh

Result

result

About

Fusion-BERT model implemented with BERT and siamese network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published