CN113128219A - Method and device for updating bid inviting progress and computer equipment - Google Patents

Method and device for updating bid inviting progress and computer equipment Download PDF

Info

Publication number
CN113128219A
CN113128219A CN202110462663.5A CN202110462663A CN113128219A CN 113128219 A CN113128219 A CN 113128219A CN 202110462663 A CN202110462663 A CN 202110462663A CN 113128219 A CN113128219 A CN 113128219A
Authority
CN
China
Prior art keywords
bidding
text
progress
similar
updating
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.)
Pending
Application number
CN202110462663.5A
Other languages
Chinese (zh)
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.)
China World Digital Technology Shenzhen Co ltd
Original Assignee
China World Digital Technology Shenzhen Co ltd
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 China World Digital Technology Shenzhen Co ltd filed Critical China World Digital Technology Shenzhen Co ltd
Priority to CN202110462663.5A priority Critical patent/CN113128219A/en
Publication of CN113128219A publication Critical patent/CN113128219A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/20Natural language analysis
    • G06F40/279Recognition of textual entities
    • G06F40/289Phrasal analysis, e.g. finite state techniques or chunking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/22Matching criteria, e.g. proximity measures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/045Combinations of networks
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/08Learning methods
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management
    • G06Q10/103Workflow collaboration or project management

Abstract

The invention relates to a data processing technology, and provides a method, a device, computer equipment and a storage medium for updating bid inviting progress, wherein the method comprises the following steps: acquiring a plurality of new bidding data based on multiple channels, wherein the bidding data comprises a first bidding text; respectively extracting title fields and numbers from the first bidding texts to form long texts; sequentially inputting each long text into a preset Word2vec model for calculation to obtain a Word vector; similarity calculation is carried out on each word vector and a second bidding text in a preset database to obtain a similarity value; determining a first bidding text similar to the second bidding text according to the similarity value, and recording the first bidding text as a similar bidding text; the latest bid inviting progress of the similar bid inviting texts is obtained, the bid inviting progress of the second bid inviting text is updated according to the latest bid inviting progress, and due to the fact that the new bid inviting data are obtained in a large quantity in a multi-channel mode, the obtained updating information is comprehensive, the bid inviting progress of the plurality of bid inviting data in the preset database can be updated at one time, and the method is fast and efficient.

Description

