All Projects → deepampatel → TwinBert

deepampatel / TwinBert

Licence: other
pytorch implementation of the TwinBert paper

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to TwinBert

Mt Dnn
Multi-Task Deep Neural Networks for Natural Language Understanding
Stars: ✭ 1,871 (+5097.22%)
Mutual labels:  ranking, bert
TorchBlocks
A PyTorch-based toolkit for natural language processing
Stars: ✭ 85 (+136.11%)
Mutual labels:  bert, siamese-network
BertSimilarity
Computing similarity of two sentences with google's BERT algorithm。利用Bert计算句子相似度。语义相似度计算。文本相似度计算。
Stars: ✭ 348 (+866.67%)
Mutual labels:  similarity, bert
RankNet
Learning to Rank from Pair-wise data
Stars: ✭ 40 (+11.11%)
Mutual labels:  ranking, siamese-network
semantic-document-relations
Implementation, trained models and result data for the paper "Pairwise Multi-Class Document Classification for Semantic Relations between Wikipedia Articles"
Stars: ✭ 21 (-41.67%)
Mutual labels:  similarity, bert
pn-summary
A well-structured summarization dataset for the Persian language!
Stars: ✭ 29 (-19.44%)
Mutual labels:  bert
openskill.py
Multiplayer rating system. Better than Elo.
Stars: ✭ 175 (+386.11%)
Mutual labels:  ranking
DrFAQ
DrFAQ is a plug-and-play question answering NLP chatbot that can be generally applied to any organisation's text corpora.
Stars: ✭ 29 (-19.44%)
Mutual labels:  bert
Bert-model-code-interpretation
解读tensorflow版本Bert中modeling.py数据流
Stars: ✭ 19 (-47.22%)
Mutual labels:  bert
Ranking Papers
Papers on recommendation system / search ranking.
Stars: ✭ 29 (-19.44%)
Mutual labels:  ranking
cmrc2019
A Sentence Cloze Dataset for Chinese Machine Reading Comprehension (CMRC 2019)
Stars: ✭ 118 (+227.78%)
Mutual labels:  bert
Text Classification TF
用tf实现各种文本分类模型,并且封装restful接口,可以直接工程化
Stars: ✭ 32 (-11.11%)
Mutual labels:  bert
TradeTheEvent
Implementation of "Trade the Event: Corporate Events Detection for News-Based Event-Driven Trading." In Findings of ACL2021
Stars: ✭ 64 (+77.78%)
Mutual labels:  bert
Kaleido-BERT
(CVPR2021) Kaleido-BERT: Vision-Language Pre-training on Fashion Domain.
Stars: ✭ 252 (+600%)
Mutual labels:  bert
FinBERT-QA
Financial Domain Question Answering with pre-trained BERT Language Model
Stars: ✭ 70 (+94.44%)
Mutual labels:  bert
lineup htmlwidget
HTMLWidget wrapper of LineUp for Visual Analysis of Multi-Attribute Rankings
Stars: ✭ 51 (+41.67%)
Mutual labels:  ranking
npo classifier
Automated coding using machine-learning and remapping the U.S. nonprofit sector: A guide and benchmark
Stars: ✭ 18 (-50%)
Mutual labels:  bert
gpl
Powerful unsupervised domain adaptation method for dense retrieval. Requires only unlabeled corpus and yields massive improvement: "GPL: Generative Pseudo Labeling for Unsupervised Domain Adaptation of Dense Retrieval" https://arxiv.org/abs/2112.07577
Stars: ✭ 216 (+500%)
Mutual labels:  bert
siamese dssm
siamese dssm sentence_similarity sentece_similarity_rank tensorflow
Stars: ✭ 59 (+63.89%)
Mutual labels:  similarity
py-lingualytics
A text analytics library with support for codemixed data
Stars: ✭ 36 (+0%)
Mutual labels:  bert

TwinBert-Pytorch

pytorch implementation of the TwinBert paper (https://arxiv.org/pdf/2002.06275v1.pdf)

This notebook was created to train a Siamese Bert architecture to find similar pair of text documents. The authors of the paper have used this architecture to create a backend model for a sponsored search system. The goal was to display a list of ads that best match user’s intent.

Due to lack of data, i have trained this model on the Quora Questions Pairs Dataset (https://www.kaggle.com/c/quora-question-pairs)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].