WO2014101616A1 - Method and system of category path recognition - Google Patents

Method and system of category path recognition Download PDF

Info

Publication number
WO2014101616A1
WO2014101616A1 PCT/CN2013/088002 CN2013088002W WO2014101616A1 WO 2014101616 A1 WO2014101616 A1 WO 2014101616A1 CN 2013088002 W CN2013088002 W CN 2013088002W WO 2014101616 A1 WO2014101616 A1 WO 2014101616A1
Authority
WO
WIPO (PCT)
Prior art keywords
category
keyword
counting value
commodity
path
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Ceased
Application number
PCT/CN2013/088002
Other languages
French (fr)
Inventor
Defeng HU
Zhengping ZHU
Chao Ma
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Jingdong Shangke Information Technology Co Ltd
Original Assignee
Beijing Jingdong Shangke Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Jingdong Shangke Information Technology Co Ltd filed Critical Beijing Jingdong Shangke Information Technology Co Ltd
Priority to RU2015125959A priority Critical patent/RU2617921C2/en
Publication of WO2014101616A1 publication Critical patent/WO2014101616A1/en
Priority to US14/748,618 priority patent/US20150294388A1/en
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; 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/951Indexing; Web crawling techniques
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; 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
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; 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/954Navigation, e.g. using categorised browsing
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/06Buying, selling or leasing transactions
    • G06Q30/0601Electronic shopping [e-shopping]
    • G06Q30/0623Electronic shopping [e-shopping] by investigating goods or services
    • G06Q30/0625Electronic shopping [e-shopping] by investigating goods or services by formulating product or service queries, e.g. using keywords or predefined options

