Description
Cascading filters - since we know most of the data is not good, getting the Llama-70B to label documents that are all pretty bad leads to pretty unbalanced classes when training the classifier. A confusion matrix of results show that 80% of labels are 0, I wonder how much it is actually learning to discriminate. Maybe if we have some initial filtering and then have it label those documents, it could lead to more balanced results.
Hypothesis or Goal
Use a two-step process to filter out data will lead to higher precision labels.
Links
(Delete any that aren't applicable)
- WandB Report: (link)
- Data Browser: (link)
- Experiment JSON: (link)
- (etc.)
Results
(What did you find, including relevant evaluation metrics, etc.)
Description
Cascading filters - since we know most of the data is not good, getting the Llama-70B to label documents that are all pretty bad leads to pretty unbalanced classes when training the classifier. A confusion matrix of results show that 80% of labels are 0, I wonder how much it is actually learning to discriminate. Maybe if we have some initial filtering and then have it label those documents, it could lead to more balanced results.
Hypothesis or Goal
Use a two-step process to filter out data will lead to higher precision labels.
Links
(Delete any that aren't applicable)
Results
(What did you find, including relevant evaluation metrics, etc.)