Method and device for updating bid inviting progress and computer equipment
Technical Field
The present invention relates to the technical field of data processing, and in particular, to a method, an apparatus, a computer device, and a storage medium for updating a bid inviting progress.
Background
In order to provide latest bidding information for a user, the bidding items in the bidding information platform need to always keep the latest progress state information, and currently, the data of the bidding items in the bidding information platform are updated by searching and acquiring corresponding information one by one through item numbers, so that not only is the respective information easily ignored and the information acquisition is incomplete, but also the respective bidding items cannot be updated to the latest state synchronously, and when the bidding items are more, the workload is larger and the efficiency is too low.
Disclosure of Invention
The invention mainly aims to provide a method, a device, computer equipment and a storage medium for updating a bid inviting progress, and aims to solve the technical problem that the efficiency of updating the bid inviting progress is too low in the prior art.
Based on the above object, the present invention provides a method for updating bid inviting progress, comprising:
acquiring a plurality of new bidding data based on multiple channels, wherein the bidding data comprises a first bidding text;
extracting title fields and numbers from the first bidding texts respectively to form corresponding long texts;
sequentially inputting each long text into a preset Word2vec model for calculation to obtain a corresponding Word vector;
similarity calculation is carried out on each word vector and a second bidding text stored in a preset database to obtain a corresponding similarity value;
determining a first bidding text similar to the second bidding text according to the similarity value, and recording the first bidding text as a similar bidding text;
and acquiring the latest bid inviting progress of the similar bid inviting texts, and updating the bid inviting progress of the second bid inviting text according to the latest bid inviting progress.
Further, the step of determining a first bidding text similar to the second bidding text according to the similarity value and marking as a similar bidding text includes:
judging whether the similarity value exceeds a first preset threshold value or not;
if so, recording the first bidding text corresponding to the similarity value as the similar bidding text.
Further, the step of determining a first bidding text similar to the second bidding text according to the similarity value and marking as a similar bidding text includes:
sequentially judging whether each similarity value exceeds a second preset threshold value or not, and recording a first bidding text corresponding to the similarity value exceeding the second preset threshold value as a potential similar text;
and comparing the latest publishing time of each potential similar text, and recording the potential similar text of the latest publishing time closest to the current time as the similar bidding text.
Further, the step of obtaining the latest bidding progress of the similar bidding texts comprises:
extracting a text title of the similar bidding text, wherein the text title comprises progress information of the latest bidding progress of the bidding project corresponding to the similar bidding text;
and acquiring the progress information from the text title.
Further, after the step of updating the bidding progress of the second bidding text according to the latest bidding progress, the method includes:
acquiring progress updating information of the second bidding text and id information of a designated user;
and sending the progress updating information to the designated user according to the id information.
The invention also provides a device for updating bid inviting progress, which comprises:
an acquisition data unit configured to acquire a plurality of new bid data based on a plurality of channels, the bid data including a first bid text;
the title extracting unit is used for extracting title fields and numbers from the first bidding texts respectively to form corresponding long texts;
the Word quantity calculating unit is used for sequentially inputting each long text into a preset Word2vec model for calculation to obtain a corresponding Word vector;
the similarity calculation unit is used for calculating the similarity of each word vector and a second bidding text stored in a preset database to obtain a corresponding similarity value;
a similarity determining unit, configured to determine, according to the similarity value, a first bidding text similar to the second bidding text and mark the first bidding text as a similar bidding text;
and the progress updating unit is used for acquiring the latest bid inviting progress of the similar bid inviting texts and updating the bid inviting progress of the second bid inviting text according to the latest bid inviting progress.
Further, the determining similar units includes:
the first judgment subunit is used for judging whether the similarity value exceeds a first preset threshold value or not;
and the text recording subunit is used for recording the first bidding text corresponding to the similarity value as the similar bidding text when the similarity value is judged to exceed a first preset threshold value.
Further, the determining similar units includes:
the second judging subunit is used for sequentially judging whether each similarity value exceeds a second preset threshold value, and recording the first bidding texts corresponding to the similarity values exceeding the second preset threshold value as potential similar texts;
and the comparison time subunit is used for comparing the latest release time of each potential similar text and recording the potential similar text with the latest release time closest to the current time as the similar bidding text.
The invention also provides computer equipment which comprises a memory and a processor, wherein the memory stores a computer program, and the processor realizes the steps of the method for updating the bidding progress when executing the computer program.
The invention also provides a computer-readable storage medium, on which a computer program is stored, which computer program, when being executed by a processor, carries out the steps of the above-mentioned method of updating a bidding progress.
The invention has the beneficial effects that: through obtaining a large amount of tender data, then through carrying out similarity calculation with the tender data in the predetermined database, obtain a plurality of similar tender texts of tender data in the database to obtain corresponding update information, because obtain new tender data in a large amount in a multichannel ground, the update information that not only obtains is comprehensive, can once only update the tender progress of a plurality of tender data in the predetermined database on a large scale, need not to seek one by one and compare the update one by one, and is quick high-efficient.
Drawings
FIG. 1 is a diagram illustrating steps of a method for updating bid-inviting progress according to an embodiment of the present invention;
FIG. 2 is a block diagram illustrating an exemplary architecture of an apparatus for updating bid inviting progress according to an embodiment of the present invention;
FIG. 3 is a block diagram illustrating the structure of one embodiment of a storage medium of the present application;
FIG. 4 is a block diagram illustrating the structure of one embodiment of a computer device of the present application.
The implementation, functional features and advantages of the objects of the present invention will be further explained with reference to the accompanying drawings.
Detailed Description
It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
Referring to fig. 1, the method for updating a bid inviting progress in this embodiment includes:
step S1: acquiring a plurality of new bidding data based on multiple channels, wherein the bidding data comprises a first bidding text;
step S2: extracting title fields and numbers from the first bidding texts respectively to form corresponding long texts;
step S3: sequentially inputting each long text into a preset Word2vec model for calculation to obtain a corresponding Word vector;
step S4: similarity calculation is carried out on each word vector and a second bidding text stored in a preset database to obtain a corresponding similarity value;
step S5: determining a first bidding text similar to the second bidding text according to the similarity value, and recording the first bidding text as a similar bidding text;
step S6: and acquiring the latest bid inviting progress of the similar bid inviting texts, and updating the bid inviting progress of the second bid inviting text according to the latest bid inviting progress.
As described in the above step S1, the method for updating the bid progress may be applied to a bid management system or various bid information platforms including a plurality of bid data stored in a preset database, and may be used to update the bid data in the preset database. The new bidding data is a bidding text for newly releasing various bidding information, such as a bidding project, and the bidding text may be a document of information such as announcement, preview, announcement, change, and the like of the bidding project.
As described in the above step S2, corresponding key information, which may be a title field and a number, such as a name and a number id of a bidding item, is extracted from the plurality of first bidding texts, and the key information may be matched according to a preset rule, such as "bidding number: xxx "matches the number information contained in the first bidding text, or extracts the title and the number by a regular expression matching method, and then summarizes the title field and the number to form a long text.
As described in step S3, the Word2vec model is a preset neural network model for generating Word vectors, and is obtained by training data, and usually includes an input layer, a projection layer, and an output layer.
As described in step S4, similarity calculation is performed between the obtained word vector and the second bidding text stored in the preset database, specifically, the word vector of the second bidding text is first calculated, and the specific method refers to step S3, and then similarity calculation is performed between the word vector of the first bidding text and the word vector of the second bidding text, where a cosine similarity algorithm may be used to perform the calculation, so as to obtain a corresponding similarity value.
After calculating the similarity between each of the first bidding texts and the second bidding text in the predetermined database as described in the above steps S5-S6, whether two bidding texts are similar or not is determined by the similarity value, where the similarity value may be sorted, several first bidding texts sorted in the top are taken as similar bidding texts, then, by obtaining the bidding progress of the similar bidding texts and comparing the similar bidding texts, the latest bidding progress is obtained, then, updating the bidding progress of the corresponding second bidding text according to the latest bidding progress to realize real-time follow-up, and knowing that a plurality of different second bidding texts may exist in the preset database, similar bidding texts of the second bidding texts can be directly obtained, and then corresponding bidding updating information is uniformly obtained, so that the second bidding texts are updated.
According to the method for updating the bid inviting progress, a large amount of bid inviting data are obtained, similarity calculation is carried out on the bid inviting data in the preset database, similar bid inviting texts of a plurality of bid inviting data in the database are obtained, and corresponding updating information is obtained.
In one embodiment, the bidding data of the designated channel is acquired once every preset time, the dynamic publishing of the bidding data of the designated channel is monitored, the bidding data is acquired every time the bidding data is published, and then the steps are performed to update the bidding data in the database, so that the real-time performance of updating the database is improved.
In one embodiment, the step S5 includes:
step S51: judging whether the similarity value exceeds a first preset threshold value or not;
step S52: if so, recording the first bidding text corresponding to the similarity value as the similar bidding text.
In this embodiment, the similar bidding texts may be determined by determining whether the similarity value exceeds a preset threshold, specifically, the first preset threshold may be set to 0.9, that is, the similarity exceeds 90%, it is determined that the corresponding bidding items are consistent, the two corresponding bidding texts are the same, and at this time, the first bidding text corresponding to the similarity value may be marked as the similar bidding text.
In one embodiment, the step S5 includes:
step S53: sequentially judging whether each similarity value exceeds a second preset threshold value or not, and recording a first bidding text corresponding to the similarity value exceeding the second preset threshold value as a potential similar text;
step S54: and comparing the latest publishing time of each potential similar text, and recording the potential similar text of the latest publishing time closest to the current time as the similar bidding text.
In this embodiment, the second preset threshold and the first preset threshold may be consistent, for example, if the similarity exceeds 90%, the two are considered to be similar, it should be understood that there are a plurality of first bidding texts obtained through various channels, and the first bidding texts may include repeated first bidding texts, for example, bidding texts at different posting times and bidding texts at different bidding progress states in the same bidding event, and not all the first bidding texts with similarity values exceeding the second preset threshold may be used as similar bidding texts to obtain progress information, so that the corresponding first bidding texts exceeding the second preset threshold are marked as potential similar texts first, and then further determination is made, generally speaking, the bidding progress of the latest posting text is also latest, that is, the posting progress is newer closer to the current time, so the latest posting time of each potential similar text can be compared, and then recording the potential similar texts of the latest release time closest to the current time as the similar bidding texts.
On the other hand, the preset database may have a plurality of different second bidding texts, and the corresponding bidding progress can be updated through the above steps.
In one embodiment, the step S6 includes:
step S61: extracting a text title of the similar bidding text, wherein the text title comprises progress information of the latest bidding progress of the bidding project corresponding to the similar bidding text;
step S62: and acquiring the progress information from the text title.
In this embodiment, the latest bid inviting progress of the similar bid inviting text is obtained by extracting the text title, generally speaking, the text title of the bid inviting item all has progress information of the latest bid inviting progress of the bid inviting item, that is, has corresponding progress prompts, such as advance notice, bid inviting announcement, change, bid abandoning, result announcement, deal and the like, and the text title is directly obtained first, and then corresponding progress information can be extracted by setting a preset key word, or corresponding progress information can be extracted by a regular expression, and then the progress information is extracted from the text title.
In one embodiment, the step S6 includes the following steps:
step S7: acquiring progress updating information of the second bidding text and id information of a designated user;
step S8: and sending the progress updating information to the designated user according to the id information.
In this embodiment, different bidding data are associated with different users, for example, bidders of the bidding data, and the like, and id information of a designated user corresponding to the second bidding text and progress update information of the second bidding text may be directly obtained from the preset database, and then the progress update information is sent to the designated user according to the id information of the designated user.
Referring to fig. 2, in this embodiment, an apparatus for updating a bid progress is provided, where the apparatus corresponds to the method for updating a bid progress, and the apparatus includes:
an acquisition data unit 1 configured to acquire a plurality of new bid data based on multiple channels, the bid data including a first bid text;
the title extracting unit 2 is used for extracting title fields and numbers from the first bidding texts respectively to form corresponding long texts;
a Word quantity calculating unit 3, configured to sequentially input each long text into a preset Word2vec model for calculation, so as to obtain a corresponding Word vector;
the similarity calculation unit 4 is configured to perform similarity calculation on each word vector and the second bidding text stored in the preset database to obtain a corresponding similarity value;
a similarity determining unit 5, configured to determine, according to the similarity value, a first bidding text similar to the second bidding text, and record the first bidding text as a similar bidding text;
and the progress updating unit 6 is used for acquiring the latest bid inviting progress of the similar bid inviting texts and updating the bid inviting progress of the second bid inviting text according to the latest bid inviting progress.
As described in the above data acquiring unit 1, the apparatus for updating a bid progress may be applied to a bid management system or various bid information platforms including a plurality of bid data stored in a preset database, and the method may be used to update the bid data in the preset database. The new bidding data is a bidding text for newly releasing various bidding information, such as a bidding project, and the bidding text may be a document of information such as announcement, preview, announcement, change, and the like of the bidding project.
As described in the above title extracting unit 2, corresponding key information, which may be a title field and a number, such as a name and a number id of a bidding item, is extracted from the plurality of first bidding texts, and the key information may be matched according to a preset rule, such as "bidding number: xxx "matches the number information contained in the first bidding text, or extracts the title and the number by a regular expression matching method, and then summarizes the title field and the number to form a long text.
As described in the Word quantity calculating unit 3, the Word2vec model is a preset neural network model for generating Word vectors, and is obtained by training data, and generally includes an input layer, a projection layer, and an output layer.
As described in the similarity calculation unit 4, the similarity calculation is performed between the obtained word vector and the second bidding text stored in the preset database, specifically, the word vector of the second bidding text is first calculated, the specific method refers to step S3, and then the similarity calculation is performed between the word vector of the first bidding text and the word vector of the second bidding text, where a cosine similarity algorithm may be used to perform the calculation, so as to obtain a corresponding similarity value.
After calculating the similarity value between each first bidding document and the second bidding document in the preset database as described in the similarity determining unit 5 and the updating schedule unit 6, whether two bidding texts are similar or not is determined by the similarity value, where the similarity value may be sorted, several first bidding texts sorted in the top are taken as similar bidding texts, then, by obtaining the bidding progress of the similar bidding texts and comparing the similar bidding texts, the latest bidding progress is obtained, then, updating the bidding progress of the corresponding second bidding text according to the latest bidding progress to realize real-time follow-up, and knowing that a plurality of different second bidding texts may exist in the preset database, similar bidding texts of the second bidding texts can be directly obtained, and then corresponding bidding updating information is uniformly obtained, so that the second bidding texts are updated.
According to the device for updating the bid inviting progress, the large amount of bid inviting data are obtained, similarity calculation is carried out on the bid inviting data in the preset database, the similar bid inviting texts of the plurality of bid inviting data in the database are obtained, and corresponding updating information is obtained.
In one embodiment, the bidding data of the designated channel is acquired once every preset time, the dynamic publishing of the bidding data of the designated channel is monitored, the bidding data is acquired every time the bidding data is published, and then the steps are performed to update the bidding data in the database, so that the real-time performance of updating the database is improved.
In one embodiment, the determining the similar unit 5 includes:
the first judgment subunit is used for judging whether the similarity value exceeds a first preset threshold value or not;
and the text recording subunit is used for recording the first bidding text corresponding to the similarity value as the similar bidding text when the similarity value is judged to exceed a first preset threshold value.
In this embodiment, the similar bidding texts may be determined by determining whether the similarity value exceeds a preset threshold, specifically, the first preset threshold may be set to 0.9, that is, the similarity exceeds 90%, it is determined that the corresponding bidding items are consistent, the two corresponding bidding texts are the same, and at this time, the first bidding text corresponding to the similarity value may be marked as the similar bidding text.
In one embodiment, the determining the similar unit 5 includes:
the second judging subunit is used for sequentially judging whether each similarity value exceeds a second preset threshold value, and recording the first bidding texts corresponding to the similarity values exceeding the second preset threshold value as potential similar texts;
and the comparison time subunit is used for comparing the latest release time of each potential similar text and recording the potential similar text with the latest release time closest to the current time as the similar bidding text.
In this embodiment, the second preset threshold and the first preset threshold may be consistent, for example, if the similarity exceeds 90%, the two are considered to be similar, it should be understood that there are a plurality of first bidding texts obtained through various channels, and the first bidding texts may include repeated first bidding texts, for example, bidding texts at different posting times and bidding texts at different bidding progress states in the same bidding event, and not all the first bidding texts with similarity values exceeding the second preset threshold may be used as similar bidding texts to obtain progress information, so that the corresponding first bidding texts exceeding the second preset threshold are marked as potential similar texts first, and then further determination is made, generally speaking, the bidding progress of the latest posting text is also latest, that is, the posting progress is newer closer to the current time, so the latest posting time of each potential similar text can be compared, and then recording the potential similar texts of the latest release time closest to the current time as the similar bidding texts.
On the other hand, the preset database may have a plurality of different second bidding texts, and the corresponding bidding progress can be updated through the above steps.
In one embodiment, the update schedule unit includes:
the extraction title subunit is used for extracting a text title of the similar bidding text, wherein the text title comprises progress information of the latest bidding progress of the bidding project corresponding to the similar bidding text;
and the progress acquiring subunit is used for acquiring the progress information from the text title.
In this embodiment, the latest bid inviting progress of the similar bid inviting text is obtained by extracting the text title, generally speaking, the text title of the bid inviting item all has progress information of the latest bid inviting progress of the bid inviting item, that is, has corresponding progress prompts, such as advance notice, bid inviting announcement, change, bid abandoning, result announcement, deal and the like, and the text title is directly obtained first, and then corresponding progress information can be extracted by setting a preset key word, or corresponding progress information can be extracted by a regular expression, and then the progress information is extracted from the text title.
In one embodiment, the above apparatus further comprises:
the acquisition updating unit is used for acquiring progress updating information of the second bidding text and id information of a designated user;
and the information sending unit is used for sending the progress updating information to the designated user according to the id information.
In this embodiment, different bidding data are associated with different users, for example, bidders of the bidding data, and the like, and id information of a designated user corresponding to the second bidding text and progress update information of the second bidding text may be directly obtained from the preset database, and then the progress update information is sent to the designated user according to the id information of the designated user.
Referring to fig. 3, the present application also provides a computer-readable storage medium 10, in which a computer program 20 is stored in the storage medium 10, and when the computer program runs on a computer, the computer is caused to execute the method for updating bid-inviting progress described in the above embodiment.
Referring to fig. 4, the present application further provides a computer device 40 containing instructions, the computer device includes a memory 30 and a processor 50, the memory 30 stores a computer program 20, and the processor 30 executes the computer program 20 to implement the method for updating bid-inviting progress described in the above embodiment.
In the above embodiments, the implementation may be wholly or partially realized by software, hardware, firmware, or any combination thereof. When implemented in software, may be implemented in whole or in part in the form of a computer program product.
The computer program product includes one or more computer instructions. When loaded and executed on a computer, cause the processes or functions described in accordance with the embodiments of the application to occur, in whole or in part. The computer may be a general purpose computer, a special purpose computer, a network of computers, or other programmable device. The computer instructions may be stored in a computer readable storage medium or transmitted from one computer readable storage medium to another, for example, from one website site, computer, server, or data center to another website site, computer, server, or data center via wired (e.g., coaxial cable, fiber optic, Digital Subscriber Line (DSL)) or wireless (e.g., infrared, wireless, microwave, etc.). The computer-readable storage medium can be any available medium that a computer can store or a data storage device, such as a server, a data center, etc., that is integrated with one or more available media. The usable medium may be a magnetic medium (e.g., floppy Disk, hard Disk, magnetic tape), an optical medium (e.g., DVD), or a semiconductor medium (e.g., Solid State Disk (SSD)), among others.
The above description is only a preferred embodiment of the present application, and not intended to limit the scope of the present application, and all modifications of equivalent structures and equivalent processes, which are made by the contents of the specification and the drawings of the present application, or which are directly or indirectly applied to other related technical fields, are also included in the scope of the present application.

