WO2018192491A1 - Information pushing method and device - Google Patents

Information pushing method and device Download PDF

Info

Publication number
WO2018192491A1
WO2018192491A1 PCT/CN2018/083378 CN2018083378W WO2018192491A1 WO 2018192491 A1 WO2018192491 A1 WO 2018192491A1 CN 2018083378 W CN2018083378 W CN 2018083378W WO 2018192491 A1 WO2018192491 A1 WO 2018192491A1
Authority
WO
WIPO (PCT)
Prior art keywords
information
target
push information
product
product information
Prior art date
Application number
PCT/CN2018/083378
Other languages
French (fr)
Chinese (zh)
Inventor
赵夕炜
徐夙龙
胡景贺
江雪
Original Assignee
北京京东尚科信息技术有限公司
北京京东世纪贸易有限公司
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 北京京东尚科信息技术有限公司, 北京京东世纪贸易有限公司 filed Critical 北京京东尚科信息技术有限公司
Publication of WO2018192491A1 publication Critical patent/WO2018192491A1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/55Push-based network services
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/953Querying, e.g. by the use of web search engines
    • G06F16/9535Search customisation based on user profiles and personalisation
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/14Network analysis or design
    • H04L41/145Network analysis or design involving simulating, designing, planning or modelling of a network

