From e6b955e83a007d6d3c3a00c948f05aeacf307238 Mon Sep 17 00:00:00 2001 From: tisha-varma Date: Sat, 7 Feb 2026 22:59:03 +0530 Subject: [PATCH] docs(ISSR_AI4MH_Yixing_Fan): Add clickable links to file references in README Enhanced the Current Status section by converting plain-text file references to clickable Markdown links for better navigation: - unified_supervised_v2.csv -> dataset/unified_supervised_v2.csv - train_bert_from_unified.py -> pipeline/train_bert_from_unified.py - midterm_report.ipynb -> reports/midterm_report.ipynb - final_report.ipynb -> reports/final_report.ipynb Fixes #30 --- ISSR_AI4MH_Yixing_Fan/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ISSR_AI4MH_Yixing_Fan/README.md b/ISSR_AI4MH_Yixing_Fan/README.md index 4ee742f..363e6a5 100644 --- a/ISSR_AI4MH_Yixing_Fan/README.md +++ b/ISSR_AI4MH_Yixing_Fan/README.md @@ -42,11 +42,11 @@ We build a modular NLP pipeline that: ## 🚧 Current Status ✅ Data collection & cleaning completed -✅ Unified dataset prepared (`unified_supervised_v2.csv`) -✅ BERT fine-tuning implemented (`train_bert_from_unified.py`) +✅ Unified dataset prepared ([`unified_supervised_v2.csv`](dataset/unified_supervised_v2.csv)) +✅ BERT fine-tuning implemented ([`train_bert_from_unified.py`](pipeline/train_bert_from_unified.py)) ✅ Model evaluation on external Kaggle dataset ✅ Word bank & sentiment risk outputs -✅ Midterm and final reports (`midterm_report.ipynb`, `final_report.ipynb`) +✅ Midterm and final reports ([`midterm_report.ipynb`](reports/midterm_report.ipynb), [`final_report.ipynb`](reports/final_report.ipynb)) 🔜 Future work: explainability tools, cross-platform expansion, geospatial trends with privacy safeguards