Definitions

  • the present disclosure relates to a field of Information Technology (IT), and particularly to a method and a system of category path recognition.
  • IT Information Technology
  • An online transaction system provides an online trading platform, where all commodities in a website will be classified under a classification path, which would be convenient for users to find a desired commodity, and this classification may be referred to as a category.
  • the category path for a commodity such as "Metersbonwe sport pants” is "sportswear/bags/accessories> sportswear> sport pants", where the “sportswear/bags/accessories” is a first-level category, the "sportswear” is a second-level category, and the "sport pants” is a third- level category.
  • An online trading platform may manage the commodity in the online shop in accordance with their categories.
  • B2C Business-to-Customer
  • a seller or operational person when issuing a commodity, a seller or operational person not only needs to fill in the name of the commodity but also needs to manually select the first- level category, the second-level category, and the lowest- level category of the commodity.
  • the seller operational person has to look through carefully and may feel difficult to make a decision. In such situations, a wrong category may probably be selected for the commodity.
  • a method of category path recognition in which a server obtains from a user device over a network a commodity title a user inputs through the user device, the server performs word segmentation on the commodity title to obtain a keyword set including keywords included in the commodity title, and determines a category path of the commodity title according to the keyword set and a preconfigured commodity category recognition model, where the commodity category recognition model includes correspondences between a plurality of keywords and a plurality of category paths and a counting value of the number of occurrences of each of the plurality of keywords under each corresponding category path.
  • a system of category path recognition includes a memory and a processor, wherein the memory stores instruction units executable for the processor, and the instruction units include an obtaining unit, a processing unit and a determination unit, where, the obtaining unit is to obtain from a user device over a network a commodity title a user inputs through the user device, the processing unit is to perform word segmentation on the commodity title to obtain a keyword set comprising keywords comprised in the commodity title, and the determination unit is to determine a category path of the commodity title according to the keyword set and a preconfigured commodity category recognition model, where the commodity category recognition model comprises correspondences between a plurality of keywords and a plurality of category paths and a counting value of the number of occurrences of each of the plurality of keywords under each corresponding category path.
  • a machine -readable storage medium storing instructions to cause a machine to execute the above method is disclosed.
  • Figure 1 illustrates a flow chart of a method for recognizing a category path in an example of the present disclosure.
  • Figure 2 illustrates a flow chart of a method for recognizing a category path in another example of the present disclosure.
  • Figure 3 illustrates a structure diagram of a system for recognizing a category path in an example of the present disclosure.
  • Figure 4 illustrates a structure diagram of a system for recognizing a category path in another example of the present disclosure.
  • Figure 5 illustrates a structure diagram of a second calculation unit of the system in an example of the present invention.
  • the phrase "at least one of A, B, and C" should be construed to mean a logical (A or B or C), using a non-exclusive logical OR. It should be understood that one or more steps within a method may be executed in different order (or concurrently) without altering the principles of the present disclosure.
  • module or “unit” or “sub-unit” or “sub-module” may refer to, be part of, or include an Application Specific Integrated Circuit (ASIC); an electronic circuit; a combinational logic circuit; a field programmable gate array (FPGA); a processor (shared, dedicated, or group) that executes code; other suitable hardware components that provide the described functionality; or a combination of some or all of the above, such as in a system-on-chip.
  • ASIC Application Specific Integrated Circuit
  • FPGA field programmable gate array
  • processor shared, dedicated, or group
  • the term “module” or “unit” or “subunit” or “sub-module” may include memory (shared, dedicated, or group) that stores code executed by the processor.
  • code may include software, firmware, and/or microcode, and may refer to programs, routines, functions, classes, and/or objects.
  • shared means that some or all code from multiple modules may be executed using a single (shared) processor. In addition, some or all code from multiple modules may be stored by a single (shared) memory.
  • group means that some or all code from a single module may be executed using a group of processors. In addition, some or all code from a single module may be stored using a group of memories.
  • the systems and methods described herein may be implemented by one or more computer programs executed by one or more processors.
  • the computer programs include processor-executable instructions that are stored on a non-transitory tangible computer readable medium.
  • the computer programs may also include stored data.
  • Non-limiting examples of the non-transitory tangible computer readable medium are nonvolatile memory, magnetic storage, and optical storage.
  • this disclosure in one aspect, relates to method and apparatus for managing an identity for a mobile terminal.
  • Examples of user devices that can be used in accordance with various embodiments include, but are not limited to, a Personal Computer (PC), a tablet PC (including, but not limited to, Apple iPad and other touch-screen devices running Apple iOS, Microsoft Surface and other touch-screen devices running the Windows operating system, and tablet devices running the Android operating system), a mobile phone, a smartphone (including, but not limited to, an Apple iPhone, a Windows Phone and other smartphones running Windows Mobile or Pocket PC operating systems, and smartphones running the Android operating system, the Blackberry operating system, or the Symbian operating system), an e-reader (including, but not limited to, Amazon Kindle and Barnes & Noble Nook), a laptop computer (including, but not limited to, computers running Apple Mac operating system, Windows operating system, Android operating system and/or Google Chrome operating system), or an on-vehicle device running any of the above-mentioned operating systems or any other operating systems, all of which are well known to one skilled in the art.
  • PC Personal Computer
  • tablet PC including, but not limited to, Apple iPad and other
  • Examples of the present disclosure provide a method and system for recognizing a category path, in which when an user issues information of a commodity, a category path of a commodity title inputted by the user is automatically recognized, and the user does not need to determine the category path of the commodity title level by level. Therefore, the category path recognition of the commodity title can be accomplished efficiently, and operating efficiencies and accuracy of the category recognition can be improved.
  • a pre-configured commodity category recognition model is used to determine the category path of the commodity title inputted by the user.
  • a model establishment system acquires data of correspondence between all commodity titles and their respective category paths from a database of a C2C website or a B2C website, and the model establishment system divides the acquired data into a first data and a second data randomly or according to a predefined ratio which may be, for example, 5:5 or 7:3 or etc.
  • the model establishment system utilizes the first data to establish a commodity category recognition model, and to utilize the second data to optimize and verify the established commodity category recognition model so as to determine the category path of the commodity title with a higher accuracy by using the commodity category recognition model.
  • the commodity category recognition model is established utilizing the first data by the following process:
  • the keywords obtained through performing word segmentation on the first commodity title include “HSTYLE”, “Korean”, “fashion”, “women's apparel”, “slim”, “worn-out”, “straight-leg” and “jeans”
  • the keywords obtained through performing word segmentation on the second commodity title include “Metersbonwe”, “fashion”, “women's apparel”, “slim”, “straight- leg” and “jeans”
  • the total counting value of occurrences of each keyword can be obtained through performing a statistics on the keywords in the first commodity title and the second commodity title, i.e., the counting value of "HSTYLE” is 1, that of "Korean” is 1, that of "fashion” is 2, that of "women's apparel” is 2, that of “slim” is 2, that of "worn-out” is 1, that of "
  • the one-to-more correspondence between the category paths and the commodity titles may be obtained after processing the data in the above Table 1, and the details of the one-to-more correspondence can be seen in a table below: Commodity Title Category Path
  • the model establishment system after obtaining the one-to-more correspondence between the category paths and the commodity titles, performs a statistics on the commodity titles under each category path, specifically including steps of: for each category path, performing word segmentation on all the commodity titles under the category path to obtain all the keywords under the category path and performing a statistics on all the obtained keywords to determine the number of occurrences of each keyword under the category path; and generating a keyword and category path count table which includes the correspondence between a category path and the keywords for each of the one-to-more correspondences between the category paths and their commodity titles, as well as the counting value of occurrences of the keywords under each corresponding category path.
  • the model establishment system utilizes the first data to obtain a category path count table, a keyword count table and a keyword and category path count table, and takes these tables together with calculation formulas for an initial integrated counting value of the commodity title under the category path as an initial commodity category recognition model, where the calculation formulas for the initial integrated counting value of the commodity title under the category path are as follows:
  • P represents a total counting value of the commodity titles under the category path Y corresponding to the commodity title X in the category path count table
  • Ki is the 1 th keyword in the keywords set K of the commodity title X
  • T represents a counting value of the number of occurrences of the keyword Ki under the category path Y in the keyword and category path count table
  • S(P, Ki) represents a counting value of the number of occurrences of the keyword Ki under the category path P
  • S(P, K) represents an integrated counting value of the keyword set K of the commodity title X under the category path Y
  • n represents the number of the keywords in the keyword set K of the commodity title X
  • a and B are predefined constant values.
  • the second data may be utilized to calculate the accuracy of this initial commodity category recognition model, so that the values of the parameters A and B can be corrected according to the calculated accuracy, and then the corrected parameters A and B are substituted into Formula (1) to obtain a corrected Formula (1), thereby a corrected initial commodity category recognition model is obtained. And the second data is further used to calculate the accuracy of the corrected initial commodity category recognition model. Such process can be repeated, so that the initial commodity category recognition model can be corrected several times until the accuracy of the corrected initial commodity category recognition model meets a value predefined by the model establishment system. And the corrected initial commodity category recognition model finally obtained is taken as a final commodity category recognition model.
  • the method for utilizing the second data to calculate the recognition accuracy of the initial commodity category model includes the following process:
  • each commodity title and its category path in the second data is processed according to the following example for the commodity title X and its corresponding category path Z:
  • Word segmentation is performed on the commodity title X to obtain the keyword set K of the commodity title X.
  • a category path set including all the category paths containing the keyword K is obtained by searching the keyword and category path count table. Then, the integrated counting value of the commodity title X under each category path in this category path set is calculated respectively. For example, when calculating the integrated counting value of the commodity title X under the category path Y in the category path set, the counting value of the number of occurrences of each keyword in the keyword set K of the commodity title X is calculated according to Formula (1), and the integrated counting value of the commodity title X under the category path Y is calculated according to Formula (2).
  • the category path corresponding to the largest integrated counting value is selected to compare with the category path Z that corresponds to the commodity title X in the second data. If the category path corresponding to the largest counting value is exactly the same with the category path Z, it indicates that category path recognition for this commodity title X is correct, and otherwise, if the category path corresponding to the largest integrated counting value is not exactly the same with the category path Z, it indicates that the category path recognition for this commodity title X is incorrect.
  • the model establishment system statistically calculate the number of correct category path recognitions and the number of incorrect category path recognitions for the commodity title in the second data to obtain the accuracy of category recognition which is taken as the accuracy of the initial commodity category model. And then, the model establishment system further compares this accuracy and a predefined value, if this accuracy is no less than the predefined value, the parameters A and B do not need correction; and otherwise, if this accuracy is less than the predefined value, the parameters A and B are corrected so as to correct the initial commodity category recognition model.
  • the accuracy of the corrected initial commodity category model is calculated utilizing the second data according to the above method, and this accuracy is used to determine whether the current parameters A and B need further correction. If the current parameters A and B need correction, the above process will be repeated. If the current parameters A and B do not need correction, the current commodity category recognition model is taken as the final one which does not need further correction.
  • the values of the parameters A and B may be corrected according to a user's input or a correction method preconfigured.
  • the parameters A and B may be corrected by various methods according to specific requirements.
  • the model establishment system may configure the established commodity category recognition model in a category path recognition system which will utilize this commodity category recognition model to determine a category path of a commodity title input by a user.
  • Either of the model establishment system and the category path recognition system may be loaded in a server at the network side.
  • a category path recognition method in an example of the present disclosure includes the following blocks:
  • Block 101 a commodity title input by a user is obtained by the category path recognition system.
  • the user may utilize the category path recognition system to realize an automatic recognition to the category path of the commodity title, after the user inputs a commodity title through an user device,, the commodity title input by the user can be obtained from the user device by the category path recognition system in a server over a network.
  • Block 102 word segmentation is performed on the commodity title, and a keyword set of the commodity title is obtained.
  • the category path recognition system performs word segmentation on the commodity tile to obtain the keyword set thereof.
  • the keyword set obtained includes keywords of "HSTYLE”, “Korean”, “fashion”, “women's apparel”, “slim”, “worn-out”, “straight- leg” and “jeans”
  • the commodity title is “Metersbonwe Fashion women's apparel slim straight-leg jeans”
  • the keyword set obtained includes keywords of “Metersbonwe”, “Fashion”, “women's apparel”, “slim”, “straight- leg” and “jeans”.
  • a category path of the commodity title is determined by the category path recognition system according to the keyword set obtained in Block 102 and a preconfigured commodity category recognition model. Then the category path determined by the category path recognition system may be returned to the user device by the server loading the category path recognition system, so that the user device can automatically present the category path to facilitate the user's operations.
  • the category path recognition system performs word segmentation on the commodity title input by the user to obtain the keyword set of the commodity title, and then utilizes the keyword set and the preconfigured commodity category recognition model to determine the category path of the commodity title, so that the category path recognition of the commodity title can be realized automatically without the user's determining the category path level by level, and thus incorrect category path determination due to the user's wrong operations can be avoided, and operating efficiency and accuracy of the category recognition can be improved thereby.
  • Figure 2 shows a method of category path recognition in an example of the present disclosure which includes the following blocks:
  • Block 201 a commodity title input by a user is obtained, and in Block 202, word segmentation is performed on the commodity title, and a keyword set of the commodity title is obtained.
  • the Blocks 201 and 202 are similar to the Blocks 101 and 102 and will not be described in detail herein.
  • a set of category path including the keyword set is determined by searching the keyword set in a keyword and category path count table of a commodity category recognition model, where the keyword and category path count table includes the correspondences between category paths and keywords as well as a counting value of the number of occurrences of each keyword under its corresponding category path.
  • the category path recognition system includes a commodity category recognition model which includes a keyword and category path count table, a keyword count table and a category path count table.
  • the keyword and category path count table includes the correspondences between category paths and keywords as well as the counting value of the number of occurrences of each keyword under its corresponding category path.
  • the keyword count table contains the counting value of the total number of occurrences of each keyword
  • the category path count table contains the total counting value of the number of the commodity titles under each category path.
  • the integrated counting value of one category path of the set of category paths is calculated through the following steps:
  • Step A a keyword counting value of each keyword of the keyword set under the category path is calculated respectively.
  • the keyword counting value of one keyword of the keyword set is calculated through the following Steps Al and A2:
  • Step Al a first counting value of the number of occurrences of the keyword under the category path is determined by searching the keyword and category path count table, a second counting value of the number of occurrences of the keyword is determined by searching the keyword count table, and a third counting value of the total number of the commodity titles under the category path is determined by searching the category path count table.
  • Step A2 the keyword counting value of the keyword under the category path is calculated according to the first counting value, the second counting value and the third counting value.
  • the category recognition system uses Formula (1) of the commodity category recognition model to determine the keyword counting value of the keyword under the category path, including: making the sum of the product of the second counting value and a predefined first parameter and the product of the third counting value and a predefined second parameter as a fourth counting value, making the quotient of the first counting value divided by the fourth counting value as the keyword counting value of the keyword under the category path, where Formula (1) is as follows:
  • the third counting value is P
  • P represents the total counting value of the commodity titles under the category path Y corresponding to the commodity title X in the category path count table
  • the second counting value is Kj
  • Kj is the 1 th keyword in the keyword set K of the commodity title X
  • the first counting value is T
  • T represents the counting value of the number of occurrences of the keyword Kj under the category path Y in the keyword and category path count table
  • B*P is the fourth counting value
  • S P
  • K represents the keyword counting value of the keyword Kj under the category path P
  • A represents a parameter A which is the first predefined parameter
  • B represents a parameter B which is the second predefined parameter, where the values of the parameters A and B may have been corrected which can make the accuracy of the commodity category recognition model no less than a predefined parameter value.
  • Step B the product of the keyword counting values of the keywords of the keyword set is calculated, and the product is regarded as the integrated counting value of the category path.
  • the product of the keyword counting values of the keywords of the keyword set is calculated by Formula (2) below:
  • S(P, Ki) represents the keyword counting value of the keyword Ki under the category path P
  • S(P, K) represents the integrated counting value of the keyword set K of the commodity title X under the category path Y.
  • the category path with the largest integrated counting value in the set of category paths is selected as the category path of the commodity title.
  • the category path recognition system selects the category path with the largest integrated counting value among the set of category paths corresponding to the keyword set of the commodity title input by the user, and takes the selected category path as the category path of the commodity title input by the user, so that automatic recognition of the category path for the commodity title input by the user can be realized.
  • the category path recognition system can further calculate the integrated counting value of each category path in the set of category paths to select the category path with the largest integrated counting value as the category path of the commodity title input by the user, so that effective recognition of the category path of the commodity title can be realized without the user's determining the category path for the commodity title level by level, thereby reducing the user's workload and saving the user's time, and further the incorrect category path recognition due to the user's wrong operations can be avoided, thereby effectively improving user experiences and processing efficiency of the user's device.
  • the commodity title input by the user is “Metersbonwe, fashion women's apparel slim straight-leg jeans”.
  • the category path recognition system obtains the commodity title of “Metersbonwe fashion women's apparel slim straight-leg jeans", and performs word segmentation on this commodity title and obtains the keyword set which specifically includes keywords of: “Metersbonwe”, “fashion”, “women's apparel”, “slim”, "straight-leg” and “jeans”.
  • the category path recognition system utilizes the keyword and category path count table in the preconfigured commodity category recognition model to obtain the set of category paths containing the keyword set ⁇ "Metersbonwe”, “fashion”, “women's apparel”, “slim”, “straight-leg”, “jeans” ⁇ , and the obtained set of the category paths includes category paths of: “women's apparel/ladies boutique> pants> ladies jeans” and “books> clothing> women's clothing matching> jeans matching".
  • the category path recognition system processes the two category paths in the obtained set of the category paths respectively. Specifically, the category path recognition system searches the keyword and category path count table in the commodity category recognition model to determine a first counting value of the number of occurrences of each keyword in the keyword set ⁇ "Metersbonwe”, “fashion”, “women's apparel”, “slim”, “straight-leg”, “jeans” ⁇ under the category path "women's apparel/ladies boutique> pants> ladies jeans”.
  • the first counting values for those keywords are 100, 200, 50, 80, 300 and 400 respectively
  • the category path recognition system continues to determine a second counting value of the number of occurrences of each keyword in the keyword set ⁇ "Metersbonwe", “fashion”, “women's apparel”, “slim”, “straight-leg”, “jeans” ⁇ by searching the keyword count table in the commodity category recognition model, and the second counting values of those keywords are 300, 500, 1000, 400, 200 and 700 respectively.
  • the category path recognition system continues to look up the total number of the commodity titles under the category path "women's apparel/ladies boutique> pants> ladies Jeans" by searching the category path count table in the commodity category recognition model, and the total number is 1000.
  • the category path recognition system utilizes the obtained counting values to calculate the keyword counting value of each keyword in the keyword set ⁇ "Metersbonwe", “fashion”, “women's apparel”, “slim”, “straight-leg”, “jeans” ⁇ in accordance with Formula (1) assuming that the parameters A and B are both 0.01 therein, and the keyword counting values are respectively 7.69, 13.33, 2.5, 5.71, 25 and 23.5.
  • the category path recognition system multiplies those keyword counting values to obtain the integrated counting value of the category path for the commodity title of "Metersbonwe fashion women's apparel slim straight-leg jeans” under the category path "women's apparel/ladies boutique> pants> ladies jeans", and this integrated counting value is 344305.27.
  • the category path recognition system obtains the integrated counting value of the category path for the commodity title of "Metersbonwe fashion women's apparel slim straight-leg jeans” under the category path of "books> clothing> women's clothing matching> jeans matching" which is 756. Then, the category path "women's apparel/ladies boutique> pants> ladies jeans" with the largest integrated counting value is selected as the category path of the commodity title of "Metersbonwe fashion women's apparel slim straight-leg jeans”.
  • Figure 3 shows a structure of a system of category path recognition in an example of the present disclosure.
  • the system includes an obtaining unit 301, a processing unit 302 and a determination unit 303.
  • the obtaining unit 301 is adapted to obtain a commodity title input by a user.
  • the processing unit 302 is adapted to perform word segmentation on the commodity title to obtain a keyword set comprising keywords contained in the commodity title obtained by the obtaining unit 301.
  • the determination unit 303 is adapted to determine the category path of the commodity title according to the keyword set obtained by the processing unit 302 and a preconfigured commodity category recognition model.
  • the commodity category recognition model has been described in the examples of the method and will not be described in detail herein.
  • the category path recognition system performs word segmentation on the commodity title input by the user to obtain the keyword set of the commodity title, and then utilizes the keyword set and the preconfigured commodity category recognition model to determine the category path of the commodity title, so that the category path recognition of the commodity title can be realized automatically without the user's determining the category path level by level, and thus incorrect category path determination due to the user's wrong operations can be avoided, and operating efficiency and accuracy of the category recognition can be improved thereby.
  • Figure 4 shows a structure of a system of category path recognition in another example of the present disclosure.
  • the system includes an obtaining unit 301, a processing unit 302 and a determination unit 303, where the obtaining unit 301 and the processing unit 302 are identical with those shown in Figure 3 and will not be described in detail herein.
  • the determination unit 303 includes a first searching unit 401, a first calculation unit 402 and a selection unit 403.
  • the first searching unit 401 is adapted to search the keyword and category path count table in the commodity category recognition model to obtain a set of category paths containing the keyword set after the processing unit 302 obtains the keyword set, where the keyword and category path count table contains the correspondences between the category paths and the keywords as well as the counting value of the number of occurrences of each of the keywords under each corresponding category path.
  • the first calculation unit 402 (namely a calculation unit) is adapted to respectively calculate the integrated counting value of each category path in the set of the category paths obtained by the first searching unit 401.
  • the selection unit 403 is adapted to select the category path with the largest integrated counting value in set of the category paths as the category path of the commodity title after the first calculation unit 402 obtains the integrated counting value of each category path in the set of the category paths.
  • the first calculation unit 402 includes a second calculation unit 404 (namely a first calculation subunit) and a third calculation unit 405 (namely a second calculation subunit), and the second calculation unit 404 and the third calculation unit 405 respectively calculate the integrated counting value of each category path in the set of the category paths.
  • the second calculation unit 404 calculates the keyword counting value of each keyword in the keyword set under the category path
  • the third calculation unit 405 calculates the product of the keyword counting values of the keywords in the obtained keyword set and takes the product as the integrated counting value of the category path after the second calculation unit obtains the keyword counting values of the keywords in the keyword set.
  • the category path recognition system can further calculate the integrated counting value of each category path in the set of category paths to select the category path with the largest integrated counting value as the category path of the commodity title input by the user, so that effective recognition of the category path of the commodity title can be realized without the user's determining the category path for the commodity title level by level, thereby reducing the user's workload and saving the user's time, and further the incorrect category path recognition due to the user's wrong operations can be avoided, thereby effectively improving user experiences and processing efficiency of the user's device.
  • Figure 5 shows a structure of the second calculation unit 404 in an example of the present disclosure.
  • the second calculation unit 404 includes a second searching unit 501 and a fourth calculation unit 502 (namely a calculation module) which are to calculate the keyword counting value for each keyword in the keyword set under each category path in the set of the category paths.
  • the second searching unit 501 for each keyword in the keyword set under each category path in the set of the category paths, is to search the keyword and category path count table to determine the first counting value of the number of occurrences of keywords under the category path, search a keyword count table in the commodity category recognition model to determine the second counting value of the total number of occurrences of the keywords, and search a category path count table in the commodity category recognition model to determine the third counting value of the total number of commodity titles under the category path.
  • the keywords count table contains the counting value of the total number of the occurrences of each keyword
  • the category path count table contains the counting value of the total number of the commodity titles under each category path.
  • the fourth calculation unit 502 for each keyword in the keyword set under each category path in the set of the category paths, is to calculate the keyword counting value of the keyword under the category path by utilizing the first counting value, the second counting value and the third counting value.
  • the fourth calculation unit 502 includes a fifth calculation unit 503 (namely a first calculation sub-module) and a sixth calculation unit 504 (namely a second calculation sub-module).
  • the fifth calculation unit 503 is to calculate the product of the second counting value and a predefined first parameter and the product of the third counting value and a predefined second parameter, and to take the sum of the two products as a fourth counting value.
  • the sixth calculation unit 504 is to calculate the quotient of the first counting value divided by the fourth counting value, and to take the quotient as the keyword counting value of the keyword under the category path.
  • the category path recognition system can determine the category path of the commodity title input by the user by utilizing the commodity category recognition model, and can effectively achieve the recognition of the category path of commodity title without the user's determining the category path for the commodity title level by level, thereby reducing the user's workload and saving the user's time, and further the incorrect category path recognition due to the user's wrong operations can be avoided, thereby effectively improving user experiences and processing efficiency of the user's device.
  • a machine-readable storage medium is also provided, which is to store instructions to cause a machine such as the computing device to execute one or more methods as described herein.
  • a system or apparatus having a storage medium that stores machine-readable program codes for implementing functions of any of the above examples and that may make the system or the apparatus (or CPU or MPU) read and execute the program codes stored in the storage medium.
  • the system shown in Figures 3 and 4 may include a memory 31 and a processor 32, the memory 31 stores instructions executable for the processor 32.
  • the memory 31 may include the obtaining unit 301, the processing unit 302 and the determination unit 303, and through executing the instructions read from the obtaining unit 301, the processing unit 302 and the determination unit 303, the processor 32 can accomplish the functions of the obtaining unit 301, the processing unit 302 and the determination unit 303 as mentioned above. Therefore, a system of category path recognition including a memory and a processor is provided, where the memory stores instruction units executable for the processor, and the instruction units include the above units 301-303.
  • the program codes read from the storage medium may implement any one of the above examples, thus the program codes and the storage medium storing the program codes are part of the technical scheme.
  • the storage medium for providing the program codes may include floppy disk, hard drive, magneto-optical disk, compact disk (such as CD-ROM, CD-R, CD-RW, DVD-ROM, DVD-RAM, DVD-RW, DVD+RW), magnetic tape drive, Flash card, ROM and so on.
  • the program code may be downloaded from a server computer via a communication network. It should be noted that, alternatively to the program codes being executed by a computer (namely a computing device), at least part of the operations performed by the program codes may be implemented by an operation system running in a computer following instructions based on the program codes to realize a technical scheme of any of the above examples.
  • program codes implemented from a storage medium are written in storage in an extension board inserted in the computer or in storage in an extension unit connected to the computer.
  • a CPU in the extension board or the extension unit executes at least part of the operations according to the instructions based on the program codes to realize a technical scheme of any of the above examples.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Business, Economics & Management (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Accounting & Taxation (AREA)
  • Finance (AREA)
  • General Engineering & Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Economics (AREA)
  • General Business, Economics & Management (AREA)
  • Strategic Management (AREA)
  • Marketing (AREA)
  • Development Economics (AREA)
  • Radar, Positioning & Navigation (AREA)
  • Remote Sensing (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

Solutions of category path recognition are described. A commodity title input by a user is obtained. Word segmentation is performed on the commodity title to obtain a keyword set comprising keywords comprised in the commodity title. A category path of the commodity title is determined according to the keyword set and a preconfigured commodity category recognition model, wherein the commodity category recognition model includes correspondences between a plurality of keywords and a plurality of category paths and a counting value of the number of occurrences of each of the plurality of keywords under each corresponding category path.

Description

METHOD AND SYSTEM OF CATEGORY PATH RECOGNITION
CROSS REFERENCE TO RELATED APPLICATIONS
The application claims the benefit of Chinese Patent Application No.201210572005.2, filed on December 25, 2012, the disclosure of which is incorporated herein in its entirety by reference.
TECHNICAL FIELD
The present disclosure relates to a field of Information Technology (IT), and particularly to a method and a system of category path recognition.
BACKGROUND With the development of e-commerce, it becomes more and more popular for netizens to open online shops and shop online. An online transaction system provides an online trading platform, where all commodities in a website will be classified under a classification path, which would be convenient for users to find a desired commodity, and this classification may be referred to as a category. For example, the category path for a commodity such as "Metersbonwe sport pants" is "sportswear/bags/accessories> sportswear> sport pants", where the "sportswear/bags/accessories" is a first-level category, the "sportswear" is a second-level category, and the "sport pants" is a third- level category. An online trading platform may manage the commodity in the online shop in accordance with their categories.
In a website of Consumer to Consumer (C2C for short) or a website of
Business-to-Customer (B2C for short), when issuing a commodity, a seller or operational person not only needs to fill in the name of the commodity but also needs to manually select the first- level category, the second-level category, and the lowest- level category of the commodity. However, there are several options even in each level of category, and sometimes, multiple categories are relatively suitable for the commodity but not particularly suitable can occur, so the seller operational person has to look through carefully and may feel difficult to make a decision. In such situations, a wrong category may probably be selected for the commodity.
SUMMARY
A method of category path recognition is disclosed, in which a server obtains from a user device over a network a commodity title a user inputs through the user device, the server performs word segmentation on the commodity title to obtain a keyword set including keywords included in the commodity title, and determines a category path of the commodity title according to the keyword set and a preconfigured commodity category recognition model, where the commodity category recognition model includes correspondences between a plurality of keywords and a plurality of category paths and a counting value of the number of occurrences of each of the plurality of keywords under each corresponding category path.
A system of category path recognition is also disclosed, and the system includes a memory and a processor, wherein the memory stores instruction units executable for the processor, and the instruction units include an obtaining unit, a processing unit and a determination unit, where, the obtaining unit is to obtain from a user device over a network a commodity title a user inputs through the user device, the processing unit is to perform word segmentation on the commodity title to obtain a keyword set comprising keywords comprised in the commodity title, and the determination unit is to determine a category path of the commodity title according to the keyword set and a preconfigured commodity category recognition model, where the commodity category recognition model comprises correspondences between a plurality of keywords and a plurality of category paths and a counting value of the number of occurrences of each of the plurality of keywords under each corresponding category path.
Accordingly, a machine -readable storage medium storing instructions to cause a machine to execute the above method is disclosed.
BRIEF DESCRIPTION OF DRAWINGS
Figure 1 illustrates a flow chart of a method for recognizing a category path in an example of the present disclosure.
Figure 2 illustrates a flow chart of a method for recognizing a category path in another example of the present disclosure. Figure 3 illustrates a structure diagram of a system for recognizing a category path in an example of the present disclosure.
Figure 4 illustrates a structure diagram of a system for recognizing a category path in another example of the present disclosure.
Figure 5 illustrates a structure diagram of a second calculation unit of the system in an example of the present invention.
DETAILED DESCRIPTION
Examples will now be described more fully with reference to the accompanying drawings.
The following description is merely illustrative in nature and is in no way intended to limit the disclosure, its application, or uses. The broad teachings of the disclosure can be implemented in a variety of forms. Therefore, while this disclosure includes particular examples, the true scope of the disclosure should not be so limited since other modifications will become apparent upon a study of the drawings, the specification, and the following claims. For purposes of clarity, the same reference numbers will be used in the drawings to identify similar elements.
The terms used in this specification generally have their ordinary meanings in the art, within the context of the disclosure, and in the specific context where each term is used. Certain terms that are used to describe the disclosure are discussed below, or elsewhere in the specification, to provide additional guidance to the practitioner regarding the description of the disclosure. The use of examples anywhere in this specification, including examples of any terms discussed herein, is illustrative only, and in no way limits the scope and meaning of the disclosure or of any exemplified term. Likewise, the disclosure is not limited to various embodiments given in this specification.
Reference throughout this specification to "one embodiment," "an embodiment,"
"specific embodiment," or the like in the singular or plural means that one or more particular features, structures, or characteristics described in connection with an embodiment is included in at least one embodiment of the present disclosure. Thus, the appearances of the phrases "in one embodiment" or "in an embodiment," "in a specific embodiment," or the like in the singular or plural in various places throughout this specification are not necessarily all referring to the same embodiment. Furthermore, the particular features, structures, or characteristics may be combined in any suitable manner in one or more embodiments.
As used in the description herein and throughout the claims that follow, the meaning of "a", "an", and "the" includes plural reference unless the context clearly dictates otherwise. Also, as used in the description herein and throughout the claims that follow, the meaning of "in" includes "in" and "on" unless the context clearly dictates otherwise.
As used herein, the terms "comprising," "including," "having," "containing," "involving," and the like are to be understood to be open-ended, i.e., to mean including but not limited to.
As used herein, the phrase "at least one of A, B, and C" should be construed to mean a logical (A or B or C), using a non-exclusive logical OR. It should be understood that one or more steps within a method may be executed in different order (or concurrently) without altering the principles of the present disclosure.
As used herein, the term "module" or "unit" or "sub-unit" or "sub-module" may refer to, be part of, or include an Application Specific Integrated Circuit (ASIC); an electronic circuit; a combinational logic circuit; a field programmable gate array (FPGA); a processor (shared, dedicated, or group) that executes code; other suitable hardware components that provide the described functionality; or a combination of some or all of the above, such as in a system-on-chip. The term "module" or "unit" or "subunit" or "sub-module" may include memory (shared, dedicated, or group) that stores code executed by the processor.
The term "code", as used herein, may include software, firmware, and/or microcode, and may refer to programs, routines, functions, classes, and/or objects. The term "shared", as used herein, means that some or all code from multiple modules may be executed using a single (shared) processor. In addition, some or all code from multiple modules may be stored by a single (shared) memory. The term "group", as used herein, means that some or all code from a single module may be executed using a group of processors. In addition, some or all code from a single module may be stored using a group of memories.
The systems and methods described herein may be implemented by one or more computer programs executed by one or more processors. The computer programs include processor-executable instructions that are stored on a non-transitory tangible computer readable medium. The computer programs may also include stored data. Non-limiting examples of the non-transitory tangible computer readable medium are nonvolatile memory, magnetic storage, and optical storage.
The description will be made as to the various embodiments in conjunction with the accompanying drawings in FIGS. 1-5. It should be understood that specific embodiments described herein are merely intended to explain the present disclosure, but not intended to limit the present disclosure. In accordance with the purposes of this disclosure, as embodied and broadly described herein, this disclosure, in one aspect, relates to method and apparatus for managing an identity for a mobile terminal.
Examples of user devices that can be used in accordance with various embodiments include, but are not limited to, a Personal Computer (PC), a tablet PC (including, but not limited to, Apple iPad and other touch-screen devices running Apple iOS, Microsoft Surface and other touch-screen devices running the Windows operating system, and tablet devices running the Android operating system), a mobile phone, a smartphone (including, but not limited to, an Apple iPhone, a Windows Phone and other smartphones running Windows Mobile or Pocket PC operating systems, and smartphones running the Android operating system, the Blackberry operating system, or the Symbian operating system), an e-reader (including, but not limited to, Amazon Kindle and Barnes & Noble Nook), a laptop computer (including, but not limited to, computers running Apple Mac operating system, Windows operating system, Android operating system and/or Google Chrome operating system), or an on-vehicle device running any of the above-mentioned operating systems or any other operating systems, all of which are well known to one skilled in the art.
Examples of the present disclosure provide a method and system for recognizing a category path, in which when an user issues information of a commodity, a category path of a commodity title inputted by the user is automatically recognized, and the user does not need to determine the category path of the commodity title level by level. Therefore, the category path recognition of the commodity title can be accomplished efficiently, and operating efficiencies and accuracy of the category recognition can be improved.
In an example of the present disclosure, a pre-configured commodity category recognition model is used to determine the category path of the commodity title inputted by the user. In an example, a model establishment system acquires data of correspondence between all commodity titles and their respective category paths from a database of a C2C website or a B2C website, and the model establishment system divides the acquired data into a first data and a second data randomly or according to a predefined ratio which may be, for example, 5:5 or 7:3 or etc.
In an example of the present disclosure, after dividing the data of correspondence between the commodity titles and the category paths saved in the system into the first data and the second data, the model establishment system utilizes the first data to establish a commodity category recognition model, and to utilize the second data to optimize and verify the established commodity category recognition model so as to determine the category path of the commodity title with a higher accuracy by using the commodity category recognition model.
In an example, the commodity category recognition model is established utilizing the first data by the following process:
1) Perform statistics on the correspondence between the commodity titles and their category paths in the first data, determine the number of occurrences of commodity titles under the same category path for each category path, and generate a category path count table which includes a total counting value of the commodity titles under each category path in the first data.
For example, there are 57 commodity titles in total under the category path of "women's apparel/ladies boutiques> pants> ladies jeans", and there are 107 commodity titles in total under the category path of "sportswear/bags/accessories> sportswear> sports pants".
2) Perform word segmentation on all commodity titles in the first data, obtain all keywords of all the commodity titles, calculate the number of occurrences for each keyword and take the number of occurrences as the counting value of the keyword, and generate a keyword count table which includes the total counting value of each keyword in the first data.
For example, if the first commodity title is "HSTYLE Korean fashion women's apparel slim worn-out straight-leg jeans" and the second commodity title is "Metersbonwe fashion women's apparel slim straight-leg jeans", the keywords obtained through performing word segmentation on the first commodity title include "HSTYLE", "Korean", "fashion", "women's apparel", "slim", "worn-out", "straight-leg" and "jeans", and the keywords obtained through performing word segmentation on the second commodity title include "Metersbonwe", "fashion", "women's apparel", "slim", "straight- leg" and "jeans", thereby the total counting value of occurrences of each keyword can be obtained through performing a statistics on the keywords in the first commodity title and the second commodity title, i.e., the counting value of "HSTYLE" is 1, that of "Korean" is 1, that of "fashion" is 2, that of "women's apparel" is 2, that of "slim" is 2, that of "worn-out" is 1, that of "straight-leg" is 2, that of "jeans" is 2 and that of "Metersbonwe" is 1.
3) Process the one-to-one correspondence between the commodity titles and their category paths in the first data to establish a one-to-more correspondence between the category paths and the commodity titles.
For example, the one-to-one correspondence between the commodity titles and their category paths in the first data are as shown in a table below:
Figure imgf000008_0001
Table 1
The one-to-more correspondence between the category paths and the commodity titles may be obtained after processing the data in the above Table 1, and the details of the one-to-more correspondence can be seen in a table below: Commodity Title Category Path
Metersbonwe fashion women's apparel
slim straight-leg jeans
women's apparel/ladies boutiques>
HSTYLE Korean fashion women's apparel pants> ladies jeans
slim worn-out straight-leg jeans
Ochirly women's apparel slim skinny jeans
Before the Law
1000 Common Knowledge in Law that You books> law> popular law books
Must Know
Overcoming Law
Jay Chou Ten CDs of Jay Chou (10CD)
Jacky Chueng All Jacky Chueng (4CD) Musio Chinese Pop Musio male singers
Jay Chou Common Jasmine Orange (CD)
Table 2
In an example of the present disclosure, after obtaining the one-to-more correspondence between the category paths and the commodity titles, the model establishment system performs a statistics on the commodity titles under each category path, specifically including steps of: for each category path, performing word segmentation on all the commodity titles under the category path to obtain all the keywords under the category path and performing a statistics on all the obtained keywords to determine the number of occurrences of each keyword under the category path; and generating a keyword and category path count table which includes the correspondence between a category path and the keywords for each of the one-to-more correspondences between the category paths and their commodity titles, as well as the counting value of occurrences of the keywords under each corresponding category path.
In an example of the present disclosure, the model establishment system utilizes the first data to obtain a category path count table, a keyword count table and a keyword and category path count table, and takes these tables together with calculation formulas for an initial integrated counting value of the commodity title under the category path as an initial commodity category recognition model, where the calculation formulas for the initial integrated counting value of the commodity title under the category path are as follows:
S(P, ¾) = T / (A* ¾ +B*P) Formula (1)
S(P, K ) =S(P, Ki) * S(P, K2) * * S(P, K„) Formula (2)
In the above formulas, P represents a total counting value of the commodity titles under the category path Y corresponding to the commodity title X in the category path count table, Ki is the 1th keyword in the keywords set K of the commodity title X, T represents a counting value of the number of occurrences of the keyword Ki under the category path Y in the keyword and category path count table, S(P, Ki) represents a counting value of the number of occurrences of the keyword Ki under the category path P, S(P, K) represents an integrated counting value of the keyword set K of the commodity title X under the category path Y, n represents the number of the keywords in the keyword set K of the commodity title X, and A and B are predefined constant values.
In order to improve the accuracy of the initial commodity category recognition model, the second data may be utilized to calculate the accuracy of this initial commodity category recognition model, so that the values of the parameters A and B can be corrected according to the calculated accuracy, and then the corrected parameters A and B are substituted into Formula (1) to obtain a corrected Formula (1), thereby a corrected initial commodity category recognition model is obtained. And the second data is further used to calculate the accuracy of the corrected initial commodity category recognition model. Such process can be repeated, so that the initial commodity category recognition model can be corrected several times until the accuracy of the corrected initial commodity category recognition model meets a value predefined by the model establishment system. And the corrected initial commodity category recognition model finally obtained is taken as a final commodity category recognition model.
In an example of the present disclosure, the method for utilizing the second data to calculate the recognition accuracy of the initial commodity category model includes the following process:
The one-to-one correspondence between each commodity title and its category path in the second data is processed according to the following example for the commodity title X and its corresponding category path Z:
Word segmentation is performed on the commodity title X to obtain the keyword set K of the commodity title X. A category path set including all the category paths containing the keyword K is obtained by searching the keyword and category path count table. Then, the integrated counting value of the commodity title X under each category path in this category path set is calculated respectively. For example, when calculating the integrated counting value of the commodity title X under the category path Y in the category path set, the counting value of the number of occurrences of each keyword in the keyword set K of the commodity title X is calculated according to Formula (1), and the integrated counting value of the commodity title X under the category path Y is calculated according to Formula (2).
After obtaining the integrated counting value of the commodity title X for each category path in the category path set according to Formulas (1) and (2), the category path corresponding to the largest integrated counting value is selected to compare with the category path Z that corresponds to the commodity title X in the second data. If the category path corresponding to the largest counting value is exactly the same with the category path Z, it indicates that category path recognition for this commodity title X is correct, and otherwise, if the category path corresponding to the largest integrated counting value is not exactly the same with the category path Z, it indicates that the category path recognition for this commodity title X is incorrect.
In an example of the present disclosure, after the one-to-one correspondence between each commodity title and its category path in the second data is processed, the model establishment system statistically calculate the number of correct category path recognitions and the number of incorrect category path recognitions for the commodity title in the second data to obtain the accuracy of category recognition which is taken as the accuracy of the initial commodity category model. And then, the model establishment system further compares this accuracy and a predefined value, if this accuracy is no less than the predefined value, the parameters A and B do not need correction; and otherwise, if this accuracy is less than the predefined value, the parameters A and B are corrected so as to correct the initial commodity category recognition model. And then, the accuracy of the corrected initial commodity category model is calculated utilizing the second data according to the above method, and this accuracy is used to determine whether the current parameters A and B need further correction. If the current parameters A and B need correction, the above process will be repeated. If the current parameters A and B do not need correction, the current commodity category recognition model is taken as the final one which does not need further correction.
In an example of the present disclosure, the values of the parameters A and B may be corrected according to a user's input or a correction method preconfigured. In practice, the parameters A and B may be corrected by various methods according to specific requirements.
In an example of the present disclosure, the model establishment system may configure the established commodity category recognition model in a category path recognition system which will utilize this commodity category recognition model to determine a category path of a commodity title input by a user. Either of the model establishment system and the category path recognition system may be loaded in a server at the network side. Referring to Figure 1, a category path recognition method in an example of the present disclosure includes the following blocks:
In Block 101, a commodity title input by a user is obtained by the category path recognition system.
In the example, the user may utilize the category path recognition system to realize an automatic recognition to the category path of the commodity title, after the user inputs a commodity title through an user device,, the commodity title input by the user can be obtained from the user device by the category path recognition system in a server over a network.
In Block 102, word segmentation is performed on the commodity title, and a keyword set of the commodity title is obtained.
In an example of the present disclosure, the category path recognition system performs word segmentation on the commodity tile to obtain the keyword set thereof. For example, if the commodity title is "HSTYLE Korean fashion women's apparel slim worn-out straight-leg jeans", the keyword set obtained includes keywords of "HSTYLE", "Korean", "fashion", "women's apparel", "slim", "worn-out", "straight- leg" and "jeans", and if the commodity title is "Metersbonwe Fashion women's apparel slim straight-leg jeans", the keyword set obtained includes keywords of "Metersbonwe", "Fashion", "women's apparel", "slim", "straight- leg" and "jeans".
In Block 103, a category path of the commodity title is determined by the category path recognition system according to the keyword set obtained in Block 102 and a preconfigured commodity category recognition model. Then the category path determined by the category path recognition system may be returned to the user device by the server loading the category path recognition system, so that the user device can automatically present the category path to facilitate the user's operations. In the example of the present disclosure, the category path recognition system performs word segmentation on the commodity title input by the user to obtain the keyword set of the commodity title, and then utilizes the keyword set and the preconfigured commodity category recognition model to determine the category path of the commodity title, so that the category path recognition of the commodity title can be realized automatically without the user's determining the category path level by level, and thus incorrect category path determination due to the user's wrong operations can be avoided, and operating efficiency and accuracy of the category recognition can be improved thereby.
Figure 2 shows a method of category path recognition in an example of the present disclosure which includes the following blocks:
In Block 201, a commodity title input by a user is obtained, and in Block 202, word segmentation is performed on the commodity title, and a keyword set of the commodity title is obtained. The Blocks 201 and 202 are similar to the Blocks 101 and 102 and will not be described in detail herein.
In Block 203, a set of category path including the keyword set is determined by searching the keyword set in a keyword and category path count table of a commodity category recognition model, where the keyword and category path count table includes the correspondences between category paths and keywords as well as a counting value of the number of occurrences of each keyword under its corresponding category path.
In an example, the category path recognition system includes a commodity category recognition model which includes a keyword and category path count table, a keyword count table and a category path count table. The keyword and category path count table includes the correspondences between category paths and keywords as well as the counting value of the number of occurrences of each keyword under its corresponding category path. The keyword count table contains the counting value of the total number of occurrences of each keyword, and the category path count table contains the total counting value of the number of the commodity titles under each category path.
In Block 204, the integrated counting value of each category path in the set of category paths is calculated respectively by the category path recognition system.
In an example, the integrated counting value of one category path of the set of category paths is calculated through the following steps:
In Step A, a keyword counting value of each keyword of the keyword set under the category path is calculated respectively.
Here, the keyword counting value of one keyword of the keyword set is calculated through the following Steps Al and A2:
In Step Al, a first counting value of the number of occurrences of the keyword under the category path is determined by searching the keyword and category path count table, a second counting value of the number of occurrences of the keyword is determined by searching the keyword count table, and a third counting value of the total number of the commodity titles under the category path is determined by searching the category path count table.
In Step A2, the keyword counting value of the keyword under the category path is calculated according to the first counting value, the second counting value and the third counting value.
Here, the category recognition system uses Formula (1) of the commodity category recognition model to determine the keyword counting value of the keyword under the category path, including: making the sum of the product of the second counting value and a predefined first parameter and the product of the third counting value and a predefined second parameter as a fourth counting value, making the quotient of the first counting value divided by the fourth counting value as the keyword counting value of the keyword under the category path, where Formula (1) is as follows:
S(P, Ki)=T/(A* ¾ +B*P) (1)
Here, the third counting value is P, P represents the total counting value of the commodity titles under the category path Y corresponding to the commodity title X in the category path count table, the second counting value is Kj, Kj is the 1th keyword in the keyword set K of the commodity title X, the first counting value is T, T represents the counting value of the number of occurrences of the keyword Kj under the category path Y in the keyword and category path count table, and the sum of A* K; and B*P is the fourth counting value, S (P, K represents the keyword counting value of the keyword Kj under the category path P, A represents a parameter A which is the first predefined parameter, B represents a parameter B which is the second predefined parameter, where the values of the parameters A and B may have been corrected which can make the accuracy of the commodity category recognition model no less than a predefined parameter value.
In Step B, the product of the keyword counting values of the keywords of the keyword set is calculated, and the product is regarded as the integrated counting value of the category path.
In an example, the product of the keyword counting values of the keywords of the keyword set is calculated by Formula (2) below:
S(P, K) = S(P, K * S(P, K2) * * S(P, Kn) (2)
Here, S(P, Ki) represents the keyword counting value of the keyword Ki under the category path P, S(P, K) represents the integrated counting value of the keyword set K of the commodity title X under the category path Y.
In Block 205, the category path with the largest integrated counting value in the set of category paths is selected as the category path of the commodity title.
In the example of the present disclosure, the category path recognition system selects the category path with the largest integrated counting value among the set of category paths corresponding to the keyword set of the commodity title input by the user, and takes the selected category path as the category path of the commodity title input by the user, so that automatic recognition of the category path for the commodity title input by the user can be realized.
In the example of the present disclosure, after obtaining the keyword set of the commodity title input by the user and determining the set of category paths containing the keyword set, the category path recognition system can further calculate the integrated counting value of each category path in the set of category paths to select the category path with the largest integrated counting value as the category path of the commodity title input by the user, so that effective recognition of the category path of the commodity title can be realized without the user's determining the category path for the commodity title level by level, thereby reducing the user's workload and saving the user's time, and further the incorrect category path recognition due to the user's wrong operations can be avoided, thereby effectively improving user experiences and processing efficiency of the user's device.
For a better understanding of the method of category path recognition in the example of the present disclosure, a specific application scenario will be described below.
The commodity title input by the user is "Metersbonwe, fashion women's apparel slim straight-leg jeans". The category path recognition system obtains the commodity title of "Metersbonwe fashion women's apparel slim straight-leg jeans", and performs word segmentation on this commodity title and obtains the keyword set which specifically includes keywords of: "Metersbonwe", "fashion", "women's apparel", "slim", "straight-leg" and "jeans". Then, the category path recognition system utilizes the keyword and category path count table in the preconfigured commodity category recognition model to obtain the set of category paths containing the keyword set {"Metersbonwe", "fashion", "women's apparel", "slim", "straight-leg", "jeans"}, and the obtained set of the category paths includes category paths of: "women's apparel/ladies boutique> pants> ladies jeans" and "books> clothing> women's clothing matching> jeans matching".
The category path recognition system processes the two category paths in the obtained set of the category paths respectively. Specifically, the category path recognition system searches the keyword and category path count table in the commodity category recognition model to determine a first counting value of the number of occurrences of each keyword in the keyword set {"Metersbonwe", "fashion", "women's apparel", "slim", "straight-leg", "jeans"} under the category path "women's apparel/ladies boutique> pants> ladies jeans". The first counting values for those keywords are 100, 200, 50, 80, 300 and 400 respectively, the category path recognition system continues to determine a second counting value of the number of occurrences of each keyword in the keyword set {"Metersbonwe", "fashion", "women's apparel", "slim", "straight-leg", "jeans"} by searching the keyword count table in the commodity category recognition model, and the second counting values of those keywords are 300, 500, 1000, 400, 200 and 700 respectively. The category path recognition system continues to look up the total number of the commodity titles under the category path "women's apparel/ladies boutique> pants> ladies Jeans" by searching the category path count table in the commodity category recognition model, and the total number is 1000. Consequently, the category path recognition system utilizes the obtained counting values to calculate the keyword counting value of each keyword in the keyword set {"Metersbonwe", "fashion", "women's apparel", "slim", "straight-leg", "jeans"} in accordance with Formula (1) assuming that the parameters A and B are both 0.01 therein, and the keyword counting values are respectively 7.69, 13.33, 2.5, 5.71, 25 and 23.5. The category path recognition system multiplies those keyword counting values to obtain the integrated counting value of the category path for the commodity title of "Metersbonwe fashion women's apparel slim straight-leg jeans" under the category path "women's apparel/ladies boutique> pants> ladies jeans", and this integrated counting value is 344305.27. According to the same method, the category path recognition system obtains the integrated counting value of the category path for the commodity title of "Metersbonwe fashion women's apparel slim straight-leg jeans" under the category path of "books> clothing> women's clothing matching> jeans matching" which is 756. Then, the category path "women's apparel/ladies boutique> pants> ladies jeans" with the largest integrated counting value is selected as the category path of the commodity title of "Metersbonwe fashion women's apparel slim straight-leg jeans". Thus, automatic recognition of the category path of the commodity title can be realized without the user's determining the category path for the commodity title level by level, thereby reducing the user's workload and saving the user's time, and further the incorrect category path recognition due to the user's wrong operations can be avoided, thereby effectively improving processing efficiency and accuracy of the category recognition.
Figure 3 shows a structure of a system of category path recognition in an example of the present disclosure. The system includes an obtaining unit 301, a processing unit 302 and a determination unit 303.
The obtaining unit 301 is adapted to obtain a commodity title input by a user. The processing unit 302 is adapted to perform word segmentation on the commodity title to obtain a keyword set comprising keywords contained in the commodity title obtained by the obtaining unit 301. The determination unit 303 is adapted to determine the category path of the commodity title according to the keyword set obtained by the processing unit 302 and a preconfigured commodity category recognition model. Here, the commodity category recognition model has been described in the examples of the method and will not be described in detail herein.
In the example of the present disclosure, the category path recognition system performs word segmentation on the commodity title input by the user to obtain the keyword set of the commodity title, and then utilizes the keyword set and the preconfigured commodity category recognition model to determine the category path of the commodity title, so that the category path recognition of the commodity title can be realized automatically without the user's determining the category path level by level, and thus incorrect category path determination due to the user's wrong operations can be avoided, and operating efficiency and accuracy of the category recognition can be improved thereby.
Figure 4 shows a structure of a system of category path recognition in another example of the present disclosure. The system includes an obtaining unit 301, a processing unit 302 and a determination unit 303, where the obtaining unit 301 and the processing unit 302 are identical with those shown in Figure 3 and will not be described in detail herein.
As shown in Figure 4, the determination unit 303 includes a first searching unit 401, a first calculation unit 402 and a selection unit 403.
The first searching unit 401 is adapted to search the keyword and category path count table in the commodity category recognition model to obtain a set of category paths containing the keyword set after the processing unit 302 obtains the keyword set, where the keyword and category path count table contains the correspondences between the category paths and the keywords as well as the counting value of the number of occurrences of each of the keywords under each corresponding category path.
The first calculation unit 402 (namely a calculation unit) is adapted to respectively calculate the integrated counting value of each category path in the set of the category paths obtained by the first searching unit 401.
The selection unit 403 is adapted to select the category path with the largest integrated counting value in set of the category paths as the category path of the commodity title after the first calculation unit 402 obtains the integrated counting value of each category path in the set of the category paths.
In an example, the first calculation unit 402 includes a second calculation unit 404 (namely a first calculation subunit) and a third calculation unit 405 (namely a second calculation subunit), and the second calculation unit 404 and the third calculation unit 405 respectively calculate the integrated counting value of each category path in the set of the category paths. Specifically, for each category path in the set of the category paths, the second calculation unit 404 calculates the keyword counting value of each keyword in the keyword set under the category path, and the third calculation unit 405 calculates the product of the keyword counting values of the keywords in the obtained keyword set and takes the product as the integrated counting value of the category path after the second calculation unit obtains the keyword counting values of the keywords in the keyword set.
In the example of the present disclosure, after obtaining the keyword set of the commodity title input by the user and determining the set of category paths containing the keyword set, the category path recognition system can further calculate the integrated counting value of each category path in the set of category paths to select the category path with the largest integrated counting value as the category path of the commodity title input by the user, so that effective recognition of the category path of the commodity title can be realized without the user's determining the category path for the commodity title level by level, thereby reducing the user's workload and saving the user's time, and further the incorrect category path recognition due to the user's wrong operations can be avoided, thereby effectively improving user experiences and processing efficiency of the user's device.
Figure 5 shows a structure of the second calculation unit 404 in an example of the present disclosure. As shown in Figure 5, the second calculation unit 404 includes a second searching unit 501 and a fourth calculation unit 502 (namely a calculation module) which are to calculate the keyword counting value for each keyword in the keyword set under each category path in the set of the category paths.
The second searching unit 501, for each keyword in the keyword set under each category path in the set of the category paths, is to search the keyword and category path count table to determine the first counting value of the number of occurrences of keywords under the category path, search a keyword count table in the commodity category recognition model to determine the second counting value of the total number of occurrences of the keywords, and search a category path count table in the commodity category recognition model to determine the third counting value of the total number of commodity titles under the category path. Herein, the keywords count table contains the counting value of the total number of the occurrences of each keyword, and the category path count table contains the counting value of the total number of the commodity titles under each category path.
The fourth calculation unit 502, for each keyword in the keyword set under each category path in the set of the category paths, is to calculate the keyword counting value of the keyword under the category path by utilizing the first counting value, the second counting value and the third counting value.
In an example, the fourth calculation unit 502 includes a fifth calculation unit 503 (namely a first calculation sub-module) and a sixth calculation unit 504 (namely a second calculation sub-module). The fifth calculation unit 503 is to calculate the product of the second counting value and a predefined first parameter and the product of the third counting value and a predefined second parameter, and to take the sum of the two products as a fourth counting value. The sixth calculation unit 504 is to calculate the quotient of the first counting value divided by the fourth counting value, and to take the quotient as the keyword counting value of the keyword under the category path.
In the example of the present disclosure, the category path recognition system can determine the category path of the commodity title input by the user by utilizing the commodity category recognition model, and can effectively achieve the recognition of the category path of commodity title without the user's determining the category path for the commodity title level by level, thereby reducing the user's workload and saving the user's time, and further the incorrect category path recognition due to the user's wrong operations can be avoided, thereby effectively improving user experiences and processing efficiency of the user's device.
A machine-readable storage medium is also provided, which is to store instructions to cause a machine such as the computing device to execute one or more methods as described herein. Specifically, a system or apparatus having a storage medium that stores machine-readable program codes for implementing functions of any of the above examples and that may make the system or the apparatus (or CPU or MPU) read and execute the program codes stored in the storage medium.
Therefore, the system shown in Figures 3 and 4 may include a memory 31 and a processor 32, the memory 31 stores instructions executable for the processor 32. The memory 31 may include the obtaining unit 301, the processing unit 302 and the determination unit 303, and through executing the instructions read from the obtaining unit 301, the processing unit 302 and the determination unit 303, the processor 32 can accomplish the functions of the obtaining unit 301, the processing unit 302 and the determination unit 303 as mentioned above. Therefore, a system of category path recognition including a memory and a processor is provided, where the memory stores instruction units executable for the processor, and the instruction units include the above units 301-303.
In this situation, the program codes read from the storage medium may implement any one of the above examples, thus the program codes and the storage medium storing the program codes are part of the technical scheme.
The storage medium for providing the program codes may include floppy disk, hard drive, magneto-optical disk, compact disk (such as CD-ROM, CD-R, CD-RW, DVD-ROM, DVD-RAM, DVD-RW, DVD+RW), magnetic tape drive, Flash card, ROM and so on. Optionally, the program code may be downloaded from a server computer via a communication network. It should be noted that, alternatively to the program codes being executed by a computer (namely a computing device), at least part of the operations performed by the program codes may be implemented by an operation system running in a computer following instructions based on the program codes to realize a technical scheme of any of the above examples.
In addition, the program codes implemented from a storage medium are written in storage in an extension board inserted in the computer or in storage in an extension unit connected to the computer. In this example, a CPU in the extension board or the extension unit executes at least part of the operations according to the instructions based on the program codes to realize a technical scheme of any of the above examples.
The above description just shows several examples of the present disclosure in order to present the principle and implementation of the present application, and is in no way intended to limit the scope of the present application. Any modifications, equivalents, improvements and the like made within the spirit and principle of the present application should be encompassed in the scope of the present application.

Claims

What is claimed is:
1. A method of category path recognition, comprising:
obtaining from a user device over a network, by a server, a commodity title a user inputs through the user device;
performing, by the server, word segmentation on the commodity title to obtain a keyword set comprising keywords comprised in the commodity title; and
determining, by the server, a category path of the commodity title according to the keyword set and a preconfigured commodity category recognition model, wherein the commodity category recognition model comprises correspondences between a plurality of keywords and a plurality of category paths and a counting value of the number of occurrences of each of the plurality of keywords under each corresponding category path.
2. The method of claim 1, wherein a process of determining the category path of the commodity title according to the keyword set and the preconfigured commodity category recognition model comprises:
searching a first table in the commodity category recognition model to obtain a set of category paths comprising the keyword set, wherein the first table comprises the correspondences between the plurality of category paths and the plurality of keywords as well as the counting value of the number of occurrences of each of the plurality of keywords under each corresponding category path;
calculating an integrated counting value for each category path in the set of the category paths respectively; and
selecting the category path with the largest integrated counting value as the category path of the commodity title.
3. The method of claim 2, wherein a process of calculating an integrated counting value for each category path in the set of the category paths respectively comprises performing the following processes on each category path in the set of the category paths: calculating a keyword counting value of the number of occurrences of each keyword in the keyword set under the category path respectively;
calculating a product of the keyword counting values of the keywords in the keyword set, and taking the product as the integrated counting value of the category path.
4. The method of claim 3, wherein a process of calculating a counting value of the number of occurrences of each keyword in the keyword set under the category path respectively comprises performing the following processes on each keyword in the keyword set:
searching the first table to determine a first counting value of the number of occurrences of the keyword under the category path,
searching a second table in the commodity category recognition model to determine a second counting value of the number of occurrences of the keyword, wherein the second table comprises the counting value of the total number of occurrences of each keyword;
searching a third table in the commodity category recognition model to determine a third counting value of the total number of the commodity titles under the category path, wherein the third table comprises the counting value of the total number of commodity titles under the category path; and
calculating the keyword counting value of the keyword under the category path according to the first counting value, the second counting value and the third counting value.
5. The method of claim 3, wherein a process of calculating the keyword counting value of the keyword under the category path according to the first counting value, the second counting value and the third counting value comprises:
calculating a product of the second counting value and a predefined first parameter and a product of the third counting value and a predefined second parameter, and taking the sum of the two products as a fourth counting value; and
calculating a quotient of the first counting value divided by the fourth counting value, and taking the quotient as the keyword counting value of the keyword under the category path.
6. A system of category path recognition, comprising: a memory and a processor, wherein the memory stores instruction units executable for the processor, and the instruction units comprise an obtaining unit, a processing unit and a determination unit, wherein: the obtaining unit is to obtain from a user device over a network a commodity title a user inputs through the user device;
the processing unit is to perform word segmentation on the commodity title to obtain a keyword set comprising keywords comprised in the commodity title; and
the determination unit is to determine a category path of the commodity title according to the keyword set and a preconfigured commodity category recognition model, wherein the commodity category recognition model comprises correspondences between a plurality of keywords and a plurality of category paths and a counting value of the number of occurrences of each of the plurality of keywords under each corresponding category path.
7. The system of claim 6, wherein the determination unit comprises:
a first searching unit, to search a first table in the commodity category recognition model to obtain a set of category paths comprising the keyword set, wherein the first table comprises the correspondences between the plurality of category paths and the plurality of keywords as well as the counting value of the number of occurrences of each of the plurality of keywords under each corresponding category path;
a calculation unit, to calculate an integrated counting value for each category path in the set of the category paths respectively; and
a selection unit, to select the category path with the largest integrated counting value as the category path of the commodity title.
8. The system of claim 7, wherein the calculation unit comprises a first calculation subunit and a second calculation subunit, wherein:
the first calculation subunit is to, for each category path in the set of the category paths, calculate a keyword counting value of the number of occurrences of each keyword in the keyword set under the category path respectively;
the second calculation subunit is to, for each category path in the set of the category paths, calculate a product of the keyword counting values of the keywords in the keyword set under the category path, and take the product as the integrated counting value of the category path.
9. The system of claim 8, wherein the first calculation subunit comprises:
a second searching unit, for each keyword in the keyword set and each category path in the set of the category paths, to search the first table to determine a first counting value of the number of occurrences of the keyword under the category path, to search a second table in the commodity category recognition model to determine a second counting value of the number of occurrences of the keyword, and to search a third table in the commodity category recognition model to determine a third counting value of the total number of the commodity titles under the category path, wherein the third table comprises the counting value of the total number of commodity titles under the category path and the second table comprises the counting value of the total number of occurrences of each keyword;
a calculation module, for each keyword in the keyword set and each category path in the set of the category paths, to calculate the keyword counting value of the keyword under the category path according to the first counting value, the second counting value and the third counting value.
10. The system of claim 9, wherein the calculation module comprises:
a first calculation sub-module, for each keyword in the keyword set and each category path in the set of the category paths, to calculate a product of the second counting value and a predefined first parameter and a product of the third counting value and a predefined second parameter, and take the sum of the two products as a fourth counting value; and
a second calculation sub-module, for each keyword in the keyword set and each category path in the set of the category paths, calculate a quotient of the first counting value divided by the fourth counting value, and take the quotient as the keyword counting value of the keyword under the category path.
11. A non-transitory machine-readable storage medium, storing instructions to cause a machine to execute the method of any of claims 1-5.
PCT/CN2013/088002 2012-12-25 2013-11-28 Method and system of category path recognition Ceased WO2014101616A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
RU2015125959A RU2617921C2 (en) 2012-12-25 2013-11-28 Category path recognition method and system
US14/748,618 US20150294388A1 (en) 2012-12-25 2015-06-24 Method and system of category path recognition

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201210572005.2A CN103902545B (en) 2012-12-25 2012-12-25 A kind of classification path identification method and system
CN201210572005.2 2012-12-25

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US14/748,618 Continuation US20150294388A1 (en) 2012-12-25 2015-06-24 Method and system of category path recognition

Publications (1)

Publication Number Publication Date
WO2014101616A1 true WO2014101616A1 (en) 2014-07-03

Family

ID=50993875

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2013/088002 Ceased WO2014101616A1 (en) 2012-12-25 2013-11-28 Method and system of category path recognition

Country Status (4)

Country Link
US (1) US20150294388A1 (en)
CN (1) CN103902545B (en)
RU (1) RU2617921C2 (en)
WO (1) WO2014101616A1 (en)

Families Citing this family (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106204053A (en) * 2015-05-06 2016-12-07 阿里巴巴集团控股有限公司 The misplaced recognition methods of categories of information and device
JP2017092728A (en) * 2015-11-11 2017-05-25 富士通株式会社 COMMUNICATION SYSTEM, BASE STATION, CONTROL STATION, CONTROL STATION CONTROL METHOD
CN105488136B (en) * 2015-11-25 2019-03-26 北京京东尚科信息技术有限公司 Mining methods for purchasing hot labels
CN107092600B (en) * 2016-02-17 2021-06-11 阿里巴巴集团控股有限公司 Information identification method and device
CN108984554B (en) * 2017-06-01 2021-06-29 北京京东尚科信息技术有限公司 Method and apparatus for determining keywords
CN107909424B (en) * 2017-10-19 2021-03-30 北京京东尚科信息技术有限公司 Method and device for intervening search results in real time
CN110019798B (en) * 2017-11-20 2021-02-05 航天信息股份有限公司 Method and system for measuring commodity type difference of sale and sale items
CN109978675B (en) * 2017-12-22 2022-06-07 航天信息股份有限公司 Tax monitoring method and device
CN109559191A (en) * 2018-10-25 2019-04-02 平安科技(深圳)有限公司 Sales control method, apparatus, electronic equipment and the storage medium of online shopping class commodity
CN109635198B (en) * 2018-12-17 2020-09-29 杭州柚子街信息科技有限公司 Method, device, medium and electronic equipment for presenting user search results on commodity display platform
CN111353838A (en) * 2018-12-21 2020-06-30 北京京东尚科信息技术有限公司 Method and device for automatically checking commodity category
CN111178056A (en) * 2020-01-02 2020-05-19 苏宁云计算有限公司 Deep learning based file generation method and device and electronic equipment
CN113779243A (en) * 2021-08-16 2021-12-10 深圳市世强元件网络有限公司 A kind of commodity automatic classification method, device and computer equipment
CN114282627B (en) * 2022-01-18 2025-05-27 北京三快在线科技有限公司 Classification model generation method, object classification method and device
CN115034845B (en) * 2022-05-16 2025-09-16 杭州阿里巴巴海外互联网产业有限公司 Identification method and device for same commodity, computer equipment and medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000003388A (en) * 1998-06-16 2000-01-07 Hitachi Ltd Demand forecast unit setting method
WO2012060866A1 (en) * 2010-11-02 2012-05-10 Alibaba Group Holding Limited Determination of category information using multiple stages

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
RU2225031C2 (en) * 2001-05-21 2004-02-27 Киракозов Сергей Николаевич Method for identifying goods being among objects of export control
US6826568B2 (en) * 2001-12-20 2004-11-30 Microsoft Corporation Methods and system for model matching
US20040260677A1 (en) * 2003-06-17 2004-12-23 Radhika Malpani Search query categorization for business listings search
US20050222987A1 (en) * 2004-04-02 2005-10-06 Vadon Eric R Automated detection of associations between search criteria and item categories based on collective analysis of user activity data
US8862608B2 (en) * 2007-11-13 2014-10-14 Wal-Mart Stores, Inc. Information retrieval using category as a consideration
US20100257171A1 (en) * 2009-04-03 2010-10-07 Yahoo! Inc. Techniques for categorizing search queries
CN102737057B (en) * 2011-04-14 2015-04-01 阿里巴巴集团控股有限公司 Determining method and device for goods category information

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000003388A (en) * 1998-06-16 2000-01-07 Hitachi Ltd Demand forecast unit setting method
WO2012060866A1 (en) * 2010-11-02 2012-05-10 Alibaba Group Holding Limited Determination of category information using multiple stages

Also Published As

Publication number Publication date
CN103902545A (en) 2014-07-02
RU2015125959A (en) 2017-01-30
RU2617921C2 (en) 2017-04-28
CN103902545B (en) 2018-10-16
US20150294388A1 (en) 2015-10-15

Similar Documents

Publication Publication Date Title
US20150294388A1 (en) Method and system of category path recognition
CN103870505B (en) One kind inquiry words recommending method and query word commending system
US10796244B2 (en) Method and apparatus for labeling training samples
JP5449628B2 (en) Determining category information using multistage
US20180322131A1 (en) System and Method for Content-Based Media Analysis
CN110287688B (en) Associated account analysis method and device and computer-readable storage medium
CN102314654B (en) A kind of information-pushing method and Information Push Server
CN108121737A (en) A kind of generation method, the device and system of business object attribute-bit
WO2014015079A2 (en) Method and apparatus of recommending clothing products
CN105335519A (en) Model generation method and device as well as recommendation method and device
CN110599307B (en) A method and device for recommending products
CN107871259A (en) A kind of processing method of information recommendation, device and client
CN104572717B (en) Information searching method and device
CN105404625A (en) Application program searching method and system
WO2015043227A1 (en) Systems and methods for contacts management
CN105405032A (en) Navigation route generation method and terminal
CN107016589B (en) Method and device for determining recommended products
CN110020957A (en) Damage identification method and device, the electronic equipment of maintenance objects
CN103942693B (en) Method, the system for identifying the method, apparatus in grocery and Searching Shops
TW201926087A (en) Question pushing method and device
US11601509B1 (en) Systems and methods for identifying entities between networks
CN103984754A (en) Search system and search method
CN104102662A (en) Method and device for determining interest and preference similarity of users
CN112445909B (en) Commodity search method and device
CN108288196A (en) A kind of recommendation method and apparatus of business object

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: 13868377

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: IDP00201503698

Country of ref document: ID

NENP Non-entry into the national phase

Ref country code: DE

ENP Entry into the national phase

Ref document number: 2015125959

Country of ref document: RU

Kind code of ref document: A

122 Ep: pct application non-entry in european phase

Ref document number: 13868377

Country of ref document: EP

Kind code of ref document: A1