🤖 AI Summary
In high-stakes domains such as financial investment and legal Q&A, large language models (LLMs) suffer from opaque reasoning processes and lack of self-verification mechanisms, undermining interpretability and trustworthiness. To address this, we propose Selective Tree Exploration—a dynamic tree-search inference method—and introduce PROOF-Score, a novel interpretable metric for evaluating reasoning quality. We further construct domain-specific reasoning fine-tuning datasets: CoT-stock-2k and CoT-legal-2k. Our approach integrates supervised fine-tuning (SFT), domain-adapted chain-of-thought (CoT) activation, and tree-based reasoning. Experiments demonstrate significant improvements in both reasoning accuracy and explanation quality on stock recommendation and legal question-answering tasks, outperforming mainstream baselines on both metrics. The implementation is publicly available.
📝 Abstract
Large Language Models (LLMs) are widely applied to downstream domains. However, current LLMs for high-stakes domain tasks, such as financial investment and legal QA, typically generate brief answers without reasoning processes and explanations. This limits users' confidence in making decisions based on their responses. While original CoT shows promise, it lacks self-correction mechanisms during reasoning. This work introduces Domain$o1$s, which enhances LLMs' reasoning capabilities on domain tasks through supervised fine-tuning and tree search. We construct CoT-stock-2k and CoT-legal-2k datasets for fine-tuning models that activate domain-specific reasoning steps based on their judgment. Additionally, we propose Selective Tree Exploration to spontaneously explore solution spaces and sample optimal reasoning paths to improve performance. We also introduce PROOF-Score, a new metric for evaluating domain models' explainability, complementing traditional accuracy metrics with richer assessment dimensions. Extensive experiments on stock investment recommendation and legal reasoning QA tasks demonstrate Domaino1s's leading performance and explainability. Our code is available at https://anonymous.4open.science/r/Domaino1s-006F/.