diff options
| author | BLUESKY477 <abcd15803148000@163.com> | 2026-05-22 19:23:44 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-22 19:23:44 -0500 |
| commit | 896df7f11b441a9b8dfa50820024a82884da58d0 (patch) | |
| tree | 0182ae4a7a0bb16ee6a764393838a580e1ba1c31 /resulets/README_UPLOAD.md | |
| parent | 6f48c4fae3243e280b27a977c6a8cb731becf446 (diff) | |
Diffstat (limited to 'resulets/README_UPLOAD.md')
| -rw-r--r-- | resulets/README_UPLOAD.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/resulets/README_UPLOAD.md b/resulets/README_UPLOAD.md new file mode 100644 index 0000000..a248708 --- /dev/null +++ b/resulets/README_UPLOAD.md @@ -0,0 +1,21 @@ +# Files to upload + +This folder contains only the summarized experiment results and the code files needed for the new UPH experiments. + +Upload these paths to GitHub with the same relative structure: + +- `outputs/dense_retrieval_baselines/dense_summary.csv` +- `outputs/dense_retrieval_baselines/dense_summary.md` +- `outputs/dense_retrieval_baselines/topic_user_K4/summary.json` +- `outputs/dense_retrieval_baselines/review_user_K4/summary.json` +- `outputs/diagnostics_full/topic_user_K4/summary.json` +- `outputs/diagnostics_full/review_user_K4/summary.json` +- `outputs/injection_ablation_rerun/topic_user_K4/summary.json` +- `outputs/injection_ablation_rerun/review_user_K4/summary.json` +- `baselines/dense_retrieval.py` +- `baselines/logit_bias.py` +- `adapt/fit_theta_lm_head_update.py` +- `scripts/run_all_methods.py` +- `scripts/summarize_dense_baselines.py` + +Do not upload raw `per_user.json`, `progress.jsonl`, smoke runs, or logs. |
