Giter Site home page Giter Site logo

jeromepatel / cri-comp-2022-text-paraphrase-detection-challenge Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 33.08 MB

Solution and experiments to the challenge CRI competition 2022 - text paraphrase detection

License: GNU General Public License v3.0

Python 1.33% Jupyter Notebook 98.67%

cri-comp-2022-text-paraphrase-detection-challenge's Introduction

CRI-Comp-2022-Text-Paraphrase-Detection-Challenge - First Rank winner solution

Solution and experiments to the challenge CRI competition 2022 - text paraphrase detection

This repo contains raw code for winning solution of CRI-COMP-2022 Text Paraphrase challenge.

I'll add cleaned code in a separate repo with training instructions, however this repo contains code of all of my experiments, including failed ones.

  • This repo includes the baseline approach using sentenceTransformer module.
  • Using paraphrase_mining function which calculates sentence embeddings first and uses cosine sim distance to get paraphrase for query sentence.
  • Please refer file bertbaseline.py for more details.
  • Update: check the jupyter notebook which can directly be ran in colab, the final solution contains two stages, first stage uses fine-tuned bi-encoder embeddings and second stage uses pretrained cross-encoder pairs with custom postprocessing to get the results.
  • Final solution scored 0.78 F1-score on private leaderboard (test set) with rank 1.

cri-comp-2022-text-paraphrase-detection-challenge's People

Contributors

jeromepatel avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.