59 lines
3.2 KiB
JSON
59 lines
3.2 KiB
JSON
{
|
|
"created_at": "2026-07-10 01:00:49",
|
|
"run": {
|
|
"name": "v24_v15_cot_light_repair_lr25e6_ep035",
|
|
"dataset": "v15_cot_light_repair",
|
|
"model_path": "/home/ll/llm4rec/experiments/outputs/v15_user_logic_json_lr15e6",
|
|
"lr": "2.5e-6",
|
|
"epochs": 0.35,
|
|
"warmup": 0.02,
|
|
"scheduler": "cosine",
|
|
"seed": 202607243,
|
|
"note": "v15 continuation. Small CoT-native repair with strong item replay, strict user JSON, and limited rec fast/short-CoT supervision. Goal: improve v15/v19 while avoiding v19 world loss and without using v7 as a CoT base.",
|
|
"config": "/home/ll/llm4rec/experiments/configs/v24_v15_cot_light_repair_lr25e6_ep035.yaml"
|
|
},
|
|
"dataset_manifest": {
|
|
"name": "v15_cot_light_repair",
|
|
"path": "/home/ll/llm4rec/experiments/data/v15_cot_light_repair.jsonl",
|
|
"records": 27334,
|
|
"groups": {
|
|
"rec": 11200,
|
|
"user": 4940,
|
|
"item": 11194
|
|
},
|
|
"variants": {
|
|
"rec_short_think_final": 4800,
|
|
"user_strict_array": 2375,
|
|
"rec_no_think_direct_final": 6400,
|
|
"item_no_think_direct_final": 2805,
|
|
"user_strict_logic": 1963,
|
|
"item_compact_cot": 5597,
|
|
"user_extra_no_think_logic": 602,
|
|
"item_short_think": 2792
|
|
},
|
|
"sha256": "2842c6490bff3273d3b15c4443bd1ea56ef7806c9d7f1800110acca5a521de19",
|
|
"seed": 202607113
|
|
},
|
|
"dataset_recipe": "v15 continuation: 6400 rec /no_think direct-final + 4800 short rec /think CoT + strict dual user aug + half strict user replay + item route aug + compact item CoT aug.",
|
|
"cot_policy": "Preserve /think reasoning supervision and do not use v7_final_only as a CoT training base. For /no_think prompts, train pure final answers without generated <think> tags. This is route-specific behavior, not global CoT removal.",
|
|
"raw_counts": {
|
|
"rec": 19204,
|
|
"item": 10384,
|
|
"user": 2892
|
|
},
|
|
"eval_observations": {
|
|
"v07": "best local score so far: total=0.8978, eval_time≈47.3min; fast final outputs likely help.",
|
|
"v15": "best CoT-preserving score so far: total=0.8778, eval_time≈70.1min; logs show repeated tokens, JSON shell errors, prompt leakage, and verbose /no_think outputs.",
|
|
"v19": "best CoT-native continuation so far: total=0.8855, eval_time≈48.1min; user1 and rec4 improved but world dropped.",
|
|
"v20": "v7 final-only continuation with CoT restore failed as a CoT route: total=0.8527, item fell to 0.1840; do not use v7 as future CoT base.",
|
|
"v16": "CoT pattern rewrite failed: total=0.7912; logs show malformed user JSON and fragmented recommendation reasoning.",
|
|
"v18": "low-LR mixed replay from v12 failed: total=0.8340; item/world dropped and rec outputs mixed text/itemic/think tags."
|
|
},
|
|
"script": "/home/ll/llm4rec/experiments/run_experiments.py",
|
|
"script_sha256": "a03ddf5a479db437247aed4b8000b25cb5021988029220bd818133123951aa00",
|
|
"deadline": "2026-07-10 09:00:00 +0800",
|
|
"reproduce": {
|
|
"prepare_command": "EXPERIMENT_PREPARE_ONLY=1 python3 experiments/run_experiments.py",
|
|
"train_command": "CUDA_VISIBLE_DEVICES=<gpu> bash -lc 'source /home/ll/llm4rec/demo/LLaMA-Factory/.venv/bin/activate && llamafactory-cli train /home/ll/llm4rec/experiments/configs/v24_v15_cot_light_repair_lr25e6_ep035.yaml'"
|
|
}
|
|
} |