Update REAME to include description of data files

This commit is contained in:
William Jeynes
2026-02-19 11:43:25 +00:00
parent 78a49e2843
commit 5efce05821
3 changed files with 10 additions and 2 deletions
+7 -1
View File
@@ -10,7 +10,13 @@ Final Dissertation Submission Repository
## Repository Structure
```
├── run.sh # Bash script to run project elements from one place
├── data/ # Holder from project data, filled using scripts
├── data/ # Holder from project data
| ├── claims.json # Retreived claims from dbkf fetcher
| ├── dev-eng.csv
| ├── train-eng.csv # Normalized disinformation claims in CSV format from CLAN
| ├── input.jsonl # Response in raw format to give as context to agent
| ├── ranked.jsonl # Cleaned trigger event response from scorer frontend
| └── results.jsonl # Output from wrapper script, read and modified by scorer
├── literature/
| └── report.pdf # Final submission report
├── agent/ # Code for main project pipeline