This application claims the benefit of Chinese Application Serial No. 202311669761.1, filed Dec. 6, 2023, which is hereby incorporated herein by reference in its entirety.
The present invention is related to an innovation recommendation system and a method thereof, and more particularly to an innovative recombination recommendation system for corporate knowledge base, and a method thereof.
In recent years, with the widespread and vigorous development of innovative thinking training, various methods of innovative thinking training have emerged. However, how to effectively assist users in efficiently generating innovations has been a pressing issue for many companies.
Generally, conventional innovative thinking training typically involves several steps including, for example, defining problems, analyzing problems, seeking inspiration, divergent thinking, using creative tools (such as mind map), and iterative improvement, and so on. However, performing a series of steps often requires a significant amount of time, and it causes the issue of inefficient innovation ideation efficiency.
For this reason, some companies have proposed to establish a knowledge base, and leverage the content of the knowledge base in relevant technical domains to assist users in innovative thinking, avoiding situations of excessive divergence. However, when the knowledge base contains a large amount of data, users still need to invest considerable effort in reading, ideating, verifying ideas, etc., leading to the same problem of inefficient innovation ideation.
According to above-mentioned contents, what is needed is to develop an improved solution to solve the problem of inefficient innovation ideation.
An objective of the present invention is to disclose an innovative recombination recommendation system for corporate knowledge base and a method thereof, to solve the conventional problem of inefficient innovation ideation.
In order to achieve the objective, the present invention discloses an innovative recombination recommendation system for corporate knowledge base, the innovative recombination recommendation system includes a corporate knowledge base and a server-end device. The corporate knowledge base is configured to store pieces of patent raw data, wherein each of the pieces of patent raw data corresponds to at least one mathematical vector. The server-end device is linked to the corporate knowledge base through network, wherein the server-end device includes a non-transitory computer-readable storage medium and a hardware processor. The non-transitory computer-readable storage medium is configured to store computer readable instructions. The hardware processor is electrically connected to the non-transitory computer-readable storage medium, and configured to execute computer readable instructions to make the server-end device execute: receiving an innovation summary, splitting the innovation summary into phrases, and vectorizing each of the phrases to generate a phrase vector; transmitting the phrase vectors to the corporate knowledge base, and comparing the phrase vectors with the mathematical vectors, one by one, and calculating a first vector distance between the phrase vectors and each of the mathematical vectors; when one of the first vector distances exceeds a threshold value, selecting the piece of the patent raw data corresponding to the one of the first vector distances; recombining the phrases, vectorizing the recombined phrases to generate a combination vector, calculating a second vector distance between the combination vector and the mathematical vector of the selected patent raw data, and when the calculated second vector distance does not exceed the threshold value, generating an evaluation pass message based on the recombined phrases.
In order to achieve the objective, the present invention discloses an innovative recombination recommendation method for corporate knowledge base, and the innovative recombination recommendation method includes steps of: linking a corporate knowledge base to a server-end device through network, wherein the corporate knowledge base stores pieces of patent raw data, each of the pieces of patent raw data corresponds to at least one mathematical vector, the server-end device comprises a non-transitory computer-readable storage medium storing computer readable instructions, and a hardware processor executing the computer readable instructions; receiving an innovation summary, splitting the innovation summary into phrases, and vectorizing each of the phrases to generate a phrase vector, by the server-end device; transmitting the phrase vectors to the corporate knowledge base, comparing the phrase vectors with one of the mathematical vectors one by one, and calculating a first vector distance between the phrase vectors and one of the mathematical vectors, by the server-end device; selecting the mathematical vector with the first vector distance exceeding a threshold value, and the patent raw data corresponding to the selected mathematical vector, by the server-end device; recombining the phrases, vectorizing the recombined phrases to generate a combination vector, calculating a second vector distance between the combination vector and the mathematical vector of the selected patent raw data, and when the calculated second vector distance does not exceed the threshold value, generating an evaluation pass message based on the recombined phrase, by the server-end device.
According to the above-mentioned system and method of the present invention, the difference between the present invention and the conventional technology is that, in the present invention, the innovation summary is received and split into the phrases, each of the phrases is vectorized to generate the phrase vector, the phrase vectors are transmitted to the corporate knowledge base and compared with the mathematical vectors of the pieces of patent raw data to calculate the first vector distance, and the piece of patent raw data with the first vector distance exceeding the threshold value is selected; the phrases are recombined and the recombined phrases are vectorized to generate a combination vector, the combination vector is compare with the mathematical vector of the selected patent raw data to calculate a second vector distance, and when the second vector distance does not exceed the threshold value, the evaluation pass message is generated based on the recombined phrase.
Therefore, the above-mentioned solution of the present invention is able to achieve the effect of improving the efficiency of innovative ideation.
The structure, operating principle and effects of the present invention will be described in detail by way of various embodiments which are illustrated in the accompanying drawings.
The following embodiments of the present invention are herein described in detail with reference to the accompanying drawings. These drawings show specific examples of the embodiments of the present invention. These embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the invention to those skilled in the art. It is to be acknowledged that these embodiments are exemplary implementations and are not to be construed as limiting the scope of the present invention in any way. Further modifications to the disclosed embodiments, as well as other embodiments, are also included within the scope of the appended claims.
These embodiments are provided so that this disclosure is thorough and complete, and fully conveys the inventive concept to those skilled in the art. Regarding the drawings, the relative proportions, and ratios of elements in the drawings may be exaggerated or diminished in size for the sake of clarity and convenience. Such arbitrary proportions are only illustrative and not limiting in any way. The same reference numbers are used in the drawings and description to refer to the same or like parts. As used herein, the singular forms “a”, “an” and “the” are intended to include the plural forms as well, unless the context clearly indicates otherwise.
It is to be acknowledged that, although the terms ‘first,’ ‘second,’ ‘third,’ and so on, may be used herein to describe various elements, these elements should not be limited by these terms. These terms are used only for the purpose of distinguishing one component from another component. Thus, a first element discussed herein could be termed a second element without altering the description of the present disclosure. As used herein, the term “or” includes any and all combinations of one or more of the associated listed items.
It will be acknowledged that when an element or layer is referred to as being “on,” “connected to” or “coupled to” another element or layer, it can be directly on, connected or coupled to the other element or layer, or intervening elements or layers may be present. In contrast, when an element is referred to as being “directly on,” “directly connected to” or “directly coupled to” another element or layer, there are no intervening elements or layers present.
In addition, unless explicitly described to the contrary, the words “comprise” and “include,” and variations such as “comprises,” “comprising,” “includes,” or “including,” will be acknowledged to imply the inclusion of stated elements but not the exclusion of any other elements.
Please refer to
The server-end device 120 is linked to the corporate knowledge base 110 through network, and the server-end device 120 includes a non-transitory computer-readable storage medium 121 and a hardware processor 122. In actual implementation, the non-transitory computer-readable storage medium 121 may include a hard disk, an optical disk, a flash memory, or the like. In addition, the computer readable instructions are executed by the server-end device 120. The computer readable instructions can be assembly language instructions, instruction-set-structure instructions, machine instructions, machine-related Instructions, micro-instructions, firmware instructions, or source codes or object codes written in any combination of one or more programming languages. The programming language includes object-oriented programming languages, such as: Common Lisp, Python, C++, Objective-C, Smalltalk, Delphi, Java, Swift, C#, Perl, Ruby, or PHP; the programming language can include regular procedural programming languages, such as C language or similar programming languages.
The hardware processor 122 is electrically connected to the non-transitory computer-readable storage medium 121, and configured to execute the computer readable instructions, to make the server-end device 120 execute the operations of: receiving an innovation summary, splitting the innovation summary into phrases, and vectorizing the phrases to generate phrase vectors; transmitting the phrase vectors to the corporate knowledge base and comparing the phrase vectors with the mathematical vectors, and calculates a first vector distance between the phrase vectors and one of the mathematical vector; when the first vector distance exceeds a threshold value, selecting the patent raw data corresponding to the one of the mathematical vector; recombining the phrases and vectorizing the recombined phrases to generate a combination vector, and calculating a second vector distance between the combination vector and the mathematical vector of the selected patent raw data, when the calculated second vector distance does not exceed the threshold value, generating an evaluation pass message based on the recombined phrase. In actual implementation, the server-end device 120 performs labelling by at least one of an automatic manner and a manual manner, splits the innovation summary into feature phrases, execute one of a clustering algorithm and an association rule algorithm to analyze the feature phrases, and generate a recombined technology combination based on the analysis result. In addition, the server-end device 120 vectors the recombined technology combination to generate a recombination vector, calculates a third vector distance between the recombination vector and the mathematical vectors, loads the patent raw data with the third vector distance exceeding the threshold value from the corporate knowledge base 110, as the prior art reference. In an embodiment, the server-end device 120 can further perform an association analysis based on the loaded patent raw data, and the association analysis can include an analysis for at least one of the recombined technology combination, a patent citation, joint inventors, and joint applicants. Therefore, the above-mentioned solution of the present invention is able to greatly simplify verification process to save time for verification.
It is to be particularly noted that, in actual implementation, the above-mentioned solution of the present invention can be implemented fully or partly based on hardware, for example, one or more component of the system can be implemented by integrated circuit chip, system on chip (SOC), a complex programmable logic device (CPLD), or a field programmable gate array (FPGA). The concept of the present invention can be implemented by a system, a method and/or a computer program. The computer program can include computer-readable storage medium which records computer readable program instructions, and the processor can execute the computer readable program instructions to implement concepts of the present invention. The computer-readable storage medium can be a tangible apparatus for holding and storing the instructions executable of an instruction executing apparatus. Computer-readable storage medium can be, but not limited to electronic storage apparatus, magnetic storage apparatus, optical storage apparatus, electromagnetic storage apparatus, semiconductor storage apparatus, or any appropriate combination thereof. More particularly, the computer-readable storage medium can include a hard disk, an RAM memory, a read-only-memory, a flash memory, an optical disk, a floppy disc, or any appropriate combination thereof, but this exemplary list is not an exhaustive list. The computer-readable storage medium is not interpreted as the instantaneous signal such a radio wave or other freely propagating electromagnetic wave, or electromagnetic wave propagated through waveguide, or other transmission medium (such as optical signal transmitted through fiber cable), or electric signal transmitted through electric wire. Furthermore, the computer readable program instruction can be downloaded from the computer-readable storage medium to each calculating/processing apparatus, or downloaded through network, such as internet network, local area network, wide area network and/or wireless network, to external computer equipment or external storage apparatus. The network includes copper transmission cable, fiber transmission, wireless transmission, router, firewall, switch, hub and/or gateway. The network card or network interface of each calculating/processing apparatus can receive the computer readable program instructions from network, and forward the computer readable program instruction to store in computer-readable storage medium of each calculating/processing apparatus.
Please refer to
The embodiment of the present invention will be illustrated with reference to
According to above-mentioned contents, the difference between the present invention and the conventional technology is that, in the present invention, the innovation summary is received and split into the phrases, each of the phrases is vectorized to generate the phrase vector, the phrase vectors are transmitted to the corporate knowledge base and compared with the mathematical vectors of the pieces of patent raw data to calculate the first vector distance, and the piece of patent raw data with the first vector distance exceeding the threshold value is selected; the phrases are recombined and the recombined phrases are vectorized to generate the combination vector, the combination vector is compare with the mathematical vector of the selected patent raw data to calculate the second vector distance, and when the second vector distance does not exceed the threshold value, the evaluation pass message is generated based on the recombined phrase. Therefore, the above-mentioned solution of the present invention is able to solve the convention problem, so as to achieve the effect of improving the efficiency of innovative ideation.
The present invention disclosed herein has been described by means of specific embodiments. However, numerous modifications, variations and enhancements can be made thereto by those skilled in the art without departing from the spirit and scope of the disclosure set forth in the claims.
Number | Date | Country | Kind |
---|---|---|---|
202311669761.1 | Dec 2023 | CN | national |