rbroc / echo

A Scalable and Explainable Approach to Discriminating Between Human and Artificially Generated Text
https://cc.au.dk/en/clai/current-projects/a-scalable-and-explainable-approach-to-discriminating-between-human-and-artificially-generated-text
2 stars 1 forks source link

fix classify pipeline: prelim results on all PC comps #63

Closed MinaAlmasi closed 1 month ago

MinaAlmasi commented 1 month ago

What has been done

[1] Cleaning AI datasets

[3] The same raw features are dropped across datasets prior to PCA

[3] Classify pipeline now takes PC components instead of raw features

[4] Scripts have been simplified in src/classify

What needs to be done