Add documentation updates

This commit is contained in:
WillJeynes
2026-06-23 15:41:44 +01:00
parent 4e0bab9897
commit 8db784efdf
10 changed files with 55 additions and 16 deletions
+21 -3
View File
@@ -2,14 +2,32 @@
Made using a dataset of 1000 labeled claims from MVP pipeline.
Roberta model trained on an augmented dataset with LLM generated adversarial examples for low frequency labels.
# Roberta model
Flan model trained using raw labelled claims, inherrent natural language ability allows for pattern recognition without the need for fake data.
Trained on an augmented dataset with LLM generated adversarial examples for low frequency labels.
Regression model trained using the roberta dataset.
![ROBERTA Diagram](/literature/classifierROBERTA.png)
# Flan model
Trained using raw labelled claims, inherrent natural language ability allows for pattern recognition without the need for fake data.
![FLAN Diagram](/literature/classifierFLAN.png)
# NN Model
Regression model trained like roberta.
![NN Diagram](/literature/classifierNN.png)
# Ensemble
Used ensemble model in the final version, with the component models available on Hugging Face.
![Ensemble Diagram](/literature/classifierOverall.png)
| Model | % Correct | % Valid taken forward|Used in ensemble|Link
|------------------------------------------------------------|-----------|----------------------|----------------|-
| Original | 53.22 | 61.72 |