Study on Building Business-oriented Resource On-demand Resolution Model
To address the issue of re-analyzing and repeating development of natural language processing tools and resource ana-lysis plugins when new requirements arise during project development,this paper proposes a business-oriented on-demand re-source analysis solution.Firstly,a demand-driven resource analysis method from requirement to code is proposed,focusing on the construction of a demand concept indexing model for the requirement text itself.The constructed demand concept indexing model outperforms other classification models in terms of accuracy,recall,and F1 score.Secondly,this paper establishes a mapping mechanism from requirement text to code library categories based on the correlation between requirement text and code.For the mapping results,the precison@K is used as an evaluation metric,with an ultimate accuracy rate of 60%,demonstrating a certain practical value.In summary,this paper explores a set of key technologies for on-demand resource analysis with demand parsing capabilities and implements the correlation between requirements and code,covering the entire process from requirement text classification,code library classification,code library retrieval to plugin generation.The proposed method forms a complete busi-ness loop of"requirement-code-plugin-analysis"and experimentally verifies to be effective for on-demand resource analysis.Com-pared to existing large language models for business requirement analysis and code generation,this method focuses on the imple-mentation of the full process of plugin code reuse within specific business domains,containing business characteristics.
Natural language processingRequirements modelCode reuseText parsingCode categorizationCode retrieval