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

spring cleaning: adding documentation, removing old code, trim down folders #55

Closed MinaAlmasi closed 5 months ago

MinaAlmasi commented 5 months ago

(Superficial) Spring Cleaning

A superficial cleaning of the repo has been done. Some code could still benefit from refactoring (e.g., making proper use of utils as stated in #54) but for now the main goal was to make sure that important stuff was documented and the repo was more organised in case of longer breaks due to exams/teaching.

Concretely, what has been done:

  1. Trim down root directory folders and scripts (e.g, remove bash scripts from root and place them in the appropriate subfolders in src)
  2. Trim down subfolders in src (remove old "misc" folder, collapse analysis and inspect)
  3. Update documentation, add more documentation to subfolders of src (e.g., moving preliminary prompting results from results folder to prompt_select/README.md)

Since the project is quite large and has a lot of moving components, I have currently resorted to treating the individual subfolders in src as mini-projects with their own READMEs when appropriate. Suggestions are welcome on how to organise differently.

Future cleaning