Definitions

  • the present application relates to the field of computer technologies, and in particular, to the field of Internet technologies, and in particular, to an information push method and apparatus.
  • the existing information push method usually loads various push information directly at a certain fixed position of the search result, and the push information is greatly different from the search result, so that there is a problem that the information push is not targeted.
  • the purpose of the embodiments of the present application is to provide an improved information pushing method and apparatus to solve the technical problems mentioned in the above background art.
  • an embodiment of the present application provides an information pushing method, which includes: receiving a product information query request that includes a search term sent by a client; and extracting multiple product information and multiple candidate pushes that match the search term.
  • Information inputting each product information and each candidate push information into a pre-trained order rate prediction model, obtaining an order rate corresponding to each product information and each candidate push information, and inputting each candidate push information to the pre-trained click
  • the rate prediction model obtains a click rate corresponding to each candidate push information, wherein the order rate prediction model is used to represent the correspondence between the product information or the candidate push information and the order rate, and the click rate prediction model is used to represent the candidate push information and Corresponding relationship of click rates; determining target push information in the plurality of candidate push information based on the obtained order rate and click rate; pushing the target push information and the plurality of product information to the client.
  • determining target push information in the plurality of candidate push information based on the obtained order rate and click rate including: for each of the plurality of product information, corresponding to the product information The order rate is used as the order rate threshold, and the candidate push information of the plurality of candidate push information and the order rate is greater than the order rate threshold is selected, and the candidate push information set matching the product information is generated; for each generated a candidate push information set, determining a first expected value of each candidate push information in the candidate push information set, wherein a first expected value of each candidate push information is a click rate corresponding to the candidate push information and a preset a product of the charge value corresponding to the candidate push information; and based on the obtained first expected value, the target push information in the plurality of candidate push information is determined.
  • each of the plurality of product information has a presentation order identifier for indicating a presentation order of the product information, and each candidate push information in the candidate push information set corresponding to the product information is presented Order identification.
  • determining the target push information in the plurality of candidate push information based on the obtained first expected value comprises: using the candidate push information having the largest first expected value among the respective candidate push information sets as the target candidate push information. Generating a target candidate push information set; for each target candidate push information in the target candidate push information set, acquiring a preset order coefficient corresponding to the presentation order indicated by the presentation order identifier carried by the target candidate push information And determining a second expected value of the target candidate push information, wherein the second expected value is a product of a first expected value of the target candidate push information and a sequence coefficient corresponding to the target candidate push information; and a target candidate that maximizes the second expected value
  • the push information is determined to be the target push information.
  • the method further comprises: determining a presentation order indicated by the presentation order identifier carried by the target push information, and determining the determined presentation order as the target presentation order; determining each of the plurality of product information The presentation order indicated by the information indicates the presentation order indicated, and for each product information whose presentation order is not less than the target presentation order, the presentation order of the product information is increased by a first preset value;
  • pushing the target push information and the plurality of product information to the client comprises: sorting the plurality of product information and the target product information in order of presentation from small to large; generating the plurality of products including the sorted Web page for information and target product information; send the web page to the client.
  • the method before sorting the plurality of product information and the target product information in an order of presentation from small to large, the method further comprises: determining that a presentation order of the plurality of product information is less than a preset presentation order threshold The name of the category of the category to which the product information belongs, and the name of the category of the category to which the target push information belongs; the category name of the category to which the determined product information belongs is matched with the name of the category of the category to which the target push information belongs.
  • each of the plurality of product information includes a product name
  • the target product information includes a target product name
  • the method further includes: determining, for each product information of the plurality of product information that the presentation order is less than the preset presentation order threshold, the similarity between the product name in the product information and the target product name in the target push information; The determined similarity is less than a preset similarity threshold, and the product information is determined as the difference product information; and in response to determining that the quantity of the difference product information is greater than the preset number threshold, the display order of the target push information is increased by a third preset value.
  • the method before receiving the information query request sent by the client, the method further includes: extracting first feature information from the preset first training sample, wherein the first training sample includes The order identification of the order situation corresponding to the training sample; using the machine learning algorithm, based on the first feature information and the order identification, the training obtains the order rate prediction model.
  • the method before receiving the information query request sent by the client, the method further includes: extracting second feature information from the preset second training sample, wherein the second training sample includes The click identifier of the click condition corresponding to the training sample; using the machine learning algorithm, the click rate prediction model is trained based on the second feature information and the click mark.
  • an embodiment of the present application provides an information pushing apparatus, where the apparatus includes: a receiving unit configured to receive a product information query request that includes a search term sent by a client; and a first extracting unit configured to extract and Searching for a plurality of product information and a plurality of candidate push information; the input unit is configured to input each product information and each candidate push information into a pre-trained order rate prediction model, and obtain various product information and each candidate Pushing the corresponding order rate of the information, and inputting each candidate push information to the pre-trained click rate prediction model to obtain a click rate corresponding to each candidate push information, wherein the order rate prediction model is used to represent the product information or the candidate push The correspondence between the information and the order rate, the click rate prediction model is used to represent the correspondence between the candidate push information and the click rate; the first determining unit is configured to determine a plurality of candidate pushes based on the obtained order rate and the click rate.
  • Target push information in the message push unit configured to push the target information and multiple Product information to
  • the determining unit includes: a first generating module configured to select, according to each of the plurality of product information, a billing rate corresponding to the product information as a billing rate threshold, and select a plurality of candidates The candidate push information in the push information that has a higher order rate than the order rate threshold, generates a candidate push information set that matches the product information; and the first determining module is configured to use, for each candidate push information set generated, Determining a first expected value of each candidate push information in the candidate push information set, wherein a first expected value of each candidate push information is a click rate corresponding to the candidate push information and a preset corresponding to the candidate push information a product of the billing value; the second determining module is configured to determine target push information in the plurality of candidate push information based on the obtained first expected value.
  • each of the plurality of product information has a presentation order identifier for indicating a presentation order of the product information, and each candidate push information in the candidate push information set corresponding to the product information is presented Order identification.
  • the second determining module includes: a generating submodule configured to use the candidate push information with the first expected value being the largest among the candidate push information sets as the target candidate push information, to generate the target candidate push information set; a determining submodule configured to: for each target candidate push information in the target candidate push information set, obtain a preset order coefficient corresponding to the presentation order indicated by the presentation order identifier carried by the target candidate push information And determining a second expected value of the target candidate push information, wherein the second expected value is a product of a first expected value of the target candidate push information and a sequence coefficient corresponding to the target candidate push information; and the second determining submodule is configured The target candidate push information that maximizes the second expected value is determined as the target push information.
  • the apparatus further includes: a second determining unit configured to determine a presentation order indicated by the presentation order identifier carried by the target push information, and determine the determined presentation order as the target presentation order; An adding unit configured to determine a presentation order indicated by a presentation order identifier carried by each of the plurality of product information, and to display the product information for each product information whose presentation order is not less than the target presentation order The order is increased by a first preset value;
  • the pushing unit includes: a sorting module configured to sort the plurality of product information and the target product information in an order of presentation from small to large; and the second generating module is configured to generate the content including the sorted a web page of product information and target product information; a sending module configured to send a web page to the client.
  • the apparatus further includes: a third determining unit configured to determine a category name of the category of the product information in which the presentation order is less than the preset presentation order threshold, and determine the target push The name of the category of the category to which the information belongs; the matching unit is configured to match the determined category name of the category of each product information with the category name of the category to which the target push information belongs; the fourth determining unit is configured Determining the number of product information whose category name matches the category name of the category to which the target push information belongs, and determining the total number of the plurality of product information; and the second adding unit configured to respond to the determined quantity and the total quantity The ratio is less than the preset ratio, and the presentation order of the target push information is increased by a second preset value.
  • a third determining unit configured to determine a category name of the category of the product information in which the presentation order is less than the preset presentation order threshold, and determine the target push The name of the category of the category to which the information belongs
  • the matching unit is configured to match the determined category name of
  • each of the plurality of product information includes a product name
  • the target product information includes a target product name
  • the apparatus further includes: a fifth determining unit configured to display the plurality of product information Determining a similarity between the product name in the product information and the target product name in the target push information; and determining that the similarity is less than the preset similarity threshold, The product information is determined as the difference product information; the third adding unit is configured to increase the display order of the target push information by a third preset value in response to determining that the quantity of the difference product information is greater than the preset number threshold.
  • the apparatus further includes: a second extracting unit configured to extract first feature information from the preset first training sample, wherein the first training sample includes instructions for indicating corresponding to the first training sample The ordering identifier of the ordering situation; the first training unit is configured to utilize the machine learning algorithm to train the order rate prediction model based on the first feature information and the order identification.
  • the apparatus further includes: a third extracting unit configured to extract second feature information from the preset second training sample, wherein the second training sample includes an indication to correspond to the second training sample The click identification of the click condition; the second training unit is configured to utilize the machine learning algorithm to train the click rate prediction model based on the second feature information and the click identifier.
  • the information pushing method and apparatus by extracting a plurality of product information and a plurality of candidate push information that match the received search term, and then determining each product information and each candidate push information based on the order rate prediction model. Corresponding order rate, and determining a click rate corresponding to each candidate push information based on the click rate prediction model, and then determining target push information based on the obtained order rate and click rate, and finally pushing the target push information to the client, thereby realizing richness Targeted information push.
  • FIG. 1 is an exemplary system architecture diagram to which the present application can be applied;
  • FIG. 2 is a flow chart of one embodiment of an information push method according to the present application.
  • FIG. 3 is a schematic diagram of an application scenario of an information pushing method according to the present application.
  • FIG. 5 is a schematic structural diagram of an embodiment of an information pushing apparatus according to the present application.
  • FIG. 6 is a block diagram showing the structure of a computer system suitable for implementing the server of the embodiment of the present application.
  • FIG. 1 illustrates an exemplary system architecture 100 in which an information push method or information push device of the present application may be applied.
  • system architecture 100 can include terminal devices 101, 102, 103, network 104, and server 105.
  • the network 104 is used to provide a medium for communication links between the terminal devices 101, 102, 103 and the server 105.
  • Network 104 may include various types of connections, such as wired, wireless communication links, fiber optic cables, and the like.
  • the user can interact with the server 105 over the network 104 using the terminal devices 101, 102, 103 to receive or transmit messages and the like.
  • Various communication client applications such as a shopping application, a web browser application, a search application, an instant communication tool, a mailbox client, a social platform software, and the like, may be installed on the terminal devices 101, 102, and 103.
  • the terminal devices 101, 102, 103 may be various electronic devices having a display screen and supporting web browsing, including but not limited to smartphones, tablets, laptop portable computers, desktop computers, and the like.
  • the server 105 may be a server that provides various services, such as a background management server that provides support to the shopping websites that the user browses with the terminal devices 101, 102, and 103.
  • the background management server may analyze and process data such as the received product information query request, and feed back the processing result (for example, target push information and product information) to the terminal device.
  • the webpage generating method provided by the embodiment of the present application is generally executed by the server 105. Accordingly, the webpage generating apparatus is generally disposed in the server 105.
  • terminal devices, networks, and servers in Figure 1 is merely illustrative. Depending on the implementation needs, there can be any number of terminal devices, networks, and servers.
  • the information pushing method includes the following steps:
  • Step 201 Receive a product information query request that is sent by a client and includes a search term.
  • the electronic device for example, the server shown in FIG. 1 on which the information pushing method runs can use the wired connection method or the wireless connection manner to use the terminal for querying the product information from the user (for example, as shown in FIG. 1 ).
  • the terminal device 101, 102, 103) receives the product information query request, wherein the product information query request may include a search term.
  • the above wireless connection manner may include but is not limited to 3G/4G connection, WiFi connection, Bluetooth connection, WiMAX connection, Zigbee connection, UWB (ultra wideband) connection, and other wireless connection methods that are now known or developed in the future. .
  • the user can edit the search term in the interface presented by the shopping application installed by the client, and click the search button in the interface to send a product information query request.
  • the user can browse the shopping website by using a browser, edit the search term at the product search location of the webpage, and click the search button of the webpage page to send a product information query request.
  • the above webpage may include html format, xhtml format, asp format, php format, jsp format, shtml format, nsp format, xml format webpage or other webpages to be developed in the future (as long as the webpage file of this format can be used by the browser) Open and browse the forms it contains).
  • Step 202 Extract a plurality of product information and a plurality of candidate push information that match the search term.
  • a large amount of product information and candidate push information may be stored in the memory of the electronic device itself.
  • the electronic device may directly extract a plurality of product information and multiple matches that match the search term locally.
  • Candidate push information may also be stored in a remote server connected to the electronic device, and the electronic device may extract a plurality of product information matching the search term from the remote server.
  • the candidate push information may be stored in another server (for example, an advertisement server) connected to the electronic device, and the electronic device may extract a plurality of candidate push information matching the search term from the other server.
  • the product information of each product may include various information related to the product, for example, may include but not limited to product name, product image, product introduction, product link, product price, product monthly sales, and the like.
  • the candidate push information may include various information related to the candidate push product, and may include, but is not limited to, a candidate push product name, a candidate push product picture, a candidate push product profile, a candidate push product link, a candidate push product price, a candidate push product, and a candidate push product.
  • the electronic device may extract a plurality of product information and a plurality of candidate push information that match the search term in various manners.
  • the electronic device may first retrieve a product name in the product information that includes the search term; and then determine product information including the retrieved product name as the search. The word matches the product information and extracts the determined product information.
  • the electronic device may first search for a product name in the product information that includes the search term or the search term (for example, an English translation, an abbreviation of the search term, etc.). Thereafter, the product information including the retrieved product name is determined as the product information matching the above search term, and the determined product information is extracted.
  • the search term or the search term for example, an English translation, an abbreviation of the search term, etc.
  • the product information of each product may match a preset keyword set.
  • the above keyword set may include at least one keyword set in advance for describing the product.
  • a set of keywords that match the product information of the product may be set by the user who sold the product and uploaded to the electronic device.
  • the electronic device may match the search term with a keyword set corresponding to each product information. For each product information, if there is a keyword matching the search term in the keyword set corresponding to the product information, the electronic device may determine that the product information is product information that matches the search term, and extract the Determined product information.
  • the electronic device may extract candidate push information in the same manner as the product information is extracted. For example, the electronic device may first search for a candidate push product name of the candidate push information including the search term or the synonyms of the search term; and then, the candidate push information including the retrieved candidate push product name is determined as The above search words match the candidate push information, and extract the determined candidate push information. It should be noted that the manner of extracting the product information and the candidate push information may include, but is not limited to, the above enumeration, and details are not described herein again.
  • Step 203 Input each product information and each candidate push information into a pre-trained order rate prediction model, obtain an order rate corresponding to each product information and each candidate push information, and input each candidate push information to the pre-trained
  • the click rate prediction model obtains a click rate corresponding to each candidate push information.
  • the electronic device may input each product information and each candidate push information into a pre-trained order rate prediction model, and obtain an order rate corresponding to each product information and each candidate push information, and each candidate
  • the push information is input to the pre-trained click rate prediction model to obtain a click rate corresponding to each candidate push information.
  • the foregoing order rate prediction model may be used to represent the correspondence between the product information or the candidate push information and the order rate.
  • the click rate prediction model may be used to represent the correspondence between the candidate push information and the click rate.
  • the above-described order rate prediction model and the above-described click rate prediction model can be established in various ways.
  • a deep learning method may be adopted, which is established based on a deep neural network, may also be established based on a deep neural network and a convolutional neural network, and may also be jointly established based on a deep neural network, a convolutional neural network, and a cyclic neural network.
  • the order rate can refer to the click-through rate of the information, that is, the ratio of the actual number of clicks of the information to the amount of information displayed, which can be used to measure the effect of the information.
  • the click rate can refer to the ratio of the number of times a content on a website page is clicked to the number of times it is displayed, and can be used to characterize the degree of attention of the content.
  • the electronic device may pre-establish a ticket rate prediction model based on a learning ordering algorithm (for example, a Pairwise algorithm): first, the first training may be preset. The first feature information is extracted from the sample, where the first training sample includes a single order identifier for indicating an order situation corresponding to the first training sample, and the order identifier may be any character (number, letter, symbol) And so on) the composed string. It should be noted that the first training sample may be a sample selected based on a preset condition.
  • a learning ordering algorithm for example, a Pairwise algorithm
  • a plurality of product information is displayed in a certain history page, and if one of the two adjacent product information is placed, if the product corresponding to one of the product information is placed, and the product corresponding to the other product information is not When placed, you can treat the two product information as a first training sample. Thereafter, the feature information in the first training sample may be extracted based on the depth neural network, the convolutional neural network, and the cyclic neural network, and the extracted feature information may be determined as the first feature information; and finally, the machine learning algorithm may be utilized, based on the foregoing The first feature information and the above-mentioned order identification are trained to obtain the above-mentioned order rate prediction model.
  • the electronic device may pre-establish a click-rate prediction model based on a learning and sorting algorithm (for example, a Pairwise algorithm): first, a preset second training sample may be The first feature information is extracted, wherein the second training sample includes a click identifier for indicating a click situation corresponding to the second training sample, and the click identifier may be any character (number, letter, symbol, etc.) String. It should be noted that the second training sample may be a sample selected based on a preset condition.
  • a learning and sorting algorithm for example, a Pairwise algorithm
  • a plurality of product information is displayed in a certain history page, and if one of the two adjacent product information is clicked and another product information is not clicked, the two can be The product information is considered as a second training sample. Thereafter, the feature information in the second training sample may be extracted based on the deep neural network, the convolutional neural network, and the cyclic neural network, and the extracted feature information may be determined as the second feature information; finally, the machine learning algorithm may be utilized, based on the foregoing The second feature information and the click identifier are trained to obtain the above-mentioned click rate prediction model.
  • Step 204 Determine target push information in the plurality of candidate push information based on the obtained order rate and click rate.
  • the electronic device may determine the multiple candidate pushes by using various manners based on the obtained order rate corresponding to each product information and each candidate push information, and a click rate corresponding to each candidate push information.
  • Target candidate push information in the message may be determined by using various manners based on the obtained order rate corresponding to each product information and each candidate push information, and a click rate corresponding to each candidate push information.
  • the electronic device may first determine a billing rate corresponding to the product information as a target order rate; thereafter, Among the plurality of candidate push information, the candidate push information having a higher order rate than the target order rate is determined as the target candidate push information.
  • the electronic device may first determine a billing rate corresponding to the product information as a target order rate; thereafter, And extracting candidate push information that is higher than the target order rate in the plurality of candidate push information; and finally, candidate push information in the extracted candidate push information that has a click rate greater than a preset click rate preset Determine to push information as a target candidate.
  • the electronic device may first use the order rate corresponding to the product information as the order rate threshold, and select the multiple Among the candidate push information, the candidate push information having a higher order rate than the above-mentioned order rate threshold is generated, and a candidate push information set matching the product information is generated. Then, for each of the generated candidate push information sets, a first expected value of each candidate push information in the candidate push information set may be determined, where the first expected value of each candidate push information may be corresponding to the candidate push information. The click rate and the preset product of the billing value corresponding to the candidate push information. In practice, the charging value corresponding to each candidate push information may be the transaction price of the bid of the candidate push information. Finally, the electronic device may determine target push information in the plurality of candidate push information in various manners based on the obtained first expected value.
  • the preset electronic device may be pre-stored with a preset first expected value, and based on the obtained first expected value, determining that the target push information in the multiple candidate push information may be The electronic device may determine, as the target push information, the candidate push information in the set of candidate push information that the first expected value is greater than the preset first expected value.
  • the preset electronic device may be pre-stored with a preset first expected value corresponding to each product information, and the determining the multiple candidate push information based on the obtained first expected value.
  • the target push information may be performed as follows: for each generated candidate push information set, the electronic device may first determine product information corresponding to the candidate push information set; and thereafter, obtain corresponding to the determined product information. And preset the first expected value; and finally, the candidate push information in the candidate push information set that the first expected value is greater than the preset first expected value is determined as the target push information.
  • each of the plurality of product information may be provided with a presentation order identifier for indicating a presentation order of the product information, and a candidate push information set corresponding to the product information.
  • Each of the candidate push information in the pair has the above-described presentation order identifier.
  • the above presentation order identifiers may be numbers, such as 1, 2, and the like.
  • the electronic device may acquire a preset order coefficient corresponding to the presentation order indicated by the presentation order identifier carried by the target candidate push information, And determining a second expected value of the target candidate push information, wherein the second expected value is a product of a first expected value of the target candidate push information and a sequence coefficient corresponding to the target candidate push information.
  • the order coefficients corresponding to the presentation order indicated by the respective presentation order identifiers may be predetermined and stored by the technician in the electronic device based on a large number of statistical calculations.
  • the electronic device may determine the target candidate push information having the second expected value as the target push information.
  • Step 205 Push the target push information and the plurality of product information to the client.
  • the electronic device may push the plurality of product information extracted in step 202 and the target push information determined in step 204 to the client.
  • FIG. 3 is a schematic diagram 300 of an application scenario of the information pushing method according to the embodiment.
  • the client 301 sends a product information query request 303 containing a search term to the server 302.
  • the server 302 extracts a plurality of product information 304 and a plurality of candidate push information 305 that match the search term.
  • the server 302 inputs the product information and the candidate push information to the order rate prediction model, and inputs the candidate push information to the click rate prediction model to obtain the order rate 306 and the click rate 307.
  • the server 302 determines the target push information 308 of the plurality of candidate push information 305 based on the order rate 306 and the click rate 307. Finally, the server 302 pushes the target push information 308 and the plurality of product information 304 to the client 301.
  • the foregoing embodiment of the present application provides a method for extracting a plurality of product information and a plurality of candidate push information that match a received search term, and then determining each product information and each candidate push information corresponding to the next order rate prediction model.
  • Single rate and based on the click rate prediction model, determine the click rate corresponding to each candidate push information, and then determine the target push information based on the obtained order rate and click rate, and finally push the target push information to the client, achieving a targeted Information push.
  • the flow 400 of the information pushing method includes the following steps:
  • Step 401 Receive a product information query request that is sent by a client and includes a search term.
  • the electronic device for example, the server shown in FIG. 1 on which the information pushing method runs can use the wired connection method or the wireless connection manner to use the terminal for querying the product information from the user (for example, as shown in FIG. 1 ).
  • the terminal device 101, 102, 103) receives the product information query request, wherein the product information query request may include a search term.
  • Step 402 Extract a plurality of product information and a plurality of candidate push information that match the search term.
  • a large amount of product information and candidate push information may be stored in the memory of the electronic device itself.
  • the electronic device may directly extract a plurality of product information and multiple matches that match the search term locally.
  • Candidate push information may be stored in the memory of the electronic device itself.
  • each of the plurality of product information may have a presentation order identifier for indicating a presentation order of the product information
  • the presentation order identifier may be a number, for example, 1, 2, or the like.
  • Step 403 Input each product information and each candidate push information into a pre-trained order rate prediction model, obtain an order rate corresponding to each product information and each candidate push information, and input each candidate push information to the pre-trained
  • the click rate prediction model obtains a click rate corresponding to each candidate push information.
  • the electronic device may input each product information and each candidate push information into a pre-trained order rate prediction model, and obtain an order rate corresponding to each product information and each candidate push information, and each candidate
  • the push information is input to the pre-trained click rate prediction model to obtain a click rate corresponding to each candidate push information.
  • the foregoing order rate prediction model may be used to represent the correspondence between the product information or the candidate push information and the order rate.
  • the click rate prediction model may be used to represent the correspondence between the candidate push information and the click rate.
  • Step 404 For each product information of the plurality of product information, using a billing rate corresponding to the product information as a billing rate threshold, selecting a candidate of the plurality of candidate push information that the order rate is greater than a billing rate threshold Push information to generate a set of candidate push information that matches the product information.
  • the electronic device may use an order rate corresponding to the product information as a billing rate threshold, and select one of the plurality of candidate push information.
  • the candidate push information having a single rate greater than the above-mentioned order rate threshold generates a candidate push information set that matches the product information.
  • each candidate push information in the candidate push information set corresponding to the product information may be the same as the presentation order identifier carried by the product information. Show order identification.
  • Step 405 Determine, for each generated candidate push information set, a first expected value of each candidate push information in the candidate push information set.
  • the electronic device may determine a first expected value of each candidate push information in the candidate push information set, where the first candidate of each candidate push information
  • the expected value may be a product of a click rate corresponding to the candidate push information and a preset billing value corresponding to the candidate push information.
  • the charging value corresponding to each candidate push information may be the transaction price of the bid of the candidate push information.
  • Step 406 The candidate push information having the largest first expected value among the candidate push information sets is used as the target candidate push information, and the target candidate push information set is generated.
  • the electronic device may generate the target candidate push information set by using the candidate push information having the largest first expected value in each candidate push information set generated in step 405 as the target candidate push information.
  • Step 407 For each target candidate push information in the target candidate push information set, acquire a preset order coefficient corresponding to the presentation order indicated by the presentation order identifier carried by the target candidate push information, and determine the target. The second expected value of the candidate push information.
  • the electronic device may acquire a preset indication, which is indicated by the presentation order identifier of the target candidate push information.
  • the order coefficient corresponding to the order is presented, and a second expected value of the target candidate push information is determined.
  • the second expected value may be a product of a first expected value of the target candidate push information and a sequence coefficient corresponding to the target candidate push information.
  • the order coefficients corresponding to the presentation order indicated by the respective presentation order identifiers may be predetermined and stored by the technician in the electronic device based on a large number of statistical calculations. Generally, the lower the presentation order, the larger the order coefficient corresponding to the presentation order.
  • Step 408 Determine target candidate push information with the second expected value as the target push information.
  • the electronic device may determine the target candidate push information having the second highest expected value among the target candidate push information sets as the target push information.
  • Step 409 determining a presentation order indicated by the presentation order identifier carried by the target push information, and determining the determined presentation order as the target presentation order.
  • the electronic device may determine a presentation order indicated by the presentation order identifier carried by the target push information, and determine the determined presentation order as the target presentation order.
  • Step 410 Determine a presentation order indicated by a presentation order identifier carried by each product information in the plurality of product information, and increase a presentation order of the product information to each product information in which the presentation order is not less than the target presentation order. Preset value.
  • the electronic device may determine a presentation order indicated by a presentation order identifier carried by each of the plurality of product information, and for each product information whose presentation order is not less than the target presentation order, The presentation order of the product information is increased by a first preset value (for example, 1). As an example, if the target presentation order is 4, the electronic device may add 1 to the presentation order of the product information whose presentation order is not less than 4 (for example, 4, 5, 6, etc.), that is, the product information whose original presentation order is 4. The new presentation order is 5.
  • step 411 the plurality of product information and the target product information are sorted in order of presentation order from small to large.
  • the electronic device may sort the plurality of product information and the target product information in an order of presentation from small to large.
  • the electronic device may further perform the following steps: First, it may be determined a category name (for example, "clothing", “electric appliance”, etc.) of the category of the product information in which the presentation order is smaller than the preset presentation order threshold, and the category of the category to which the target push information belongs is determined in the plurality of product information. name. Thereafter, the electronic device may match the determined category name of the category to which the respective product information belongs to the category name of the category to which the target push information belongs.
  • a category name for example, "clothing", "electric appliance”, etc.
  • the electronic device may increase the presentation order of the target push information by a second predetermined value (eg, 1, 2, etc.).
  • a second predetermined value eg, 1, 2, etc.
  • the electronic device may further perform the following steps: In the product information, each of the product information in which the presentation order is smaller than the preset presentation order threshold, the electronic device may determine the similarity between the product name in the product information and the target product name in the target push information. Then, in response to the determined similarity being less than the preset similarity threshold, the product information may be determined as the difference product information. Finally, in response to determining that the number of the difference product information is greater than the preset number threshold, the electronic device may increase the presentation order of the target push information by a third preset value (eg, 1, 2, etc.).
  • a third preset value eg, 1, 2, etc.
  • Step 412 Generate a webpage including the sorted product information and the target product information.
  • the electronic device may generate a webpage including the sorted plurality of product information and the target product information.
  • Step 413 sending a webpage to the client.
  • the electronic device may send the webpage to the client.
  • the flow 400 of the information push method in the present embodiment highlights the step of determining the presentation order of the target push information and the plurality of product information as compared with the embodiment corresponding to Fig. 2. Therefore, the solution described in this embodiment can dynamically determine the presentation position of the target push information, so that the user can find the information of interest more quickly, and realize the information-pushing information while realizing the targeted information push. flexibility.
  • the present application provides an embodiment of an information pushing apparatus, and the apparatus embodiment corresponds to the method embodiment shown in FIG. Used in a variety of electronic devices.
  • the information pushing apparatus 500 of the present embodiment includes: a receiving unit 501 configured to receive a product information query request including a search term sent by a client; and a first extracting unit 502 configured to extract and The plurality of product information and the plurality of candidate push information matched by the search term; the input unit 503 is configured to input each product information and each candidate push information into a pre-trained order rate prediction model, and obtain the product information and a billing rate corresponding to each candidate push information, and inputting each candidate push information to a pre-trained click rate prediction model to obtain a click rate corresponding to each candidate push information, wherein the order rate prediction model is used to represent product information Or the corresponding relationship between the candidate push information and the order rate, the click rate prediction model is used to represent the correspondence between the candidate push information and the click rate; the first determining unit 504 is configured to use the obtained order rate and the click rate, Determining target push information in the plurality of candidate push information; pushing unit 505 configured to use the above target The push information and the
  • the receiving unit 501 can receive a product information query request from a terminal (for example, the terminal device 101, 102, and 103 shown in FIG. 1) that the user uses to perform product information query by using a wired connection manner or a wireless connection manner.
  • the product information query request may include a search term.
  • the first extracting unit 502 may extract a plurality of product information and a plurality of candidate push information that match the search term in various manners.
  • the input unit 503 may input each product information and each candidate push information into a pre-trained order rate prediction model, and obtain an order rate corresponding to each product information and each candidate push information, and each The candidate push information is input to the pre-trained click rate prediction model to obtain a click rate corresponding to each candidate push information.
  • the first determining unit 504 may determine the foregoing by using various manners based on the obtained order rate corresponding to each product information and each candidate push information, and the click rate corresponding to each candidate push information.
  • Target candidate push information in the candidate push information may be determined.
  • the determining unit 504 may include a first generating module, a first determining module, and a second determining module (not shown).
  • the first generation module may be configured to use, for each product information of the plurality of product information, a billing rate corresponding to the product information as a billing rate threshold, and select one of the plurality of candidate push information.
  • the candidate push information with the order rate greater than the above-mentioned order rate threshold is generated, and a candidate push information set matching the product information is generated.
  • the first determining module may be configured to determine, for each generated candidate push information set, a first expected value of each candidate push information in the candidate push information set, where a first expected value of each candidate push information is The click rate corresponding to the candidate push information is a product of a preset billing value corresponding to the candidate push information.
  • the second determining module may be configured to determine target push information in the plurality of candidate push information based on the obtained first expected value.
  • each of the plurality of product information may be provided with a presentation order identifier for indicating a presentation order of the product information, and a candidate push information set corresponding to the product information.
  • Each of the candidate push information in the present may be tagged with the above-described presentation order.
  • the foregoing second determining module may include a generating submodule, a first determining submodule, and a second determining submodule (not shown).
  • the generation sub-module may be configured to use the candidate push information having the largest first expected value among the candidate push information sets as the target candidate push information to generate the target candidate push information set.
  • the foregoing first determining sub-module may be configured to: for each target candidate push information in the target candidate push information set, obtain a preset, corresponding to a display order indicated by the display order identifier of the target candidate push information.
  • the second determining submodule may be configured to determine the target candidate push information with the second expected value as the target push information.
  • the information pushing apparatus 500 may further include a second determining unit and a first adding unit (not shown).
  • the second determining unit may be configured to determine a presentation order indicated by the presentation order identifier carried by the target push information, and determine the determined presentation order as the target presentation order.
  • the first adding unit may be configured to determine a presentation order indicated by a presentation order identifier carried by each of the plurality of product information, and for each product information whose presentation order is not less than the target presentation order, The presentation order of the product information is increased by the first preset value.
  • the information pushing apparatus 500 may further include a third determining unit, a matching unit, a fourth determining unit, and a second adding unit (not shown).
  • the third determining unit may be configured to determine a category name of the category of the product information in which the presentation order is less than the preset presentation order threshold, and determine the category of the category to which the target push information belongs.
  • the matching unit may be configured to match the determined category name of the category to which the respective product information belongs to the category name of the category to which the target push information belongs.
  • the fourth determining unit may be configured to determine the number of product information whose category name matches the category name of the category to which the target push information belongs, and determine the total number of the plurality of product information.
  • the second adding unit may be configured to increase the display order of the target pushing information by a second preset value in response to determining that the ratio of the quantity to the total quantity is less than a preset ratio.
  • each of the plurality of product information includes a product name
  • the target product information includes a target product name
  • the information pushing device 500 further includes a fifth determining unit and The third addition unit (not shown).
  • the fifth determining unit may be configured to determine, for each product information of the plurality of product information that the presentation order is less than the preset presentation order threshold, the product name in the product information and the target in the target push information.
  • the third adding unit may be configured to increase the display order of the target push information by a third preset value in response to determining that the quantity of the difference product information is greater than a preset number threshold.
  • the pushing unit 505 can push the plurality of product information and the target push information to the client.
  • the pushing unit 505 may include a sorting module, a second generating module, and a sending module (not shown).
  • the sorting module may be configured to sort the plurality of product information and the target product information in an order of presentation from small to large.
  • the second generation module may be configured to generate a webpage including the sorted plurality of product information and the target product information.
  • the sending module may be configured to send the webpage to the client.
  • the information pushing apparatus 500 may further include a second extracting unit and a first training unit (not shown).
  • the second extraction unit may be configured to extract the first feature information from the preset first training sample, where the first training sample includes an order for indicating an order corresponding to the first training sample.
  • Single logo The first training unit may be configured to use the machine learning algorithm to train the foregoing order rate prediction model based on the first feature information and the order identifier.
  • the information pushing apparatus 500 may further include a third extracting unit and a second training unit (not shown).
  • the third extraction unit may be configured to extract second feature information from the preset second training sample, where the second training sample includes a click identifier for indicating a click situation corresponding to the second training sample.
  • the second training unit may be configured to use the machine learning algorithm to train the click rate prediction model based on the second feature information and the click identifier.
  • the apparatus extracts a plurality of product information and a plurality of candidate push information that match the search term received by the receiving unit 501 to the first extracting unit 502, and then the input unit 503 predicts the order rate based on the order rate.
  • the model determines the order rate corresponding to each product information and each candidate push information, and determines the click rate corresponding to each candidate push information based on the click rate prediction model, and then the first determining unit 504 determines the target push based on the obtained order rate and the click rate.
  • the information, the final push unit 505 pushes the target push information to the client, and implements targeted information push.
  • FIG. 6 a block diagram of a computer system 600 suitable for use in implementing a server of an embodiment of the present application is shown.
  • the server shown in FIG. 6 is merely an example, and should not impose any limitation on the function and scope of use of the embodiments of the present application.
  • computer system 600 includes a central processing unit (CPU) 601 that can be loaded into a program in random access memory (RAM) 603 according to a program stored in read only memory (ROM) 602 or from storage portion 608. And perform various appropriate actions and processes.
  • RAM random access memory
  • ROM read only memory
  • RAM random access memory
  • various programs and data required for the operation of the system 600 are also stored.
  • the CPU 601, the ROM 602, and the RAM 603 are connected to each other through a bus 604.
  • An input/output (I/O) interface 605 is also coupled to bus 604.
  • the following components are connected to the I/O interface 605: an input portion 606 including a keyboard, a mouse, etc.; an output portion 607 including, for example, a cathode ray tube (CRT), a liquid crystal display (LCD), and the like, and a storage portion 608 including a hard disk or the like. And a communication portion 609 including a network interface card such as a LAN card, a modem, or the like. The communication section 609 performs communication processing via a network such as the Internet.
  • Driver 610 is also coupled to I/O interface 605 as needed.
  • a removable medium 611 such as a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory or the like, is mounted on the drive 610 as needed so that a computer program read therefrom is installed into the storage portion 608 as needed.
  • an embodiment of the present disclosure includes a computer program product comprising a computer program embodied on a computer readable medium, the computer program comprising program code for executing the method illustrated in the flowchart.
  • the computer program can be downloaded and installed from the network via communication portion 609, and/or installed from removable media 611.
  • the central processing unit (CPU) 601 the above-described functions defined in the method of the present application are performed.
  • the computer readable medium described herein may be a computer readable signal medium or a computer readable storage medium or any combination of the two.
  • the computer readable storage medium can be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the above. More specific examples of computer readable storage media may include, but are not limited to, electrical connections having one or more wires, portable computer disks, hard disks, random access memory (RAM), read only memory (ROM), erasable Programmable read only memory (EPROM or flash memory), optical fiber, portable compact disk read only memory (CD-ROM), optical storage device, magnetic storage device, or any suitable combination of the foregoing.
  • a computer readable storage medium may be any tangible medium that can contain or store a program, which can be used by or in connection with an instruction execution system, apparatus or device.
  • a computer readable signal medium may include a data signal that is propagated in the baseband or as part of a carrier, carrying computer readable program code. Such propagated data signals can take a variety of forms including, but not limited to, electromagnetic signals, optical signals, or any suitable combination of the foregoing.
  • the computer readable signal medium can also be any computer readable medium other than a computer readable storage medium, which can transmit, propagate, or transport a program for use by or in connection with the instruction execution system, apparatus, or device.
  • Program code embodied on a computer readable medium can be transmitted by any suitable medium, including but not limited to wireless, wire, fiber optic cable, RF, etc., or any suitable combination of the foregoing.
  • each block of the flowchart or block diagram can represent a module, a program segment, or a portion of code that includes one or more of the logic functions for implementing the specified.
  • Executable instructions can also occur in a different order than that illustrated in the drawings. For example, two successively represented blocks may in fact be executed substantially in parallel, and they may sometimes be executed in the reverse order, depending upon the functionality involved.
  • each block of the block diagrams and/or flowcharts, and combinations of blocks in the block diagrams and/or flowcharts can be implemented in a dedicated hardware-based system that performs the specified function or operation. Or it can be implemented by a combination of dedicated hardware and computer instructions.
  • the units involved in the embodiments of the present application may be implemented by software or by hardware.
  • the described unit may also be provided in the processor, for example, as a processor including a receiving unit, a first extracting unit, an input unit, a first determining unit, and a pushing unit.
  • the names of these units do not constitute a limitation on the unit itself under certain circumstances.
  • the receiving unit may also be described as "a unit that receives a product information inquiry request".
  • the present application also provides a computer readable medium, which may be included in the apparatus described in the above embodiments, or may be separately present and not incorporated into the apparatus.
  • the computer readable medium carries one or more programs, when the one or more programs are executed by the device, causing the device to: receive a product information query request sent by a client and including a search term; and extract the search term Matching a plurality of product information and a plurality of candidate push information; inputting each product information and each candidate push information into a pre-trained order rate prediction model, and obtaining an order rate corresponding to each product information and each candidate push information, and Inputting each candidate push information into a pre-trained click rate prediction model to obtain a click rate corresponding to each candidate push information; and determining target push information in the plurality of candidate push information based on the obtained order rate and click rate; Pushing the target push information and the plurality of product information to the client.

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

Disclosed in the present application is an information pushing method and device. An embodiment of the method comprises: receiving a product information query request containing a search word, sent by a client; extracting multiple pieces of product information and multiple pieces of candidate information to be pushed, said information matching the search word; inputting the pieces of product information and the pieces of candidate information to be pushed into a previously trained order-placing rate prediction model, so as to obtain order-placing rates corresponding to the pieces of product information and the pieces of candidate information to be pushed, and inputting the pieces of candidate information to be pushed into a previously trained click-through rate prediction model, so as to obtain click-through rates corresponding to the pieces of candidate information to be pushed; determining, on the basis of the obtained order-placing rates and click-through rates, target information to be pushed among the pieces of candidate information to be pushed; and pushing to the client the target information to be pushed and the multiple pieces of product information. The embodiment of the application enables specific information pushing.

