CN116644724B - Method, device, equipment and storage medium for generating bid - Google Patents

Method, device, equipment and storage medium for generating bid Download PDF

Info

Publication number
CN116644724B
CN116644724B CN202310927404.4A CN202310927404A CN116644724B CN 116644724 B CN116644724 B CN 116644724B CN 202310927404 A CN202310927404 A CN 202310927404A CN 116644724 B CN116644724 B CN 116644724B
Authority
CN
China
Prior art keywords
bidding
bid
item
tag
determining
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202310927404.4A
Other languages
Chinese (zh)
Other versions
CN116644724A (en
Inventor
闫峰
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Taiping Financial Technology Services Shanghai Co Ltd Shenzhen Branch
Original Assignee
Taiping Financial Technology Services Shanghai Co Ltd Shenzhen Branch
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Taiping Financial Technology Services Shanghai Co Ltd Shenzhen Branch filed Critical Taiping Financial Technology Services Shanghai Co Ltd Shenzhen Branch
Priority to CN202310927404.4A priority Critical patent/CN116644724B/en
Publication of CN116644724A publication Critical patent/CN116644724A/en
Application granted granted Critical
Publication of CN116644724B publication Critical patent/CN116644724B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/20Natural language analysis
    • G06F40/205Parsing
    • G06F40/211Syntactic parsing, e.g. based on context-free grammar [CFG] or unification grammars
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/30Semantic analysis

Abstract

The invention discloses a method, a device, equipment and a storage medium for generating a bid. Comprising the following steps: determining a bid response file according to the acquired invitation bidding document; determining target bidding materials matched with the bidding response file in a pre-constructed bidding material library, wherein the bidding material library comprises a corresponding relation between initial bidding materials and material labels; and generating a tender book according to each target tender material and the tender response file. And finally, according to the target bidding materials and the bidding response file, the tender book corresponding to the invited tender book can be automatically generated without manual compiling, so that the quality of the tender book is ensured, the manual workload is reduced, and the compiling efficiency of the tender book is improved.

Description

Method, device, equipment and storage medium for generating bid
Technical Field
The present invention relates to the field of data processing, and in particular, to a method, an apparatus, a device, and a storage medium for generating a bid.
Background
As internet technology matures, various web-based application services, such as electronic bidding, are rapidly developing. The electronic bidding is based on the traditional bidding, the bidding book is electronic, and the bidding is transmitted and issued by means of a computer and a network, so that bidding activities are completed. As bidding for each industry becomes more and more standard, the quality of the bidding will be directly related to whether the bidding can be achieved.
At present, the bidding of enterprises is basically to manually write a bid, the bid inviting requirements of each client are different, the manual writing workload of the bid is large, meanwhile, when personnel flow, the capacity of writing the bid by new staff cannot be effectively migrated, the quality of the bid is unstable, and a large amount of manual workload can cause low bid writing efficiency.
Disclosure of Invention
The invention provides a method, a device, equipment and a storage medium for generating a bid, which are used for generating the bid matched with an acquired invitation bid.
According to an aspect of the present invention, there is provided a method of generating a bid, the method comprising:
determining a bid response file according to the acquired invitation bidding documents, wherein the bid response file comprises a directory structure of the bidding documents;
determining target bidding materials matched with the bidding response file in a pre-constructed bidding material library, wherein the bidding material library comprises a corresponding relation between initial bidding materials and material labels;
and generating a tender book according to each target tender material and the tender response file.
Optionally, determining the bid response file according to the acquired invitation bidding document includes: performing text extraction on the invitation mark book to generate an invitation mark text; acquiring a bidding format keyword input by a user, and determining the position of the bidding format keyword in an invited bidding text; and extracting chapters corresponding to the positions, and constructing a directory structure of the tender book according to the extracted chapters so as to determine the tender response file.
Optionally, before determining the target bid material matched with the bid response file in the pre-constructed bid material library, the method further comprises: acquiring initial bidding materials and material keywords corresponding to the initial bidding materials; acquiring a tag library, and determining material tags of each initial bidding material according to the tag library and the material keywords, wherein the tag library comprises the corresponding relation between the keywords and the tags; and constructing a bidding material library according to the corresponding relation between the initial bidding materials and the material labels.
Optionally, determining the material tag of each initial bidding material according to the tag library and the material keyword includes: judging whether the tag library contains a material keyword, if so, taking a tag corresponding to the material keyword in the tag library as a material tag; otherwise, the label input by the user is used as the material label.
Optionally, determining the target bidding materials matched with the bidding response file in the pre-constructed bidding material library includes: dividing the bid response file to generate each bid response item; determining an item tag for each bid response item; and determining a material label matched with the item label from the bidding material library, and taking the initial bidding material corresponding to the material label as a target bidding material.
Optionally, determining the item tag for each bid response item includes: carrying out semantic analysis on each bidding response item to obtain item keywords corresponding to each bidding response item; judging whether the tag library contains an item keyword, if so, taking a tag corresponding to the item keyword in the tag library as an item tag; otherwise, the label input by the user is used as the item label.
Optionally, the initial bidding materials include a comprehensive score of the materials, and generating a tender book according to each target bidding material and the bidding response file includes: sequencing each target bidding material corresponding to each bidding response item according to the sequence from high to low of the comprehensive score of the materials to generate each target material sequence; extracting a first target bidding material from each target material sequence as a final bidding material; the final bid materials are combined to generate a tender book.
According to another aspect of the present invention, there is provided a bid generation apparatus including:
the bid response file extraction module is used for determining a bid response file according to the acquired invitation bidding documents, wherein the bid response file comprises a catalog structure of the bidding documents;
the target bidding material determining module is used for determining target bidding materials matched with the bidding response file in a pre-constructed bidding material library, wherein the bidding material library comprises the corresponding relation between the initial bidding materials and the material labels;
and the tender book generation module is used for generating tender books according to the target tender materials and the tender response files.
According to another aspect of the present invention, there is provided an electronic apparatus including:
at least one processor; and
a memory communicatively coupled to the at least one processor; wherein,
the memory stores a computer program executable by the at least one processor to enable the at least one processor to perform a method of generating a bid according to any one of the embodiments of the present invention.
According to another aspect of the present invention, there is provided a computer readable storage medium storing computer instructions for causing a processor to implement a method of generating a bid according to any one of the embodiments of the present invention when executed.
According to the technical scheme, the bid response file is determined through the obtained invited bidding documents, the response file comprises the directory structure of the tender documents, the target bid materials matched with the bid response file are determined from the pre-constructed bid material library, the corresponding relation between the initial bid materials and the output labels in the bid material library is finally generated automatically according to the target bid materials and the bid response file without manual writing, so that the quality of the tender documents is ensured, the manual workload is reduced, and the writing efficiency of the tender documents is improved.
It should be understood that the description in this section is not intended to identify key or critical features of the embodiments of the invention or to delineate the scope of the invention. Other features of the present invention will become apparent from the description that follows.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings required for the description of the embodiments will be briefly described below, and it is apparent that the drawings in the following description are only some embodiments of the present invention, and other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a flow chart of a method for generating a bid according to a first embodiment of the present invention;
FIG. 2 is a flow chart of another method of generating a bid according to a first embodiment of the present invention;
FIG. 3 is a flowchart of another method for generating a bid according to a second embodiment of the present invention;
fig. 4 is a schematic structural view of a device for generating a bid according to a third embodiment of the present invention;
fig. 5 is a schematic structural diagram of an electronic device for implementing a method for generating a bid according to an embodiment of the present invention.
Detailed Description
In order that those skilled in the art will better understand the present invention, a technical solution in the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in which it is apparent that the described embodiments are only some embodiments of the present invention, not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the present invention without making any inventive effort, shall fall within the scope of the present invention.
It should be noted that the terms "first," "first," and the like in the description and the claims of the present invention and the above-described drawings are used for distinguishing between similar objects and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used may be interchanged where appropriate such that the embodiments of the invention described herein may be implemented in sequences other than those illustrated or otherwise described herein. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
Example 1
Fig. 1 is a flowchart of a method for generating a bid according to an embodiment of the present invention, where the method may be performed by a bid generating device, which may be implemented in hardware and/or software, and the bid generating device may be configured in a computer, where the method is applicable to a case where a corresponding bid is generated according to an acquired invitation. As shown in fig. 1, the method includes:
s110, determining a bid response file according to the acquired invitation bidding document.
The bidding invitation book refers to a bidding invitation sent by a bidding person to a to-be-determined bidder or a bidding unit sends a document inviting the bidding person to participate in bidding to a relevant unit when a bidding selection mode is adopted, the bidding invitation book comprises bidding requirements, wherein the bidding requirements comprise bidding response files, the bidding response files refer to files meeting the requirements set by the bidding files, namely, the bidding response files comprise the requirements of the bidding, namely, the directory structure of the bidding. The tenderer refers to a legal person or other organization who proposes a bidding project, performs bidding according to a rule, and the bidder refers to a legal person or other organization who responds to bidding, participates in competition, and aims at bidding in a bidding and bidding activity. The bidding document refers to a document submitted to a bidding unit by the bidding unit according to the conditions and requirements of the bidding unit. For example, the whole process of bidding can be the behavior that a bidding person requests specific or unspecified bidders to bid according to a certain program at a specified time and place by describing bidding project, goods, service range, bid section division, quantity, qualification requirements of the bidders and the like in a bidding invitation book; the bidder submits the tender book on demand, and then the tenderer can select the tender book.
Optionally, determining the bid response file according to the acquired invitation bidding document includes: performing text extraction on the invitation mark book to generate an invitation mark text; acquiring a bidding format keyword input by a user, and determining the position of the bidding format keyword in an invited bidding text; and extracting chapters corresponding to the positions, and constructing a directory structure of the tender book according to the extracted chapters so as to determine the tender response file.
Specifically, the user can input the received invitation and bidding book into the controller, the user refers to personnel needing to generate the bidding and can determine the bidding response file according to the acquired invitation and bidding book after acquiring the invitation and bidding book, the controller can perform word extraction on the invitation and bidding book to generate the invitation and bidding book, the format of the invitation and bidding book can be determined first when the invitation and bidding book is generated, if the format of the invitation and bidding book is word or pdf, the controller can directly analyze the word content of the invitation and bidding book to generate the invitation and bidding book, if the invitation and bidding book is a scanned item picture, the controller can identify the picture content through an optical character identification (Optical Character Recognition, OCR) technology, and the scanned item picture is converted into the analyzed and processed invitation and bidding book.
Further, after the invitation text is generated, the user can input a bid format keyword to search the invitation text, the controller can acquire the bid format keyword input by the user, and exemplarily, the bid format keyword can be a response file, the controller can search in the invitation text, namely, acquire the directory structure of the invitation text, search the bid format keyword in the first-level directory, and determine the position of the bid format keyword in the invitation text, wherein a chapter corresponding to the position is a chapter where the bid response file is located, namely, the controller can extract the chapter corresponding to the position, and generate the format requirement of the bid, namely, the directory structure of the bid, so as to generate the bid response file.
S120, determining target bidding materials matched with the bidding response file in a pre-constructed bidding material library.
The bidding material library comprises a corresponding relation between initial bidding materials and material labels. The target bidding materials are bidding materials matched with the bidding response file in the bidding material library, namely, the bidding materials meeting the requirements of the bidding response file.
Fig. 2 is a flowchart of a method for generating a bid according to an embodiment of the present invention, and step S120 mainly includes steps S121 to S123 as follows:
s121, sentence dividing is carried out on the bid response file, and each bid response item is generated.
Specifically, the controller may sentence the extracted bid response file, and the sentence may use a sentence tool, for example, a Chinese language representation model (Bidirectional Encoder Representation from Transformers-Chinese), through which the bid response file may be sentence-divided to generate a plurality of bid response entries, where the bid response entries are the sentences of the bid response file.
S122, determining item labels of the bidding response items.
Optionally, determining the item tag for each bid response item includes: carrying out semantic analysis on each bidding response item to obtain item keywords corresponding to each bidding response item; judging whether the tag library contains an item keyword, if so, taking a tag corresponding to the item keyword in the tag library as an item tag; otherwise, the label input by the user is used as the item label.
Wherein the item tags refer to the category or content used to mark the bid response items, are key information determined for the bid response items, and are marking tools that facilitate searching and locating. The controller can perform semantic analysis on each bid response item, wherein the semantic analysis refers to learning and understanding text content of the bid response item, and the semantic analysis can be through a semantic similarity model (SentenceBidirectional Encoder Representations from Transformers, SBERT), and item keywords corresponding to each bid response item can be extracted through the semantic similarity model. Because the tag library comprises the corresponding relation between the tag and the keyword, after the item keyword is determined, whether the tag library contains the item keyword or not can be judged, namely whether the item keyword has the corresponding tag is judged, if yes, the tag corresponding to the item keyword in the tag library is used as the item tag, otherwise, the fact that the tag does not exist in the item keyword is indicated, at the moment, the tag is set by a user, and the tag input by the user is used as the item tag by the controller.
S123, determining a material label matched with the item label from the bidding material library, and taking an initial bidding material corresponding to the material label as a target bidding material.
Specifically, the controller can match the material tag with the item tag, and can determine the material tag identical to each item tag from the bidding material library, namely, the content of the item tag is A, the content of the matched material tag is also A, the controller takes the initial bidding material corresponding to the matched material tag as a target bidding material, and the target bidding material is the bidding material matched with the bidding response file.
S130, generating a tender book according to each target tender material and the tender response file.
Optionally, the initial bidding materials include a comprehensive score of the materials, and generating a tender book according to each target bidding material and the bidding response file includes: sequencing each target bidding material corresponding to each bidding response item according to the sequence from high to low of the comprehensive score of the materials to generate each target material sequence; extracting a first target bidding material from each target material sequence as a final bidding material; the final bid materials are combined to generate a tender book.
Specifically, the initial bidding materials include comprehensive scores of materials, the comprehensive scores of the materials are attribute information of each bidding material, and the comprehensive scores of the materials are comprehensive quantitative judgment standards, namely, the higher the comprehensive scores of the materials are, the better the quality of the bidding materials is. The target bidding materials corresponding to each response item can be respectively sequenced according to the sequence from high to low of the comprehensive scores of the materials to generate a target material sequence of each response item, then the first target bidding material is extracted from each target material sequence to serve as a final bidding material, the final bidding material is the bidding material with the highest comprehensive score of the materials corresponding to each bidding response item, and finally the final bidding materials are combined to generate the tender book meeting the requirements of the invited tender book.
According to the technical scheme, the bid response file is determined through the obtained invited bidding documents, the response file comprises the directory structure of the tender documents, the target bid materials matched with the bid response file are determined from the pre-constructed bid material library, the corresponding relation between the initial bid materials and the output labels in the bid material library is finally generated automatically according to the target bid materials and the bid response file without manual writing, so that the quality of the tender documents is ensured, the manual workload is reduced, and the writing efficiency of the tender documents is improved.
Example two
Fig. 3 is a flowchart of a method for generating a bid according to a second embodiment of the present invention, and a process for constructing a bidding material library is added on the basis of the first embodiment and the above embodiment. The specific contents of steps S210, S250-S260 are substantially the same as steps S110-S130 in the first embodiment, so that a detailed description is omitted in this embodiment. As shown in fig. 3, the method includes:
s210, determining a bid response file according to the acquired invitation bidding document.
Optionally, determining the bid response file according to the acquired invitation bidding document includes: performing text extraction on the invitation mark book to generate an invitation mark text; acquiring a bidding format keyword input by a user, and determining the position of the bidding format keyword in an invited bidding text; and extracting chapters corresponding to the positions, and constructing a directory structure of the tender book according to the extracted chapters so as to determine the tender response file.
S220, acquiring the initial bidding materials and the material keywords corresponding to the initial bidding materials.
Specifically, the controller may acquire the initial bidding materials to establish a bidding material library, and the controller may perform semantic analysis on the acquired initial bidding materials, that is, perform keyword extraction on the initial bidding materials through the SBERT model, so as to acquire material keywords corresponding to each initial bidding material.
S230, acquiring a tag library, and determining the material tags of the initial bidding materials according to the tag library and the material keywords.
The material labels are used for marking the classification or content of the initial bidding materials, are key information determined for the initial bidding materials, and are marking tools convenient to find and position. The tag library comprises the corresponding relation between the keywords and the tags.
Optionally, determining the material tag of each initial bidding material according to the tag library and the material keyword includes: judging whether the tag library contains a material keyword, if so, taking a tag corresponding to the material keyword in the tag library as a material tag; otherwise, the label input by the user is used as the material label.
Specifically, since the tag library includes the correspondence between the tag and the keyword, it can be determined whether the tag library includes the keyword after determining the keyword, that is, whether the keyword has a corresponding tag, if yes, the tag corresponding to the keyword in the tag library is used as the tag, otherwise, it is indicated that the tag does not exist in the keyword, and at this time, the tag is set by the user, and the controller uses the tag input by the user as the tag.
S240, constructing a bidding material library according to the corresponding relation between the initial bidding materials and the material labels.
Specifically, since each initial bidding material has a corresponding material label, a bidding material library can be constructed according to the corresponding relation between the initial bidding material and the material label, and after the bidding material library is constructed, a target bidding material matched with the bidding response file in the invited bidding document can be determined according to the material label.
S250, determining target bidding materials matched with the bidding response file in a pre-constructed bidding material library.
Optionally, determining the target bidding materials matched with the bidding response file in the pre-constructed bidding material library includes: dividing the bid response file to generate each bid response item; determining an item tag for each bid response item; and determining a material label matched with the item label from the bidding material library, and taking the initial bidding material corresponding to the material label as a target bidding material.
Optionally, determining the item tag for each bid response item includes: carrying out semantic analysis on each bidding response item to obtain item keywords corresponding to each bidding response item; judging whether the tag library contains an item keyword, if so, taking a tag corresponding to the item keyword in the tag library as an item tag; otherwise, the label input by the user is used as the item label.
And S260, generating a tender book according to each target tender material and the tender response file.
Optionally, the initial bidding materials include a comprehensive score of the materials, and generating a tender book according to each target bidding material and the bidding response file includes: sequencing each target bidding material corresponding to each bidding response item according to the sequence from high to low of the comprehensive score of the materials to generate each target material sequence; extracting a first target bidding material from each target material sequence as a final bidding material; the final bid materials are combined to generate a tender book.
According to the technical scheme, the bid response file is determined through the obtained invited bidding documents, the response file comprises a catalog structure of the tender document, the bidding material library is built by setting material labels for initial bidding materials through the label library or labels input by a user, the corresponding relation between the initial bidding materials contained in the bidding material library and the output labels is established, then target bidding materials corresponding to the material labels matched with the item labels are determined from the established bidding material library, finally the tender document corresponding to the invited bidding document can be automatically generated without manual compiling according to the target bidding materials and the tender response file, the quality of the tender document is guaranteed, meanwhile, the manual workload is reduced, and the compiling efficiency of the tender document is improved.
Example III
Fig. 4 is a schematic structural diagram of a device for generating a bid according to a third embodiment of the present invention. As shown in fig. 4, the apparatus includes: a bid response file extracting module 310, configured to determine a bid response file according to the obtained invitation bid, where the bid response file includes a directory structure of the bid; the target bidding material determining module 320 is configured to determine a target bidding material matched with the bidding response file in a pre-constructed bidding material library, where the bidding material library includes a correspondence between an initial bidding material and a material tag; and a tender book generation module 330 for generating tender books according to the target bid materials and the bid response files.
Optionally, the bid response file extraction module 310 is specifically configured to: performing text extraction on the invitation mark book to generate an invitation mark text; acquiring a bidding format keyword input by a user, and determining the position of the bidding format keyword in an invited bidding text; and extracting chapters corresponding to the positions, and constructing a directory structure of the tender book according to the extracted chapters so as to determine the tender response file.
Optionally, the apparatus further comprises: the bidding material library construction module is used for acquiring initial bidding materials and material keywords corresponding to the initial bidding materials; acquiring a tag library, and determining material tags of each initial bidding material according to the tag library and the material keywords, wherein the tag library comprises the corresponding relation between the keywords and the tags; and constructing a bidding material library according to the corresponding relation between the initial bidding materials and the material labels.
Optionally, the bid material library construction module specifically includes: the material label determining unit is used for judging whether the label library contains material keywords or not, and if yes, taking the label corresponding to the material keywords in the label library as a material label; otherwise, the label input by the user is used as the material label.
Optionally, the target bidding material determination module 320 specifically includes: the bid response item generating unit is used for dividing a bid response file and generating each bid response item; an item tag determination unit for determining an item tag of each bid response item; and the target bidding material determining unit is used for determining the material label matched with the item label from the bidding material library, and taking the initial bidding material corresponding to the material label as the target bidding material.
Optionally, the item tag determining unit is specifically configured to: carrying out semantic analysis on each bidding response item to obtain item keywords corresponding to each bidding response item; judging whether the tag library contains an item keyword, if so, taking a tag corresponding to the item keyword in the tag library as an item tag; otherwise, the label input by the user is used as the item label.
Optionally, the bid generation module 330 is specifically configured to: sequencing each target bidding material corresponding to each bidding response item according to the sequence from high to low of the comprehensive score of the materials to generate each target material sequence; extracting a first target bidding material from each target material sequence as a final bidding material; the final bid materials are combined to generate a tender book.
According to the technical scheme, the bid response file is determined through the obtained invited bidding documents, the response file comprises the directory structure of the tender documents, the target bid materials matched with the bid response file are determined from the pre-constructed bid material library, the corresponding relation between the initial bid materials and the output labels in the bid material library is finally generated automatically according to the target bid materials and the bid response file without manual writing, so that the quality of the tender documents is ensured, the manual workload is reduced, and the writing efficiency of the tender documents is improved.
The bid generation device provided by the embodiment of the invention can execute the bid generation method provided by any embodiment of the invention, and has the corresponding functional modules and beneficial effects of the execution method.
Example IV
Fig. 5 shows a schematic diagram of the structure of an electronic device 10 that may be used to implement an embodiment of the invention. Electronic devices are intended to represent various forms of digital computers, such as laptops, desktops, workstations, personal digital assistants, servers, blade servers, mainframes, and other appropriate computers. Electronic equipment may also represent various forms of mobile devices, such as personal digital processing, cellular telephones, smartphones, wearable devices (e.g., helmets, glasses, watches, etc.), and other similar computing devices. The components shown herein, their connections and relationships, and their functions, are meant to be exemplary only, and are not meant to limit implementations of the inventions described and/or claimed herein.
As shown in fig. 5, the electronic device 10 includes at least one processor 11, and a memory, such as a Read Only Memory (ROM) 12, a Random Access Memory (RAM) 13, etc., communicatively connected to the at least one processor 11, in which the memory stores a computer program executable by the at least one processor, and the processor 11 may perform various appropriate actions and processes according to the computer program stored in the Read Only Memory (ROM) 12 or the computer program loaded from the storage unit 18 into the Random Access Memory (RAM) 13. In the RAM 13, various programs and data required for the operation of the electronic device 10 may also be stored. The processor 11, the ROM 12 and the RAM 13 are connected to each other via a bus 14. An input/output (I/O) interface 15 is also connected to bus 14.
Various components in the electronic device 10 are connected to the I/O interface 15, including: an input unit 16 such as a keyboard, a mouse, etc.; an output unit 17 such as various types of displays, speakers, and the like; a storage unit 18 such as a magnetic disk, an optical disk, or the like; and a communication unit 19 such as a network card, modem, wireless communication transceiver, etc. The communication unit 19 allows the electronic device 10 to exchange information/data with other devices via a computer network, such as the internet, and/or various telecommunication networks.
The processor 11 may be a variety of general and/or special purpose processing components having processing and computing capabilities. Some examples of processor 11 include, but are not limited to, a Central Processing Unit (CPU), a Graphics Processing Unit (GPU), various specialized Artificial Intelligence (AI) computing chips, various processors running machine learning model algorithms, digital Signal Processors (DSPs), and any suitable processor, controller, microcontroller, etc. The processor 11 performs the various methods and processes described above, such as a bid generation method.
In some embodiments, a method of generating a bid may be implemented as a computer program tangibly embodied on a computer-readable storage medium, such as storage unit 18. In some embodiments, part or all of the computer program may be loaded and/or installed onto the electronic device 10 via the ROM 12 and/or the communication unit 19. When the computer program is loaded into RAM 13 and executed by processor 11, one or more steps of one of the above-described methods of generating a markup language can be performed. Alternatively, in other embodiments, processor 11 may be configured to perform a method of bid generation by any other suitable means (e.g., by means of firmware).
Various implementations of the systems and techniques described here above may be implemented in digital electronic circuitry, integrated circuit systems, field Programmable Gate Arrays (FPGAs), application Specific Integrated Circuits (ASICs), application Specific Standard Products (ASSPs), systems On Chip (SOCs), load programmable logic devices (CPLDs), computer hardware, firmware, software, and/or combinations thereof. These various embodiments may include: implemented in one or more computer programs, the one or more computer programs may be executed and/or interpreted on a programmable system including at least one programmable processor, which may be a special purpose or general-purpose programmable processor, that may receive data and instructions from, and transmit data and instructions to, a storage system, at least one input device, and at least one output device.
A computer program for carrying out methods of the present invention may be written in any combination of one or more programming languages. These computer programs may be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus, such that the computer programs, when executed by the processor, cause the functions/acts specified in the flowchart and/or block diagram block or blocks to be implemented. The computer program may execute entirely on the machine, partly on the machine, as a stand-alone software package, partly on the machine and partly on a remote machine or entirely on the remote machine or server.
In the context of the present invention, a computer-readable storage medium may be a tangible medium that can contain, or store a computer program for use by or in connection with an instruction execution system, apparatus, or device. The computer readable storage medium may include, but is not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing. Alternatively, the computer readable storage medium may be a machine readable signal medium. More specific examples of a machine-readable storage medium would include an electrical connection based on one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
To provide for interaction with a user, the systems and techniques described here can be implemented on an electronic device having: a display device (e.g., a CRT (cathode ray tube) or LCD (liquid crystal display) monitor) for displaying information to a user; and a keyboard and a pointing device (e.g., a mouse or a trackball) through which a user can provide input to the electronic device. Other kinds of devices may also be used to provide for interaction with a user; for example, feedback provided to the user may be any form of sensory feedback (e.g., visual feedback, auditory feedback, or tactile feedback); and input from the user may be received in any form, including acoustic input, speech input, or tactile input.
The systems and techniques described here can be implemented in a computing system that includes a background component (e.g., as a data server), or that includes a middleware component (e.g., an application server), or that includes a front-end component (e.g., a user computer having a graphical user interface or a web browser through which a user can interact with an implementation of the systems and techniques described here), or any combination of such background, middleware, or front-end components. The components of the system can be interconnected by any form or medium of digital data communication (e.g., a communication network). Examples of communication networks include: local Area Networks (LANs), wide Area Networks (WANs), blockchain networks, and the internet.
The computing system may include clients and servers. The client and server are typically remote from each other and typically interact through a communication network. The relationship of client and server arises by virtue of computer programs running on the respective computers and having a client-server relationship to each other. The server can be a cloud server, also called a cloud computing server or a cloud host, and is a host product in a cloud computing service system, so that the defects of high management difficulty and weak service expansibility in the traditional physical hosts and VPS service are overcome.
It should be appreciated that various forms of the flows shown above may be used to reorder, add, or delete steps. For example, the steps described in the present invention may be performed in parallel, sequentially, or in a different order, so long as the desired results of the technical solution of the present invention are achieved, and the present invention is not limited herein.
The above embodiments do not limit the scope of the present invention. It will be apparent to those skilled in the art that various modifications, combinations, sub-combinations and alternatives are possible, depending on design requirements and other factors. Any modifications, equivalent substitutions and improvements made within the spirit and principles of the present invention should be included in the scope of the present invention.

Claims (8)

1. A method of generating a bid, comprising:
determining a bid response file according to the acquired invitation bidding documents, wherein the bid response file comprises a catalog structure of the bidding documents;
determining target bidding materials matched with the bidding response file in a pre-constructed bidding material library, wherein the bidding material library comprises the corresponding relation between initial bidding materials and material labels;
generating the tender book according to each target tender material and the tender response file;
the determining the target bidding materials matched with the bidding response file in the pre-constructed bidding material library comprises the following steps:
sentence dividing is carried out on the bid response file, and each bid response item is generated;
determining item tags of the bid response items, wherein the item tags refer to classifications or contents used for marking the bid response items and are key information determined for the bid response items;
determining the material label matched with the item label from the bidding material library, and taking the initial bidding material corresponding to the material label as the target bidding material;
wherein said determining an entry tag for each of said bid response entries comprises:
carrying out semantic analysis on each bidding response item to obtain an item keyword corresponding to each bidding response item;
judging whether the tag library contains the item key words, if so, taking the tag corresponding to the item key words in the tag library as the item tag;
otherwise, taking the label input by the user as the item label.
2. The method of claim 1, wherein the determining a bid response file from the acquired invitation bid comprises:
performing text extraction on the invitation mark book to generate an invitation mark text;
acquiring a bidding format keyword input by a user, and determining the position of the bidding format keyword in the invitation text;
and extracting the chapter corresponding to the position, and constructing a directory structure of the tender book according to the extracted chapter so as to determine the tender response file.
3. The method of claim 1, further comprising, prior to said determining a target bid material in the pre-constructed bid material library that matches the bid response file:
acquiring initial bidding materials and material keywords corresponding to the initial bidding materials;
acquiring a tag library, and determining material tags of the initial bidding materials according to the tag library and the material keywords, wherein the tag library comprises the corresponding relation between the keywords and the tags;
and constructing the bidding material library according to the corresponding relation between the initial bidding materials and the material labels.
4. The method of claim 3, wherein said determining the material tags for each of said initial bid materials based on said tag library and said material keywords comprises:
judging whether the tag library contains the material keywords or not, if so, taking the tag corresponding to the material keywords in the tag library as the material tag;
otherwise, taking the label input by the user as the material label.
5. The method of claim 3, wherein the initial bid material comprises a material composite score, the generating the tender book from each of the target bid material and the bid response file comprising:
sequencing the target bidding materials corresponding to the bidding response items according to the sequence from high to low of the comprehensive grading of the materials to generate target material sequences;
extracting a first target bidding material from each target material sequence as a final bidding material;
and combining the final bidding materials to generate the tender book.
6. A bid amount generation apparatus, comprising:
the bid response file extraction module is used for determining a bid response file according to the acquired invitation bidding documents, wherein the bid response file comprises a catalog structure of the bidding documents;
the target bidding material determining module is used for determining target bidding materials matched with the bidding response file in a pre-constructed bidding material library, wherein the bidding material library comprises a corresponding relation between initial bidding materials and material labels;
the tender book generation module is used for generating the tender book according to the target tender materials and the tender response file;
the target bidding material determining module specifically comprises: a bid response item generating unit for dividing the bid response file to generate each bid response item; an item tag determining unit for determining an item tag of each of the bid response items, wherein the item tag refers to classification or content for marking the bid response item, and is key information determined for the bid response item; the target bidding material determining unit is used for determining the material label matched with the item label from the bidding material library, and taking the initial bidding material corresponding to the material label as the target bidding material;
the item tag determining unit is specifically configured to:
carrying out semantic analysis on each bidding response item to obtain an item keyword corresponding to each bidding response item;
judging whether the tag library contains the item key words, if so, taking the tag corresponding to the item key words in the tag library as the item tag;
otherwise, taking the label input by the user as the item label.
7. An electronic device, the electronic device comprising:
at least one processor; and
a memory communicatively coupled to the at least one processor; wherein,
the memory stores a computer program executable by the at least one processor to enable the at least one processor to perform the method of any one of claims 1-5.
8. A computer storage medium storing computer instructions for causing a processor to perform the method of any one of claims 1-5.
CN202310927404.4A 2023-07-27 2023-07-27 Method, device, equipment and storage medium for generating bid Active CN116644724B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310927404.4A CN116644724B (en) 2023-07-27 2023-07-27 Method, device, equipment and storage medium for generating bid

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310927404.4A CN116644724B (en) 2023-07-27 2023-07-27 Method, device, equipment and storage medium for generating bid

Publications (2)

Publication Number Publication Date
CN116644724A CN116644724A (en) 2023-08-25
CN116644724B true CN116644724B (en) 2024-03-26

Family

ID=87643795

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310927404.4A Active CN116644724B (en) 2023-07-27 2023-07-27 Method, device, equipment and storage medium for generating bid

Country Status (1)

Country Link
CN (1) CN116644724B (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109635262A (en) * 2018-11-19 2019-04-16 广州普邦园林股份有限公司 Bidding documents automatically generates management method and system
CN110232177A (en) * 2019-05-23 2019-09-13 广东鼎义互联科技股份有限公司 A kind of bidding documents generation system and method in government affairs field
CN114218407A (en) * 2021-12-16 2022-03-22 苏州多次元数据有限公司 Content creation system based on digital automatic indexing
CN114791972A (en) * 2022-06-23 2022-07-26 广东南海电力设计院工程有限公司 Integrated intelligent bidding system and method
CN115689695A (en) * 2022-10-17 2023-02-03 中科同昌信息技术集团有限公司 Bidding scoring method, system, terminal and storage medium
CN115760258A (en) * 2022-11-04 2023-03-07 中铁一局集团建筑安装工程有限公司 Intelligent bid document generation method, system, computer device and storage medium

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11514511B2 (en) * 2020-03-24 2022-11-29 Saudi Arabian Oil Company Autonomous bidder solicitation and selection system

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109635262A (en) * 2018-11-19 2019-04-16 广州普邦园林股份有限公司 Bidding documents automatically generates management method and system
CN110232177A (en) * 2019-05-23 2019-09-13 广东鼎义互联科技股份有限公司 A kind of bidding documents generation system and method in government affairs field
CN114218407A (en) * 2021-12-16 2022-03-22 苏州多次元数据有限公司 Content creation system based on digital automatic indexing
CN114791972A (en) * 2022-06-23 2022-07-26 广东南海电力设计院工程有限公司 Integrated intelligent bidding system and method
CN115689695A (en) * 2022-10-17 2023-02-03 中科同昌信息技术集团有限公司 Bidding scoring method, system, terminal and storage medium
CN115760258A (en) * 2022-11-04 2023-03-07 中铁一局集团建筑安装工程有限公司 Intelligent bid document generation method, system, computer device and storage medium

Also Published As

Publication number Publication date
CN116644724A (en) 2023-08-25

Similar Documents

Publication Publication Date Title
CN114595686A (en) Knowledge extraction method, and training method and device of knowledge extraction model
CN114861677A (en) Information extraction method, information extraction device, electronic equipment and storage medium
CN113051380A (en) Information generation method and device, electronic equipment and storage medium
CN112560461A (en) News clue generation method and device, electronic equipment and storage medium
CN113191145B (en) Keyword processing method and device, electronic equipment and medium
CN112989235A (en) Knowledge base-based internal link construction method, device, equipment and storage medium
CN116644724B (en) Method, device, equipment and storage medium for generating bid
CN114880498B (en) Event information display method and device, equipment and medium
CN114201622B (en) Method and device for acquiring event information, electronic equipment and storage medium
CN115168562A (en) Method, device, equipment and medium for constructing intelligent question-answering system
CN115238070A (en) Sensitive information detection method and device, electronic equipment and storage medium
CN113672705A (en) Resume screening method, apparatus, device, medium and program product
CN114048315A (en) Method and device for determining document tag, electronic equipment and storage medium
CN115248890A (en) User interest portrait generation method and device, electronic equipment and storage medium
CN117131197B (en) Method, device, equipment and storage medium for processing demand category of bidding document
CN113032540B (en) Man-machine interaction method, device, equipment and storage medium
CN116069914B (en) Training data generation method, model training method and device
CN113377921B (en) Method, device, electronic equipment and medium for matching information
CN113032609A (en) Picture retrieval method and device, electronic equipment and storage medium
CN117493527A (en) Financial knowledge question-answering method, device, equipment and storage medium
CN116956858A (en) Prompt message determining method and device, electronic equipment and readable storage medium
CN115858764A (en) Manuscript recommendation method, device, equipment and medium
CN116187280A (en) Text generation method, device, equipment and storage medium
CN115510212A (en) Text event extraction method, device, equipment and storage medium
CN117453973A (en) Information recommendation method, device, equipment and medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant