This model represents the Tech+Research team submission for Technica 2024, This is a logistic regression buzzer model that uses engineered features to decide when to buzz in on quiz bowl questions.
Features
The model uses several carefully engineered features:
final_submission.model.pkl: The trained logistic regression model
final_submission.featurizer.pkl: Feature extraction pipeline
1python3 buzzer.py --guesser_type=gpr --limit=500 \
2 --gpr_guesser_filename=../models/buzztrain_gpr_cache \
3 --questions=../data/qanta.buzztrain.json.gz --buzzer_guessers gpr \
4 --logistic_buzzer_filename=models/with_legNgcbgr \
5 --features Length Entities Giveaway EmptyGuess Capital Rate QKeyword Pronoun