Description

信息推送方法和装置Information push method and device
相关申请的交叉引用Cross-reference to related applications
本专利申请要求于2017年4月20日提交的、申请号为201710260799.1、申请人为北京京东尚科信息技术有限公司和北京京东世纪贸易有限公司、发明名称为“信息推送方法和装置”的中国专利申请的优先权,该申请的全文以引用的方式并入本申请中。This patent application claims to be submitted on April 20, 2017, with the application number of 201710260799.1, the applicant is Beijing Jingdong Shangke Information Technology Co., Ltd. and Beijing Jingdong Century Trading Co., Ltd., and the invention is entitled "Information Push Method and Device". Priority of the application, the entire contents of which are incorporated herein by reference.
技术领域Technical field
本申请涉及计算机技术领域,具体涉及互联网技术领域,尤其涉及信息推送方法和装置。The present application relates to the field of computer technologies, and in particular, to the field of Internet technologies, and in particular, to an information push method and apparatus.
背景技术Background technique
随着计算机技术的发展,利用电子商务平台进行产品交易越来越普遍。在用户利用电商平台进行信息搜索的过程中,通常需要推送用户需要的信息来减少信息过载,并减少用户在网络上搜索所花的时间。With the development of computer technology, the use of e-commerce platforms for product transactions is becoming more and more common. In the process of searching for information by the e-commerce platform, users usually need to push the information needed by the user to reduce the information overload and reduce the time spent by the user on the network.
然而,现有的信息推送方式通常是在搜索结果的某个固定位置直接加载各种推送信息,这些推送信息与搜索结果存在较大差异,从而存在着信息推送缺乏针对性的问题。However, the existing information push method usually loads various push information directly at a certain fixed position of the search result, and the push information is greatly different from the search result, so that there is a problem that the information push is not targeted.
发明内容Summary of the invention
本申请实施例的目的在于提出一种改进的信息推送方法和装置,来解决以上背景技术部分提到的技术问题。The purpose of the embodiments of the present application is to provide an improved information pushing method and apparatus to solve the technical problems mentioned in the above background art.
第一方面,本申请实施例提供了一种信息推送方法,该方法包括:接收客户端发送的包含搜索词的产品信息查询请求;提取与搜索词相匹配的多个产品信息和多个候选推送信息;将各个产品信息和各个候选推送信息输入至预先训练的下单率预测模型,得到与各个产品信息和各个候选推送信息对应的下单率,并将各个候选推送信息输入至预 先训练的点击率预测模型,得到与各个候选推送信息对应的点击率,其中,下单率预测模型用于表征产品信息或候选推送信息与下单率的对应关系,点击率预测模型用于表征候选推送信息与点击率的对应关系;基于所得到的下单率和点击率,确定多个候选推送信息中的目标推送信息;将目标推送信息和多个产品信息推送至客户端。In a first aspect, an embodiment of the present application provides an information pushing method, which includes: receiving a product information query request that includes a search term sent by a client; and extracting multiple product information and multiple candidate pushes that match the search term. Information; inputting each product information and each candidate push information into a pre-trained order rate prediction model, obtaining an order rate corresponding to each product information and each candidate push information, and inputting each candidate push information to the pre-trained click The rate prediction model obtains a click rate corresponding to each candidate push information, wherein the order rate prediction model is used to represent the correspondence between the product information or the candidate push information and the order rate, and the click rate prediction model is used to represent the candidate push information and Corresponding relationship of click rates; determining target push information in the plurality of candidate push information based on the obtained order rate and click rate; pushing the target push information and the plurality of product information to the client.
在一些实施例中,基于所得到的下单率和点击率,确定多个候选推送信息中的目标推送信息,包括:对于多个产品信息中的每一个产品信息,将与该产品信息对应的下单率作为下单率阈值,选取多个候选推送信息中的、下单率大于下单率阈值的候选推送信息,生成与该产品信息相匹配的候选推送信息集合;对于所生成的每一个候选推送信息集合,确定该候选推送信息集合中的各个候选推送信息的第一期望值,其中,每一个候选推送信息的第一期望值为与该候选推送信息对应的点击率和预设的、与该候选推送信息对应的计费值的乘积;基于所得到的第一期望值,确定多个候选推送信息中的目标推送信息。In some embodiments, determining target push information in the plurality of candidate push information based on the obtained order rate and click rate, including: for each of the plurality of product information, corresponding to the product information The order rate is used as the order rate threshold, and the candidate push information of the plurality of candidate push information and the order rate is greater than the order rate threshold is selected, and the candidate push information set matching the product information is generated; for each generated a candidate push information set, determining a first expected value of each candidate push information in the candidate push information set, wherein a first expected value of each candidate push information is a click rate corresponding to the candidate push information and a preset a product of the charge value corresponding to the candidate push information; and based on the obtained first expected value, the target push information in the plurality of candidate push information is determined.
在一些实施例中,多个产品信息中的每一个产品信息带有用于指示该产品信息的展现次序的展现次序标识,与该产品信息对应的候选推送信息集合中的各个候选推送信息带有展现次序标识。In some embodiments, each of the plurality of product information has a presentation order identifier for indicating a presentation order of the product information, and each candidate push information in the candidate push information set corresponding to the product information is presented Order identification.
在一些实施例中,基于所得到的第一期望值,确定多个候选推送信息中的目标推送信息,包括:将各个候选推送信息集合中的、第一期望值最大的候选推送信息作为目标候选推送信息,生成目标候选推送信息集合;对于目标候选推送信息集合中的每一个目标候选推送信息,获取预设的、与该目标候选推送信息带有的展现次序标识所指示的展现次序相对应的次序系数,并确定该目标候选推送信息的第二期望值,其中,第二期望值为该目标候选推送信息的第一期望值和与该目标候选推送信息对应的次序系数的乘积;将第二期望值最大的目标候选推送信息确定为目标推送信息。In some embodiments, determining the target push information in the plurality of candidate push information based on the obtained first expected value comprises: using the candidate push information having the largest first expected value among the respective candidate push information sets as the target candidate push information. Generating a target candidate push information set; for each target candidate push information in the target candidate push information set, acquiring a preset order coefficient corresponding to the presentation order indicated by the presentation order identifier carried by the target candidate push information And determining a second expected value of the target candidate push information, wherein the second expected value is a product of a first expected value of the target candidate push information and a sequence coefficient corresponding to the target candidate push information; and a target candidate that maximizes the second expected value The push information is determined to be the target push information.
在一些实施例中,该方法还包括:确定目标推送信息所带有的展现次序标识所指示的展现次序,并将所确定的展现次序确定为目标展现次序;确定多个产品信息中的各个产品信息所带有的展现次序标识所指示的展现次序,对于展现次序不小于目标展现次序的每一个产品 信息,将该产品信息的展现次序增加第一预设数值;In some embodiments, the method further comprises: determining a presentation order indicated by the presentation order identifier carried by the target push information, and determining the determined presentation order as the target presentation order; determining each of the plurality of product information The presentation order indicated by the information indicates the presentation order indicated, and for each product information whose presentation order is not less than the target presentation order, the presentation order of the product information is increased by a first preset value;
在一些实施例中,将目标推送信息和多个产品信息推送至客户端,包括:将多个产品信息和目标产品信息按照展现次序从小到大的顺序进行排序;生成包含排序后的多个产品信息和目标产品信息的网页;将网页发送至客户端。In some embodiments, pushing the target push information and the plurality of product information to the client comprises: sorting the plurality of product information and the target product information in order of presentation from small to large; generating the plurality of products including the sorted Web page for information and target product information; send the web page to the client.
在一些实施例中,在将多个产品信息和目标产品信息按照展现次序从小到大的顺序进行排序之前,该方法还包括:确定多个产品信息中的、展现次序小于预设展现次序阈值的产品信息所属类目的类目名称,并确定目标推送信息所属类目的类目名称;将所确定的各个产品信息所属类目的类目名称与目标推送信息所属类目的类目名称进行匹配;确定类目名称与目标推送信息所属类目的类目名称相匹配的产品信息的数量,并确定多个产品信息的总数量;响应于确定数量与总数量的比值小于预设比值,将目标推送信息的展现次序增加第二预设数值。In some embodiments, before sorting the plurality of product information and the target product information in an order of presentation from small to large, the method further comprises: determining that a presentation order of the plurality of product information is less than a preset presentation order threshold The name of the category of the category to which the product information belongs, and the name of the category of the category to which the target push information belongs; the category name of the category to which the determined product information belongs is matched with the name of the category of the category to which the target push information belongs. Determining the number of product information whose category name matches the category name of the category to which the target push information belongs, and determining the total number of pieces of product information; in response to the ratio of the determined quantity to the total quantity being less than the preset ratio, the target is The presentation order of the push information is increased by a second preset value.
在一些实施例中,多个产品信息中的各个产品信息包括产品名称,目标产品信息包括目标产品名称;以及在将多个产品信息和目标产品信息按照展现次序从小到大的顺序进行排序之前,该方法还包括:对于多个产品信息中的、展现次序小于预设展现次序阈值的每一个产品信息,确定该产品信息中的产品名称与目标推送信息中的目标产品名称的相似度;响应于所确定的相似度小于预设的相似度阈值,将该产品信息确定为差异产品信息;响应于确定差异产品信息的数量大于预设数量阈值,将目标推送信息的展现次序增加第三预设数值。In some embodiments, each of the plurality of product information includes a product name, the target product information includes a target product name, and before the plurality of product information and the target product information are sorted in order of presentation from small to large, The method further includes: determining, for each product information of the plurality of product information that the presentation order is less than the preset presentation order threshold, the similarity between the product name in the product information and the target product name in the target push information; The determined similarity is less than a preset similarity threshold, and the product information is determined as the difference product information; and in response to determining that the quantity of the difference product information is greater than the preset number threshold, the display order of the target push information is increased by a third preset value. .
在一些实施例中,在接收客户端发送的信息查询请求之前,该方法还包括:从预设的第一训练样本中提取第一特征信息,其中,第一训练样本包括用于指示与第一训练样本对应的下单情况的下单标识;利用机器学习算法,基于第一特征信息和下单标识,训练得到下单率预测模型。In some embodiments, before receiving the information query request sent by the client, the method further includes: extracting first feature information from the preset first training sample, wherein the first training sample includes The order identification of the order situation corresponding to the training sample; using the machine learning algorithm, based on the first feature information and the order identification, the training obtains the order rate prediction model.
在一些实施例中,在接收客户端发送的信息查询请求之前,该方法还包括:从预设的第二训练样本中提取第二特征信息,其中,第二训练样本包括用于指示与第二训练样本对应的点击情况的点击标识; 利用机器学习算法,基于第二特征信息和点击标识,训练得到点击率预测模型。In some embodiments, before receiving the information query request sent by the client, the method further includes: extracting second feature information from the preset second training sample, wherein the second training sample includes The click identifier of the click condition corresponding to the training sample; using the machine learning algorithm, the click rate prediction model is trained based on the second feature information and the click mark.
第二方面,本申请实施例提供了一种信息推送装置,该装置包括:接收单元,配置用于接收客户端发送的包含搜索词的产品信息查询请求;第一提取单元,配置用于提取与搜索词相匹配的多个产品信息和多个候选推送信息;输入单元,配置用于将各个产品信息和各个候选推送信息输入至预先训练的下单率预测模型,得到与各个产品信息和各个候选推送信息对应的下单率,并将各个候选推送信息输入至预先训练的点击率预测模型,得到与各个候选推送信息对应的点击率,其中,下单率预测模型用于表征产品信息或候选推送信息与下单率的对应关系,点击率预测模型用于表征候选推送信息与点击率的对应关系;第一确定单元,配置用于基于所得到的下单率和点击率,确定多个候选推送信息中的目标推送信息;推送单元,配置用于将目标推送信息和多个产品信息推送至客户端。In a second aspect, an embodiment of the present application provides an information pushing apparatus, where the apparatus includes: a receiving unit configured to receive a product information query request that includes a search term sent by a client; and a first extracting unit configured to extract and Searching for a plurality of product information and a plurality of candidate push information; the input unit is configured to input each product information and each candidate push information into a pre-trained order rate prediction model, and obtain various product information and each candidate Pushing the corresponding order rate of the information, and inputting each candidate push information to the pre-trained click rate prediction model to obtain a click rate corresponding to each candidate push information, wherein the order rate prediction model is used to represent the product information or the candidate push The correspondence between the information and the order rate, the click rate prediction model is used to represent the correspondence between the candidate push information and the click rate; the first determining unit is configured to determine a plurality of candidate pushes based on the obtained order rate and the click rate. Target push information in the message; push unit configured to push the target information and multiple Product information to the clients.
在一些实施例中,确定单元包括:第一生成模块,配置用于对于多个产品信息中的每一个产品信息,将与该产品信息对应的下单率作为下单率阈值,选取多个候选推送信息中的、下单率大于下单率阈值的候选推送信息,生成与该产品信息相匹配的候选推送信息集合;第一确定模块,配置用于对于所生成的每一个候选推送信息集合,确定该候选推送信息集合中的各个候选推送信息的第一期望值,其中,每一个候选推送信息的第一期望值为与该候选推送信息对应的点击率和预设的、与该候选推送信息对应的计费值的乘积;第二确定模块,配置用于基于所得到的第一期望值,确定多个候选推送信息中的目标推送信息。In some embodiments, the determining unit includes: a first generating module configured to select, according to each of the plurality of product information, a billing rate corresponding to the product information as a billing rate threshold, and select a plurality of candidates The candidate push information in the push information that has a higher order rate than the order rate threshold, generates a candidate push information set that matches the product information; and the first determining module is configured to use, for each candidate push information set generated, Determining a first expected value of each candidate push information in the candidate push information set, wherein a first expected value of each candidate push information is a click rate corresponding to the candidate push information and a preset corresponding to the candidate push information a product of the billing value; the second determining module is configured to determine target push information in the plurality of candidate push information based on the obtained first expected value.
在一些实施例中,多个产品信息中的每一个产品信息带有用于指示该产品信息的展现次序的展现次序标识,与该产品信息对应的候选推送信息集合中的各个候选推送信息带有展现次序标识。In some embodiments, each of the plurality of product information has a presentation order identifier for indicating a presentation order of the product information, and each candidate push information in the candidate push information set corresponding to the product information is presented Order identification.
在一些实施例中,第二确定模块包括:生成子模块,配置用于将各个候选推送信息集合中的、第一期望值最大的候选推送信息作为目标候选推送信息,生成目标候选推送信息集合;第一确定子模块,配 置用于对于目标候选推送信息集合中的每一个目标候选推送信息,获取预设的、与该目标候选推送信息带有的展现次序标识所指示的展现次序相对应的次序系数,并确定该目标候选推送信息的第二期望值,其中,第二期望值为该目标候选推送信息的第一期望值和与该目标候选推送信息对应的次序系数的乘积;第二确定子模块,配置用于将第二期望值最大的目标候选推送信息确定为目标推送信息。In some embodiments, the second determining module includes: a generating submodule configured to use the candidate push information with the first expected value being the largest among the candidate push information sets as the target candidate push information, to generate the target candidate push information set; a determining submodule configured to: for each target candidate push information in the target candidate push information set, obtain a preset order coefficient corresponding to the presentation order indicated by the presentation order identifier carried by the target candidate push information And determining a second expected value of the target candidate push information, wherein the second expected value is a product of a first expected value of the target candidate push information and a sequence coefficient corresponding to the target candidate push information; and the second determining submodule is configured The target candidate push information that maximizes the second expected value is determined as the target push information.
在一些实施例中,该装置还包括:第二确定单元,配置用于确定目标推送信息所带有的展现次序标识所指示的展现次序,并将所确定的展现次序确定为目标展现次序;第一增加单元,配置用于确定多个产品信息中的各个产品信息所带有的展现次序标识所指示的展现次序,对于展现次序不小于目标展现次序的每一个产品信息,将该产品信息的展现次序增加第一预设数值;In some embodiments, the apparatus further includes: a second determining unit configured to determine a presentation order indicated by the presentation order identifier carried by the target push information, and determine the determined presentation order as the target presentation order; An adding unit configured to determine a presentation order indicated by a presentation order identifier carried by each of the plurality of product information, and to display the product information for each product information whose presentation order is not less than the target presentation order The order is increased by a first preset value;
在一些实施例中,推送单元包括:排序模块,配置用于将多个产品信息和目标产品信息按照展现次序从小到大的顺序进行排序;第二生成模块,配置用于生成包含排序后的多个产品信息和目标产品信息的网页;发送模块,配置用于将网页发送至客户端。In some embodiments, the pushing unit includes: a sorting module configured to sort the plurality of product information and the target product information in an order of presentation from small to large; and the second generating module is configured to generate the content including the sorted a web page of product information and target product information; a sending module configured to send a web page to the client.
在一些实施例中,该装置还包括:第三确定单元,配置用于确定多个产品信息中的、展现次序小于预设展现次序阈值的产品信息所属类目的类目名称,并确定目标推送信息所属类目的类目名称;匹配单元,配置用于将所确定的各个产品信息所属类目的类目名称与目标推送信息所属类目的类目名称进行匹配;第四确定单元,配置用于确定类目名称与目标推送信息所属类目的类目名称相匹配的产品信息的数量,并确定多个产品信息的总数量;第二增加单元,配置用于响应于确定数量与总数量的比值小于预设比值,将目标推送信息的展现次序增加第二预设数值。In some embodiments, the apparatus further includes: a third determining unit configured to determine a category name of the category of the product information in which the presentation order is less than the preset presentation order threshold, and determine the target push The name of the category of the category to which the information belongs; the matching unit is configured to match the determined category name of the category of each product information with the category name of the category to which the target push information belongs; the fourth determining unit is configured Determining the number of product information whose category name matches the category name of the category to which the target push information belongs, and determining the total number of the plurality of product information; and the second adding unit configured to respond to the determined quantity and the total quantity The ratio is less than the preset ratio, and the presentation order of the target push information is increased by a second preset value.
在一些实施例中,多个产品信息中的各个产品信息包括产品名称,目标产品信息包括目标产品名称;以及该装置还包括:第五确定单元,配置用于对于多个产品信息中的、展现次序小于预设展现次序阈值的每一个产品信息,确定该产品信息中的产品名称与目标推送信息中的目标产品名称的相似度;响应于所确定的相似度小于预设的相似度阈 值,将该产品信息确定为差异产品信息;第三增加单元,配置用于响应于确定差异产品信息的数量大于预设数量阈值,将目标推送信息的展现次序增加第三预设数值。In some embodiments, each of the plurality of product information includes a product name, the target product information includes a target product name; and the apparatus further includes: a fifth determining unit configured to display the plurality of product information Determining a similarity between the product name in the product information and the target product name in the target push information; and determining that the similarity is less than the preset similarity threshold, The product information is determined as the difference product information; the third adding unit is configured to increase the display order of the target push information by a third preset value in response to determining that the quantity of the difference product information is greater than the preset number threshold.
在一些实施例中,该装置还包括:第二提取单元,配置用于从预设的第一训练样本中提取第一特征信息,其中,第一训练样本包括用于指示与第一训练样本对应的下单情况的下单标识;第一训练单元,配置用于利用机器学习算法,基于第一特征信息和下单标识,训练得到下单率预测模型。In some embodiments, the apparatus further includes: a second extracting unit configured to extract first feature information from the preset first training sample, wherein the first training sample includes instructions for indicating corresponding to the first training sample The ordering identifier of the ordering situation; the first training unit is configured to utilize the machine learning algorithm to train the order rate prediction model based on the first feature information and the order identification.
在一些实施例中,该装置还包括:第三提取单元,配置用于从预设的第二训练样本中提取第二特征信息,其中,第二训练样本包括用于指示与第二训练样本对应的点击情况的点击标识;第二训练单元,配置用于利用机器学习算法,基于第二特征信息和点击标识,训练得到点击率预测模型。In some embodiments, the apparatus further includes: a third extracting unit configured to extract second feature information from the preset second training sample, wherein the second training sample includes an indication to correspond to the second training sample The click identification of the click condition; the second training unit is configured to utilize the machine learning algorithm to train the click rate prediction model based on the second feature information and the click identifier.
本申请实施例提供的信息推送方法和装置,通过提取与接收到的搜索词相匹配的多个产品信息和多个候选推送信息,而后基于下单率预测模型确定各个产品信息和各个候选推送信息对应的下单率,并基于点击率预测模型确定各个候选推送信息对应的点击率,然后基于得到的下单率和点击率确定目标推送信息,最后推送目标推送信息至客户端,实现了富于针对性的信息推送。The information pushing method and apparatus provided by the embodiment of the present application, by extracting a plurality of product information and a plurality of candidate push information that match the received search term, and then determining each product information and each candidate push information based on the order rate prediction model. Corresponding order rate, and determining a click rate corresponding to each candidate push information based on the click rate prediction model, and then determining target push information based on the obtained order rate and click rate, and finally pushing the target push information to the client, thereby realizing richness Targeted information push.
附图说明DRAWINGS
通过阅读参照以下附图所作的对非限制性实施例所作的详细描述,本申请的其它特征、目的和优点将会变得更明显:Other features, objects, and advantages of the present application will become more apparent from the detailed description of the accompanying drawings.
图1是本申请可以应用于其中的示例性系统架构图;1 is an exemplary system architecture diagram to which the present application can be applied;
图2是根据本申请的信息推送方法的一个实施例的流程图;2 is a flow chart of one embodiment of an information push method according to the present application;
图3是根据本申请的信息推送方法的一个应用场景的示意图;3 is a schematic diagram of an application scenario of an information pushing method according to the present application;
图4是根据本申请的信息推送方法的又一个实施例的流程图;4 is a flow chart of still another embodiment of an information push method according to the present application;
图5是根据本申请的信息推送装置的一个实施例的结构示意图;FIG. 5 is a schematic structural diagram of an embodiment of an information pushing apparatus according to the present application; FIG.
图6是适于用来实现本申请实施例的服务器的计算机系统的结构示意图。6 is a block diagram showing the structure of a computer system suitable for implementing the server of the embodiment of the present application.
具体实施方式detailed description
下面结合附图和实施例对本申请作进一步的详细说明。可以理解的是,此处所描述的具体实施例仅仅用于解释相关发明,而非对该发明的限定。另外还需要说明的是,为了便于描述,附图中仅示出了与有关发明相关的部分。The present application will be further described in detail below with reference to the accompanying drawings and embodiments. It is understood that the specific embodiments described herein are merely illustrative of the invention, rather than the invention. It is also to be noted that, for the convenience of description, only the parts related to the related invention are shown in the drawings.
需要说明的是,在不冲突的情况下,本申请中的实施例及实施例中的特征可以相互组合。下面将参考附图并结合实施例来详细说明本申请。It should be noted that the embodiments in the present application and the features in the embodiments may be combined with each other without conflict. The present application will be described in detail below with reference to the accompanying drawings.
图1示出了可以应用本申请的信息推送方法或信息推送装置的示例性系统架构100。FIG. 1 illustrates an exemplary system architecture 100 in which an information push method or information push device of the present application may be applied.
如图1所示,系统架构100可以包括终端设备101、102、103,网络104和服务器105。网络104用以在终端设备101、102、103和服务器105之间提供通信链路的介质。网络104可以包括各种连接类型,例如有线、无线通信链路或者光纤电缆等等。As shown in FIG. 1, system architecture 100 can include terminal devices 101, 102, 103, network 104, and server 105. The network 104 is used to provide a medium for communication links between the terminal devices 101, 102, 103 and the server 105. Network 104 may include various types of connections, such as wired, wireless communication links, fiber optic cables, and the like.
用户可以使用终端设备101、102、103通过网络104与服务器105交互,以接收或发送消息等。终端设备101、102、103上可以安装有各种通讯客户端应用,例如购物类应用、网页浏览器应用、搜索类应用、即时通信工具、邮箱客户端、社交平台软件等。The user can interact with the server 105 over the network 104 using the terminal devices 101, 102, 103 to receive or transmit messages and the like. Various communication client applications, such as a shopping application, a web browser application, a search application, an instant communication tool, a mailbox client, a social platform software, and the like, may be installed on the terminal devices 101, 102, and 103.
终端设备101、102、103可以是具有显示屏并且支持网页浏览的各种电子设备,包括但不限于智能手机、平板电脑、膝上型便携计算机和台式计算机等等。The terminal devices 101, 102, 103 may be various electronic devices having a display screen and supporting web browsing, including but not limited to smartphones, tablets, laptop portable computers, desktop computers, and the like.
服务器105可以是提供各种服务的服务器,例如对用户利用终端设备101、102、103所浏览的购物类网站提供支持的后台管理服务器。后台管理服务器可以对接收到的产品信息查询请求等数据进行分析等处理,并将处理结果(例如目标推送信息、产品信息)反馈给终端设备。The server 105 may be a server that provides various services, such as a background management server that provides support to the shopping websites that the user browses with the terminal devices 101, 102, and 103. The background management server may analyze and process data such as the received product information query request, and feed back the processing result (for example, target push information and product information) to the terminal device.
需要说明的是,本申请实施例所提供的网页生成方法一般由服务器105执行,相应地,网页生成装置一般设置于服务器105中。It should be noted that the webpage generating method provided by the embodiment of the present application is generally executed by the server 105. Accordingly, the webpage generating apparatus is generally disposed in the server 105.
应该理解,图1中的终端设备、网络和服务器的数目仅仅是示意 性的。根据实现需要,可以具有任意数目的终端设备、网络和服务器。It should be understood that the number of terminal devices, networks, and servers in Figure 1 is merely illustrative. Depending on the implementation needs, there can be any number of terminal devices, networks, and servers.
继续参考图2,示出了根据本申请的信息推送方法的一个实施例的流程200。所述的信息推送方法,包括以下步骤:With continued reference to FIG. 2, a flow 200 of one embodiment of an information push method in accordance with the present application is illustrated. The information pushing method includes the following steps:
步骤201,接收客户端发送的包含搜索词的产品信息查询请求。Step 201: Receive a product information query request that is sent by a client and includes a search term.
在本实施例中,信息推送方法运行于其上的电子设备(例如图1所示的服务器)可以通过有线连接方式或者无线连接方式从用户利用其进行产品信息查询的终端(例如图1所示的终端设备101、102、103)接收产品信息查询请求,其中,上述产品信息查询请求可以包括搜索词。需要指出的是,上述无线连接方式可以包括但不限于3G/4G连接、WiFi连接、蓝牙连接、WiMAX连接、Zigbee连接、UWB(ultra wideband)连接、以及其他现在已知或将来开发的无线连接方式。In this embodiment, the electronic device (for example, the server shown in FIG. 1) on which the information pushing method runs can use the wired connection method or the wireless connection manner to use the terminal for querying the product information from the user (for example, as shown in FIG. 1 ). The terminal device 101, 102, 103) receives the product information query request, wherein the product information query request may include a search term. It should be noted that the above wireless connection manner may include but is not limited to 3G/4G connection, WiFi connection, Bluetooth connection, WiMAX connection, Zigbee connection, UWB (ultra wideband) connection, and other wireless connection methods that are now known or developed in the future. .
通常,用户可以在上述客户端所安装的购物类应用所呈现的界面中编辑搜索词,并点击上述界面中的搜索按键,以发送产品信息查询请求。此外,用户可以利用浏览器浏览购物类网站,在网页的产品搜索位置编辑搜索词,并点击上述网页页面的搜索按键,以发送产品信息查询请求。上述网页可以包括html格式、xhtml格式、asp格式、php格式、jsp格式、shtml格式、nsp格式、xml格式的网页或者其它未来将开发的格式的网页(只要这种格式的网页文件可以用浏览器打开并浏览其包含的表单)。Generally, the user can edit the search term in the interface presented by the shopping application installed by the client, and click the search button in the interface to send a product information query request. In addition, the user can browse the shopping website by using a browser, edit the search term at the product search location of the webpage, and click the search button of the webpage page to send a product information query request. The above webpage may include html format, xhtml format, asp format, php format, jsp format, shtml format, nsp format, xml format webpage or other webpages to be developed in the future (as long as the webpage file of this format can be used by the browser) Open and browse the forms it contains).
步骤202,提取与搜索词相匹配的多个产品信息和多个候选推送信息。Step 202: Extract a plurality of product information and a plurality of candidate push information that match the search term.
在本实施例中,上述电子设备自身的存储器中可以存储有大量的产品信息和候选推送信息,此时,上述电子设备可以从本地直接提取与上述搜索词相匹配的多个产品信息和多个候选推送信息。另外,产品信息也可以存储在与上述电子设备相连的远程服务器中,上述电子设备可以从上述远程服务器中提取与上述搜索词相匹配的多个产品信息。此外,候选推送信息还可以存储在与上述电子设备相连的另一服务器(例如广告服务器)中,上述电子设备可以从上述另一服务器中提取与上述搜索词相匹配的多个候选推送信息。需要说明的是,每一 个产品的产品信息可以包含与该产品相关的各种信息,例如,可以包括但不限于产品名称、产品图片、产品简介、产品链接、产品价格、产品月销量等。候选推送信息可以包含与候选推送产品相关的各种信息,例如,可以包括但不限于候选推送产品名称、候选推送产品图片、候选推送产品简介、候选推送产品链接、候选推送产品价格、候选推送产品月销量等。上述电子设备可以利用各种方式提取与上述搜索词相匹配的多个产品信息和多个候选推送信息。In this embodiment, a large amount of product information and candidate push information may be stored in the memory of the electronic device itself. At this time, the electronic device may directly extract a plurality of product information and multiple matches that match the search term locally. Candidate push information. In addition, the product information may also be stored in a remote server connected to the electronic device, and the electronic device may extract a plurality of product information matching the search term from the remote server. Further, the candidate push information may be stored in another server (for example, an advertisement server) connected to the electronic device, and the electronic device may extract a plurality of candidate push information matching the search term from the other server. It should be noted that the product information of each product may include various information related to the product, for example, may include but not limited to product name, product image, product introduction, product link, product price, product monthly sales, and the like. The candidate push information may include various information related to the candidate push product, and may include, but is not limited to, a candidate push product name, a candidate push product picture, a candidate push product profile, a candidate push product link, a candidate push product price, a candidate push product, and a candidate push product. Monthly sales, etc. The electronic device may extract a plurality of product information and a plurality of candidate push information that match the search term in various manners.
在本实施例的一些可选的实现方式中,上述电子设备可以首先检索产品信息中的、包含上述搜索词的产品名称;之后,将包含所检索出的产品名称的产品信息确定为与上述搜索词相匹配的产品信息,并提取所确定的产品信息。In some optional implementation manners of the embodiment, the electronic device may first retrieve a product name in the product information that includes the search term; and then determine product information including the retrieved product name as the search. The word matches the product information and extracts the determined product information.
在本实施例的一些可选的实现方式中,上述电子设备可以首先检索产品信息中的、包含上述搜索词或上述搜索词的近义词(例如上述搜索词的英文翻译、缩写等)的产品名称,之后;将包含所检索出的产品名称的产品信息确定为与上述搜索词相匹配的产品信息,并提取所确定的产品信息。In some optional implementation manners of the embodiment, the electronic device may first search for a product name in the product information that includes the search term or the search term (for example, an English translation, an abbreviation of the search term, etc.). Thereafter, the product information including the retrieved product name is determined as the product information matching the above search term, and the determined product information is extracted.
在本实施例的一些可选的实现方式中,每一个产品的产品信息可以与一个预设的关键词集合相匹配。上述关键词集合可以包含预先设置的、用于描述该产品的至少一个关键词。实践中,对于每一个产品,与该产品的产品信息相匹配的关键词集合可以是出售该产品的用户设置并上传至上述电子设备中的。上述电子设备在接收到上述搜索词后,可以将上述搜索词与各个产品信息对应的关键词集合进行匹配。对于每一个产品信息,若该产品信息对应的关键词集合中存在与上述搜索词相匹配的关键词,则上述电子设备可以确定该产品信息为与上述搜索词相匹配的产品信息,并提取所确定的产品信息。In some optional implementations of this embodiment, the product information of each product may match a preset keyword set. The above keyword set may include at least one keyword set in advance for describing the product. In practice, for each product, a set of keywords that match the product information of the product may be set by the user who sold the product and uploaded to the electronic device. After receiving the search term, the electronic device may match the search term with a keyword set corresponding to each product information. For each product information, if there is a keyword matching the search term in the keyword set corresponding to the product information, the electronic device may determine that the product information is product information that matches the search term, and extract the Determined product information.
在本实施例的一些可选的实现方式中,上述电子设备可以采用与提取产品信息相同的方式提取候选推送信息。作为示例,上述电子设备可以首先检索候选推送信息中的、包含上述搜索词或上述搜索词的近义词的候选推送产品名称;之后,将包含所检索出的候选推送产品名称的候选推送信息确定为与上述搜索词相匹配的候选推送信息,并 提取所确定的候选推送信息。需要说明的是,提取产品信息和候选推送信息的方式可以包括但不限于上述列举,在此不再赘述。In some optional implementation manners of the embodiment, the electronic device may extract candidate push information in the same manner as the product information is extracted. For example, the electronic device may first search for a candidate push product name of the candidate push information including the search term or the synonyms of the search term; and then, the candidate push information including the retrieved candidate push product name is determined as The above search words match the candidate push information, and extract the determined candidate push information. It should be noted that the manner of extracting the product information and the candidate push information may include, but is not limited to, the above enumeration, and details are not described herein again.
步骤203,将各个产品信息和各个候选推送信息输入至预先训练的下单率预测模型,得到与各个产品信息和各个候选推送信息对应的下单率,并将各个候选推送信息输入至预先训练的点击率预测模型,得到与各个候选推送信息对应的点击率。Step 203: Input each product information and each candidate push information into a pre-trained order rate prediction model, obtain an order rate corresponding to each product information and each candidate push information, and input each candidate push information to the pre-trained The click rate prediction model obtains a click rate corresponding to each candidate push information.
在本实施例中,上述电子设备可以将各个产品信息和各个候选推送信息输入至预先训练的下单率预测模型,得到与各个产品信息和各个候选推送信息对应的下单率,并将各个候选推送信息输入至预先训练的点击率预测模型,得到与各个候选推送信息对应的点击率。其中,上述下单率预测模型可以用于表征产品信息或候选推送信息与下单率的对应关系,上述点击率预测模型可以用于表征候选推送信息与点击率的对应关系。上述下单率预测模型和上述点击率预测模型可以基于各种方式建立。作为示例,可以采用深度学习的方法,基于深度神经网络而建立,也可以基于深度神经网络和卷积神经网络共同建立,还可以基于深度神经网络、卷积神经网络、循环神经网络共同建立。实践中,下单率可以指信息的点击通过率,即对信息的实际点击次数与信息展现量的比值,可以用于衡量该信息的效果。点击率可以指网站页面上某一内容被点击的次数与被显示次数之比,可以用于表征该内容的受关注程度。In this embodiment, the electronic device may input each product information and each candidate push information into a pre-trained order rate prediction model, and obtain an order rate corresponding to each product information and each candidate push information, and each candidate The push information is input to the pre-trained click rate prediction model to obtain a click rate corresponding to each candidate push information. The foregoing order rate prediction model may be used to represent the correspondence between the product information or the candidate push information and the order rate. The click rate prediction model may be used to represent the correspondence between the candidate push information and the click rate. The above-described order rate prediction model and the above-described click rate prediction model can be established in various ways. As an example, a deep learning method may be adopted, which is established based on a deep neural network, may also be established based on a deep neural network and a convolutional neural network, and may also be jointly established based on a deep neural network, a convolutional neural network, and a cyclic neural network. In practice, the order rate can refer to the click-through rate of the information, that is, the ratio of the actual number of clicks of the information to the amount of information displayed, which can be used to measure the effect of the information. The click rate can refer to the ratio of the number of times a content on a website page is clicked to the number of times it is displayed, and can be used to characterize the degree of attention of the content.
在本实施例的一些可选的实现方式中,在执行步骤201之前,上述电子设备可以基于学习排序算法(例如Pairwise算法)预先建立下单率预测模型:首先,可以从预设的第一训练样本中提取第一特征信息,其中,上述第一训练样本包括用于指示与上述第一训练样本对应的下单情况的下单标识,上述下单标识可以是由任意字符(数字、字母、符号等)组成的字符串。需要说明的是,上述第一训练样本可以是基于预设的条件而选取的样本。作为示例,在某个历史页面中展现了多个产品信息,在其中的某相邻的两个产品信息中,若其中一个产品信息对应的产品被下单,而另外一个产品信息对应的产品未被下单,则可以将这两条产品信息视为一个第一训练样本。之后,可以基于深 度神经网络、卷积神经网络和循环神经网络提取上述第一训练样本中的特征信息,将所提取的特征信息确定为第一特征信息;最后,可以利用机器学习算法,基于上述第一特征信息和上述下单标识,训练得到上述下单率预测模型。In some optional implementation manners of the embodiment, before executing step 201, the electronic device may pre-establish a ticket rate prediction model based on a learning ordering algorithm (for example, a Pairwise algorithm): first, the first training may be preset. The first feature information is extracted from the sample, where the first training sample includes a single order identifier for indicating an order situation corresponding to the first training sample, and the order identifier may be any character (number, letter, symbol) And so on) the composed string. It should be noted that the first training sample may be a sample selected based on a preset condition. As an example, a plurality of product information is displayed in a certain history page, and if one of the two adjacent product information is placed, if the product corresponding to one of the product information is placed, and the product corresponding to the other product information is not When placed, you can treat the two product information as a first training sample. Thereafter, the feature information in the first training sample may be extracted based on the depth neural network, the convolutional neural network, and the cyclic neural network, and the extracted feature information may be determined as the first feature information; and finally, the machine learning algorithm may be utilized, based on the foregoing The first feature information and the above-mentioned order identification are trained to obtain the above-mentioned order rate prediction model.
在本实施例的一些可选的实现方式中,在执行步骤201之前,上述电子设备可以基于学习排序算法(例如Pairwise算法)预先建立点击率预测模型:首先,可以从预设的第二训练样本中提取第一特征信息,其中,上述第二训练样本包括用于指示与上述第二训练样本对应的点击情况的点击标识,上述点击标识可以是由任意字符(数字、字母、符号等)组成的字符串。需要说明的是,上述第二训练样本可以是基于预设的条件而选取的样本。作为示例,在某个历史页面中展现了多个产品信息,在其中的某相邻的两个产品信息中,若其中一个产品信息被点击而另外一个产品信息未被点击,则可以将这两条产品信息视为一个第二训练样本。之后,可以基于深度神经网络、卷积神经网络和循环神经网络提取上述第二训练样本中的特征信息,将所提取的特征信息确定为第二特征信息;最后,可以利用机器学习算法,基于上述第二特征信息和上述点击标识,训练得到上述点击率预测模型。In some optional implementation manners of the embodiment, before performing step 201, the electronic device may pre-establish a click-rate prediction model based on a learning and sorting algorithm (for example, a Pairwise algorithm): first, a preset second training sample may be The first feature information is extracted, wherein the second training sample includes a click identifier for indicating a click situation corresponding to the second training sample, and the click identifier may be any character (number, letter, symbol, etc.) String. It should be noted that the second training sample may be a sample selected based on a preset condition. As an example, a plurality of product information is displayed in a certain history page, and if one of the two adjacent product information is clicked and another product information is not clicked, the two can be The product information is considered as a second training sample. Thereafter, the feature information in the second training sample may be extracted based on the deep neural network, the convolutional neural network, and the cyclic neural network, and the extracted feature information may be determined as the second feature information; finally, the machine learning algorithm may be utilized, based on the foregoing The second feature information and the click identifier are trained to obtain the above-mentioned click rate prediction model.
步骤204,基于所得到的下单率和点击率,确定多个候选推送信息中的目标推送信息。Step 204: Determine target push information in the plurality of candidate push information based on the obtained order rate and click rate.
在本实施例中,上述电子设备可以基于所得到的与各个产品信息和各个候选推送信息对应的下单率,以及与各个候选推送信息对应的点击率,利用各种方式确定上述多个候选推送信息中的目标候选推送信息。In this embodiment, the electronic device may determine the multiple candidate pushes by using various manners based on the obtained order rate corresponding to each product information and each candidate push information, and a click rate corresponding to each candidate push information. Target candidate push information in the message.
在本实施例的一些可选的实现方式中,对于上述多个产品信息中的每一个产品信息,上述电子设备可以首先将与该产品信息对应的下单率确定为目标下单率;之后,将上述多个候选推送信息中的、下单率大于上述目标下单率的候选推送信息确定为目标候选推送信息。In some optional implementation manners of the embodiment, for each of the plurality of product information, the electronic device may first determine a billing rate corresponding to the product information as a target order rate; thereafter, Among the plurality of candidate push information, the candidate push information having a higher order rate than the target order rate is determined as the target candidate push information.
在本实施例的一些可选的实现方式中,对于上述多个产品信息中的每一个产品信息,上述电子设备可以首先将与该产品信息对应的下单率确定为目标下单率;之后,提取上述多个候选推送信息中的、下 单率大于上述目标下单率的候选推送信息;最后,将所提取的候选推送信息中的、点击率大于预设的点击率预置的候选推送信息确定为目标候选推送信息。In some optional implementation manners of the embodiment, for each of the plurality of product information, the electronic device may first determine a billing rate corresponding to the product information as a target order rate; thereafter, And extracting candidate push information that is higher than the target order rate in the plurality of candidate push information; and finally, candidate push information in the extracted candidate push information that has a click rate greater than a preset click rate preset Determine to push information as a target candidate.
在本实施例的一些可选的实现方式中,对于上述多个产品信息中的每一个产品信息,上述电子设备可以首先将与该产品信息对应的下单率作为下单率阈值,选取上述多个候选推送信息中的、下单率大于上述下单率阈值的候选推送信息,生成与该产品信息相匹配的候选推送信息集合。而后,对于所生成的每一个候选推送信息集合,可以确定该候选推送信息集合中的各个候选推送信息的第一期望值,其中,每一个候选推送信息的第一期望值可以是与该候选推送信息对应的点击率和预设的、与该候选推送信息对应的计费值的乘积。实践中,与每一个候选推送信息对应的计费值可以是该候选推送信息的竞价的成交价。最后,上述电子设备可以基于所得到的第一期望值,利用各种方式确定上述多个候选推送信息中的目标推送信息。In some optional implementation manners of the embodiment, for each of the plurality of product information, the electronic device may first use the order rate corresponding to the product information as the order rate threshold, and select the multiple Among the candidate push information, the candidate push information having a higher order rate than the above-mentioned order rate threshold is generated, and a candidate push information set matching the product information is generated. Then, for each of the generated candidate push information sets, a first expected value of each candidate push information in the candidate push information set may be determined, where the first expected value of each candidate push information may be corresponding to the candidate push information. The click rate and the preset product of the billing value corresponding to the candidate push information. In practice, the charging value corresponding to each candidate push information may be the transaction price of the bid of the candidate push information. Finally, the electronic device may determine target push information in the plurality of candidate push information in various manners based on the obtained first expected value.
在本实施例的一些可选的实现方式中,上述电子设备中可以预先存储有预设第一期望值,上述基于所得到的第一期望值,确定上述多个候选推送信息中的目标推送信息可以按照如下方式进行:上述电子设备可以将上述候选推送信息集合中的、第一期望值大于上述预设第一期望值的候选推送信息确定为目标推送信息。In some optional implementations of the embodiment, the preset electronic device may be pre-stored with a preset first expected value, and based on the obtained first expected value, determining that the target push information in the multiple candidate push information may be The electronic device may determine, as the target push information, the candidate push information in the set of candidate push information that the first expected value is greater than the preset first expected value.
在本实施例的一些可选的实现方式中,上述电子设备中可以预先存储有与每一个产品信息对应的预设第一期望值,上述基于所得到的第一期望值,确定上述多个候选推送信息中的目标推送信息可以按照如下方式进行:对于所生成的每一个候选推送信息集合,上述电子设备可以首先确定与该候选推送信息集合对应的产品信息;之后,获取与所确定的产品信息对应的与预设第一期望值;最后,将该候选推送信息集合中的、第一期望值大于上述预设第一期望值的候选推送信息确定为目标推送信息。In some optional implementation manners of the embodiment, the preset electronic device may be pre-stored with a preset first expected value corresponding to each product information, and the determining the multiple candidate push information based on the obtained first expected value. The target push information may be performed as follows: for each generated candidate push information set, the electronic device may first determine product information corresponding to the candidate push information set; and thereafter, obtain corresponding to the determined product information. And preset the first expected value; and finally, the candidate push information in the candidate push information set that the first expected value is greater than the preset first expected value is determined as the target push information.
在本实施例的一些可选的实现方式中,上述多个产品信息中的每一个产品信息可以带有用于指示该产品信息的展现次序的展现次序标识,与该产品信息对应的候选推送信息集合中的各个候选推送信息带 有上述展现次序标识。实践中,上述展现次序标识可以是数字,例如1、2等。上述基于所得到的第一期望值,确定上述多个候选推送信息中的目标推送信息可以按照如下方式进行:首先,可以将各个候选推送信息集合中的、第一期望值最大的候选推送信息作为目标候选推送信息,生成目标候选推送信息集合。之后,对于上述目标候选推送信息集合中的每一个目标候选推送信息,上述电子设备可以获取预设的、与该目标候选推送信息带有的展现次序标识所指示的展现次序相对应的次序系数,并确定该目标候选推送信息的第二期望值,其中,上述第二期望值为该目标候选推送信息的第一期望值和与该目标候选推送信息对应的次序系数的乘积。实践中,与各个展现次序标识所指示的展现次序相对应的次序系数可以技术人员基于大量的统计计算而预先确定并存储至上述电子设备中的。最后,上述电子设备可以将第二期望值最大的目标候选推送信息确定为目标推送信息。In some optional implementation manners of the embodiment, each of the plurality of product information may be provided with a presentation order identifier for indicating a presentation order of the product information, and a candidate push information set corresponding to the product information. Each of the candidate push information in the pair has the above-described presentation order identifier. In practice, the above presentation order identifiers may be numbers, such as 1, 2, and the like. The determining, according to the obtained first expected value, the target push information in the plurality of candidate push information may be performed as follows: First, candidate push information having the largest first expected value among the candidate push information sets may be used as a target candidate Push information to generate a target candidate push information set. Then, for each target candidate push information in the target candidate push information set, the electronic device may acquire a preset order coefficient corresponding to the presentation order indicated by the presentation order identifier carried by the target candidate push information, And determining a second expected value of the target candidate push information, wherein the second expected value is a product of a first expected value of the target candidate push information and a sequence coefficient corresponding to the target candidate push information. In practice, the order coefficients corresponding to the presentation order indicated by the respective presentation order identifiers may be predetermined and stored by the technician in the electronic device based on a large number of statistical calculations. Finally, the electronic device may determine the target candidate push information having the second expected value as the target push information.
步骤205,将目标推送信息和多个产品信息推送至客户端。Step 205: Push the target push information and the plurality of product information to the client.
在本实施例中,上述电子设备可以将步骤202所提取的多个产品信息和步骤204确定的目标推送信息推送至上述客户端。In this embodiment, the electronic device may push the plurality of product information extracted in step 202 and the target push information determined in step 204 to the client.
继续参见图3,图3是根据本实施例的信息推送方法的应用场景的一个示意图300。在图3的应用场景中,首先,客户端301向服务器302发送包含搜索词的产品信息查询请求303。而后,上述服务器302接收到上述产品信息查询请求303后,提取与该搜索词相匹配的多个产品信息304和多个候选推送信息305。之后,上述服务器302将产品信息和候选推送信息输入至下单率预测模型,并将候选推送信息输入至点击率预测模型,得到下单率306和点击率307。然后,上述服务器302基于上述下单率306和上述点击率307,确定上述多个候选推送信息305中的目标推送信息308。最后,上述服务器302将上述目标推送信息308和上述多个产品信息304推送至上述客户端301。With continued reference to FIG. 3, FIG. 3 is a schematic diagram 300 of an application scenario of the information pushing method according to the embodiment. In the application scenario of FIG. 3, first, the client 301 sends a product information query request 303 containing a search term to the server 302. Then, after receiving the product information query request 303, the server 302 extracts a plurality of product information 304 and a plurality of candidate push information 305 that match the search term. Thereafter, the server 302 inputs the product information and the candidate push information to the order rate prediction model, and inputs the candidate push information to the click rate prediction model to obtain the order rate 306 and the click rate 307. Then, the server 302 determines the target push information 308 of the plurality of candidate push information 305 based on the order rate 306 and the click rate 307. Finally, the server 302 pushes the target push information 308 and the plurality of product information 304 to the client 301.
本申请的上述实施例提供的方法通过提取与接收到的搜索词相匹配的多个产品信息和多个候选推送信息,而后基于下单率预测模型确定各个产品信息和各个候选推送信息对应的下单率,并基于点击率预 测模型确定各个候选推送信息对应的点击率,然后基于得到的下单率和点击率确定目标推送信息,最后推送目标推送信息至客户端,实现了富于针对性的信息推送。The foregoing embodiment of the present application provides a method for extracting a plurality of product information and a plurality of candidate push information that match a received search term, and then determining each product information and each candidate push information corresponding to the next order rate prediction model. Single rate, and based on the click rate prediction model, determine the click rate corresponding to each candidate push information, and then determine the target push information based on the obtained order rate and click rate, and finally push the target push information to the client, achieving a targeted Information push.
进一步参考图4,其示出了信息推送方法的又一个实施例的流程400。该信息推送方法的流程400,包括以下步骤:With further reference to FIG. 4, a flow 400 of yet another embodiment of an information push method is illustrated. The flow 400 of the information pushing method includes the following steps:
步骤401,接收客户端发送的包含搜索词的产品信息查询请求。Step 401: Receive a product information query request that is sent by a client and includes a search term.
在本实施例中,信息推送方法运行于其上的电子设备(例如图1所示的服务器)可以通过有线连接方式或者无线连接方式从用户利用其进行产品信息查询的终端(例如图1所示的终端设备101、102、103)接收产品信息查询请求,其中,上述产品信息查询请求可以包括搜索词。In this embodiment, the electronic device (for example, the server shown in FIG. 1) on which the information pushing method runs can use the wired connection method or the wireless connection manner to use the terminal for querying the product information from the user (for example, as shown in FIG. 1 ). The terminal device 101, 102, 103) receives the product information query request, wherein the product information query request may include a search term.
步骤402,提取与搜索词相匹配的多个产品信息和多个候选推送信息。Step 402: Extract a plurality of product information and a plurality of candidate push information that match the search term.
在本实施例中,上述电子设备自身的存储器中可以存储有大量的产品信息和候选推送信息,此时,上述电子设备可以从本地直接提取与上述搜索词相匹配的多个产品信息和多个候选推送信息。In this embodiment, a large amount of product information and candidate push information may be stored in the memory of the electronic device itself. At this time, the electronic device may directly extract a plurality of product information and multiple matches that match the search term locally. Candidate push information.
需要说明的是,上述多个产品信息中的每一个产品信息可以带有用于指示该产品信息的展现次序的展现次序标识,上述展现次序标识可以是数字,例如1、2等。It should be noted that each of the plurality of product information may have a presentation order identifier for indicating a presentation order of the product information, and the presentation order identifier may be a number, for example, 1, 2, or the like.
步骤403,将各个产品信息和各个候选推送信息输入至预先训练的下单率预测模型,得到与各个产品信息和各个候选推送信息对应的下单率,并将各个候选推送信息输入至预先训练的点击率预测模型,得到与各个候选推送信息对应的点击率。Step 403: Input each product information and each candidate push information into a pre-trained order rate prediction model, obtain an order rate corresponding to each product information and each candidate push information, and input each candidate push information to the pre-trained The click rate prediction model obtains a click rate corresponding to each candidate push information.
在本实施例中,上述电子设备可以将各个产品信息和各个候选推送信息输入至预先训练的下单率预测模型,得到与各个产品信息和各个候选推送信息对应的下单率,并将各个候选推送信息输入至预先训练的点击率预测模型,得到与各个候选推送信息对应的点击率。其中,上述下单率预测模型可以用于表征产品信息或候选推送信息与下单率的对应关系,上述点击率预测模型可以用于表征候选推送信息与点击 率的对应关系。In this embodiment, the electronic device may input each product information and each candidate push information into a pre-trained order rate prediction model, and obtain an order rate corresponding to each product information and each candidate push information, and each candidate The push information is input to the pre-trained click rate prediction model to obtain a click rate corresponding to each candidate push information. The foregoing order rate prediction model may be used to represent the correspondence between the product information or the candidate push information and the order rate. The click rate prediction model may be used to represent the correspondence between the candidate push information and the click rate.
需要说明的是,上述步骤401-403的操作与上述步骤201-203的操作基本相同,在此不再赘述。It should be noted that the operations of the foregoing steps 401-403 are substantially the same as the operations of the foregoing steps 201-203, and details are not described herein again.
步骤404,对于多个产品信息中的每一个产品信息,将与该产品信息对应的下单率作为下单率阈值,选取多个候选推送信息中的、下单率大于下单率阈值的候选推送信息,生成与该产品信息相匹配的候选推送信息集合。Step 404: For each product information of the plurality of product information, using a billing rate corresponding to the product information as a billing rate threshold, selecting a candidate of the plurality of candidate push information that the order rate is greater than a billing rate threshold Push information to generate a set of candidate push information that matches the product information.
在本实施例中,对于上述多个产品信息中的每一个产品信息,上述电子设备可以将与该产品信息对应的下单率作为下单率阈值,选取上述多个候选推送信息中的、下单率大于上述下单率阈值的候选推送信息,生成与该产品信息相匹配的候选推送信息集合。In this embodiment, for each of the plurality of product information, the electronic device may use an order rate corresponding to the product information as a billing rate threshold, and select one of the plurality of candidate push information. The candidate push information having a single rate greater than the above-mentioned order rate threshold generates a candidate push information set that matches the product information.
需要说明的是,对于上述多个产品信息中的每一个产品信息,与该产品信息对应的候选推送信息集合中的各个候选推送信息可以带有与该产品信息所带有的展现次序标识相同的展现次序标识。It should be noted that, for each of the plurality of product information, each candidate push information in the candidate push information set corresponding to the product information may be the same as the presentation order identifier carried by the product information. Show order identification.
步骤405,对于所生成的每一个候选推送信息集合,确定该候选推送信息集合中的各个候选推送信息的第一期望值。Step 405: Determine, for each generated candidate push information set, a first expected value of each candidate push information in the candidate push information set.
在本实施例中,对于步骤404所生成的每一个候选推送信息集合,上述电子设备可以确定该候选推送信息集合中的各个候选推送信息的第一期望值,其中,每一个候选推送信息的第一期望值可以为与该候选推送信息对应的点击率和预设的、与该候选推送信息对应的计费值的乘积。实践中,与每一个候选推送信息对应的计费值可以是该候选推送信息的竞价的成交价。In this embodiment, for each candidate push information set generated in step 404, the electronic device may determine a first expected value of each candidate push information in the candidate push information set, where the first candidate of each candidate push information The expected value may be a product of a click rate corresponding to the candidate push information and a preset billing value corresponding to the candidate push information. In practice, the charging value corresponding to each candidate push information may be the transaction price of the bid of the candidate push information.
步骤406,将各个候选推送信息集合中的、第一期望值最大的候选推送信息作为目标候选推送信息,生成目标候选推送信息集合。Step 406: The candidate push information having the largest first expected value among the candidate push information sets is used as the target candidate push information, and the target candidate push information set is generated.
在本实施例中,上述电子设备可以将步骤405所生成的每一个候选推送信息集合中的、第一期望值最大的候选推送信息作为目标候选推送信息,生成目标候选推送信息集合。In this embodiment, the electronic device may generate the target candidate push information set by using the candidate push information having the largest first expected value in each candidate push information set generated in step 405 as the target candidate push information.
步骤407,对于目标候选推送信息集合中的每一个目标候选推送信息,获取预设的、与该目标候选推送信息带有的展现次序标识所指示的展现次序相对应的次序系数,并确定该目标候选推送信息的第二 期望值。Step 407: For each target candidate push information in the target candidate push information set, acquire a preset order coefficient corresponding to the presentation order indicated by the presentation order identifier carried by the target candidate push information, and determine the target. The second expected value of the candidate push information.
在本实施例中,对于步骤407所生成的目标候选推送信息集合中的每一个目标候选推送信息,上述电子设备可以获取预设的、与该目标候选推送信息带有的展现次序标识所指示的展现次序相对应的次序系数,并确定该目标候选推送信息的第二期望值。其中,上述第二期望值可以为该目标候选推送信息的第一期望值和与该目标候选推送信息对应的次序系数的乘积。实践中,与各个展现次序标识所指示的展现次序相对应的次序系数可以技术人员基于大量的统计计算而预先确定并存储至上述电子设备中的。通常,展现次序越低,与该展现次序对应的次序系数越大。In this embodiment, for each target candidate push information in the target candidate push information set generated in step 407, the electronic device may acquire a preset indication, which is indicated by the presentation order identifier of the target candidate push information. The order coefficient corresponding to the order is presented, and a second expected value of the target candidate push information is determined. The second expected value may be a product of a first expected value of the target candidate push information and a sequence coefficient corresponding to the target candidate push information. In practice, the order coefficients corresponding to the presentation order indicated by the respective presentation order identifiers may be predetermined and stored by the technician in the electronic device based on a large number of statistical calculations. Generally, the lower the presentation order, the larger the order coefficient corresponding to the presentation order.
步骤408,将第二期望值最大的目标候选推送信息确定为目标推送信息。Step 408: Determine target candidate push information with the second expected value as the target push information.
在本实施例中,上述电子设备可以将上述目标候选推送信息集合中的、第二期望值最大的目标候选推送信息确定为目标推送信息。In this embodiment, the electronic device may determine the target candidate push information having the second highest expected value among the target candidate push information sets as the target push information.
步骤409,确定目标推送信息所带有的展现次序标识所指示的展现次序,并将所确定的展现次序确定为目标展现次序。 Step 409, determining a presentation order indicated by the presentation order identifier carried by the target push information, and determining the determined presentation order as the target presentation order.
在本实施例中,上述电子设备可以确定上述目标推送信息所带有的展现次序标识所指示的展现次序,并将所确定的展现次序确定为目标展现次序。In this embodiment, the electronic device may determine a presentation order indicated by the presentation order identifier carried by the target push information, and determine the determined presentation order as the target presentation order.
步骤410,确定多个产品信息中的各个产品信息所带有的展现次序标识所指示的展现次序,对于展现次序不小于目标展现次序的每一个产品信息,将该产品信息的展现次序增加第一预设数值。Step 410: Determine a presentation order indicated by a presentation order identifier carried by each product information in the plurality of product information, and increase a presentation order of the product information to each product information in which the presentation order is not less than the target presentation order. Preset value.
在本实施例中,上述电子设备可以确定上述多个产品信息中的各个产品信息所带有的展现次序标识所指示的展现次序,对于展现次序不小于上述目标展现次序的每一个产品信息,将该产品信息的展现次序增加第一预设数值(例如1)。作为示例,上述目标展现次序为4,则上述电子设备可以将展现次序不小于4(例如4、5、6等)的产品信息的展现次序均加1,即原展现次序为4的产品信息,新的展现次序为5。In this embodiment, the electronic device may determine a presentation order indicated by a presentation order identifier carried by each of the plurality of product information, and for each product information whose presentation order is not less than the target presentation order, The presentation order of the product information is increased by a first preset value (for example, 1). As an example, if the target presentation order is 4, the electronic device may add 1 to the presentation order of the product information whose presentation order is not less than 4 (for example, 4, 5, 6, etc.), that is, the product information whose original presentation order is 4. The new presentation order is 5.
步骤411,将多个产品信息和目标产品信息按照展现次序从小到 大的顺序进行排序。In step 411, the plurality of product information and the target product information are sorted in order of presentation order from small to large.
在本实施例中,上述电子设备可以将上述多个产品信息和上述目标产品信息按照展现次序从小到大的顺序进行排序。In this embodiment, the electronic device may sort the plurality of product information and the target product information in an order of presentation from small to large.
在本实施例的一些可选的实现方式中,在将上述多个产品信息和上述目标产品信息按照展现次序从小到大的顺序进行排序之前,上述电子设备还可以执行如下步骤:首先,可以确定上述多个产品信息中的、展现次序小于预设展现次序阈值的产品信息所属类目的类目名称(例如“服装”、“电器”等),并确定上述目标推送信息所属类目的类目名称。之后,上述电子设备可以将所确定的各个产品信息所属类目的类目名称与上述目标推送信息所属类目的类目名称进行匹配。而后,可以确定类目名称与上述目标推送信息所属类目的类目名称相匹配的产品信息的数量,并确定上述多个产品信息的总数量。最后,响应于确定上述数量与上述总数量的比值小于预设比值,上述电子设备可以将上述目标推送信息的展现次序增加第二预设数值(例如1、2等)。In some optional implementation manners of the embodiment, before the foregoing multiple pieces of product information and the target product information are sorted in order of presentation order, the electronic device may further perform the following steps: First, it may be determined a category name (for example, "clothing", "electric appliance", etc.) of the category of the product information in which the presentation order is smaller than the preset presentation order threshold, and the category of the category to which the target push information belongs is determined in the plurality of product information. name. Thereafter, the electronic device may match the determined category name of the category to which the respective product information belongs to the category name of the category to which the target push information belongs. Then, the number of product information whose category name matches the category name of the category to which the target push information belongs may be determined, and the total number of the plurality of product information described above is determined. Finally, in response to determining that the ratio of the number to the total number is less than a preset ratio, the electronic device may increase the presentation order of the target push information by a second predetermined value (eg, 1, 2, etc.).
在本实施例的一些可选的实现方式中,在将上述多个产品信息和上述目标产品信息按照展现次序从小到大的顺序进行排序之前,上述电子设备还可以执行如下步骤:对于上述多个产品信息中的、展现次序小于预设展现次序阈值的每一个产品信息,上述电子设备可以确定该产品信息中的产品名称与上述目标推送信息中的目标产品名称的相似度。而后,响应于所确定的相似度小于预设的相似度阈值,可以将该产品信息确定为差异产品信息。最后,响应于确定差异产品信息的数量大于预设数量阈值,上述电子设备可以将上述目标推送信息的展现次序增加第三预设数值(例如1、2等)。In some optional implementation manners of the embodiment, before the foregoing multiple pieces of product information and the target product information are sorted in order of presentation order, the electronic device may further perform the following steps: In the product information, each of the product information in which the presentation order is smaller than the preset presentation order threshold, the electronic device may determine the similarity between the product name in the product information and the target product name in the target push information. Then, in response to the determined similarity being less than the preset similarity threshold, the product information may be determined as the difference product information. Finally, in response to determining that the number of the difference product information is greater than the preset number threshold, the electronic device may increase the presentation order of the target push information by a third preset value (eg, 1, 2, etc.).
步骤412,生成包含排序后的多个产品信息和目标产品信息的网页。Step 412: Generate a webpage including the sorted product information and the target product information.
在本实施例中,上述电子设备可以生成包含排序后的上述多个产品信息和上述目标产品信息的网页。In this embodiment, the electronic device may generate a webpage including the sorted plurality of product information and the target product information.
步骤413,将网页发送至上述客户端。 Step 413, sending a webpage to the client.
在本实施例中,上述电子设备可以将上述网页发送至上述客户端。In this embodiment, the electronic device may send the webpage to the client.
从图4中可以看出,与图2对应的实施例相比,本实施例中的信 息推送方法的流程400突出了对确定目标推送信息和多个产品信息的展现次序的步骤。由此,本实施例描述的方案可以动态确定目标推送信息的展现位次,使用户可以更加快速地找到感兴趣的信息,在实现了富于针对性的信息推送的同时,提高了信息展现的灵活性。As can be seen from Fig. 4, the flow 400 of the information push method in the present embodiment highlights the step of determining the presentation order of the target push information and the plurality of product information as compared with the embodiment corresponding to Fig. 2. Therefore, the solution described in this embodiment can dynamically determine the presentation position of the target push information, so that the user can find the information of interest more quickly, and realize the information-pushing information while realizing the targeted information push. flexibility.
进一步参考图5,作为对上述各图所示方法的实现,本申请提供了一种信息推送装置的一个实施例,该装置实施例与图2所示的方法实施例相对应,该装置具体可以应用于各种电子设备中。With reference to FIG. 5, as an implementation of the method shown in the above figures, the present application provides an embodiment of an information pushing apparatus, and the apparatus embodiment corresponds to the method embodiment shown in FIG. Used in a variety of electronic devices.
如图5所示,本实施例所述的信息推送装置500包括:接收单元501,配置用于接收客户端发送的包含搜索词的产品信息查询请求;第一提取单元502,配置用于提取与上述搜索词相匹配的多个产品信息和多个候选推送信息;输入单元503,配置用于将各个产品信息和各个候选推送信息输入至预先训练的下单率预测模型,得到与各个产品信息和各个候选推送信息对应的下单率,并将各个候选推送信息输入至预先训练的点击率预测模型,得到与各个候选推送信息对应的点击率,其中,上述下单率预测模型用于表征产品信息或候选推送信息与下单率的对应关系,上述点击率预测模型用于表征候选推送信息与点击率的对应关系;第一确定单元504,配置用于基于所得到的下单率和点击率,确定上述多个候选推送信息中的目标推送信息;推送单元505,配置用于将上述目标推送信息和上述多个产品信息推送至上述客户端。As shown in FIG. 5, the information pushing apparatus 500 of the present embodiment includes: a receiving unit 501 configured to receive a product information query request including a search term sent by a client; and a first extracting unit 502 configured to extract and The plurality of product information and the plurality of candidate push information matched by the search term; the input unit 503 is configured to input each product information and each candidate push information into a pre-trained order rate prediction model, and obtain the product information and a billing rate corresponding to each candidate push information, and inputting each candidate push information to a pre-trained click rate prediction model to obtain a click rate corresponding to each candidate push information, wherein the order rate prediction model is used to represent product information Or the corresponding relationship between the candidate push information and the order rate, the click rate prediction model is used to represent the correspondence between the candidate push information and the click rate; the first determining unit 504 is configured to use the obtained order rate and the click rate, Determining target push information in the plurality of candidate push information; pushing unit 505 configured to use the above target The push information and the plurality of product information are pushed to the client.
在本实施例中,上述接收单元501可以通过有线连接方式或者无线连接方式从用户利用其进行产品信息查询的终端(例如图1所示的终端设备101、102、103)接收产品信息查询请求,其中,上述产品信息查询请求可以包括搜索词。In this embodiment, the receiving unit 501 can receive a product information query request from a terminal (for example, the terminal device 101, 102, and 103 shown in FIG. 1) that the user uses to perform product information query by using a wired connection manner or a wireless connection manner. The product information query request may include a search term.
在本实施例中,上述第一提取单元502可以利用各种方式提取与上述搜索词相匹配的多个产品信息和多个候选推送信息。In this embodiment, the first extracting unit 502 may extract a plurality of product information and a plurality of candidate push information that match the search term in various manners.
在本实施例中,上述输入单元503可以将各个产品信息和各个候选推送信息输入至预先训练的下单率预测模型,得到与各个产品信息和各个候选推送信息对应的下单率,并将各个候选推送信息输入至预 先训练的点击率预测模型,得到与各个候选推送信息对应的点击率。In this embodiment, the input unit 503 may input each product information and each candidate push information into a pre-trained order rate prediction model, and obtain an order rate corresponding to each product information and each candidate push information, and each The candidate push information is input to the pre-trained click rate prediction model to obtain a click rate corresponding to each candidate push information.
在本实施例中,上述第一确定单元504可以基于所得到的与各个产品信息和各个候选推送信息对应的下单率,以及与各个候选推送信息对应的点击率,利用各种方式确定上述多个候选推送信息中的目标候选推送信息。In this embodiment, the first determining unit 504 may determine the foregoing by using various manners based on the obtained order rate corresponding to each product information and each candidate push information, and the click rate corresponding to each candidate push information. Target candidate push information in the candidate push information.
在本实施例的一些可选的实现方式中,上述确定单元504可以包括第一生成模块、第一确定模块和第二确定模块(图中未示出)。其中,上述第一生成模块可以配置用于对于上述多个产品信息中的每一个产品信息,将与该产品信息对应的下单率作为下单率阈值,选取上述多个候选推送信息中的、下单率大于上述下单率阈值的候选推送信息,生成与该产品信息相匹配的候选推送信息集合。上述第一确定模块可以配置用于对于所生成的每一个候选推送信息集合,确定该候选推送信息集合中的各个候选推送信息的第一期望值,其中,每一个候选推送信息的第一期望值为与该候选推送信息对应的点击率和预设的、与该候选推送信息对应的计费值的乘积。上述第二确定模块可以配置用于基于所得到的第一期望值,确定上述多个候选推送信息中的目标推送信息。In some optional implementation manners of the embodiment, the determining unit 504 may include a first generating module, a first determining module, and a second determining module (not shown). The first generation module may be configured to use, for each product information of the plurality of product information, a billing rate corresponding to the product information as a billing rate threshold, and select one of the plurality of candidate push information. The candidate push information with the order rate greater than the above-mentioned order rate threshold is generated, and a candidate push information set matching the product information is generated. The first determining module may be configured to determine, for each generated candidate push information set, a first expected value of each candidate push information in the candidate push information set, where a first expected value of each candidate push information is The click rate corresponding to the candidate push information is a product of a preset billing value corresponding to the candidate push information. The second determining module may be configured to determine target push information in the plurality of candidate push information based on the obtained first expected value.
在本实施例的一些可选的实现方式中,上述多个产品信息中的每一个产品信息可以带有用于指示该产品信息的展现次序的展现次序标识,与该产品信息对应的候选推送信息集合中的各个候选推送信息可以带有上述展现次序标识。In some optional implementation manners of the embodiment, each of the plurality of product information may be provided with a presentation order identifier for indicating a presentation order of the product information, and a candidate push information set corresponding to the product information. Each of the candidate push information in the present may be tagged with the above-described presentation order.
在本实施例的一些可选的实现方式中,上述第二确定模块可以包括生成子模块、第一确定子模块和第二确定子模块(图中未示出)。其中,上述生成子模块可以配置用于将各个候选推送信息集合中的、第一期望值最大的候选推送信息作为目标候选推送信息,生成目标候选推送信息集合。上述第一确定子模块可以配置用于对于上述目标候选推送信息集合中的每一个目标候选推送信息,获取预设的、与该目标候选推送信息带有的展现次序标识所指示的展现次序相对应的次序系数,并确定该目标候选推送信息的第二期望值,其中,上述第二期望值为该目标候选推送信息的第一期望值和与该目标候选推送信息对应 的次序系数的乘积。上述第二确定子模块可以配置用于将第二期望值最大的目标候选推送信息确定为目标推送信息。In some optional implementation manners of the embodiment, the foregoing second determining module may include a generating submodule, a first determining submodule, and a second determining submodule (not shown). The generation sub-module may be configured to use the candidate push information having the largest first expected value among the candidate push information sets as the target candidate push information to generate the target candidate push information set. The foregoing first determining sub-module may be configured to: for each target candidate push information in the target candidate push information set, obtain a preset, corresponding to a display order indicated by the display order identifier of the target candidate push information. And a second expected value of the target candidate push information, wherein the second expected value is a product of a first expected value of the target candidate push information and a sequence coefficient corresponding to the target candidate push information. The second determining submodule may be configured to determine the target candidate push information with the second expected value as the target push information.
在本实施例的一些可选的实现方式中,上述信息推送装置500还可以包括第二确定单元和第一增加单元(图中未示出)。其中,上述第二确定单元可以配置用于确定上述目标推送信息所带有的展现次序标识所指示的展现次序,并将所确定的展现次序确定为目标展现次序。上述第一增加单元可以配置用于确定上述多个产品信息中的各个产品信息所带有的展现次序标识所指示的展现次序,对于展现次序不小于上述目标展现次序的每一个产品信息,将该产品信息的展现次序增加第一预设数值。In some optional implementation manners of the embodiment, the information pushing apparatus 500 may further include a second determining unit and a first adding unit (not shown). The second determining unit may be configured to determine a presentation order indicated by the presentation order identifier carried by the target push information, and determine the determined presentation order as the target presentation order. The first adding unit may be configured to determine a presentation order indicated by a presentation order identifier carried by each of the plurality of product information, and for each product information whose presentation order is not less than the target presentation order, The presentation order of the product information is increased by the first preset value.
在本实施例的一些可选的实现方式中,上述信息推送装置500还可以包括第三确定单元、匹配单元、第四确定单元和第二增加单元(图中未示出)。其中,上述第三确定单元可以配置用于确定上述多个产品信息中的、展现次序小于预设展现次序阈值的产品信息所属类目的类目名称,并确定上述目标推送信息所属类目的类目名称。上述匹配单元可以配置用于将所确定的各个产品信息所属类目的类目名称与上述目标推送信息所属类目的类目名称进行匹配。上述第四确定单元可以配置用于确定类目名称与上述目标推送信息所属类目的类目名称相匹配的产品信息的数量,并确定上述多个产品信息的总数量。上述第二增加单元可以配置用于响应于确定上述数量与上述总数量的比值小于预设比值,将上述目标推送信息的展现次序增加第二预设数值。In some optional implementation manners of the embodiment, the information pushing apparatus 500 may further include a third determining unit, a matching unit, a fourth determining unit, and a second adding unit (not shown). The third determining unit may be configured to determine a category name of the category of the product information in which the presentation order is less than the preset presentation order threshold, and determine the category of the category to which the target push information belongs. The name of the item. The matching unit may be configured to match the determined category name of the category to which the respective product information belongs to the category name of the category to which the target push information belongs. The fourth determining unit may be configured to determine the number of product information whose category name matches the category name of the category to which the target push information belongs, and determine the total number of the plurality of product information. The second adding unit may be configured to increase the display order of the target pushing information by a second preset value in response to determining that the ratio of the quantity to the total quantity is less than a preset ratio.
在本实施例的一些可选的实现方式中,上述多个产品信息中的各个产品信息包括产品名称,上述目标产品信息包括目标产品名称;以及上述信息推送装置500还可以包括第五确定单元和第三增加单元(图中未示出)。其中,上述第五确定单元可以配置用于对于上述多个产品信息中的、展现次序小于预设展现次序阈值的每一个产品信息,确定该产品信息中的产品名称与上述目标推送信息中的目标产品名称的相似度;响应于所确定的相似度小于预设的相似度阈值,将该产品信息确定为差异产品信息。上述第三增加单元可以配置用于响应于确定差异产品信息的数量大于预设数量阈值,将上述目标推送信息的展 现次序增加第三预设数值。In some optional implementations of the embodiment, each of the plurality of product information includes a product name, and the target product information includes a target product name; and the information pushing device 500 further includes a fifth determining unit and The third addition unit (not shown). The fifth determining unit may be configured to determine, for each product information of the plurality of product information that the presentation order is less than the preset presentation order threshold, the product name in the product information and the target in the target push information. The similarity of the product name; determining the product information as the difference product information in response to the determined similarity being less than the preset similarity threshold. The third adding unit may be configured to increase the display order of the target push information by a third preset value in response to determining that the quantity of the difference product information is greater than a preset number threshold.
在本实施例中,上述推送单元505可以将上述多个产品信息和上述目标推送信息推送至上述客户端。In this embodiment, the pushing unit 505 can push the plurality of product information and the target push information to the client.
在本实施例的一些可选的实现方式中,上述推送单元505可以包括排序模块、第二生成模块和发送模块(图中未示出)。其中,上述排序模块可以配置用于将上述多个产品信息和上述目标产品信息按照展现次序从小到大的顺序进行排序。上述第二生成模块可以配置用于生成包含排序后的上述多个产品信息和上述目标产品信息的网页。上述发送模块可以配置用于将上述网页发送至上述客户端。In some optional implementation manners of the embodiment, the pushing unit 505 may include a sorting module, a second generating module, and a sending module (not shown). The sorting module may be configured to sort the plurality of product information and the target product information in an order of presentation from small to large. The second generation module may be configured to generate a webpage including the sorted plurality of product information and the target product information. The sending module may be configured to send the webpage to the client.
在本实施例的一些可选的实现方式中,上述信息推送装置500还可以包括第二提取单元和第一训练单元(图中未示出)。其中,上述第二提取单元可以配置用于从预设的第一训练样本中提取第一特征信息,其中,上述第一训练样本包括用于指示与上述第一训练样本对应的下单情况的下单标识。上述第一训练单元可以配置用于利用机器学习算法,基于上述第一特征信息和上述下单标识,训练得到上述下单率预测模型。In some optional implementation manners of the embodiment, the information pushing apparatus 500 may further include a second extracting unit and a first training unit (not shown). The second extraction unit may be configured to extract the first feature information from the preset first training sample, where the first training sample includes an order for indicating an order corresponding to the first training sample. Single logo. The first training unit may be configured to use the machine learning algorithm to train the foregoing order rate prediction model based on the first feature information and the order identifier.
在本实施例的一些可选的实现方式中,上述信息推送装置500还可以包括第三提取单元和第二训练单元(图中未示出)。其中,上述第三提取单元可以配置用于从预设的第二训练样本中提取第二特征信息,其中,上述第二训练样本包括用于指示与上述第二训练样本对应的点击情况的点击标识。第二训练单元可以配置用于利用机器学习算法,基于上述第二特征信息和上述点击标识,训练得到上述点击率预测模型。In some optional implementation manners of the embodiment, the information pushing apparatus 500 may further include a third extracting unit and a second training unit (not shown). The third extraction unit may be configured to extract second feature information from the preset second training sample, where the second training sample includes a click identifier for indicating a click situation corresponding to the second training sample. . The second training unit may be configured to use the machine learning algorithm to train the click rate prediction model based on the second feature information and the click identifier.
本申请的上述实施例提供的装置,通过对第一提取单元502提取与接收单元501接收到的搜索词相匹配的多个产品信息和多个候选推送信息,而后输入单元503基于下单率预测模型确定各个产品信息和各个候选推送信息对应的下单率,并基于点击率预测模型确定各个候选推送信息对应的点击率,然后第一确定单元504基于得到的下单率和点击率确定目标推送信息,最后推送单元505推送目标推送信息至客户端,实现了富于针对性的信息推送。The apparatus provided by the above embodiment of the present application extracts a plurality of product information and a plurality of candidate push information that match the search term received by the receiving unit 501 to the first extracting unit 502, and then the input unit 503 predicts the order rate based on the order rate. The model determines the order rate corresponding to each product information and each candidate push information, and determines the click rate corresponding to each candidate push information based on the click rate prediction model, and then the first determining unit 504 determines the target push based on the obtained order rate and the click rate. The information, the final push unit 505 pushes the target push information to the client, and implements targeted information push.
下面参考图6,其示出了适于用来实现本申请实施例的服务器的计算机系统600的结构示意图。图6示出的服务器仅仅是一个示例,不应对本申请实施例的功能和使用范围带来任何限制。Referring now to Figure 6, a block diagram of a computer system 600 suitable for use in implementing a server of an embodiment of the present application is shown. The server shown in FIG. 6 is merely an example, and should not impose any limitation on the function and scope of use of the embodiments of the present application.
如图6所示,计算机系统600包括中央处理单元(CPU)601,其可以根据存储在只读存储器(ROM)602中的程序或者从存储部分608加载到随机访问存储器(RAM)603中的程序而执行各种适当的动作和处理。在RAM 603中,还存储有系统600操作所需的各种程序和数据。CPU 601、ROM 602以及RAM 603通过总线604彼此相连。输入/输出(I/O)接口605也连接至总线604。As shown in FIG. 6, computer system 600 includes a central processing unit (CPU) 601 that can be loaded into a program in random access memory (RAM) 603 according to a program stored in read only memory (ROM) 602 or from storage portion 608. And perform various appropriate actions and processes. In the RAM 603, various programs and data required for the operation of the system 600 are also stored. The CPU 601, the ROM 602, and the RAM 603 are connected to each other through a bus 604. An input/output (I/O) interface 605 is also coupled to bus 604.
以下部件连接至I/O接口605:包括键盘、鼠标等的输入部分606;包括诸如阴极射线管(CRT)、液晶显示器(LCD)等以及扬声器等的输出部分607;包括硬盘等的存储部分608;以及包括诸如LAN卡、调制解调器等的网络接口卡的通信部分609。通信部分609经由诸如因特网的网络执行通信处理。驱动器610也根据需要连接至I/O接口605。可拆卸介质611,诸如磁盘、光盘、磁光盘、半导体存储器等等,根据需要安装在驱动器610上,以便于从其上读出的计算机程序根据需要被安装入存储部分608。The following components are connected to the I/O interface 605: an input portion 606 including a keyboard, a mouse, etc.; an output portion 607 including, for example, a cathode ray tube (CRT), a liquid crystal display (LCD), and the like, and a storage portion 608 including a hard disk or the like. And a communication portion 609 including a network interface card such as a LAN card, a modem, or the like. The communication section 609 performs communication processing via a network such as the Internet. Driver 610 is also coupled to I/O interface 605 as needed. A removable medium 611, such as a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory or the like, is mounted on the drive 610 as needed so that a computer program read therefrom is installed into the storage portion 608 as needed.
特别地,根据本公开的实施例,上文参考流程图描述的过程可以被实现为计算机软件程序。例如,本公开的实施例包括一种计算机程序产品,其包括承载在计算机可读介质上的计算机程序,该计算机程序包含用于执行流程图所示的方法的程序代码。在这样的实施例中,该计算机程序可以通过通信部分609从网络上被下载和安装,和/或从可拆卸介质611被安装。在该计算机程序被中央处理单元(CPU)601执行时,执行本申请的方法中限定的上述功能。需要说明的是,本申请所述的计算机可读介质可以是计算机可读信号介质或者计算机可读存储介质或者是上述两者的任意组合。计算机可读存储介质例如可以是——但不限于——电、磁、光、电磁、红外线、或半导体的系统、装置或器件,或者任意以上的组合。计算机可读存储介质的更具体的例子可以包括但不限于:具有一个或多个导线的电连接、便携式计算 机磁盘、硬盘、随机访问存储器(RAM)、只读存储器(ROM)、可擦式可编程只读存储器(EPROM或闪存)、光纤、便携式紧凑磁盘只读存储器(CD-ROM)、光存储器件、磁存储器件、或者上述的任意合适的组合。在本申请中,计算机可读存储介质可以是任何包含或存储程序的有形介质,该程序可以被指令执行系统、装置或者器件使用或者与其结合使用。而在本申请中,计算机可读的信号介质可以包括在基带中或者作为载波一部分传播的数据信号,其中承载了计算机可读的程序代码。这种传播的数据信号可以采用多种形式,包括但不限于电磁信号、光信号或上述的任意合适的组合。计算机可读的信号介质还可以是计算机可读存储介质以外的任何计算机可读介质,该计算机可读介质可以发送、传播或者传输用于由指令执行系统、装置或者器件使用或者与其结合使用的程序。计算机可读介质上包含的程序代码可以用任何适当的介质传输,包括但不限于:无线、电线、光缆、RF等等,或者上述的任意合适的组合。In particular, the processes described above with reference to the flowcharts may be implemented as a computer software program in accordance with an embodiment of the present disclosure. For example, an embodiment of the present disclosure includes a computer program product comprising a computer program embodied on a computer readable medium, the computer program comprising program code for executing the method illustrated in the flowchart. In such an embodiment, the computer program can be downloaded and installed from the network via communication portion 609, and/or installed from removable media 611. When the computer program is executed by the central processing unit (CPU) 601, the above-described functions defined in the method of the present application are performed. It should be noted that the computer readable medium described herein may be a computer readable signal medium or a computer readable storage medium or any combination of the two. The computer readable storage medium can be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the above. More specific examples of computer readable storage media may include, but are not limited to, electrical connections having one or more wires, portable computer disks, hard disks, random access memory (RAM), read only memory (ROM), erasable Programmable read only memory (EPROM or flash memory), optical fiber, portable compact disk read only memory (CD-ROM), optical storage device, magnetic storage device, or any suitable combination of the foregoing. In the present application, a computer readable storage medium may be any tangible medium that can contain or store a program, which can be used by or in connection with an instruction execution system, apparatus or device. In the present application, a computer readable signal medium may include a data signal that is propagated in the baseband or as part of a carrier, carrying computer readable program code. Such propagated data signals can take a variety of forms including, but not limited to, electromagnetic signals, optical signals, or any suitable combination of the foregoing. The computer readable signal medium can also be any computer readable medium other than a computer readable storage medium, which can transmit, propagate, or transport a program for use by or in connection with the instruction execution system, apparatus, or device. . Program code embodied on a computer readable medium can be transmitted by any suitable medium, including but not limited to wireless, wire, fiber optic cable, RF, etc., or any suitable combination of the foregoing.
附图中的流程图和框图,图示了按照本申请各种实施例的系统、方法和计算机程序产品的可能实现的体系架构、功能和操作。在这点上,流程图或框图中的每个方框可以代表一个模块、程序段、或代码的一部分,该模块、程序段、或代码的一部分包含一个或多个用于实现规定的逻辑功能的可执行指令。也应当注意,在有些作为替换的实现中,方框中所标注的功能也可以以不同于附图中所标注的顺序发生。例如,两个接连地表示的方框实际上可以基本并行地执行,它们有时也可以按相反的顺序执行,这依所涉及的功能而定。也要注意的是,框图和/或流程图中的每个方框、以及框图和/或流程图中的方框的组合,可以用执行规定的功能或操作的专用的基于硬件的系统来实现,或者可以用专用硬件与计算机指令的组合来实现。The flowchart and block diagrams in the Figures illustrate the architecture, functionality and operation of possible implementations of systems, methods and computer program products in accordance with various embodiments of the present application. In this regard, each block of the flowchart or block diagram can represent a module, a program segment, or a portion of code that includes one or more of the logic functions for implementing the specified. Executable instructions. It should also be noted that in some alternative implementations, the functions noted in the blocks may also occur in a different order than that illustrated in the drawings. For example, two successively represented blocks may in fact be executed substantially in parallel, and they may sometimes be executed in the reverse order, depending upon the functionality involved. It is also noted that each block of the block diagrams and/or flowcharts, and combinations of blocks in the block diagrams and/or flowcharts, can be implemented in a dedicated hardware-based system that performs the specified function or operation. Or it can be implemented by a combination of dedicated hardware and computer instructions.
描述于本申请实施例中所涉及到的单元可以通过软件的方式实现,也可以通过硬件的方式来实现。所描述的单元也可以设置在处理器中,例如,可以描述为:一种处理器包括接收单元、第一提取单元、输入单元、第一确定单元和推送单元。其中,这些单元的名称在某种情况 下并不构成对该单元本身的限定,例如,接收单元还可以被描述为“接收产品信息查询请求的单元”。The units involved in the embodiments of the present application may be implemented by software or by hardware. The described unit may also be provided in the processor, for example, as a processor including a receiving unit, a first extracting unit, an input unit, a first determining unit, and a pushing unit. The names of these units do not constitute a limitation on the unit itself under certain circumstances. For example, the receiving unit may also be described as "a unit that receives a product information inquiry request".
作为另一方面,本申请还提供了一种计算机可读介质,该计算机可读介质可以是上述实施例中描述的装置中所包含的;也可以是单独存在,而未装配入该装置中。上述计算机可读介质承载有一个或者多个程序,当上述一个或者多个程序被该装置执行时,使得该装置:接收客户端发送的包含搜索词的产品信息查询请求;提取与该搜索词相匹配的多个产品信息和多个候选推送信息;将各个产品信息和各个候选推送信息输入至预先训练的下单率预测模型,得到与各个产品信息和各个候选推送信息对应的下单率,并将各个候选推送信息输入至预先训练的点击率预测模型,得到与各个候选推送信息对应的点击率;基于所得到的下单率和点击率,确定该多个候选推送信息中的目标推送信息;将该目标推送信息和该多个产品信息推送至该客户端。In another aspect, the present application also provides a computer readable medium, which may be included in the apparatus described in the above embodiments, or may be separately present and not incorporated into the apparatus. The computer readable medium carries one or more programs, when the one or more programs are executed by the device, causing the device to: receive a product information query request sent by a client and including a search term; and extract the search term Matching a plurality of product information and a plurality of candidate push information; inputting each product information and each candidate push information into a pre-trained order rate prediction model, and obtaining an order rate corresponding to each product information and each candidate push information, and Inputting each candidate push information into a pre-trained click rate prediction model to obtain a click rate corresponding to each candidate push information; and determining target push information in the plurality of candidate push information based on the obtained order rate and click rate; Pushing the target push information and the plurality of product information to the client.
以上描述仅为本申请的较佳实施例以及对所运用技术原理的说明。本领域技术人员应当理解,本申请中所涉及的发明范围,并不限于上述技术特征的特定组合而成的技术方案,同时也应涵盖在不脱离上述发明构思的情况下,由上述技术特征或其等同特征进行任意组合而形成的其它技术方案。例如上述特征与本申请中公开的(但不限于)具有类似功能的技术特征进行互相替换而形成的技术方案。The above description is only a preferred embodiment of the present application and a description of the principles of the applied technology. It should be understood by those skilled in the art that the scope of the invention referred to in the present application is not limited to the specific combination of the above technical features, and should also be covered by the above technical features or without departing from the above inventive concept. Other technical solutions formed by arbitrarily combining the equivalent features. For example, the above features are combined with the technical features disclosed in the present application, but are not limited to the technical features having similar functions.

