You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
How to use
sh run.sh
Result
About
Fusion-BERT model implemented with BERT and siamese network