Cross-Question Method Reuse in Large Language Models: From Word-Level Prediction to Rational Logical-Layer Reasoning
Su
Large language models (LLMs) have been widely applied to assist in finding solutions for diverse questions. Prior work has proposed representing a method as a pair of a question and its corresponding solution, enabling method reuse. However, existing approaches typically require the questions to be highly similar. In this paper, we extend the scope of method reuse to address questions with low similarity or with hidden similarities that are not explicitly observable. For questions that are similar in a general-specific sense (i.e., broader or narrower in scope), we propose to first separate the question and solution, rather than directly feeding the pair to the LLM. The LLM is then guided to adapt the solution to new but related questions, allowing it to focus on solution transfer rather than question recognition. Furthermore, we extend this approach to cases where questions only share partial features or hidden characteristics. This enables cross-question method reuse beyond conventional similarity constraints. Experimental verification shows that our scope-extension approach increases the probability of filtering out reusable solutions, thereby improving the effectiveness of cross-question method reuse.
academic
Cross-Question Method Reuse in Large Language Models: From Word-Level Prediction to Rational Logical-Layer Reasoning
Large Language Models (LLMs) have been widely applied to assist in solving various problems. Previous work proposed representing methods as pairings of problems and their corresponding solutions to enable method reuse. However, existing approaches typically require high similarity between problems. This paper extends the scope of method reuse to handle problems with lower similarity or implicit similarities. For problems similar in a general-specific sense, the authors propose first separating problems and solutions rather than directly inputting paired data to the LLM. The LLM is then guided to adapt solutions to new related problems, focusing on solution transfer rather than problem identification. Furthermore, the method extends to problems sharing only partial features or hidden characteristics. Experimental validation demonstrates that this scope-extended approach improves the probability of screening reusable solutions, thereby enhancing the effectiveness of cross-question method reuse.
Traditional large language models are primarily trained at the word level, learning through predicting the next token or filling in missing tokens. This training approach primarily reflects statistical co-occurrence rather than higher-level logical reasoning, resembling intuition or pattern matching rather than rational decision-making.
Limitations of Word-Level Reasoning: Current transformer-based LLMs struggle with method-level reasoning and tend to favor frequently occurring methods in training data, even when these are suboptimal.
Limitations of Method Reuse: Existing method reuse frameworks require high similarity between problems, limiting their applicability.
Need for Cross-Domain Knowledge Transfer: Humans can analogously apply solutions from one problem to seemingly unrelated new problems, but current LLMs lack this cross-question method reuse capability.
Extended Method Reuse Scope: Extends method reuse from high-similarity cases to general-specific mappings and feature-based hidden relationships.
Proposed Cross-Question Method Reuse Model:
Relational reuse: Handles general-specific and parallel relationships
Feature-based reuse: Supports partial feature matching and hidden characteristic identification
Introduced "Method of Methods" (MoM) Concept: Provides higher-level methods to verify, improve, and enhance the effectiveness of current applied methods.
Theoretical Framework: Elevates from word-level prediction to logical-layer reasoning, achieving rational rather than purely statistical solution application.
Given a target problem Qt, in the absence of a direct solution, find reusable solutions from an existing method repository, even if the original problems of these methods have low similarity to the target problem or possess implicit relationships.
Global methods Gi = (Qgi, Sgi) possess broad applicability and can serve as universal program enhancements to improve reliability and consistency of method execution.
Problem-Solution Separation Strategy: Rather than directly inputting problem-solution pairs to the LLM, first separate them and then guide the LLM to perform solution transfer.
Multi-Level Similarity Identification:
Explicit feature matching
Hidden characteristic inference
Overall method template reuse
Hierarchical Verification Mechanism: Ensures logical validity of solutions in new contexts through the Valid function.
Relational Reuse More Stable: Relational reuse based on structural connections demonstrates more stability than feature-based reuse relying on partial overlap.
Effectiveness of Explicit Separation: Explicitly prompting the LLM to generate problem-solution comparisons proves more effective than directly providing materials.
Statistical Significance: Relational reuse shows stronger statistical separation (t-value 9.23 vs 4.80), indicating more reliable effects.
Traditional LLMs learn distribution P(wt+1|w1,w2,...,wt) at the token level, primarily capturing statistical co-occurrence patterns. This framework achieves logical-layer reuse mapping through method representation M=(Q,S):
The cross-question method reuse framework successfully extends LLM applicability, enabling handling of low-similarity problems.
Relational reuse demonstrates greater stability in handling general-specific dependencies, while feature-based reuse provides a complementary mechanism for handling implicit overlaps.
Wei, J. et al. "Chain-of-thought prompting elicits reasoning in large language models." NeurIPS 2022.
Wang, X. et al. "Self-consistency improves chain of thought reasoning in language models." arXiv 2022.
Yao, S. et al. "Tree of thoughts: Deliberate problem solving with large language models." NeurIPS 2023.
Su, H. "Method-based reasoning for large language models: Extraction, reuse, and continuous improvement." arXiv 2025.
Overall Assessment: This paper proposes an innovative cross-question method reuse framework that successfully extends LLM applicability in low-similarity scenarios. While there is room for improvement in experimental scale and certain technical details, its theoretical contributions and practical value make it an important work in LLM reasoning research.