Claims (20)

  1. 一种信息推送方法,其特征在于,所述方法包括:An information pushing method, the method comprising:
    接收客户端发送的包含搜索词的产品信息查询请求;Receiving a product information query request sent by the client including the search term;
    提取与所述搜索词相匹配的多个产品信息和多个候选推送信息;Extracting a plurality of product information and a plurality of candidate push information that match the search term;
    将各个产品信息和各个候选推送信息输入至预先训练的下单率预测模型,得到与各个产品信息和各个候选推送信息对应的下单率,并将各个候选推送信息输入至预先训练的点击率预测模型,得到与各个候选推送信息对应的点击率,其中,所述下单率预测模型用于表征产品信息或候选推送信息与下单率的对应关系,所述点击率预测模型用于表征候选推送信息与点击率的对应关系;The product information and each candidate push information are input to the pre-trained order rate prediction model, and the order rates corresponding to the respective product information and each candidate push information are obtained, and each candidate push information is input to the pre-trained click rate prediction. a model obtains a click rate corresponding to each candidate push information, wherein the order rate prediction model is used to represent a correspondence relationship between the product information or the candidate push information and the order rate, and the click rate prediction model is used to represent the candidate push Correspondence between information and click-through rate;
    基于所得到的下单率和点击率,确定所述多个候选推送信息中的目标推送信息;Determining target push information in the plurality of candidate push information based on the obtained order rate and click rate;
    将所述目标推送信息和所述多个产品信息推送至所述客户端。Pushing the target push information and the plurality of product information to the client.
  2. 根据权利要求1所述的信息推送方法,其特征在于,所述基于所得到的下单率和点击率,确定所述多个候选推送信息中的目标推送信息,包括:The information push method according to claim 1, wherein the determining the target push information in the plurality of candidate push information based on the obtained order rate and the click rate comprises:
    对于所述多个产品信息中的每一个产品信息,将与该产品信息对应的下单率作为下单率阈值,选取所述多个候选推送信息中的、下单率大于所述下单率阈值的候选推送信息,生成与该产品信息相匹配的候选推送信息集合;For each of the plurality of product information, the order rate corresponding to the product information is used as a billing rate threshold, and the order rate of the plurality of candidate push information is greater than the order rate. a candidate push information of the threshold, generating a candidate push information set that matches the product information;
    对于所生成的每一个候选推送信息集合,确定该候选推送信息集合中的各个候选推送信息的第一期望值,其中,每一个候选推送信息的第一期望值为与该候选推送信息对应的点击率和预设的、与该候选推送信息对应的计费值的乘积;Determining, for each of the generated candidate push information sets, a first expected value of each candidate push information in the candidate push information set, wherein a first expected value of each candidate push information is a click rate and a corresponding click rate corresponding to the candidate push information. a predetermined product of billing values corresponding to the candidate push information;
    基于所得到的第一期望值,确定所述多个候选推送信息中的目标推送信息。Determining target push information in the plurality of candidate push information based on the obtained first expected value.
  3. 根据权利要求2所述的信息推送方法,其特征在于,所述多个 产品信息中的每一个产品信息带有用于指示该产品信息的展现次序的展现次序标识,与该产品信息对应的候选推送信息集合中的各个候选推送信息带有所述展现次序标识。The information push method according to claim 2, wherein each of the plurality of product information has a presentation order identifier for indicating a presentation order of the product information, and candidate push corresponding to the product information Each candidate push information in the set of information carries the presentation order identification.
  4. 根据权利要求3所述的信息推送方法,其特征在于,所述基于所得到的第一期望值,确定所述多个候选推送信息中的目标推送信息,包括:The information push method according to claim 3, wherein the determining the target push information in the plurality of candidate push information based on the obtained first expected value comprises:
    将各个候选推送信息集合中的、第一期望值最大的候选推送信息作为目标候选推送信息,生成目标候选推送信息集合;Generating, by using the candidate push information having the largest first expected value among the candidate push information sets as the target candidate push information, generating a target candidate push information set;
    对于所述目标候选推送信息集合中的每一个目标候选推送信息,获取预设的、与该目标候选推送信息带有的展现次序标识所指示的展现次序相对应的次序系数,并确定该目标候选推送信息的第二期望值,其中,所述第二期望值为该目标候选推送信息的第一期望值和与该目标候选推送信息对应的次序系数的乘积;For each target candidate push information in the target candidate push information set, acquiring a preset order coefficient corresponding to the presentation order indicated by the presentation order identifier carried by the target candidate push information, and determining the target candidate a second expected value of the push information, wherein the second expected value is a product of a first expected value of the target candidate push information and a sequence coefficient corresponding to the target candidate push information;
    将第二期望值最大的目标候选推送信息确定为目标推送信息。The target candidate push information having the second expected value is determined as the target push information.
  5. 根据权利要求4所述的信息推送方法,其特征在于,所述方法还包括:The information pushing method according to claim 4, wherein the method further comprises:
    确定所述目标推送信息所带有的展现次序标识所指示的展现次序,并将所确定的展现次序确定为目标展现次序;Determining a presentation order indicated by the presentation order identifier carried by the target push information, and determining the determined presentation order as a target presentation order;
    确定所述多个产品信息中的各个产品信息所带有的展现次序标识所指示的展现次序,对于展现次序不小于所述目标展现次序的每一个产品信息,将该产品信息的展现次序增加第一预设数值;Determining a presentation order indicated by a presentation order identifier carried by each of the plurality of product information, and increasing the presentation order of the product information for each product information whose presentation order is not less than the target presentation order a preset value;
  6. 根据权利要求5所述的信息推送方法,其特征在于,所述将所述目标推送信息和所述多个产品信息推送至所述客户端,包括:The information pushing method according to claim 5, wherein the pushing the target push information and the plurality of product information to the client comprises:
    将所述多个产品信息和所述目标产品信息按照展现次序从小到大的顺序进行排序;Sorting the plurality of product information and the target product information in an order of presentation from small to large;
    生成包含排序后的所述多个产品信息和所述目标产品信息的网页;Generating a webpage including the sorted product information and the target product information after sorting;
    将所述网页发送至所述客户端。Sending the web page to the client.
  7. 根据权利要求6所述的信息推送方法,其特征在于,在所述将所述多个产品信息和所述目标产品信息按照展现次序从小到大的顺序进行排序之前,所述方法还包括:The information push method according to claim 6, wherein the method further comprises: before the sorting the plurality of product information and the target product information in an order of presentation from small to large, the method further comprising:
    确定所述多个产品信息中的、展现次序小于预设展现次序阈值的产品信息所属类目的类目名称,并确定所述目标推送信息所属类目的类目名称;Determining, in the plurality of product information, a category name of a category of the product information in which the presentation order is smaller than the preset presentation order threshold, and determining a category name of the category to which the target push information belongs;
    将所确定的各个产品信息所属类目的类目名称与所述目标推送信息所属类目的类目名称进行匹配;Matching the determined category name of the category to which each product information belongs to the category name of the category to which the target push information belongs;
    确定类目名称与所述目标推送信息所属类目的类目名称相匹配的产品信息的数量,并确定所述多个产品信息的总数量;Determining the number of product information whose category name matches the category name of the category to which the target push information belongs, and determining the total number of the plurality of product information;
    响应于确定所述数量与所述总数量的比值小于预设比值,将所述目标推送信息的展现次序增加第二预设数值。In response to determining that the ratio of the quantity to the total number is less than a preset ratio, the presentation order of the target push information is increased by a second predetermined value.
  8. 根据权利要求6所述的信息推送方法,其特征在于,所述多个产品信息中的各个产品信息包括产品名称,所述目标产品信息包括目标产品名称;以及The information pushing method according to claim 6, wherein each of the plurality of product information includes a product name, and the target product information includes a target product name;
    在所述将所述多个产品信息和所述目标产品信息按照展现次序从小到大的顺序进行排序之前,所述方法还包括:Before the sorting the plurality of product information and the target product information in an order of presentation from small to large, the method further includes:
    对于所述多个产品信息中的、展现次序小于预设展现次序阈值的每一个产品信息,确定该产品信息中的产品名称与所述目标推送信息中的目标产品名称的相似度;响应于所确定的相似度小于预设的相似度阈值,将该产品信息确定为差异产品信息;Determining a similarity between the product name in the product information and the target product name in the target push information for each product information in the plurality of product information that exhibits a sequence less than a preset presentation order threshold; Determining the similarity is less than a preset similarity threshold, and determining the product information as the difference product information;
    响应于确定差异产品信息的数量大于预设数量阈值,将所述目标推送信息的展现次序增加第三预设数值。In response to determining that the number of difference product information is greater than a preset number threshold, the presentation order of the target push information is increased by a third predetermined value.
  9. 根据权利要求1所述的信息推送方法,其特征在于,在所述接收客户端发送的信息查询请求之前,所述方法还包括:The information pushing method according to claim 1, wherein before the receiving the information query request sent by the client, the method further comprises:
    从预设的第一训练样本中提取第一特征信息,其中,所述第一训练样本包括用于指示与所述第一训练样本对应的下单情况的下单标识;Extracting, from the preset first training sample, the first feature information, where the first training sample includes an order identifier for indicating an order situation corresponding to the first training sample;
    利用机器学习算法,基于所述第一特征信息和所述下单标识,训练得到所述下单率预测模型。Using the machine learning algorithm, the order rate prediction model is trained based on the first feature information and the order identification.
  10. 根据权利要求1所述的信息推送方法,其特征在于,在所述接收客户端发送的信息查询请求之前,所述方法还包括:The information pushing method according to claim 1, wherein before the receiving the information query request sent by the client, the method further comprises:
    从预设的第二训练样本中提取第二特征信息,其中,所述第二训练样本包括用于指示与所述第二训练样本对应的点击情况的点击标识;Extracting second feature information from the preset second training sample, wherein the second training sample includes a click identifier for indicating a click situation corresponding to the second training sample;
    利用机器学习算法,基于所述第二特征信息和所述点击标识,训练得到所述点击率预测模型。Using the machine learning algorithm, the click rate prediction model is trained based on the second feature information and the click identifier.
  11. 一种信息推送装置,其特征在于,所述装置包括:An information pushing device, characterized in that the device comprises:
    接收单元,配置用于接收客户端发送的包含搜索词的产品信息查询请求;a receiving unit, configured to receive a product information query request that is sent by the client and includes a search term;
    第一提取单元,配置用于提取与所述搜索词相匹配的多个产品信息和多个候选推送信息;a first extracting unit configured to extract a plurality of product information and a plurality of candidate push information that match the search term;
    输入单元,配置用于将各个产品信息和各个候选推送信息输入至预先训练的下单率预测模型,得到与各个产品信息和各个候选推送信息对应的下单率,并将各个候选推送信息输入至预先训练的点击率预测模型,得到与各个候选推送信息对应的点击率,其中,所述下单率预测模型用于表征产品信息或候选推送信息与下单率的对应关系,所述点击率预测模型用于表征候选推送信息与点击率的对应关系;The input unit is configured to input each product information and each candidate push information into a pre-trained order rate prediction model, obtain an order rate corresponding to each product information and each candidate push information, and input each candidate push information to The pre-trained click rate prediction model obtains a click rate corresponding to each candidate push information, wherein the order rate prediction model is used to represent a product relationship or a correspondence between the candidate push information and the order rate, the click rate prediction The model is used to characterize the correspondence between the candidate push information and the click rate;
    第一确定单元,配置用于基于所得到的下单率和点击率,确定所述多个候选推送信息中的目标推送信息;a first determining unit, configured to determine target push information in the plurality of candidate push information based on the obtained order rate and click rate;
    推送单元,配置用于将所述目标推送信息和所述多个产品信息推送至所述客户端。a pushing unit configured to push the target push information and the plurality of product information to the client.
  12. 根据权利要求11所述的信息推送装置,其特征在于,所述确定单元包括:The information pushing apparatus according to claim 11, wherein the determining unit comprises:
    第一生成模块,配置用于对于所述多个产品信息中的每一个产品信息,将与该产品信息对应的下单率作为下单率阈值,选取所述多个 候选推送信息中的、下单率大于所述下单率阈值的候选推送信息,生成与该产品信息相匹配的候选推送信息集合;a first generating module, configured to use, for each product information of the plurality of product information, a billing rate corresponding to the product information as a billing rate threshold, and select one of the plurality of candidate push information The candidate push information with a single rate greater than the order rate threshold is generated, and a candidate push information set matching the product information is generated;
    第一确定模块,配置用于对于所生成的每一个候选推送信息集合,确定该候选推送信息集合中的各个候选推送信息的第一期望值,其中,每一个候选推送信息的第一期望值为与该候选推送信息对应的点击率和预设的、与该候选推送信息对应的计费值的乘积;a first determining module, configured to determine, for each generated candidate push information set, a first expected value of each candidate push information in the candidate push information set, where a first expected value of each candidate push information is a product of a click rate corresponding to the candidate push information and a preset billing value corresponding to the candidate push information;
    第二确定模块,配置用于基于所得到的第一期望值,确定所述多个候选推送信息中的目标推送信息。The second determining module is configured to determine target push information in the plurality of candidate push information based on the obtained first expected value.
  13. 根据权利要求12所述的信息推送装置,其特征在于,所述多个产品信息中的每一个产品信息带有用于指示该产品信息的展现次序的展现次序标识,与该产品信息对应的候选推送信息集合中的各个候选推送信息带有所述展现次序标识。The information push apparatus according to claim 12, wherein each of said plurality of product information has a presentation order identifier for indicating a presentation order of said product information, and candidate push corresponding to said product information Each candidate push information in the set of information carries the presentation order identification.
  14. 根据权利要求13所述的信息推送装置,其特征在于,所述第二确定模块包括:The information pushing apparatus according to claim 13, wherein the second determining module comprises:
    生成子模块,配置用于将各个候选推送信息集合中的、第一期望值最大的候选推送信息作为目标候选推送信息,生成目标候选推送信息集合;Generating a sub-module, configured to use candidate push information having the largest first expected value in each candidate push information set as target candidate push information, and generate a target candidate push information set;
    第一确定子模块,配置用于对于所述目标候选推送信息集合中的每一个目标候选推送信息,获取预设的、与该目标候选推送信息带有的展现次序标识所指示的展现次序相对应的次序系数,并确定该目标候选推送信息的第二期望值,其中,所述第二期望值为该目标候选推送信息的第一期望值和与该目标候选推送信息对应的次序系数的乘积;a first determining submodule configured to: for each target candidate push information in the target candidate push information set, obtain a preset, corresponding to a presentation order indicated by the presentation order identifier of the target candidate push information a sequence coefficient, and determining a second expected value of the target candidate push information, wherein the second expected value is a product of a first expected value of the target candidate push information and a sequence coefficient corresponding to the target candidate push information;
    第二确定子模块,配置用于将第二期望值最大的目标候选推送信息确定为目标推送信息。And a second determining submodule configured to determine the target candidate push information with the second expected value as the target push information.
  15. 根据权利要求14所述的信息推送装置,其特征在于,所述装置还包括:The information pushing apparatus according to claim 14, wherein the apparatus further comprises:
    第二确定单元,配置用于确定所述目标推送信息所带有的展现次 序标识所指示的展现次序,并将所确定的展现次序确定为目标展现次序;a second determining unit, configured to determine a presentation order indicated by the presentation order identifier carried by the target push information, and determine the determined presentation order as a target presentation order;
    第一增加单元,配置用于确定所述多个产品信息中的各个产品信息所带有的展现次序标识所指示的展现次序,对于展现次序不小于所述目标展现次序的每一个产品信息,将该产品信息的展现次序增加第一预设数值;a first adding unit, configured to determine a presentation order indicated by a presentation order identifier carried by each of the plurality of product information, and for each product information whose presentation order is not less than the target presentation order, The order in which the product information is displayed is increased by a first preset value;
  16. 根据权利要求15所述的信息推送装置,其特征在于,所述推送单元包括:The information pushing apparatus according to claim 15, wherein the pushing unit comprises:
    排序模块,配置用于将所述多个产品信息和所述目标产品信息按照展现次序从小到大的顺序进行排序;a sorting module, configured to sort the plurality of product information and the target product information in an order of presentation from small to large;
    第二生成模块,配置用于生成包含排序后的所述多个产品信息和所述目标产品信息的网页;a second generating module, configured to generate a webpage including the sorted product information and the target product information;
    发送模块,配置用于将所述网页发送至所述客户端。And a sending module, configured to send the webpage to the client.
  17. 根据权利要求16所述的信息推送装置,其特征在于,装置还包括:The information pushing apparatus according to claim 16, wherein the apparatus further comprises:
    第三确定单元,配置用于确定所述多个产品信息中的、展现次序小于预设展现次序阈值的产品信息所属类目的类目名称,并确定所述目标推送信息所属类目的类目名称;a third determining unit, configured to determine a category name of a category of the product information in which the presentation order is smaller than a preset presentation order threshold, and determine a category of the category to which the target push information belongs name;
    匹配单元,配置用于将所确定的各个产品信息所属类目的类目名称与所述目标推送信息所属类目的类目名称进行匹配;a matching unit, configured to match the determined category name of the category to which each product information belongs to the category name of the category to which the target push information belongs;
    第四确定单元,配置用于确定类目名称与所述目标推送信息所属类目的类目名称相匹配的产品信息的数量,并确定所述多个产品信息的总数量;a fourth determining unit, configured to determine a quantity of product information that matches a category name with a category name of the category to which the target push information belongs, and determine a total quantity of the plurality of product information;
    第二增加单元,配置用于响应于确定所述数量与所述总数量的比值小于预设比值,将所述目标推送信息的展现次序增加第二预设数值。And a second adding unit configured to increase the display order of the target push information by a second preset value in response to determining that the ratio of the quantity to the total number is less than a preset ratio.
  18. 根据权利要求16所述的信息推送装置,其特征在于,所述多个产品信息中的各个产品信息包括产品名称,所述目标产品信息包括 目标产品名称;以及The information pushing apparatus according to claim 16, wherein each of said plurality of product information includes a product name, and said target product information includes a target product name;
    所述装置还包括:The device also includes:
    第五确定单元,配置用于对于所述多个产品信息中的、展现次序小于预设展现次序阈值的每一个产品信息,确定该产品信息中的产品名称与所述目标推送信息中的目标产品名称的相似度;响应于所确定的相似度小于预设的相似度阈值,将该产品信息确定为差异产品信息;a fifth determining unit, configured to determine, for each product information of the plurality of product information that the presentation order is less than a preset presentation order threshold, the product name in the product information and the target product in the target push information The similarity of the name; determining the product information as the difference product information in response to the determined similarity being less than the preset similarity threshold;
    第三增加单元,配置用于响应于确定差异产品信息的数量大于预设数量阈值,将所述目标推送信息的展现次序增加第三预设数值。The third adding unit is configured to increase the display order of the target push information by a third preset value in response to determining that the quantity of the difference product information is greater than the preset number threshold.
  19. 一种服务器,包括:A server that includes:
    一个或多个处理器;One or more processors;
    存储装置,用于存储一个或多个程序,a storage device for storing one or more programs,
    当所述一个或多个程序被所述一个或多个处理器执行,使得所述一个或多个处理器实现如权利要求1-10中任一所述的方法。The one or more programs are executed by the one or more processors such that the one or more processors implement the method of any of claims 1-10.
  20. 一种计算机可读存储介质,其上存储有计算机程序,其特征在于,该程序被处理器执行时实现如权利要求1-10中任一所述的方法。A computer readable storage medium having stored thereon a computer program, characterized in that the program, when executed by a processor, implements the method of any of claims 1-10.
