执行命令
python 画像扩充.py --profiles_in D:\zhuomian\video_bokcl\user_profile_with_recommendations_and_plan1.jsonl --catalog D:\zhuomian\video_bokcl\courses_structured2.jso
作者:lh
python 画像扩充.py --profiles_in D:\zhuomian\video_bokcl\user_profile_with_recommendations_and_plan1.jsonl --catalog D:\zhuomian\video_bokcl\courses_structured2.jsonl --target_total 200 --out huomian\video_bokcl\test_200.jsonl --seed 42 --include_candidates --candidates_size 20 --weeks 4 --min_rec 3 --max_rec 3 --use_llm_plan --llm_model qwen3-max --llm_api_key %DASHSCOPE_API_KEY% --llm_timeout 60 --llm_max_retries 3 --log_every 10
用户画像扩充2的命令
python 画像扩充2.py synthesize --seed_profiles D:\zhuomian\video_bokcl\user_profile_with_recommendations_and_plan1.jsonl --catalog D:\zhuomian\video_bokcl\courses_structured2.jsonl --target_total 12000 --out D:\zhuomian\video_bokcl\profiles_12000_only.jsonl --seed 42 --log_every 50python 画像扩充2.py enrich ^
--profiles_in D:\zhuomian\video_bokcl\profiles_20_only.jsonl ^
--catalog D:\zhuomian\video_bokcl\courses_structured2.jsonl ^
--out D:\zhuomian\video_bokcl\profiles_12000_final_llm.jsonl ^
--seed 42 ^
--include_candidates ^
--candidates_size 20 ^
--weeks 4 ^
--min_rec 3 ^
--max_rec 3 ^
--use_llm_plan ^
--llm_model qwen3-max ^
--llm_api_key %DASHSCOPE_API_KEY% ^
--llm_timeout 60 ^
--llm_max_retries 3