└── README.md /README.md: -------------------------------------------------------------------------------- 1 | **This repo records the term project for Machine Learning course.** 2 | 3 | This repository contains model solutions for duplicate question(sentence) pair classification on QQP dataset, which solves the problem of Semantic Text Simmilarity in NLP. This is a continuous updating repository. Newly updates are shown before the documentation of the projects. 4 | 5 | ### Newly update (2021.1.15) 6 | - implemented Enhanced RCNN 7 | - model stacking, tbc.. 8 | 9 | ### Update (2020.12.21) 10 | - sentence BERT(Siamese BERT) is tried. 11 | - ESIM is tried 12 | --------------------------------------------------------------------------------