fil82 / feedback2

code for feedback 2.0 competition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2nd place solution in the Efficiency Track

Kaggle Feedback Prize - Predicting Effective Arguments

This repository contains the code that was used to train the 2nd place solution in the Efficiency Track of Kaggle Feedback Prize - Predicting Effective Arguments competition.

We followed a multi-stage approach to training the winning model, so the exact score may be hard to reproduce. I will highlight below the key elements of the solution:

  1. MLM pre-training: notebooks/HF-pret-7.py
  2. 1st stage models: notebooks/HF-43.ipynb
  3. 2nd stage model distillation on pseudolabels: notebooks/HF-56-pseudolabels.ipynb
  4. 2nd stage model finetuning: notebooks/HF-43pseudo2.ipynb

About

code for feedback 2.0 competition


Languages

Language:Jupyter Notebook 98.8%Language:Python 1.2%