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

Refactoring: Small fixes to utils to ensure old code works + newer (prettier) tables #68

Closed MinaAlmasi closed 3 weeks ago

MinaAlmasi commented 3 weeks ago

Small changes

  1. fix flawed logic in utils when getting ai paths when no temp or dataset is specified
  2. update paths and function calls in scripts in prompt_select (old code) - consider no longer supporting this code
  3. make tables prettier using great_tables from the creators of Rstudio (now called posit)

Future:

  1. rm misc from classify folder when finding a place for those files (maybe move heatmaps.py to analysis folder)
  2. fix src/analysis folder (old code not in use currently)