Claims (10)

1. A method of updating a bid inviting progress, comprising:
acquiring a plurality of new bidding data based on multiple channels, wherein the bidding data comprises a first bidding text;
extracting title fields and numbers from the first bidding texts respectively to form corresponding long texts;
sequentially inputting each long text into a preset Word2vec model for calculation to obtain a corresponding Word vector;
similarity calculation is carried out on each word vector and a second bidding text stored in a preset database to obtain a corresponding similarity value;
determining a first bidding text similar to the second bidding text according to the similarity value, and recording the first bidding text as a similar bidding text;
and acquiring the latest bid inviting progress of the similar bid inviting texts, and updating the bid inviting progress of the second bid inviting text according to the latest bid inviting progress.
2. The method for updating a bidding progress according to claim 1, wherein the step of determining a first bidding text similar to the second bidding text according to the similarity value and marking as the similar bidding text comprises:
judging whether the similarity value exceeds a first preset threshold value or not;
if so, recording the first bidding text corresponding to the similarity value as the similar bidding text.
3. The method for updating a bidding progress according to claim 1, wherein the step of determining a first bidding text similar to the second bidding text according to the similarity value and marking as the similar bidding text comprises:
sequentially judging whether each similarity value exceeds a second preset threshold value or not, and recording a first bidding text corresponding to the similarity value exceeding the second preset threshold value as a potential similar text;
and comparing the latest publishing time of each potential similar text, and recording the potential similar text of the latest publishing time closest to the current time as the similar bidding text.
4. The method for updating the bidding progress according to claim 1, wherein the step of obtaining the latest bidding progress of the similar bidding texts comprises:
extracting a text title of the similar bidding text, wherein the text title comprises progress information of the latest bidding progress of the bidding project corresponding to the similar bidding text;
and acquiring the progress information from the text title.
5. The method for updating the bidding progress according to claim 1, wherein the step of updating the bidding progress of the second bidding text according to the latest bidding progress is followed by:
acquiring progress updating information of the second bidding text and id information of a designated user;
and sending the progress updating information to the designated user according to the id information.
6. An apparatus for updating bid inviting progress, comprising:
an acquisition data unit configured to acquire a plurality of new bid data based on a plurality of channels, the bid data including a first bid text;
the title extracting unit is used for extracting title fields and numbers from the first bidding texts respectively to form corresponding long texts;
the Word quantity calculating unit is used for sequentially inputting each long text into a preset Word2vec model for calculation to obtain a corresponding Word vector;
the similarity calculation unit is used for calculating the similarity of each word vector and a second bidding text stored in a preset database to obtain a corresponding similarity value;
a similarity determining unit, configured to determine, according to the similarity value, a first bidding text similar to the second bidding text and mark the first bidding text as a similar bidding text;
and the progress updating unit is used for acquiring the latest bid inviting progress of the similar bid inviting texts and updating the bid inviting progress of the second bid inviting text according to the latest bid inviting progress.
7. The apparatus for updating bidding progress according to claim 6, wherein the determining of similar units comprises:
the first judgment subunit is used for judging whether the similarity value exceeds a first preset threshold value or not;
and the text recording subunit is used for recording the first bidding text corresponding to the similarity value as the similar bidding text when the similarity value is judged to exceed a first preset threshold value.
8. The apparatus for updating bidding progress according to claim 6, wherein the determining of similar units comprises:
the second judging subunit is used for sequentially judging whether each similarity value exceeds a second preset threshold value, and recording the first bidding texts corresponding to the similarity values exceeding the second preset threshold value as potential similar texts;
and the comparison time subunit is used for comparing the latest release time of each potential similar text and recording the potential similar text with the latest release time closest to the current time as the similar bidding text.
9. A computer device comprising a memory and a processor, the memory storing a computer program, characterized in that the processor, when executing the computer program, implements the steps of the method of updating a bidding progress of any one of claims 1 to 5.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the method of updating a bidding progress of any one of claims 1 to 5.
CN202110462663.5A 2021-04-27 2021-04-27 Method and device for updating bid inviting progress and computer equipment Pending CN113128219A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110462663.5A CN113128219A (en) 2021-04-27 2021-04-27 Method and device for updating bid inviting progress and computer equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110462663.5A CN113128219A (en) 2021-04-27 2021-04-27 Method and device for updating bid inviting progress and computer equipment

