File size: 693 Bytes
1887879
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---

license: mit
task_categories:
- multiple-choice
- question-answering
language:
- en
tags:
- stem
- mcq-solver
- flan-t5
- minilm
---


# Smart MCQ Solver Challenge

This repository contains the machine learning pipeline and model solution for the **Smart MCQ Solver Challenge**.

## Models Included
1. **Model 1 (Scratch)**: GBDT trained on TF-IDF lexical features
2. **Model 2 (Pretrained)**: `google/flan-t5-large` (770M) zero-shot token probability ranker
3. **Model 3 (Ensemble)**: Soft-voting blend of `google/flan-t5-large` and `sentence-transformers/all-MiniLM-L6-v2` (22M)

## Usage
Run `app.py` or `smart_mcq_solver_complete.ipynb` to execute predictions.