arXiv:2604.21204cs.CLcs.AI2026-04KDD

用可解释的推理提升大模型对未来职业推荐的准确性

On Reasoning Behind Next Occupation Recommendation

论文配图:On Reasoning Behind Next Occupation Recommendation
图 1 · 摘自论文原文
  • 先生成用户职业选择的原因,再据此预测下一职业
  • 微调后模型性能接近监督方法,优于无监督方法
  • 原因质量直接影响推荐准确率,单模型联合微调更优

本文提出一种新型推理方法,以增强大语言模型在预测未来职业上的表现。该方法分为两步:首先利用用户过往教育与职业经历,由原因生成器提取其职业偏好;随后将生成的原因作为输入,用于预测下一职业。由于大模型本身不匹配职业路径或决策背后的隐含原因,因此我们通过大模型作为裁判(LLM-as-a-Judge)生成高质量的基准原因(oracle reasons),并以此对小型大模型进行微调,使其同时完成原因生成与职业预测。大量实验表明:(a) 该方法显著提升大模型在下一职业预测中的准确率,达到与全监督方法相当水平,优于无监督方法;(b) 单一模型联合微调优于分别微调两个独立模型;(c) 职业预测准确率依赖于生成原因的质量。代码已公开于 https://github.com/Sarasarahhhhh/job_prediction。

原文摘要 · Abstract (English)

In this work, we develop a novel reasoning approach to enhance the performance of large language models (LLMs) in future occupation prediction. In this approach, a reason generator first derives a ``reason'' for a user using his/her past education and career history. The reason summarizes the user's preference and is used as the input of an occupation predictor to recommend the user's next occupation. This two-step occupation prediction approach is, however, non-trivial as LLMs are not aligned with career paths or the unobserved reasons behind each occupation decision. We therefore propose to fine-tune LLMs improving their reasoning and occupation prediction performance. We first derive high-quality oracle reasons, as measured by factuality, coherence and utility criteria, using a LLM-as-a-Judge. These oracle reasons are then used to fine-tune small LLMs to perform reason generation and next occupation prediction. Our extensive experiments show that: (a) our approach effectively enhances LLM's accuracy in next occupation prediction making them comparable to fully supervised methods and outperforming unsupervised methods; (b) a single LLM fine-tuned to perform reason generation and occupation prediction outperforms two LLMs fine-tuned to perform the tasks separately; and (c) the next occupation prediction accuracy depends on the quality of generated reasons. Our code is available at https://github.com/Sarasarahhhhh/job_prediction.

职业推荐大模型推理可解释性微调

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。