Publications (1)

Publication Number Publication Date
CN113128219A true CN113128219A (en) 2021-07-16

Family

ID=76780449

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110462663.5A Pending CN113128219A (en) 2021-04-27 2021-04-27 Method and device for updating bid inviting progress and computer equipment

Country Status (1)

Country Link
CN (1) CN113128219A (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106779325A (en) * 2016-11-29 2017-05-31 河北建筑工程学院 A kind of engineering management monitoring system and method
US20170185585A1 (en) * 2015-12-28 2017-06-29 Staples, Inc. Learning a Vector Representation for Unique Identification Codes
CN107832381A (en) * 2017-10-30 2018-03-23 北京大数元科技发展有限公司 A kind of government procurement acceptance of the bid bulletin judging method and system from internet collection
CN111191903A (en) * 2019-12-24 2020-05-22 中科金审(北京)科技有限公司 Early warning method and device for monitoring bid document, server and storage medium
CN111414761A (en) * 2019-01-04 2020-07-14 上海传时软件技术开发有限公司 Intelligent bidding achievement keyword extraction and similarity matching method
CN112419011A (en) * 2020-12-14 2021-02-26 国泰新点软件股份有限公司 Public resource transaction recommendation method and device and computer-readable storage medium

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20170185585A1 (en) * 2015-12-28 2017-06-29 Staples, Inc. Learning a Vector Representation for Unique Identification Codes
CN106779325A (en) * 2016-11-29 2017-05-31 河北建筑工程学院 A kind of engineering management monitoring system and method
CN107832381A (en) * 2017-10-30 2018-03-23 北京大数元科技发展有限公司 A kind of government procurement acceptance of the bid bulletin judging method and system from internet collection
CN111414761A (en) * 2019-01-04 2020-07-14 上海传时软件技术开发有限公司 Intelligent bidding achievement keyword extraction and similarity matching method
CN111191903A (en) * 2019-12-24 2020-05-22 中科金审(北京)科技有限公司 Early warning method and device for monitoring bid document, server and storage medium
CN112419011A (en) * 2020-12-14 2021-02-26 国泰新点软件股份有限公司 Public resource transaction recommendation method and device and computer-readable storage medium

Similar Documents

Publication Publication Date Title
CN108388674B (en) Method and device for pushing information
US7809718B2 (en) Method and apparatus for incorporating metadata in data clustering
CN106484777B (en) Multimedia data processing method and device
CN108628830B (en) Semantic recognition method and device
US9977995B2 (en) Image clustering method, image clustering system, and image clustering server
CN108027814B (en) Stop word recognition method and device
CN112613917A (en) Information pushing method, device and equipment based on user portrait and storage medium
CN110619035B (en) Method, device, equipment and storage medium for identifying keywords in interview video
CN108665293B (en) Feature importance obtaining method and device
CN113435859A (en) Letter processing method and device, electronic equipment and computer readable medium
CN113191896A (en) Recommendation method and device for bidding information and computer equipment
CN114722199A (en) Risk identification method and device based on call recording, computer equipment and medium
CN111507400A (en) Application classification method and device, electronic equipment and storage medium
CN111522854B (en) Data labeling method and device, storage medium and computer equipment
CN102760127A (en) Method, device and equipment for determining resource type based on extended text information
CN108549722B (en) Multi-platform data publishing method, system and medium
CN113128219A (en) Method and device for updating bid inviting progress and computer equipment
CN108616413B (en) Information calibration method and device
CN113986660A (en) Matching method, device, equipment and storage medium of system adjustment strategy
CN110442767B (en) Method and device for determining content interaction platform label and readable storage medium
CN115203500A (en) Method and device for enriching user tags, computer equipment and storage medium
CN114218431A (en) Video searching method and device, electronic equipment and storage medium
CN112015773A (en) Knowledge base retrieval method and device, electronic equipment and storage medium
CN110688472A (en) Method for automatically screening answers to questions, terminal equipment and storage medium
CN109299349B (en) Application recommendation method and device, equipment and computer-readable storage 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