kanishk-adapt / semeval-task10

Repo for SemEval Task #10 EDOS 2023. created and maintained for DCU - ADAPT submissions
Other
0 stars 0 forks source link

try model combination with voting ensembles #11

Closed jowagner closed 1 year ago

jowagner commented 1 year ago

Since we now have 5 LM-based models and a few decision-tree-based models, I'd like to try model combination with voting ensembles.

kanishk-adapt commented 1 year ago

Folder for dev set predictions https://drive.google.com/drive/folders/14un9y3OhqyjOOM638xsxrDvNci97pNsS?usp=sharing Folder for test set predictions https://drive.google.com/drive/folders/1nypUcklZdJdrYhA7oXOUhnNU3_c1Eoww?usp=sharing

jowagner commented 1 year ago

Re-opening as only 2 items from the task list are completed

jowagner commented 1 year ago

So far, I haven't found weights to beat opt-13b with an ensemble of KV's 3 predictions and my xgboost and linear-svm predictions. Best without copying opt-13b is 0.8386 with --weights 50,20,20,16,11.

Voting may still make a significant contribution when we have the models from the remaining cross-validation runs.

jowagner commented 1 year ago

Run

vote.py opt-13b-dev-run-[12345].csv

or maybe

vote.py --weights 22,21,19,18,20 opt-13b-dev-run-[12345].csv

to give a small preference according to dev scores