PCT/CN2018/083378 2017-04-20 2018-04-17 Information pushing method and device WO2018192491A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201710260799.1A CN107105031A (en) 2017-04-20 2017-04-20 Information-pushing method and device
CN201710260799.1 2017-04-20

Publications (1)

Publication Number Publication Date
WO2018192491A1 true WO2018192491A1 (en) 2018-10-25

Family

ID=59656910

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/083378 WO2018192491A1 (en) 2017-04-20 2018-04-17 Information pushing method and device

Country Status (2)

Country Link
CN (1) CN107105031A (en)
WO (1) WO2018192491A1 (en)

Cited By (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109472028A (en) * 2018-10-31 2019-03-15 北京字节跳动网络技术有限公司 Method and apparatus for generating information
CN109559158A (en) * 2018-11-06 2019-04-02 北京奇虎科技有限公司 Promotion message put-on method, device, electronic equipment and readable storage medium storing program for executing
CN109902852A (en) * 2018-11-28 2019-06-18 北京三快在线科技有限公司 Grouping of commodities method, apparatus, electronic equipment and readable storage medium storing program for executing
CN109948023A (en) * 2019-03-08 2019-06-28 腾讯科技(深圳)有限公司 Recommended acquisition methods, device and storage medium
CN110245257A (en) * 2019-05-31 2019-09-17 阿里巴巴集团控股有限公司 The generation method and device of pushed information
CN110298725A (en) * 2019-05-24 2019-10-01 北京三快在线科技有限公司 Recommended method, device, electronic equipment and the readable storage medium storing program for executing of grouping of commodities
CN111008331A (en) * 2019-11-29 2020-04-14 拉扎斯网络科技(上海)有限公司 Shop-side display method and device, electronic equipment and storage medium
CN111523802A (en) * 2020-04-22 2020-08-11 北京京东振世信息技术有限公司 Delivery time response method, device, equipment and medium
CN111723274A (en) * 2019-03-18 2020-09-29 北京海益同展信息科技有限公司 Method and apparatus for processing information
CN111833080A (en) * 2019-04-15 2020-10-27 北京嘀嘀无限科技发展有限公司 Information pushing method and device, electronic equipment and computer-readable storage medium
CN112328899A (en) * 2020-11-27 2021-02-05 京东数字科技控股股份有限公司 Information processing method, information processing apparatus, storage medium, and electronic device
CN112347342A (en) * 2019-09-24 2021-02-09 北京京东尚科信息技术有限公司 Information pushing method and device
CN112818210A (en) * 2019-11-15 2021-05-18 上海连尚网络科技有限公司 Method and device for pushing information
CN113191840A (en) * 2021-04-25 2021-07-30 北京沃东天骏信息技术有限公司 Article information display method and device, electronic equipment and computer readable medium
CN113220983A (en) * 2020-02-06 2021-08-06 北京沃东天骏信息技术有限公司 Deep learning-based item selection method and device
CN113392340A (en) * 2020-03-11 2021-09-14 北京沃东天骏信息技术有限公司 Method, device, equipment and computer readable medium for generating display content
CN113450172A (en) * 2020-03-27 2021-09-28 北京沃东天骏信息技术有限公司 Commodity recommendation method and device
CN113516495A (en) * 2020-09-30 2021-10-19 腾讯科技(深圳)有限公司 Information pushing method and device, electronic equipment and computer readable medium
CN113761886A (en) * 2020-10-16 2021-12-07 北京沃东天骏信息技术有限公司 Method and device for determining target task, electronic equipment and storage medium
CN113780607A (en) * 2020-11-16 2021-12-10 北京沃东天骏信息技术有限公司 Method and device for generating model and method and device for generating information

Families Citing this family (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107105031A (en) * 2017-04-20 2017-08-29 北京京东尚科信息技术有限公司 Information-pushing method and device
CN107577807B (en) * 2017-09-26 2020-11-10 百度在线网络技术(北京)有限公司 Method and device for pushing information
CN110020113B (en) * 2017-09-28 2021-04-20 南京无界家居科技有限公司 Home product prediction method and device based on feature matching
CN109961306B (en) * 2017-12-25 2022-04-12 北京京东尚科信息技术有限公司 Method and device for distributing inventory of articles
CN110049079A (en) * 2018-01-16 2019-07-23 阿里巴巴集团控股有限公司 Information push and model training method, device, equipment and storage medium
CN110363604B (en) * 2018-04-09 2022-06-07 北京京东尚科信息技术有限公司 Page generation method and device
CN109657142B (en) * 2018-12-13 2021-04-23 拉扎斯网络科技(上海)有限公司 Information processing method, information processing device, electronic equipment and computer readable storage medium
CN111401592A (en) * 2018-12-29 2020-07-10 北京字节跳动网络技术有限公司 Click rate prediction method, booth selection method, apparatus, medium, and electronic device
CN109785072A (en) * 2019-01-23 2019-05-21 北京京东尚科信息技术有限公司 Method and apparatus for generating information
CN111626805B (en) * 2019-02-28 2023-11-03 北京沃东天骏信息技术有限公司 Information display method and device
CN110399550B (en) * 2019-03-14 2023-08-15 腾讯科技(深圳)有限公司 Information recommendation method and device
CN111768218B (en) 2019-04-15 2024-06-21 北京沃东天骏信息技术有限公司 Method and device for processing user interaction information
CN110222838B (en) * 2019-04-30 2021-07-20 北京三快在线科技有限公司 Document sorting method and device, electronic equipment and storage medium
CN110111186A (en) * 2019-05-10 2019-08-09 拉扎斯网络科技(上海)有限公司 Information processing method, information processing device, electronic equipment and computer readable storage medium
CN110363590A (en) * 2019-07-16 2019-10-22 深圳乐信软件技术有限公司 A kind of advertisement recommended method, device, terminal and storage medium
CN110503482B (en) * 2019-08-26 2022-04-22 深圳乐信软件技术有限公司 Article processing method, device, terminal and storage medium
CN113221572B (en) * 2021-05-31 2024-05-07 抖音视界有限公司 Information processing method, device, equipment and medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102866992A (en) * 2011-07-04 2013-01-09 阿里巴巴集团控股有限公司 Method and device for displaying product information in webpage
CN104915734A (en) * 2015-06-25 2015-09-16 深圳市腾讯计算机系统有限公司 Commodity popularity prediction method based on time sequence and system thereof
US20160162973A1 (en) * 2014-12-08 2016-06-09 Lg Cns Co., Ltd. Personalized recommendation method and system, and computer-readable record medium
CN107105031A (en) * 2017-04-20 2017-08-29 北京京东尚科信息技术有限公司 Information-pushing method and device

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040225562A1 (en) * 2003-05-09 2004-11-11 Aquantive, Inc. Method of maximizing revenue from performance-based internet advertising agreements
US20070219860A1 (en) * 2006-03-20 2007-09-20 Microsoft Corporation Presenting advertising information requested from a webpage
CN103309886B (en) * 2012-03-13 2017-05-10 阿里巴巴集团控股有限公司 Trading-platform-based structural information searching method and device
CN106296247B (en) * 2015-05-26 2020-12-22 腾讯科技(深圳)有限公司 Network information resource online ordering method and device
CN106294457B (en) * 2015-05-29 2021-05-14 腾讯科技(深圳)有限公司 Network information pushing method and device
CN105701216B (en) * 2016-01-13 2017-03-08 北京三快在线科技有限公司 A kind of information-pushing method and device
CN106157097A (en) * 2016-08-22 2016-11-23 北京京东尚科信息技术有限公司 Method of Commodity Recommendation and system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102866992A (en) * 2011-07-04 2013-01-09 阿里巴巴集团控股有限公司 Method and device for displaying product information in webpage
US20160162973A1 (en) * 2014-12-08 2016-06-09 Lg Cns Co., Ltd. Personalized recommendation method and system, and computer-readable record medium
CN104915734A (en) * 2015-06-25 2015-09-16 深圳市腾讯计算机系统有限公司 Commodity popularity prediction method based on time sequence and system thereof
CN107105031A (en) * 2017-04-20 2017-08-29 北京京东尚科信息技术有限公司 Information-pushing method and device

Cited By (29)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109472028B (en) * 2018-10-31 2023-12-15 北京字节跳动网络技术有限公司 Method and device for generating information
CN109472028A (en) * 2018-10-31 2019-03-15 北京字节跳动网络技术有限公司 Method and apparatus for generating information
CN109559158A (en) * 2018-11-06 2019-04-02 北京奇虎科技有限公司 Promotion message put-on method, device, electronic equipment and readable storage medium storing program for executing
CN109902852A (en) * 2018-11-28 2019-06-18 北京三快在线科技有限公司 Grouping of commodities method, apparatus, electronic equipment and readable storage medium storing program for executing
CN109948023A (en) * 2019-03-08 2019-06-28 腾讯科技(深圳)有限公司 Recommended acquisition methods, device and storage medium
CN109948023B (en) * 2019-03-08 2023-11-03 腾讯科技(深圳)有限公司 Recommended object acquisition method, recommended object acquisition device and storage medium
CN111723274A (en) * 2019-03-18 2020-09-29 北京海益同展信息科技有限公司 Method and apparatus for processing information
CN111723274B (en) * 2019-03-18 2024-05-17 京东科技信息技术有限公司 Method and device for processing information
CN111833080A (en) * 2019-04-15 2020-10-27 北京嘀嘀无限科技发展有限公司 Information pushing method and device, electronic equipment and computer-readable storage medium
CN110298725A (en) * 2019-05-24 2019-10-01 北京三快在线科技有限公司 Recommended method, device, electronic equipment and the readable storage medium storing program for executing of grouping of commodities
CN110298725B (en) * 2019-05-24 2024-08-02 北京三快在线科技有限公司 Commodity combination recommendation method and device, electronic equipment and readable storage medium
CN110245257A (en) * 2019-05-31 2019-09-17 阿里巴巴集团控股有限公司 The generation method and device of pushed information
CN110245257B (en) * 2019-05-31 2023-11-21 创新先进技术有限公司 Push information generation method and device
CN112347342A (en) * 2019-09-24 2021-02-09 北京京东尚科信息技术有限公司 Information pushing method and device
CN112818210A (en) * 2019-11-15 2021-05-18 上海连尚网络科技有限公司 Method and device for pushing information
CN111008331A (en) * 2019-11-29 2020-04-14 拉扎斯网络科技(上海)有限公司 Shop-side display method and device, electronic equipment and storage medium
CN111008331B (en) * 2019-11-29 2023-09-15 拉扎斯网络科技(上海)有限公司 Store-side display method and device, electronic equipment and storage medium
CN113220983A (en) * 2020-02-06 2021-08-06 北京沃东天骏信息技术有限公司 Deep learning-based item selection method and device
CN113392340A (en) * 2020-03-11 2021-09-14 北京沃东天骏信息技术有限公司 Method, device, equipment and computer readable medium for generating display content
CN113450172A (en) * 2020-03-27 2021-09-28 北京沃东天骏信息技术有限公司 Commodity recommendation method and device
CN111523802B (en) * 2020-04-22 2023-08-08 北京京东振世信息技术有限公司 Method, device, equipment and medium for sending time response
CN111523802A (en) * 2020-04-22 2020-08-11 北京京东振世信息技术有限公司 Delivery time response method, device, equipment and medium
CN113516495A (en) * 2020-09-30 2021-10-19 腾讯科技(深圳)有限公司 Information pushing method and device, electronic equipment and computer readable medium
CN113516495B (en) * 2020-09-30 2024-03-08 腾讯科技(深圳)有限公司 Information pushing method, device, electronic equipment and computer readable medium
CN113761886A (en) * 2020-10-16 2021-12-07 北京沃东天骏信息技术有限公司 Method and device for determining target task, electronic equipment and storage medium
CN113780607A (en) * 2020-11-16 2021-12-10 北京沃东天骏信息技术有限公司 Method and device for generating model and method and device for generating information
CN112328899B (en) * 2020-11-27 2024-04-16 京东科技控股股份有限公司 Information processing method, information processing apparatus, storage medium, and electronic device
CN112328899A (en) * 2020-11-27 2021-02-05 京东数字科技控股股份有限公司 Information processing method, information processing apparatus, storage medium, and electronic device
CN113191840A (en) * 2021-04-25 2021-07-30 北京沃东天骏信息技术有限公司 Article information display method and device, electronic equipment and computer readable medium

Also Published As

Publication number Publication date
CN107105031A (en) 2017-08-29

Similar Documents

Publication Publication Date Title
WO2018192491A1 (en) Information pushing method and device
CN107172151B (en) Method and device for pushing information
CN109460514B (en) Method and device for pushing information
CN109522483B (en) Method and device for pushing information
CN107679211B (en) Method and device for pushing information
CN109145280B (en) Information pushing method and device
CN108804450B (en) Information pushing method and device
CN107220386B (en) Information pushing method and device
WO2017035970A1 (en) Information pushing method and apparatus
CN108805594B (en) Information pushing method and device
US11172040B2 (en) Method and apparatus for pushing information
WO2018149115A1 (en) Method and apparatus for providing search results
CN108520470B (en) Method and apparatus for generating user attribute information
US11055373B2 (en) Method and apparatus for generating information
CN108664513B (en) Method, device and equipment for pushing keywords
WO2020088058A1 (en) Information generating method and device
WO2020215977A1 (en) System, method and device for displaying information
CN110413872B (en) Method and device for displaying information
WO2017092294A1 (en) Webpage generation method and device
WO2019056821A1 (en) Method and apparatus for information interaction
WO2019072098A1 (en) Method and system for identifying core product terms
CN105488205A (en) Page generation method and page generation apparatus
CN111415183B (en) Method and device for processing access request
CN108197298A (en) A kind of smart shopper exchange method and system based on natural language processing
CN111104590A (en) Information recommendation method, device, medium and electronic equipment

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 18787824

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 18787824

Country of ref document: EP

Kind code of ref document: A1