WO2015062359A1 - Method and device for advertisement classification, server and storage medium - Google Patents

Method and device for advertisement classification, server and storage medium Download PDF

Info

Publication number
WO2015062359A1
WO2015062359A1 PCT/CN2014/086149 CN2014086149W WO2015062359A1 WO 2015062359 A1 WO2015062359 A1 WO 2015062359A1 CN 2014086149 W CN2014086149 W CN 2014086149W WO 2015062359 A1 WO2015062359 A1 WO 2015062359A1
Authority
WO
WIPO (PCT)
Prior art keywords
preset
commodity
category
titles
advertisement
Prior art date
Application number
PCT/CN2014/086149
Other languages
French (fr)
Inventor
Yajuan SONG
Lei Xiao
Jinjing LIU
Shaofeng HU
Original Assignee
Tencent Technology (Shenzhen) Company Limited
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 Tencent Technology (Shenzhen) Company Limited filed Critical Tencent Technology (Shenzhen) Company Limited
Publication of WO2015062359A1 publication Critical patent/WO2015062359A1/en
Priority to US15/140,793 priority Critical patent/US20160239865A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/02Marketing; Price estimation or determination; Fundraising
    • G06Q30/0241Advertisements
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/35Clustering; Classification
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/36Creation of semantic tools, e.g. ontology or thesauri

Definitions

  • the present disclosure relates to the field of information technologies, and in particular to a method and a device for advertisement classification, a server and a storage medium.
  • advertisement classification that is, the advertisements are classified into different categories so that advertisements in a certain category are pushed to target users of this category.
  • text information of an advertisement is represented by a characteristic vector.
  • Data in the text information of the advertisement may be labeled manually, then feature extraction is performed on the labeled data to obtain a feature related to the semanteme of a category to which the data belongs, and finally the advertisement is classified according to the obtained feature and a classification model such as a Naive Bayesian classification model or a Support Vector Machine (SVM) classification model. Consequently, the advertisements may be pushed according to the categories obtained by classifying the advertisements as per the classification models.
  • the classified advertisements may be designed by the enterprises autonomously in terms of promotion time, promotion region, budget and the like, reduce the advertisement costs of the enterprises, and increase a click through rate thereof, and therefore attract intensive attention from the enterprises.
  • the data in an advertisement are usually selected by means of manual labeling, resulting in a long time for the advertisement classification.
  • a good effect of advertisement classification may be obtained via the SVM classification model and the Naive Bayesian classification model, the precision of classifying complex and diverse advertisements via the feature obtained from the text information and a separate classification model is low.
  • embodiments of the invention provide a method and a device for advertisement classification, a server and storage medium.
  • an embodiment of the invention provides a method for advertisement classification, including:
  • an embodiment of the invention provides a device for advertisement classification, including:
  • a feature word acquiring module which is configured for obtaining, from text information of an advertisement to be classified, a plurality of feature words of the text information
  • a feature word weight value acquiring module which is configured for acquiring a Term Frequency-Inverse Document Frequency value of each feature word from the plurality of feature words as a weight value of the feature word, according to statistical information of the feature word in the text information and statistical information of the feature word in known commodity titles;
  • a category acquiring module which is configured for acquiring a category of the advertisement according to the weight values of the plurality of feature words, classification information of the advertisement and a preset classification model.
  • an embodiment of the invention provides a server including a processor and a storage, which are connected with each other; wherein:
  • the processor is configured for obtaining, according to text information of an advertisement to be classified, a plurality of feature words of the text information
  • the processor is further configured for acquiring a Term Frequency-Inverse
  • the processor is further configured for acquiring a category of the advertisement according to the weight values of the plurality of feature words, classification information of the advertisement and a preset classification model.
  • an embodiment of the invention provides a storage medium containing computer-executable instructions, where the computer-executable instructions, when executed by a computer processor, are configured to perform a method for advertisement classification including:
  • a plurality of feature words are obtained from the text information of an advertisement to be classified, and the commodity title corresponding to each preset category is regarded as a known commodity title and added to a corpus, to avoid selecting the data from the advertisement in a manner of manual labeling, so that the time taken for advertisement classification is reduced.
  • the server additionally introduces the feature corresponding to the classification information of the advertisement to a preset classification model for computation in order to obtain the category of the advertisement, thus avoiding the low precision in classifying the advertisement according to a feature word obtained from the text information and a separate preset classification model merely, so that the precision of advertisement classification may be improved.
  • Fig.1 is a flow chart of a method for advertisement classification according to an embodiment of the invention.
  • Fig. 2 is a flow chart of a method for advertisement classification according to an embodiment of the invention.
  • Fig. 3 is a system for embodying the flow of the establishment of a preset classification model according to an embodiment of the invention shown in Fig. 2;
  • Fig. 4 is a flow chart showing the classification of advertisements according to an embodiment of the invention.
  • Fig. 5 is a structural schematic diagram of a device for advertisement classification according to an embodiment of the invention.
  • Fig. 6 is a structural schematic diagram of a server according to an embodiment of the invention.
  • Fig. 1 is a flow chart of a method for advertisement classification according to an embodiment of the invention.
  • the method for advertisement classification in the present embodiment which may be embodied by a server, includes Steps 101 to 103 below:
  • Step 101 obtaining by a server, according to text information of an advertisement to be classified, a plurality of feature words of the text information;
  • Step 102 acquiring by the server, according to statistical information of each of the feature words in the text information and statistical information of the feature word in known commodity titles, a Term Frequency-Inverse Document Frequency (TFIDF) value of the feature word as a weight value of the feature word; and
  • TFIDF Term Frequency-Inverse Document Frequency
  • Step 103 acquiring, by the server, the category of the advertisement according to the weight values of all of the feature words, classification information of the advertisement and a preset classification model.
  • a plurality of feature words are obtained from the text information of an advertisement to be classified, and the commodity title corresponding to each preset category is regarded as a known commodity title and added to a corpus, to avoid selecting the data from the advertisement in a manner of manual labeling, so that the time taken for advertisement classification is reduced.
  • the server additionally introduces the feature corresponding to the classification information of the advertisement to a preset classification model for computation in order to obtain the category of the advertisement, thus avoiding the low precision in classifying the advertisement according to a feature word obtained from the text information and a separate preset classification model merely, so that the precision of advertisement classification may be improved.
  • Fig. 2 is a flow chart of a method for advertisement classification according to an embodiment of the invention.
  • the method in the present embodiment may be embodied by a server, and include a process for establishing a preset classification model and a process for classifying an advertisement as per the preset classification model, and Steps 201 to 208 below form the process for establishing a preset classification model by the server.
  • Step 201 acquiring preset categories corresponding to a plurality of advertisements by a server.
  • the preset category refers to a category set by an advertising agent. Before issuing an advertisement, the advertising agent determines the preset category to which the advertisement belongs via manual classification.
  • the original category refers to a category determined for the advertisement by the advertisement owner. The original category may be the same as or different from the preset category; for example, the advertisement owner determines the original category of a certain advertisement as a "clothing accessories" before entrusting the advertisement to the advertising agent for issuing, but the preset category determined for the advertisement by the advertising agent may be a "ornamental article" when the advertising agent issues the advertisement.
  • the original category may be one of the preset categories or the commodity categories, or the original category may have a correspondence relationship with at least one preset category or commodity category.
  • Step 202 acquiring by the server, according to a one-to-many correspondence relationship between the preset category and the commodity categories, a commodity title that corresponds to each of the preset categories corresponding to the plurality of advertisements.
  • the commodity categories herein refers to electronic-commerce commodity categories; for example, the commodity categories may include commodity categories on www.paipai.com, commodity categories on www.taobao.com, or a combination of commodity categories provided by several different operators.
  • the commodity categories are not limited to the commodity categories from the above two shopping websites, and may also include other electronic commerce commodity categories.
  • the source of the commodity category is not limited.
  • the electronic-commerce commodities may be employed as the training samples.
  • the commodity titles of the commodities may be used as training samples so that the commodity titles in the preset proportion are employed as a corpus, so as to establish a preset classification model according to the relations between a large amount of commodity titles and the commodity categories.
  • each commodity category corresponds to a plurality of commodity titles
  • the server may obtain the commodity titles corresponding to each of the plurality of the obtained preset categories according to the commodity titles corresponding to the commodity category and the established one-to-many correspondence relationship between each preset category and the commodity categories.
  • the commodity categories corresponding to the preset category include men's wear and ladies' wear
  • the commodity titles corresponding to the men's wear include a commodity title A and a commodity title B
  • the commodity titles corresponding to the ladies' wear include a commodity title C, a commodity title D, a commodity title E and a commodity title F
  • the commodity titles corresponding to the preset category of "garment” include the commodity title A, the commodity title B, the commodity title C, the commodity title D, the commodity title E and the commodity title F.
  • Step 203 adjusting, by the server, the commodity titles corresponding to each preset category according to the number of advertisements corresponding to each original category, so as to equalize (or balance) the number of the commodity titles corresponding to each preset category.
  • Step 203 includes: obtaining by the server, according to the original categories in advertisement classification information, the number of advertisements corresponding to each of the original categories, and adjusting the commodity titles corresponding to each preset category according to the proportion of advertisements corresponding to each of the original categories to the total advertisements, so as to equalize the number of commodity titles in the preset category.
  • the server obtains the number of advertisements corresponding to each of the original categories, and adjusts the commodity titles that correspond to at least one preset category corresponding to the original category according to the proportion of the advertisements corresponding to the original category to the total advertisements as well as the correspondence relationship between the original category and the at least one preset category, so that the proportion of the commodity titles that correspond to the at least one preset category corresponding to the original category to the total commodity titles is made close to or equal to the proportion of the advertisements corresponding to the original category to the total advertisements, so as to equalize the number of commodity titles in the preset category.
  • the number of advertisements corresponding to a certain original category is 10% of the number of the total advertisements
  • the total number of commodity titles corresponding to the first preset category and the second preset category that correspond to the original category is adjusted to be 10% of the known commodity titles.
  • the original categories of advertisements may be included in the advertisement classification information, which may include an advertisement title, an advertisement description, an advertisement keyword, an original category of advertisement, an advertisement picture feature (for example, picture pixels, picture brightness, etc.), characters in an advertisement picture, etc.
  • the advertisement classification information may also include other information in addition to the above information, which is not limited in the embodiments of the invention.
  • Step 204 selecting, by the server, commodity titles in a preset proportion from the adjusted commodity titles corresponding to each preset category, and performing word segmentation on the selected commodity titles in the preset proportion (i.e. splitting words contained in the selected commodity titles in the preset proportion) to obtain a word segmentation result of each of the selected commodity titles.
  • word segmentation i.e. splitting words contained in the selected commodity titles in the preset proportion
  • Step 204 specifically includes: selecting, by the server, the commodity titles in the preset proportion from the adjusted commodity titles corresponding to each preset category as the text information of the advertisement; performing word segmentation on the selected commodity titles in the preset proportion; and filtering a preliminary result obtained from word segmentation to obtain a word segmentation result of each commodity title.
  • the filtering includes filtering out a stop word, incorporating digits and names, filtering out an auxiliary word, etc., for example, filtering out a stop word "some" and filtering out an auxiliary word "of".
  • the preset proportion may be set by a technician during development, and may be adjusted by an advertising agent in use, which is not limited in the embodiments of the invention.
  • the preset proportion may be 90% or 80%, etc.; however, the preset proportion may also be 100%. If the preset proportion is 100%, a commodity title newly added may be employed to verify the accuracy of the preset classification model during the subsequent stage of accuracy verification of the preset classification model.
  • the specific value of the preset proportion is not limited.
  • Step 205 acquiring by the server, according to the number of occurrences of each word from the word segmentation result of each of the selected commodity titles in the selected commodity titles, a word of which the numbers of occurrences are larger than a first preset threshold.
  • DF Document Frequency
  • Step 205 specifically includes: counting, by the server, the number of occurrences of each of the words from the obtained word segmentation result in the selected commodity titles in the preset proportion; and searching for and extracting, according to the number of occurrences of each of the words in the selected commodity titles in the preset proportion, the words of which the numbers of occurrences are larger than the first preset threshold.
  • the server determines, according to the number of occurrences of each of the words from the word segmentation result in the selected commodity titles in the preset proportion, that the numbers of occurrences of two words "Samsung” and “lowest” in the selected commodity titles in the preset proportion are both larger than 4, then the server acquires these two words "Samsung” and "lowest”.
  • the first preset threshold may be set by a technician during development, and may be adjusted by an advertising agent in actual use, which is not limited in the embodiments of the invention.
  • the server acquires, according to the number of occurrences of each of the words from the word segmentation result of each commodity title in the selected commodity titles in the preset proportion, the words of which the numbers of occurrences are larger than 4.
  • Step 206 performing, by the server, feature extraction on the acquired words of which the numbers of occurrences are larger than the first preset threshold by using a preset statistical algorithm, so as to obtain a plurality of title feature words.
  • Step 206 specifically includes: computing, by the server, a point value of each one from the words of which the numbers of occurrences are larger than the first preset threshold by using a preset statistical algorithm; and selecting a word of which the point value meets a preset rule as a title feature word according to the point value of each one from the words of which the DF is larger than the first preset threshold.
  • the preset statistical algorithm and the preset rule may be set by a technician during development, and may be adjusted by an advertising agent in use, which is not limited in the embodiment of the invention.
  • the selecting of a word of which the point 5 value meets the preset rule may be implemented in such a way of: (1 ) selecting a certain number of words with top point values; or (2) selecting the words of which the point value is larger than a third preset threshold.
  • the above selection may also be implemented in other ways, and the implementing process for selecting a word of which the point value meets a preset rule is not limited in the embodiment of the 10 invention.
  • the preset statistical algorithm may be a chi-square statistics algorithm, in this case, the server substitutes the words of which the numbers of occurrences are larger than the first preset threshold, for example those two words "Samsung” and "lowest” obtained in the example of Step 205, into the following formula:
  • A represents the number of commodity titles containing the word t among all commodity titles corresponding to a preset category c
  • B represents the number of commodity titles containing the word t among all commodity titles corresponding to preset categories except for the present category c
  • C represents the number of 0 commodity titles that doest not contain the word t among all the commodity titles corresponding to the preset category c
  • D represents the number of commodity titles that doest not contain the word t among all the commodity titles corresponding to the preset categories except for the preset category c
  • K A+B+C+D, where K represents the total number of the selected commodity titles in the preset proportion .
  • m denotes the number of the words of which the numbers of occurrences are larger than the first preset threshold
  • i denotes the sequence number of the word of which the number of occurrences is larger than the first preset threshold
  • P r (Ci) denotes the probability of occurrences of the preset category c, in the corpus, where the corpus refers to a training sample library for the commodity titles.
  • the corpus refers to a training sample library for the commodity titles.
  • P r (Ci) denotes the proportion of the commodity titles that have a correspondence relationship with the preset category c, to total known commodity titles.
  • the server may sort these words of which the numbers of occurrences are larger than the first preset threshold according to the point values of these words, for example in an order of decreasing point values, and select a preset number of words from the sorted words as the title feature words; or, the server may select, from the words of which the numbers of occurrences are larger than the first preset threshold, a plurality of words each with a point value larger than the third preset threshold as the title feature words.
  • Step 207 obtaining by the server, according to the number of occurrences of each one from the title feature words in the corresponding commodity title, the number of the selected commodity titles in the preset proportion as well as the number of occurrences of the title feature word in the selected commodity titles in the preset proportion, a TFIDF value of the title feature word as a weight value of the title feature word.
  • the server counts the number of occurrences of each one from the title feature words in the corresponding commodity title, the number of the selected commodity titles in the preset proportion and the number of occurrences of the title feature word in the selected commodity titles in the preset proportion, and obtains the TFIDF value of the title feature word via the formula below:
  • TFIDF (t, d) TF (t, d) *log (— + 0.01)
  • TFIDF (t, d) represents the weight of a word t in a commodity title d
  • TF(t,d) represents the occurrence frequency of the word t in the commodity title d
  • N denotes the total number of commodity titles in the corpus
  • n denotes the number of commodity titles containing the word t in the corpus.
  • the server takes the TFIDF value of each one from the title feature words obtained via the above formula as the weight value of the title feature word.
  • Step 208 establishing, by the server, a preset classification model according to the weight values of the title feature words and a preset classification algorithm.
  • the step 208 specifically includes: performing, by the server, machine learning according to the weight value of each of the acquired title feature words and the preset classification algorithm in the server; and establishing a preset classification model according to the result of the machine learning.
  • the preset classification algorithm may be set by a technician during development, and may be adjusted by an advertising agent in use, which is not limited in the embodiments of the invention.
  • the preset classification algorithm may be a Naive Bayesian classification algorithm or a Support Vector Machine (SVM) classification algorithm.
  • Steps 201 to 208 form a process of establishing, by the server, a preset classification model by taking the commodity titles as advertisements and taking the commodity titles selected in a preset proportion as a corpus.
  • the server After establishing the preset classification model, the server needs to determine the accuracy of the preset classification model, thereby determining whether the preset classification model can be used for classifying the advertisements. Therefore, the server needs to perform Step 209 below.
  • Step 209 classifying the commodity titles except for the selected commodity titles in the preset proportion according to the preset classification model as advertisements, and determining the accuracy of the preset classification model.
  • Step 209 may include Steps 209a to 209g below.
  • Step 209a taking, by the server, the commodity titles except for the selected commodity titles in the preset proportion as advertisements, and performing word segmentation on each one from the commodity titles except for the selected commodity titles in the preset proportion, to obtain a word segmentation result of the commodity title.
  • Step 209a the server takes the commodity titles except for the selected commodity titles in the preset proportion as the test samples. Step 209a has the same principle as Step 204, and hence is not discussed again here.
  • Step 209b performing, by the server, feature extraction on the words in the word segmentation result of each of the commodity titles, to obtain a plurality of words.
  • Step 209b specifically includes: performing, by the server, feature extraction on the words in the word segmentation result of each of the commodity titles with reference to the plurality of preset feature words, to obtain a plurality of words which are the same as the preset feature words.
  • the plurality of preset feature words may be obtained by the server after Step 206 in the process for establishing the preset classification model.
  • word segmentation on the commodity title by the server will result in a word segmentation result of "autumn garment”, “men's garment”, “coat” and “jacket”, and if the plurality of feature words preset by the server contain "men's garment” and "autumn garment", the server obtains words of "men's garment” and "autumn garment” from the feature extraction performed on the words in the word segmentation result of "autumn garment", "men's garment”, “coat” and "jacket”.
  • Step 209c acquiring by the server, according to the number of occurrences of each word from the plurality of words (which are obtained from the feature extraction) in the commodity title corresponding to the word, the number of the commodity titles except for the selected commodity titles in the preset proportion as well as the number of occurrences of the word in the commodity titles except for the selected commodity titles in the preset proportion, a TFIDF value of the word as the weight value of the word.
  • Step 209c has the same principle as Step 207, and hence is not discussed again here.
  • Step 209d inputting, by the server, the weight values of the plurality of words to the preset classification model for computation, to obtain a category corresponding to each of the commodity titles except for the selected commodity titles in the preset proportion.
  • Step 209d includes: inputting, by the server, the weight values of the plurality of words into the preset classification model for computation, to obtain the category corresponding to each commodity title from the commodity titles except for the selected commodity titles in the preset proportion according to the computation result of the preset classification model.
  • Step 209e determining, by the server, whether the obtained category corresponding to each of the commodity titles except for the selected commodity titles in the preset proportion is the same as the preset category corresponding to the commodity title.
  • the server determines whether the obtained category corresponding to each of the commodity titles is the same as the preset category corresponding to the commodity title according to the correspondence relationship between each of the preset categories and the commodity titles that is acquired in Step 202, and counts, among the commodity titles except for the selected commodity titles in the preset proportion, the number of commodity titles, to which the obtained categories correspond are respectively the same as the preset categories corresponding to these commodity titles.
  • the server obtains the preset category corresponding to the commodity title according to the correspondence relationship between the preset category and the commodity titles, and determines whether the obtained preset category corresponding to the commodity title is "mobile phone”.
  • Step 209f is performed; otherwise, Step 209g is performed.
  • Step 209f determining, by the server, that the category of the advertisement obtained by using the preset classification model is accurate, if the number of commodity titles, to which the categories correspond obtained from the advertisement classification are respectively the same as the preset categories corresponding to these commodity titles, reaches the second preset threshold.
  • the second preset threshold may be set by a technician during development, and may further be adjusted by an advertising agent in use, which is not limited in the embodiments of the invention.
  • the second preset threshold may be the ratio of the number of commodity titles, to which the categories correspond obtained from the advertisement classification are respectively the same as the preset categories corresponding to these commodity titles, to the number of commodity titles used for verifying the accuracy of the preset classification model, for example 90%.
  • the server determines that the advertisement category obtained by using the preset classification model is accurate, the server saves the preset classification model, and may classify further advertisements by using the preset classification model.
  • Step 209g determining, by the server, that the advertisement category obtained by using the preset classification model is not accurate, if the number of commodity titles, to which the categories correspond obtained from the advertisement classification are respectively the same as the preset categories corresponding to these commodity titles, does not reach the second preset threshold.
  • the server may continue to perform Steps 201 to 208 to adjust the preset classification model or reestablish a preset classification model.
  • Fig. 3 is a system for embodying the flow of the establishment of a preset classification model according to an embodiment of the invention shown in Fig. 2, especially Steps 201 to 209 shown in Fig.2.
  • the advertisements and the commodity titles for electronic commerce used for establishing an advertisement classification model may be stored on a distributed storage system, and the number of advertisements corresponding to each original category is obtained by analyzing a plurality of advertisements, so that the correspondence relationship may be adjusted according to the distribution in the original categories and the preset categories during the process of establishing the correspondence relationship by taking the commodity titles for electronic commerce as training samples, then word segmentation and statistical information computation may be performed on the commodity titles, and finally a preset classification model may be established, and the accuracy of the preset classification model is verified.
  • the server may classify further advertisements by using the preset classification model by Steps 210 to 214 below.
  • Step 210 acquiring, by the server, text information of an advertisement to be classified.
  • the server Upon obtaining an advertisement to be classified, the server acquires text information of the advertisement. Further, upon obtaining the advertisement to be classified, the server may also acquire classification information of the advertisement.
  • Step 211 performing, by the server, word segmentation on the text information to obtain a plurality of words.
  • the server performs word segmentation on the text information of the advertisement according to the process at Step 204, and obtains a plurality of words after an operation such as filtering out a stop word.
  • Step 212 performing, by the server, feature extraction on the plurality of words, to obtain a plurality of feature words contained in the text information.
  • the server performs feature extraction on the plurality of words according to the process at Step 209b, and finally obtains a plurality of feature words contained in the text information of the advertisement.
  • the process of performing feature extraction on the plurality of words reference may be made to the specific process of Step 209b, which is not discussed again here.
  • Step 213 acquiring by the server, according to statistical information of each of the feature words in the text information and statistical information of the feature word in the known commodity title, a TFIDF value of the feature word as a weight value of the feature word;
  • the server takes the adjusted commodity titles corresponding to each preset category obtained from Step 203 as a corpus and takes the commodity titles corresponding to the preset category as the known commodity titles, and then obtains the TFIDF value of each of the plurality of feature words as the weight value of the feature word via the formula for calculating the TFIDF value provided in Step 207 according to the number of occurrences of the feature word in the text information, the number of total known commodity titles as well as the number of occurrences of the feature word in the known commodity titles.
  • Step 214 acquiring, by the server, the category of the advertisement according to the weight values of the plurality of feature words, classification information of the advertisement and the preset classification model.
  • the server After performing the word segmentation process at Step 211 and the feature extraction process at Step 212 on the classification information according to the classification information of the advertisement, the server obtains a plurality of classification information feature words contained in the classification information; and after performing the process at Step 213 on these classification information feature words, the server obtains a TFIDF value of each of the classification information feature words as a weight value of the classification information feature word, and inputs the weight values of the plurality of classification information feature words and the weight values of the plurality of feature words obtained at Step 212 into the preset classification model for computation, to obtain the category of the advertisement according to the computation result of the preset classification model.
  • Steps 210 to 214 form a process of classifying an advertisement by the server according to a preset classification model.
  • the method for classifying an advertisement is not limited to the above, and may be alternatively a classification method formed by Steps 215 to 217 below.
  • Step 215 acquiring by the server, if text information of an advertisement includes specified commodity information, a specified commodity category as per a preset correspondence relationship between the commodity information and the commodity category according to specified commodity information, where the specified commodity category is a commodity category corresponding to the specified commodity information, and the specified commodity information is a specified commodity identifier and/or a specified commodity title.
  • the server acquires the text information of the advertisement to be classified at Step 210, and if determining that the text information contains the specified commodity identifier and/or the specified commodity title, the server searches out a commodity category corresponding to the specified commodity identifier and/or the specified commodity title according to a correspondence relationship between the commodity identifier and/or commodity title and the commodity category in the server.
  • the commodity identifier may be a commodity name or a commodity Identity (ID), etc., which is not limited in the embodiments of the invention.
  • the server searches out a commodity category corresponding to the specified commodity name of "Samsung S7898" according to a correspondence relationship between the commodity identifier and/or commodity title and the commodity category in the server; and if the commodity category corresponding to the commodity identifier and/or commodity title is "mobile phone”, then "Samsung S7898" corresponds to "mobile phone”.
  • Step 216 acquiring, by the server, a preset category corresponding to the specified commodity category as per a one-to-many correspondence relationship between the preset category and the commodity categories according to the specified commodity category.
  • the server searches out a commodity category corresponding to the specified commodity identifier and/or the specified commodity title as per the correspondence relationship (i.e., the one-to-many correspondence relationship between the preset category and the commodity categories in the process shown in step 202), to obtain the preset category corresponding to the commodity category.
  • the correspondence relationship i.e., the one-to-many correspondence relationship between the preset category and the commodity categories in the process shown in step 202
  • Step 217 taking, by the server, the obtained preset category corresponding to the specified commodity category as the category of the advertisement.
  • the implementation of the invention further includes a classification method as shown in Steps 218 to 221 below.
  • Step 218 if the plurality of feature words contain at least one known brand feature word, the server acquires, according to the statistical information of each of the at least one known brand feature word in the text information and the statistical information of the brand feature word in the known commodity titles, a TFIDF value of the brand feature word as a weight value thereof.
  • the server compares these feature words with the brand feature words in the server so as to determine whether the plurality of feature words contain the known brand feature words. If the plurality of feature words contain at least one known brand feature word, the server takes the adjusted commodity titles corresponding to each preset category at step 203 as a corpus and takes the commodity titles corresponding to the preset category as the known commodity titles, and obtains, according to the number of occurrences of the each of the at least one known brand feature word in the text information, the total number of the known commodity titles as well as the number of occurrences of the brand feature word in the known commodity titles, a weight value of the brand feature word. For the specific process of obtaining the weight value of each of the brand feature words, reference may be made to the process at Step 207, which is not discussed again here.
  • the known brand feature word may be set by a technician during development, and may further be adjusted by an advertising agent in use, which is not limited in the embodiments of the invention.
  • the known brand feature word may include Samsung, Nokia, Apple, Jeanswest, Adidas, Nike, etc.
  • the server computes the weight values of these three brand feature words via the formula in Step 207.
  • Step 219 obtaining by the server, the preset category corresponding to each of the brand feature words according to a correspondence relationship between the known brand feature word and the commodity category as well as a one-to-many correspondence relationship between the preset category and the commodity categories.
  • the server searches out the commodity category corresponding to each of the brand feature words according to a correspondence relationship between the known brand feature word and the commodity category, and then obtains the preset category that corresponds to the commodity category corresponding to the brand feature word according to the one-to-many correspondence relationship between the preset category and the commodity categories, thereby obtaining the preset category corresponding to the brand feature word.
  • the server obtains that the preset categories corresponding to the two brand feature words, i.e., Samsung and Nokia, are both mobile phone and the preset category corresponding to the brand feature word "Apple" is fruit, according to a correspondence relationship between the known brand feature word and the commodity category and a one-to-many correspondence relationship between the preset category and the commodity categories.
  • Step 220 adding, by the server, the weight values of the brand feature words that belong to the same preset category, to obtain a weight value of the preset category corresponding to the brand feature words.
  • the weight value of the preset category is a sum of the weight values of all the brand feature words contained in the preset category.
  • the weight values of the two brand feature words, i.e., Samsung and Nokia, that are computed and obtained at Step 218 are respectively 0.8 and 0.6, and the weight value of the brand feature word "Apple" is 0.3
  • the weight value of the preset category of mobile phone is 1 .4 which is a sum of 0.8 and 0.6, and the weight value of the preset category of fruit is 0.3.
  • Step 221 selecting by the server, among the preset categories corresponding to the at least one brand feature word, a preset category with the largest weight value as the category of the advertisement.
  • the preset category of mobile phone is selected as the category of the advertisement, that is, the category of the advertisement is mobile phone.
  • the server will classify the advertisement according to one or more of the above three classification methods so as to obtain a plurality of classification results; that is, when the whole classification process contains the processes at Steps 210 to 221 , preferably, the server takes the classification result obtained by the processes at Steps 215 to 217 as the resultant category of the advertisement; when the whole classification process contains the processes at Steps 210 to 214 and Steps 218 to 221 , the server takes the classification result obtained by Steps 218 to 221 as the resultant category of the advertisement; and when the whole classification process only contains the processes at Steps 210 to 214, the server takes the classification result obtained by the preset classification model as the resultant category of the advertisement.
  • the above process is only a preferred processing mode, and other processing modes may also be adopted in an actual application.
  • the priorities of the classification results of the three classification methods are not limited.
  • the above three methods for classifying an advertisement are carried out sequentially. However, the above three methods for classifying an advertisement may also be carried out in any order; for example, the classification process shown in Steps 218 to 221 is carried out first, then the classification process shown in Steps 215 to 217 is carried out, and finally the classification process shown in Steps 210 to 214 is carried out.
  • the above three methods for classifying an advertisement may also be carried out simultaneously. In the embodiment of the invention, the order for carrying out the three methods for classifying an advertisement is not limited.
  • the embodiment of the invention may further include: pushing, by the server, the advertisement according to the category of the advertisement.
  • the server pushes the advertisement to users who are interested in mobile phones.
  • an advertisement is pushed to target users based on historical behavior information, for example, an exposure situation of the advertisement or user clicks on the advertisement.
  • the historical behavior information for example, the exposure situation of the new advertisement or user clicks on the new advertisement
  • the advertisement might be pushed aimlessly in the prior art, so that the effect of the advertisement is poor.
  • the advertisement classifying method may further include a process of optimizing the preset classification model according to the classification result, as shown in Step 222.
  • Step 222 if the category of the advertisement obtained from the classification is the same as the preset category of the advertisement, the server trains the present classification model using the advertisement, to obtain an optimized preset classification model.
  • the server determines the resultant category of the advertisement according to the priorities of the three classification methods and compares the resultant category with the preset category of the advertisement; if the resultant category is the same as the preset category of the advertisement, the server determines that the classification result of the advertisement is correct, and stores the advertisements that are classified correctly as a training set for training the preset classification model, so that the preset classification model may be optimized and updated, to obtain the optimized preset classification model.
  • the specific process for obtaining the preset category of the advertisement includes: obtaining, by an advertising agent, the preset category to which the advertisement belongs by analyzing the advertisement.
  • the server obtains the optimized preset classification model
  • the optimized preset classification model is stored. Subsequently, when it is required to classify an advertisement, the server classifies the advertisement according to the optimized preset classification model.
  • Fig. 4 is a flow chart showing the classification of advertisements according to an embodiment of the invention.
  • the flow chart includes the classification processes of the above-described three methods, i.e., direct advertisement mapping, brand-based mapping and model-based classification.
  • word segmentation is performed on text information of an advertisement and a word segmentation result is subjected to those three methods, i.e., direct mapping, brand-based mapping and model-based classification, to obtain a plurality of categories.
  • one of the obtained plurality of categories is selected as the category of the advertisement by a decision module as per priorities of those three methods or voting.
  • the advertisement that is classified correctly may be added to the training sample.
  • a plurality of feature words are obtained from the text information of an advertisement to be classified, and the commodity title corresponding to each preset category is regarded as a known commodity title and added to a corpus, to avoid selecting the data from the advertisement in a manner of manual labeling, so that the time taken for advertisement classification is reduced.
  • the server additionally introduces the feature corresponding to the classification information of the advertisement to a preset classification model for computation in order to obtain the category of the advertisement, thus avoiding the low precision in classifying the advertisement according to a feature word obtained from the text information and a separate preset classification model merely, so that the precision of advertisement classification may be improved.
  • Fig. 5 is a structural representation of a device for advertisement classification according to an embodiment of the invention.
  • the device includes: a feature word acquiring module 501 , a feature word weight value acquiring module 502 and a category acquiring module 503, where the feature word acquiring module 501 is configured for obtaining, from text information of an advertisement to be classified, a plurality of feature words of the text information; the feature word weight value acquiring module 502 is connected with the feature word acquiring module 501 , and is configured for acquiring, according to statistical information of each of the feature words in the text information and statistical information of the feature word in the known commodity titles, a TFIDF value of the feature word as the weight value of the feature word; and the category acquiring module 503 is connected with the feature word weight value acquiring module 502, and is configured for acquiring a category of the advertisement according to the weight values of the plurality of feature words, classification information of the advertisement and a preset classification model.
  • the feature word weight value acquiring module 502 is specifically configured for acquiring, according to the number of occurrences of each of the feature words in the text information, the total number of known commodity titles and the number of occurrences of the feature word in the known commodity titles, the TFIDF value of the feature word as the weight value of the feature word.
  • the feature word acquiring module 501 is specifically configured for: acquiring the text information of an advertisement to be classified; performing word segmentation on the text information to obtain a plurality of words; and performing feature extraction on the plurality of words to obtain the plurality of feature words of the text information.
  • the device for advertisement classification further includes:
  • a specified commodity category acquiring module which is configured for acquiring, when the text information of the advertisement includes specified commodity information, a specified commodity category as per a correspondence relationship between the preset commodity information and the commodity category according to specified commodity information, where the specified commodity category is a commodity category corresponding to the specified commodity information, and the specified commodity information is a specified commodity identifier and/or a specified commodity title;
  • a preset category acquiring module which is configured for acquiring a preset category corresponding to the specified commodity category as per a one-to-many correspondence relationship between the preset category and the commodity categories according to the specified commodity category.
  • the category acquiring module 503 is further configured for acquiring the preset category corresponding to the specified commodity category as the category of the advertisement.
  • the device for advertisement classification further includes:
  • a brand feature word weight value acquiring module which is configured for acquiring, when the plurality of feature words contain at least one known brand feature word, a TFIDF value of each brand feature word of the at least one known brand feature word as a weight value of the brand feature word according to the statistical information of the brand feature word in the text information and the statistical information of the brand feature word in the known commodity title;
  • the preset category acquiring module is further configured for obtaining a preset category corresponding to each brand feature word according to a correspondence relationship between the known brand feature word and the commodity category and a one-to-many correspondence relationship between the preset category and the commodity categories.
  • the device for advertisement classification further includes: a preset category weight value acquiring module, which is configured for adding the weight values of the brand feature words that belong to the same preset category, to obtain a weight value of the preset category corresponding to the brand feature words.
  • a preset category weight value acquiring module which is configured for adding the weight values of the brand feature words that belong to the same preset category, to obtain a weight value of the preset category corresponding to the brand feature words.
  • the category acquiring module 503 is further configured for selecting, among the preset categories corresponding to the least one brand feature word, the preset category with the largest weight value as the category of the advertisement.
  • the device for advertisement classification further includes:
  • a model optimization module which is configured for training the preset classification model according to the advertisement to obtain an optimized preset classification model, when the obtained category of the advertisement is the same as the preset category of the advertisement.
  • the preset category acquiring module is configured for acquiring preset categories corresponding to a plurality of advertisements.
  • the device for advertisement classification further includes:
  • a commodity title acquiring module which is configured for acquiring the commodity titles corresponding to each one from the acquired preset categories according to the one-to-many correspondence relationship between the preset category and the commodity categories;
  • the device for advertisement classification further includes: a commodity title adjusting module, which is configured for adjusting the commodity titles corresponding to each preset category according to the number of advertisements corresponding to each original category, so as to equalize the number of the commodity titles corresponding to each preset category, where the original category is a category determined by the advertisement owner; and
  • a commodity title selecting module which is configured for selecting commodity titles of a preset proportion from the adjusted commodity titles corresponding to each preset category, so that the preset classification model may be established based on the selected commodity titles in the preset proportion.
  • the model establishing module includes:
  • a title feature word acquiring unit which is configured for acquiring a plurality of title feature words from the commodity titles of a preset proportion selected from the adjusted commodity titles corresponding to each preset category;
  • a title feature word weight value acquiring unit which is configured for acquiring a
  • TFIDF value of each title feature word as the weight value of this title feature word according to the number of occurrences this title feature word in the corresponding commodity title, the number of the selected commodity titles in the preset proportion and the number of occurrences this title feature word in the selected commodity titles in the preset proportion;
  • a model establishing unit which is configured for establishing the preset classification model according to the weight values of the title feature words and a preset classification algorithm.
  • the title feature word acquiring unit is specifically configured for: performing word segmentation on the commodity titles of a preset proportion selected from the adjusted commodity titles corresponding to each preset category, to obtain a word segmentation result of each commodity title; acquiring, according to the number of occurrences for which each word from the word segmentation result of each commodity title occurs in the selected commodity titles in the preset proportion, words of which the numbers of occurrences in the selected commodity titles in the preset proportion are larger than a first preset threshold; and performing feature extraction on the words of which the numbers of occurrences are larger than the first preset threshold by using a preset statistical algorithm, to obtain a plurality of title feature words.
  • the category acquiring module 503 is further configured for selecting, among the commodity titles corresponding to each preset category, commodity titles except for the selected commodity titles in the preset proportion as advertisements, and obtaining the category corresponding to each one from the commodity titles except for the selected commodity titles in the preset proportion according to the commodity titles except for the selected commodity titles in the preset proportion and the preset classification model.
  • the device for advertisement classification further includes:
  • a judging module which is configured for judging whether the obtained category corresponding to each commodity title is the same as the preset category corresponding to this commodity title
  • an accuracy acquiring module which is configured for acquiring the accuracy of obtaining an advertisement category by the preset classification model, if the number of commodity titles (among the commodity titles except for the selected commodity titles in the preset proportion), to which the categories correspond obtained from the advertisement classification are respectively the same as the preset categories corresponding to these commodity titles, reaches a second preset threshold.
  • the category acquiring module 503 is specifically configured for: performing word segmentation on each commodity title from the commodity titles except for the selected commodity titles in the preset proportion, to obtain a word segmentation result of this commodity title; performing feature extraction on the words in the word segmentation result of the commodity title, to obtain a plurality of words; acquiring a TFIDF value of each word from the plurality of words as the weight value of this word according to the number of occurrences this word in the commodity titles corresponding to this word, the number of the commodity titles except for the selected commodity titles in the preset proportion and the number of occurrences of this word in the commodity titles except for the selected commodity titles in the preset proportion; and inputting the weight value of each word from the plurality of words into the preset classification model for computation, to obtain the category corresponding to each commodity title from the commodity titles except for the selected commodity titles in the preset proportion.
  • the server additionally introduces the feature corresponding to the classification information of the advertisement to a preset classification model for computation in order to obtain the category of the advertisement, thus avoiding the low precision in classifying the advertisement according to a feature word obtained from the text information and a separate preset classification model merely, so that the precision of advertisement classification may be improved.
  • the division of the device into the above functional modules is illustrative. However, in an actual application, the device may be divided into different functional modules for performing the corresponding functions as desired, that is, the internal structure of the device may be divided into different functional modules to accomplish the whole or a part of the functions described above. Additionally, the embodiments of the device for advertisement classification and the method for advertisement classification described above belong to the same concept, and reference may be made to the method embodiment for the specific implementing of the device, which will not be given here.
  • Fig. 6 is a structural representation of a server according to an embodiment of the invention.
  • the server includes a processor 601 and a storage 602, which are connected with each other.
  • the processor 601 is configured for obtaining a plurality of feature words of text information of an advertisement to be classified, according to the text information.
  • the processor 601 is further configured for acquiring a Term Frequency-Inverse Document Frequency value of each feature word as a weight value of this feature word according to the statistical information of this feature word in the text information and the statistical information of this feature word in the known commodity title.
  • the processor 601 is further configured for acquiring the category of the advertisement according to the weight value of each feature word, the classification information of the advertisement and a preset classification model.
  • the processor 601 is further configured for acquiring a TFIDF value of each feature word as the weight value of this feature word according to the number of occurrences of this feature word in the text information, the total number of known commodity titles and the number of occurrences of this feature word in the known commodity title.
  • the processor 601 is further configured for: acquiring the text information of an advertisement to be classified; performing word segmentation on the text information to obtain a plurality of words; and performing feature extraction on the plurality of words to obtain a plurality of feature words of the text information.
  • the processor 601 is further configured for acquiring, if the text information of the advertisement includes specified commodity information, a specified commodity category as per a preset correspondence relationship between the commodity information and the commodity category according to specified commodity information, where the specified commodity category is a commodity category corresponding to the specified commodity information, and the specified commodity information is a specified commodity identifier and/or a specified commodity title.
  • the processor 601 is further configured for acquiring a preset category corresponding to the specified commodity category as per a one-to-many correspondence relationship between the preset category and the commodity categories according to the specified commodity category.
  • the processor 601 is further configured for acquiring the preset category corresponding to the specified commodity category as the category of the advertisement.
  • the processor 601 is further configured for acquiring, if the plurality of feature words contain at least one known brand feature word, a TFIDF value of each brand feature word from the at least one known brand feature word as a weight value of this brand feature word, according to the statistical information of this brand feature word in the text information and the statistical information of this brand feature word in the known commodity title.
  • the processor 601 is further configured for obtaining a preset category corresponding to each brand feature word according to a correspondence relationship between the known brand feature word and the commodity category and a one-to-many correspondence relationship between the preset category and the commodity categories.
  • the processor 601 is further configured for adding the weight values of the brand feature words that belong to the same preset category, to obtain a weight value of the preset category corresponding to the brand feature words.
  • the processor 601 is further configured for selecting, among the preset categories corresponding to the at least one brand feature word, a preset category with the largest weight value as the category of the advertisement.
  • the processor 601 is further configured for training the preset classification model by using the advertisement to obtain an optimized preset classification model, if the category of the advertisement is the same as the preset category of the advertisement.
  • the processor 601 is further configured for acquiring preset categories corresponding to a plurality of advertisements.
  • the processor 601 is further configured for acquiring the commodity titles corresponding to each one from the preset categories according to the one-to-many correspondence relationship between the preset category and the commodity categories.
  • the processor 601 is further configured for establishing the preset classification model according to the commodity titles corresponding to each preset category.
  • the processor 601 is further configured for adjusting the commodity titles corresponding to each preset category according to the number of advertisements corresponding to each original category, so as to equalize the number of the commodity titles corresponding to each preset category, where the original category is a category determined by the advertisement owner.
  • the processor 601 is further configured for selecting commodity titles of a preset proportion from the adjusted commodity titles corresponding to each preset category, and establishing the preset classification model based on the selected commodity titles in the preset proportion.
  • the processor 601 is further configured for: acquiring a plurality of title feature words from the commodity titles of a preset proportion selected from the adjusted commodity titles corresponding to each preset category; acquiring a TFIDF value of each title feature word as the weight value of this title feature word according to the number of occurrences this title feature word in the corresponding commodity title, the number of the selected commodity titles in the preset proportion and the number of occurrences this title feature word in the selected commodity titles in the preset proportion; and establishing the preset classification model according to the weight values of the title feature words and a preset classification algorithm.
  • the processor 601 is further configured for: performing word segmentation on the commodity titles of a preset proportion selected from the adjusted commodity titles corresponding to each preset category, to obtain a word segmentation result of each commodity title; acquiring, according to the number of occurrences for which each word from the word segmentation result of each commodity title occurs in the selected commodity titles in the preset proportion, words of which the numbers of occurrences in the selected commodity titles in the preset proportion are larger than a first preset threshold; and performing feature extraction on the words of which the numbers of occurrences are larger than the first preset threshold by using a preset statistical algorithm, to obtain a plurality of title feature words.
  • the processor 601 is further configured for selecting, among the commodity titles corresponding to each preset category, commodity titles except for the selected commodity titles in the preset proportion as advertisements, and obtaining the category corresponding to each one from the commodity titles except for the selected commodity titles in the preset proportion according to the commodity titles except for the selected commodity titles in the preset proportion and the preset classification model.
  • the processor 601 is further configured for judging whether the obtained category corresponding to each commodity title is the same as the preset category corresponding to this commodity title.
  • the processor 601 is further configured for acquiring the accuracy of obtaining an advertisement category by the preset classification model, if the number of commodity titles (among the commodity titles except for the selected commodity titles in the preset proportion), to which the categories correspond obtained from the advertisement classification are respectively the same as the preset categories corresponding to these commodity titles, reaches a second preset threshold.
  • the processor 601 is further configured for: performing word segmentation on each commodity title from the commodity titles except for the selected commodity titles in the preset proportion, to obtain a word segmentation result of this commodity title; performing feature extraction on the words in the word segmentation result of the commodity title, to obtain a plurality of words; acquiring a TFIDF value of each word from the plurality of words as the weight value of this word according to the number of occurrences this word in the commodity titles corresponding to this word, the number of the commodity titles except for the selected commodity titles in the preset proportion and the number of occurrences of this word in the commodity titles except for the selected commodity titles in the preset proportion; and inputting the weight value of each word from the plurality of words into the preset classification model for computation, to obtain the category corresponding to each commodity title from the commodity titles except for the selected commodity titles in the preset proportion.
  • An embodiment of the invention further provides a storage medium containing computer-executable instructions, which, when executed by a computer processor, are configured to perform a method for advertisement classification including:
  • TFIDF term frequency-inverse document frequency
  • the executable instructions contained in the storage medium according to the embodiment of the invention are not limited to performing the above steps of the method; instead, the executable instructions may also perform a method for advertisement classification according to any embodiment of the invention.
  • the invention may be implemented by the aid of software and necessary universal hardware; of course, the invention may be implemented by hardware. However, in many cases, the former is preferred.
  • the essential part of the technical solutions of the invention or in other words, the part that contributes to the prior art, may be embodied in the form of a software product that is stored in a computer-readable storage medium, for example, floppy disk, Read-Only Memory (ROM), Random Access Memory (RAM), FLASH, hard disk, compact disc, etc. of a computer, and includes several instructions that can make a computer device (which may be a personal computer, a server or a network device, etc.) implement the methods according to various embodiments of the invention.
  • a computer-readable storage medium for example, floppy disk, Read-Only Memory (ROM), Random Access Memory (RAM), FLASH, hard disk, compact disc, etc.
  • each unit and module included are only divided according to functional logic; however, the invention will not be limited to the above division, so long as the corresponding functions can be implemented; additionally, the specific name of each functional unit is only configured for easy distinguish, rather than limiting the protection scope of the invention.

Abstract

The present invention discloses a method and a device for advertisement classification, a server and a storage medium in the field of information technologies. The method includes: obtaining, according to text information of an advertisement to be classified, a plurality of feature words of the text information; acquiring a Term Frequency-Inverse Document Frequency value of each feature word from the plurality of feature words as a weight value of the feature word, according to statistical information of the feature word in the text information and statistical information of the feature word in known commodity titles; and acquiring a category of the advertisement according to the weight values of the plurality of feature words, classification information of the advertisement and a preset classification model. With the invention, selecting the data from the advertisement in a manner of manual labeling is avoided, so that the time taken for advertisement classification is reduced.

Description

METHOD AND DEVICE FOR ADVERTISEMENT CLASSIFICATION, SERVER AND
STORAGE MEDIUM
CROSS-REFERENCE TO RELATED APPLICATION This application claims the benefit of Chinese Patent Application No.
201310516732.1 filed on October 28, 2013 by Shenzhen Tencent Computer System Co., Ltd., entitled "METHOD AND DEVICE FOR ADVERTISEMENT CLASSIFICATION, AND SERVER", the content of which is incorporated herein by reference in its entirety.
TECHNICAL FIELD The present disclosure relates to the field of information technologies, and in particular to a method and a device for advertisement classification, a server and a storage medium.
BACKGROUND
With the rapid development of advertisement, there is a need to push an advertisement exactly to a user who is interested in this advertisement. In the prior art, this need is generally satisfied via advertisement classification, that is, the advertisements are classified into different categories so that advertisements in a certain category are pushed to target users of this category.
Generally, during the advertisement classification, text information of an advertisement is represented by a characteristic vector. Data in the text information of the advertisement may be labeled manually, then feature extraction is performed on the labeled data to obtain a feature related to the semanteme of a category to which the data belongs, and finally the advertisement is classified according to the obtained feature and a classification model such as a Naive Bayesian classification model or a Support Vector Machine (SVM) classification model. Consequently, the advertisements may be pushed according to the categories obtained by classifying the advertisements as per the classification models. The classified advertisements may be designed by the enterprises autonomously in terms of promotion time, promotion region, budget and the like, reduce the advertisement costs of the enterprises, and increase a click through rate thereof, and therefore attract intensive attention from the enterprises.
However, the inventors found that there exist at least the following problems in the prior art.
During the advertisement classification, the data in an advertisement are usually selected by means of manual labeling, resulting in a long time for the advertisement classification. Although a good effect of advertisement classification may be obtained via the SVM classification model and the Naive Bayesian classification model, the precision of classifying complex and diverse advertisements via the feature obtained from the text information and a separate classification model is low.
SUMMARY
In order to solve the problem of the prior art, embodiments of the invention provide a method and a device for advertisement classification, a server and storage medium.
On a first aspect, an embodiment of the invention provides a method for advertisement classification, including:
obtaining, according to text information of an advertisement to be classified, a plurality of feature words of the text information;
acquiring a Term Frequency-Inverse Document Frequency value of each feature word from the plurality of feature words as a weight value of the feature word, according to statistical information of the feature word in the text information and statistical information of the feature word in known commodity titles; and
acquiring a category of the advertisement according to the weight values of the plurality of feature words, classification information of the advertisement and a preset classification model.
On a second aspect, an embodiment of the invention provides a device for advertisement classification, including:
a feature word acquiring module, which is configured for obtaining, from text information of an advertisement to be classified, a plurality of feature words of the text information;
a feature word weight value acquiring module, which is configured for acquiring a Term Frequency-Inverse Document Frequency value of each feature word from the plurality of feature words as a weight value of the feature word, according to statistical information of the feature word in the text information and statistical information of the feature word in known commodity titles; and
a category acquiring module, which is configured for acquiring a category of the advertisement according to the weight values of the plurality of feature words, classification information of the advertisement and a preset classification model.
On a third aspect, an embodiment of the invention provides a server including a processor and a storage, which are connected with each other; wherein:
the processor is configured for obtaining, according to text information of an advertisement to be classified, a plurality of feature words of the text information;
the processor is further configured for acquiring a Term Frequency-Inverse
Document Frequency value of each feature word from the plurality of feature words as a weight value of the feature word, according to statistical information of the feature word in the text information and statistical information of the feature word in known commodity titles; and
the processor is further configured for acquiring a category of the advertisement according to the weight values of the plurality of feature words, classification information of the advertisement and a preset classification model.
On a fourth aspect, an embodiment of the invention provides a storage medium containing computer-executable instructions, where the computer-executable instructions, when executed by a computer processor, are configured to perform a method for advertisement classification including:
obtaining, according to text information of an advertisement to be classified, a plurality of feature words of the text information;
acquiring a Term Frequency-Inverse Document Frequency value of each feature word from the plurality of feature words as a weight value of the feature word, according to statistical information of the feature word in the text information and statistical information of the feature word in known commodity titles; and
acquiring a category of the advertisement according to the weight values of the plurality of feature words, classification information of the advertisement and a preset classification model.
The technical solutions according to the embodiments of the invention have the following beneficial effects.
As such, a plurality of feature words are obtained from the text information of an advertisement to be classified, and the commodity title corresponding to each preset category is regarded as a known commodity title and added to a corpus, to avoid selecting the data from the advertisement in a manner of manual labeling, so that the time taken for advertisement classification is reduced. At the same time, in classifying an advertisement, the server additionally introduces the feature corresponding to the classification information of the advertisement to a preset classification model for computation in order to obtain the category of the advertisement, thus avoiding the low precision in classifying the advertisement according to a feature word obtained from the text information and a separate preset classification model merely, so that the precision of advertisement classification may be improved.
BRIEF DESCRIPTION OF THE DRAWINGS
In order to more clearly illustrate the technical solutions of the embodiments of the invention, the drawings accompanying to the description of the embodiments will be briefly introduced below. Apparently, the drawings accompanying to the description below illustrate only some embodiments of the invention, and other drawings may also be obtained by one of ordinary skills in the art according to these accompanying drawings without a creative work.
Fig.1 is a flow chart of a method for advertisement classification according to an embodiment of the invention;
Fig. 2 is a flow chart of a method for advertisement classification according to an embodiment of the invention;
Fig. 3 is a system for embodying the flow of the establishment of a preset classification model according to an embodiment of the invention shown in Fig. 2;
Fig. 4 is a flow chart showing the classification of advertisements according to an embodiment of the invention;
Fig. 5 is a structural schematic diagram of a device for advertisement classification according to an embodiment of the invention; and
Fig. 6 is a structural schematic diagram of a server according to an embodiment of the invention.
DETAILED DESCRIPTION OF THE EMBODIMENTS
The technical solutions in the embodiments of the invention will be described clearly and fully below in conjunction with the accompanying drawings. Apparently, the embodiments described form only a part of embodiments of the invention, rather than all potential embodiments; and the described embodiments are intended for illustrating the principle of the invention, rather than limiting the invention thereto. All other embodiments obtained by one of ordinary skills in the art in light of the embodiments of the invention without a creative work fall within the protection scope of the invention.
Fig. 1 is a flow chart of a method for advertisement classification according to an embodiment of the invention. Referring to Fig. 1 , the method for advertisement classification in the present embodiment, which may be embodied by a server, includes Steps 101 to 103 below:
Step 101 : obtaining by a server, according to text information of an advertisement to be classified, a plurality of feature words of the text information;
Step 102: acquiring by the server, according to statistical information of each of the feature words in the text information and statistical information of the feature word in known commodity titles, a Term Frequency-Inverse Document Frequency (TFIDF) value of the feature word as a weight value of the feature word; and
Step 103: acquiring, by the server, the category of the advertisement according to the weight values of all of the feature words, classification information of the advertisement and a preset classification model.
With the method according to the present embodiment of the invention, a plurality of feature words are obtained from the text information of an advertisement to be classified, and the commodity title corresponding to each preset category is regarded as a known commodity title and added to a corpus, to avoid selecting the data from the advertisement in a manner of manual labeling, so that the time taken for advertisement classification is reduced. At the same time, in classifying an advertisement, the server additionally introduces the feature corresponding to the classification information of the advertisement to a preset classification model for computation in order to obtain the category of the advertisement, thus avoiding the low precision in classifying the advertisement according to a feature word obtained from the text information and a separate preset classification model merely, so that the precision of advertisement classification may be improved.
Fig. 2 is a flow chart of a method for advertisement classification according to an embodiment of the invention. Referring to Fig. 2, the method in the present embodiment may be embodied by a server, and include a process for establishing a preset classification model and a process for classifying an advertisement as per the preset classification model, and Steps 201 to 208 below form the process for establishing a preset classification model by the server.
Step 201 : acquiring preset categories corresponding to a plurality of advertisements by a server.
It should be noted that a preset category and an original category are involved in the embodiment of the invention. The preset category refers to a category set by an advertising agent. Before issuing an advertisement, the advertising agent determines the preset category to which the advertisement belongs via manual classification. The original category refers to a category determined for the advertisement by the advertisement owner. The original category may be the same as or different from the preset category; for example, the advertisement owner determines the original category of a certain advertisement as a "clothing accessories" before entrusting the advertisement to the advertising agent for issuing, but the preset category determined for the advertisement by the advertising agent may be a "ornamental article" when the advertising agent issues the advertisement. Indeed, the original category may be one of the preset categories or the commodity categories, or the original category may have a correspondence relationship with at least one preset category or commodity category.
Step 202: acquiring by the server, according to a one-to-many correspondence relationship between the preset category and the commodity categories, a commodity title that corresponds to each of the preset categories corresponding to the plurality of advertisements.
The commodity categories herein refers to electronic-commerce commodity categories; for example, the commodity categories may include commodity categories on www.paipai.com, commodity categories on www.taobao.com, or a combination of commodity categories provided by several different operators. However, the commodity categories are not limited to the commodity categories from the above two shopping websites, and may also include other electronic commerce commodity categories. In the embodiment of the invention, the source of the commodity category is not limited.
It is found from the process of classifying a large amount of advertisements that, the text information of the advertisement is similar to the commodity title corresponding to the commodity category, that is, the feature words contained in the text information of the advertisement are the same as or similar to the feature words contained in the commodity title, thus the electronic-commerce commodities may be employed as the training samples. Through the obtainment of the preset category of each commodity in combination with the mapping relation between the preset category and the commodity categories, the commodity titles of the commodities may be used as training samples so that the commodity titles in the preset proportion are employed as a corpus, so as to establish a preset classification model according to the relations between a large amount of commodity titles and the commodity categories.
Specifically in Step 202, each commodity category corresponds to a plurality of commodity titles, and after the server obtains the preset categories corresponding to the plurality of advertisements, the server may obtain the commodity titles corresponding to each of the plurality of the obtained preset categories according to the commodity titles corresponding to the commodity category and the established one-to-many correspondence relationship between each preset category and the commodity categories.
For example, if the preset category is a "garment", the commodity categories corresponding to the preset category include men's wear and ladies' wear, the commodity titles corresponding to the men's wear include a commodity title A and a commodity title B, and the commodity titles corresponding to the ladies' wear include a commodity title C, a commodity title D, a commodity title E and a commodity title F, then the commodity titles corresponding to the preset category of "garment" include the commodity title A, the commodity title B, the commodity title C, the commodity title D, the commodity title E and the commodity title F.
Step 203: adjusting, by the server, the commodity titles corresponding to each preset category according to the number of advertisements corresponding to each original category, so as to equalize (or balance) the number of the commodity titles corresponding to each preset category.
Because the number of the commodity titles corresponding to each of the preset categories obtained in Step 202 might be excessive, the subsequent word segmentation process for these commodity titles will inevitably be complicated. In order to make the subsequent word segmentation process for these commodity titles simple and effective, the commodity titles corresponding to each preset category need to be adjusted. Specifically, Step 203 includes: obtaining by the server, according to the original categories in advertisement classification information, the number of advertisements corresponding to each of the original categories, and adjusting the commodity titles corresponding to each preset category according to the proportion of advertisements corresponding to each of the original categories to the total advertisements, so as to equalize the number of commodity titles in the preset category.
In an implementation, according to the original categories in the advertisement classification information, the server obtains the number of advertisements corresponding to each of the original categories, and adjusts the commodity titles that correspond to at least one preset category corresponding to the original category according to the proportion of the advertisements corresponding to the original category to the total advertisements as well as the correspondence relationship between the original category and the at least one preset category, so that the proportion of the commodity titles that correspond to the at least one preset category corresponding to the original category to the total commodity titles is made close to or equal to the proportion of the advertisements corresponding to the original category to the total advertisements, so as to equalize the number of commodity titles in the preset category.
For example, if the number of advertisements corresponding to a certain original category is 10% of the number of the total advertisements, then during the adjustment of the number of commodity titles corresponding to the preset category, the total number of commodity titles corresponding to the first preset category and the second preset category that correspond to the original category is adjusted to be 10% of the known commodity titles.
It should be noted that, the original categories of advertisements may be included in the advertisement classification information, which may include an advertisement title, an advertisement description, an advertisement keyword, an original category of advertisement, an advertisement picture feature (for example, picture pixels, picture brightness, etc.), characters in an advertisement picture, etc. However, the advertisement classification information may also include other information in addition to the above information, which is not limited in the embodiments of the invention.
Step 204: selecting, by the server, commodity titles in a preset proportion from the adjusted commodity titles corresponding to each preset category, and performing word segmentation on the selected commodity titles in the preset proportion (i.e. splitting words contained in the selected commodity titles in the preset proportion) to obtain a word segmentation result of each of the selected commodity titles.
In order to verify the accuracy of the preset classification model established during the subsequent process, the adjusted commodity titles corresponding to each preset category are divided into two parts according to a preset proportion, where one of the two parts is used for establishing the preset classification model, and the other part is used for verifying the accuracy of the preset classification model. In addition, because the commodity title contains many contents, words contained in the commodity title are split in order to simplify the subsequent analyzing process. Therefore, Step 204 specifically includes: selecting, by the server, the commodity titles in the preset proportion from the adjusted commodity titles corresponding to each preset category as the text information of the advertisement; performing word segmentation on the selected commodity titles in the preset proportion; and filtering a preliminary result obtained from word segmentation to obtain a word segmentation result of each commodity title. Herein, the filtering includes filtering out a stop word, incorporating digits and names, filtering out an auxiliary word, etc., for example, filtering out a stop word "some" and filtering out an auxiliary word "of".
For example, the word segmentation of a commodity title of "Samsung S7898 at the lowest price over the Internet, in shopping rush" obtains words of "Samsung", "price", "lowest", etc.
It should be noted that, the preset proportion may be set by a technician during development, and may be adjusted by an advertising agent in use, which is not limited in the embodiments of the invention. In addition, the preset proportion may be 90% or 80%, etc.; however, the preset proportion may also be 100%. If the preset proportion is 100%, a commodity title newly added may be employed to verify the accuracy of the preset classification model during the subsequent stage of accuracy verification of the preset classification model. In the embodiment of the invention, the specific value of the preset proportion is not limited.
Step 205: acquiring by the server, according to the number of occurrences of each word from the word segmentation result of each of the selected commodity titles in the selected commodity titles, a word of which the numbers of occurrences are larger than a first preset threshold.
Here, the number of occurrences may be referred to as a Document Frequency (DF).
Because the word segmentation result obtained after performing word segmentation on each commodity title may still contains a large amount of contents, one or more words with a high occurrence frequency need be selected from the word segmentation result to represent the commodity title in order to simplify the subsequent analyzing process. Step 205 specifically includes: counting, by the server, the number of occurrences of each of the words from the obtained word segmentation result in the selected commodity titles in the preset proportion; and searching for and extracting, according to the number of occurrences of each of the words in the selected commodity titles in the preset proportion, the words of which the numbers of occurrences are larger than the first preset threshold.
Referring to the example at Step 204 again, if the first preset threshold is equal to 4 and the server determines, according to the number of occurrences of each of the words from the word segmentation result in the selected commodity titles in the preset proportion, that the numbers of occurrences of two words "Samsung" and "lowest" in the selected commodity titles in the preset proportion are both larger than 4, then the server acquires these two words "Samsung" and "lowest".
It should be noted that, the first preset threshold may be set by a technician during development, and may be adjusted by an advertising agent in actual use, which is not limited in the embodiments of the invention. For example, when the first preset threshold is equal to 4, the server acquires, according to the number of occurrences of each of the words from the word segmentation result of each commodity title in the selected commodity titles in the preset proportion, the words of which the numbers of occurrences are larger than 4.
Step 206: performing, by the server, feature extraction on the acquired words of which the numbers of occurrences are larger than the first preset threshold by using a preset statistical algorithm, so as to obtain a plurality of title feature words.
To select a feature word that better represents the commodity title, a word with a high occurrence frequency is further extracted. Thus, Step 206 specifically includes: computing, by the server, a point value of each one from the words of which the numbers of occurrences are larger than the first preset threshold by using a preset statistical algorithm; and selecting a word of which the point value meets a preset rule as a title feature word according to the point value of each one from the words of which the DF is larger than the first preset threshold.
The preset statistical algorithm and the preset rule may be set by a technician during development, and may be adjusted by an advertising agent in use, which is not limited in the embodiment of the invention. The selecting of a word of which the point 5 value meets the preset rule may be implemented in such a way of: (1 ) selecting a certain number of words with top point values; or (2) selecting the words of which the point value is larger than a third preset threshold. However, the above selection may also be implemented in other ways, and the implementing process for selecting a word of which the point value meets a preset rule is not limited in the embodiment of the 10 invention.
For example, the preset statistical algorithm may be a chi-square statistics algorithm, in this case, the server substitutes the words of which the numbers of occurrences are larger than the first preset threshold, for example those two words "Samsung" and "lowest" obtained in the example of Step 205, into the following formula:
Λ c 2 \ K x {AD - CBf
15 χ ( t , c ) =
(A + C) x (B + D) x (A + B) x ( C + D)
where, A represents the number of commodity titles containing the word t among all commodity titles corresponding to a preset category c, B represents the number of commodity titles containing the word t among all commodity titles corresponding to preset categories except for the present category c, C represents the number of 0 commodity titles that doest not contain the word t among all the commodity titles corresponding to the preset category c, and D represents the number of commodity titles that doest not contain the word t among all the commodity titles corresponding to the preset categories except for the preset category c, and K=A+B+C+D, where K represents the total number of the selected commodity titles in the preset proportion . 5 According to the above formula, a chi-square value of each one from the words of which the numbers of occurrences are larger than the first preset threshold with respect to each preset category is obtained, and then is substituted into any one of the following two formulae to compute the point value of each one from the words of which the numbers of occurrences are larger than the first preset threshold: max1≤i≤m { 2(t, c;)}
Figure imgf000014_0001
where, m denotes the number of the words of which the numbers of occurrences are larger than the first preset threshold, i denotes the sequence number of the word of which the number of occurrences is larger than the first preset threshold, and 1≤i≤m, Pr (Ci) denotes the probability of occurrences of the preset category c, in the corpus, where the corpus refers to a training sample library for the commodity titles. There exists a mapping relation between the commodity title and the preset category, that is, a certain preset category has a correspondence relationship with one or more commodity titles. Pr (Ci) denotes the proportion of the commodity titles that have a correspondence relationship with the preset category c, to total known commodity titles. The server may sort these words of which the numbers of occurrences are larger than the first preset threshold according to the point values of these words, for example in an order of decreasing point values, and select a preset number of words from the sorted words as the title feature words; or, the server may select, from the words of which the numbers of occurrences are larger than the first preset threshold, a plurality of words each with a point value larger than the third preset threshold as the title feature words.
Step 207: obtaining by the server, according to the number of occurrences of each one from the title feature words in the corresponding commodity title, the number of the selected commodity titles in the preset proportion as well as the number of occurrences of the title feature word in the selected commodity titles in the preset proportion, a TFIDF value of the title feature word as a weight value of the title feature word.
Specifically, the server counts the number of occurrences of each one from the title feature words in the corresponding commodity title, the number of the selected commodity titles in the preset proportion and the number of occurrences of the title feature word in the selected commodity titles in the preset proportion, and obtains the TFIDF value of the title feature word via the formula below:
N
TFIDF (t, d) = TF (t, d) *log (— + 0.01)
ni
where, TFIDF (t, d) represents the weight of a word t in a commodity title d, TF(t,d) represents the occurrence frequency of the word t in the commodity title d, N denotes the total number of commodity titles in the corpus, and n; denotes the number of commodity titles containing the word t in the corpus.
As such, the server takes the TFIDF value of each one from the title feature words obtained via the above formula as the weight value of the title feature word.
Step 208: establishing, by the server, a preset classification model according to the weight values of the title feature words and a preset classification algorithm.
To find a rule with which the weight values corresponding to a plurality of title feature words comply, the weight value of each of the title feature words and the preset classification algorithm are used by the server. Thus, the step 208 specifically includes: performing, by the server, machine learning according to the weight value of each of the acquired title feature words and the preset classification algorithm in the server; and establishing a preset classification model according to the result of the machine learning.
It should be noted that, the preset classification algorithm may be set by a technician during development, and may be adjusted by an advertising agent in use, which is not limited in the embodiments of the invention. Specifically, the preset classification algorithm may be a Naive Bayesian classification algorithm or a Support Vector Machine (SVM) classification algorithm.
Above Steps 201 to 208 form a process of establishing, by the server, a preset classification model by taking the commodity titles as advertisements and taking the commodity titles selected in a preset proportion as a corpus. After establishing the preset classification model, the server needs to determine the accuracy of the preset classification model, thereby determining whether the preset classification model can be used for classifying the advertisements. Therefore, the server needs to perform Step 209 below.
Step 209: classifying the commodity titles except for the selected commodity titles in the preset proportion according to the preset classification model as advertisements, and determining the accuracy of the preset classification model.
Specifically, Step 209 may include Steps 209a to 209g below. Step 209a: taking, by the server, the commodity titles except for the selected commodity titles in the preset proportion as advertisements, and performing word segmentation on each one from the commodity titles except for the selected commodity titles in the preset proportion, to obtain a word segmentation result of the commodity title.
To simplify the analyzing process, the server needs to extract some representative words from the commodity titles except for the selected commodity titles in the preset proportion; and for the ease of the extraction, the server needs to perform word segmentation on these commodity titles beforehand. Specifically in Step 209a, the server takes the commodity titles except for the selected commodity titles in the preset proportion as the test samples. Step 209a has the same principle as Step 204, and hence is not discussed again here.
Step 209b: performing, by the server, feature extraction on the words in the word segmentation result of each of the commodity titles, to obtain a plurality of words.
To select the representative words from the commodity title, the server may preset a plurality of feature words, so that the feature extraction is performed on the words in the word segmentation result of each of the commodity titles with reference to the plurality of preset feature words. Thus, Step 209b specifically includes: performing, by the server, feature extraction on the words in the word segmentation result of each of the commodity titles with reference to the plurality of preset feature words, to obtain a plurality of words which are the same as the preset feature words.
The plurality of preset feature words may be obtained by the server after Step 206 in the process for establishing the preset classification model.
For example, in the case of a commodity title of "2013 new-style autumn garment, middle-aged men's garment, coat, men's relax jacket", word segmentation on the commodity title by the server will result in a word segmentation result of "autumn garment", "men's garment", "coat" and "jacket", and if the plurality of feature words preset by the server contain "men's garment" and "autumn garment", the server obtains words of "men's garment" and "autumn garment" from the feature extraction performed on the words in the word segmentation result of "autumn garment", "men's garment", "coat" and "jacket".
Step 209c: acquiring by the server, according to the number of occurrences of each word from the plurality of words (which are obtained from the feature extraction) in the commodity title corresponding to the word, the number of the commodity titles except for the selected commodity titles in the preset proportion as well as the number of occurrences of the word in the commodity titles except for the selected commodity titles in the preset proportion, a TFIDF value of the word as the weight value of the word.
To obtain the importance of the plurality of words (which are obtained from the feature extraction) in the commodity titles except for the selected commodity titles in the preset proportion, the weight values of the plurality of words are calculated. Step 209c has the same principle as Step 207, and hence is not discussed again here.
Step 209d: inputting, by the server, the weight values of the plurality of words to the preset classification model for computation, to obtain a category corresponding to each of the commodity titles except for the selected commodity titles in the preset proportion.
To determine whether the category obtained in classifying a commodity title via the preset classification model is the same as a preset category of the commodity title, the weight values of the plurality of words obtained from the word segmentation and feature extraction on the commodity title are inputted to the preset classification model. Specifically, Step 209d includes: inputting, by the server, the weight values of the plurality of words into the preset classification model for computation, to obtain the category corresponding to each commodity title from the commodity titles except for the selected commodity titles in the preset proportion according to the computation result of the preset classification model.
Step 209e: determining, by the server, whether the obtained category corresponding to each of the commodity titles except for the selected commodity titles in the preset proportion is the same as the preset category corresponding to the commodity title.
Specifically, after obtaining the category corresponding to each of the commodity titles except for the selected commodity titles in the preset proportion, the server determines whether the obtained category corresponding to each of the commodity titles is the same as the preset category corresponding to the commodity title according to the correspondence relationship between each of the preset categories and the commodity titles that is acquired in Step 202, and counts, among the commodity titles except for the selected commodity titles in the preset proportion, the number of commodity titles, to which the obtained categories correspond are respectively the same as the preset categories corresponding to these commodity titles.
For example, if the category corresponding to a certain commodity title obtained by the server at Step 209d is "mobile phone", the server obtains the preset category corresponding to the commodity title according to the correspondence relationship between the preset category and the commodity titles, and determines whether the obtained preset category corresponding to the commodity title is "mobile phone".
If the number of commodity titles, to which the categories correspond obtained from the advertisement classification are respectively the same as the preset categories corresponding to these commodity titles, reaches a second preset threshold, Step 209f is performed; otherwise, Step 209g is performed.
Step 209f: determining, by the server, that the category of the advertisement obtained by using the preset classification model is accurate, if the number of commodity titles, to which the categories correspond obtained from the advertisement classification are respectively the same as the preset categories corresponding to these commodity titles, reaches the second preset threshold.
The second preset threshold may be set by a technician during development, and may further be adjusted by an advertising agent in use, which is not limited in the embodiments of the invention. Optionally, the second preset threshold may be the ratio of the number of commodity titles, to which the categories correspond obtained from the advertisement classification are respectively the same as the preset categories corresponding to these commodity titles, to the number of commodity titles used for verifying the accuracy of the preset classification model, for example 90%.
It should be noted that, when the server determines that the advertisement category obtained by using the preset classification model is accurate, the server saves the preset classification model, and may classify further advertisements by using the preset classification model.
Step 209g: determining, by the server, that the advertisement category obtained by using the preset classification model is not accurate, if the number of commodity titles, to which the categories correspond obtained from the advertisement classification are respectively the same as the preset categories corresponding to these commodity titles, does not reach the second preset threshold.
It should be noted that, when the server determines that the advertisement category obtained by using the preset classification model is not accurate, the server may continue to perform Steps 201 to 208 to adjust the preset classification model or reestablish a preset classification model.
Fig. 3 is a system for embodying the flow of the establishment of a preset classification model according to an embodiment of the invention shown in Fig. 2, especially Steps 201 to 209 shown in Fig.2. Specifically, the advertisements and the commodity titles for electronic commerce used for establishing an advertisement classification model may be stored on a distributed storage system, and the number of advertisements corresponding to each original category is obtained by analyzing a plurality of advertisements, so that the correspondence relationship may be adjusted according to the distribution in the original categories and the preset categories during the process of establishing the correspondence relationship by taking the commodity titles for electronic commerce as training samples, then word segmentation and statistical information computation may be performed on the commodity titles, and finally a preset classification model may be established, and the accuracy of the preset classification model is verified.
According to the process of Step 209f, if determining that the category of an advertisement obtained by using the preset classification model is accurate, the server may classify further advertisements by using the preset classification model by Steps 210 to 214 below.
Step 210: acquiring, by the server, text information of an advertisement to be classified.
Upon obtaining an advertisement to be classified, the server acquires text information of the advertisement. Further, upon obtaining the advertisement to be classified, the server may also acquire classification information of the advertisement.
Step 211 : performing, by the server, word segmentation on the text information to obtain a plurality of words.
Specifically, the server performs word segmentation on the text information of the advertisement according to the process at Step 204, and obtains a plurality of words after an operation such as filtering out a stop word.
Step 212: performing, by the server, feature extraction on the plurality of words, to obtain a plurality of feature words contained in the text information.
Specifically, the server performs feature extraction on the plurality of words according to the process at Step 209b, and finally obtains a plurality of feature words contained in the text information of the advertisement. For the process of performing feature extraction on the plurality of words, reference may be made to the specific process of Step 209b, which is not discussed again here.
Step 213: acquiring by the server, according to statistical information of each of the feature words in the text information and statistical information of the feature word in the known commodity title, a TFIDF value of the feature word as a weight value of the feature word;
Specifically, the server takes the adjusted commodity titles corresponding to each preset category obtained from Step 203 as a corpus and takes the commodity titles corresponding to the preset category as the known commodity titles, and then obtains the TFIDF value of each of the plurality of feature words as the weight value of the feature word via the formula for calculating the TFIDF value provided in Step 207 according to the number of occurrences of the feature word in the text information, the number of total known commodity titles as well as the number of occurrences of the feature word in the known commodity titles.
Step 214: acquiring, by the server, the category of the advertisement according to the weight values of the plurality of feature words, classification information of the advertisement and the preset classification model.
After performing the word segmentation process at Step 211 and the feature extraction process at Step 212 on the classification information according to the classification information of the advertisement, the server obtains a plurality of classification information feature words contained in the classification information; and after performing the process at Step 213 on these classification information feature words, the server obtains a TFIDF value of each of the classification information feature words as a weight value of the classification information feature word, and inputs the weight values of the plurality of classification information feature words and the weight values of the plurality of feature words obtained at Step 212 into the preset classification model for computation, to obtain the category of the advertisement according to the computation result of the preset classification model.
Above Steps 210 to 214 form a process of classifying an advertisement by the server according to a preset classification model. In the embodiment of the invention. However, the method for classifying an advertisement is not limited to the above, and may be alternatively a classification method formed by Steps 215 to 217 below.
Step 215: acquiring by the server, if text information of an advertisement includes specified commodity information, a specified commodity category as per a preset correspondence relationship between the commodity information and the commodity category according to specified commodity information, where the specified commodity category is a commodity category corresponding to the specified commodity information, and the specified commodity information is a specified commodity identifier and/or a specified commodity title.
Specifically, the server acquires the text information of the advertisement to be classified at Step 210, and if determining that the text information contains the specified commodity identifier and/or the specified commodity title, the server searches out a commodity category corresponding to the specified commodity identifier and/or the specified commodity title according to a correspondence relationship between the commodity identifier and/or commodity title and the commodity category in the server.
It should be noted that, the commodity identifier may be a commodity name or a commodity Identity (ID), etc., which is not limited in the embodiments of the invention.
For example, if the text information of a certain advertisement includes a specified commodity name of "Samsung S7898", the server searches out a commodity category corresponding to the specified commodity name of "Samsung S7898" according to a correspondence relationship between the commodity identifier and/or commodity title and the commodity category in the server; and if the commodity category corresponding to the commodity identifier and/or commodity title is "mobile phone", then "Samsung S7898" corresponds to "mobile phone".
Step 216: acquiring, by the server, a preset category corresponding to the specified commodity category as per a one-to-many correspondence relationship between the preset category and the commodity categories according to the specified commodity category.
Specifically, the server searches out a commodity category corresponding to the specified commodity identifier and/or the specified commodity title as per the correspondence relationship (i.e., the one-to-many correspondence relationship between the preset category and the commodity categories in the process shown in step 202), to obtain the preset category corresponding to the commodity category.
Step 217: taking, by the server, the obtained preset category corresponding to the specified commodity category as the category of the advertisement.
The implementation of the invention further includes a classification method as shown in Steps 218 to 221 below.
Step 218: if the plurality of feature words contain at least one known brand feature word, the server acquires, according to the statistical information of each of the at least one known brand feature word in the text information and the statistical information of the brand feature word in the known commodity titles, a TFIDF value of the brand feature word as a weight value thereof.
Specifically, after the server performs word segmentation and feature extraction on the text information of the advertisement to obtain the plurality of feature words at Step 212, the server compares these feature words with the brand feature words in the server so as to determine whether the plurality of feature words contain the known brand feature words. If the plurality of feature words contain at least one known brand feature word, the server takes the adjusted commodity titles corresponding to each preset category at step 203 as a corpus and takes the commodity titles corresponding to the preset category as the known commodity titles, and obtains, according to the number of occurrences of the each of the at least one known brand feature word in the text information, the total number of the known commodity titles as well as the number of occurrences of the brand feature word in the known commodity titles, a weight value of the brand feature word. For the specific process of obtaining the weight value of each of the brand feature words, reference may be made to the process at Step 207, which is not discussed again here.
The known brand feature word may be set by a technician during development, and may further be adjusted by an advertising agent in use, which is not limited in the embodiments of the invention. The known brand feature word may include Samsung, Nokia, Apple, Jeanswest, Adidas, Nike, etc.
For example, if the plurality of feature words contain three brand feature words, i.e., Samsung, Nokia and Apple, the server computes the weight values of these three brand feature words via the formula in Step 207.
Step 219: obtaining by the server, the preset category corresponding to each of the brand feature words according to a correspondence relationship between the known brand feature word and the commodity category as well as a one-to-many correspondence relationship between the preset category and the commodity categories.
Specifically, the server searches out the commodity category corresponding to each of the brand feature words according to a correspondence relationship between the known brand feature word and the commodity category, and then obtains the preset category that corresponds to the commodity category corresponding to the brand feature word according to the one-to-many correspondence relationship between the preset category and the commodity categories, thereby obtaining the preset category corresponding to the brand feature word.
Based on the example in Step 218, the server obtains that the preset categories corresponding to the two brand feature words, i.e., Samsung and Nokia, are both mobile phone and the preset category corresponding to the brand feature word "Apple" is fruit, according to a correspondence relationship between the known brand feature word and the commodity category and a one-to-many correspondence relationship between the preset category and the commodity categories.
Step 220: adding, by the server, the weight values of the brand feature words that belong to the same preset category, to obtain a weight value of the preset category corresponding to the brand feature words.
It should be noted that, the weight value of the preset category is a sum of the weight values of all the brand feature words contained in the preset category.
Based on the example in Step 219, if the weight values of the two brand feature words, i.e., Samsung and Nokia, that are computed and obtained at Step 218 are respectively 0.8 and 0.6, and the weight value of the brand feature word "Apple" is 0.3, the weight value of the preset category of mobile phone is 1 .4 which is a sum of 0.8 and 0.6, and the weight value of the preset category of fruit is 0.3.
Step 221 : selecting by the server, among the preset categories corresponding to the at least one brand feature word, a preset category with the largest weight value as the category of the advertisement.
Based on the example in Step 220, because the weight value 1 .4 of the preset category of mobile phone is larger than the weight value 0.3 of the preset category of fruit, the preset category of mobile phone is selected as the category of the advertisement, that is, the category of the advertisement is mobile phone.
In the embodiment of the invention, to classify an advertisement, the server will classify the advertisement according to one or more of the above three classification methods so as to obtain a plurality of classification results; that is, when the whole classification process contains the processes at Steps 210 to 221 , preferably, the server takes the classification result obtained by the processes at Steps 215 to 217 as the resultant category of the advertisement; when the whole classification process contains the processes at Steps 210 to 214 and Steps 218 to 221 , the server takes the classification result obtained by Steps 218 to 221 as the resultant category of the advertisement; and when the whole classification process only contains the processes at Steps 210 to 214, the server takes the classification result obtained by the preset classification model as the resultant category of the advertisement. However, the above process is only a preferred processing mode, and other processing modes may also be adopted in an actual application. In the embodiment of the invention, the priorities of the classification results of the three classification methods are not limited.
The above three methods for classifying an advertisement are carried out sequentially. However, the above three methods for classifying an advertisement may also be carried out in any order; for example, the classification process shown in Steps 218 to 221 is carried out first, then the classification process shown in Steps 215 to 217 is carried out, and finally the classification process shown in Steps 210 to 214 is carried out. The above three methods for classifying an advertisement may also be carried out simultaneously. In the embodiment of the invention, the order for carrying out the three methods for classifying an advertisement is not limited.
After classifying the advertisement, the embodiment of the invention may further include: pushing, by the server, the advertisement according to the category of the advertisement. For example, when the category of the advertisement is mobile phone, the server pushes the advertisement to users who are interested in mobile phones. Conventionally, an advertisement is pushed to target users based on historical behavior information, for example, an exposure situation of the advertisement or user clicks on the advertisement. However, for a new advertisement, the historical behavior information (for example, the exposure situation of the new advertisement or user clicks on the new advertisement) is unavailable in a short time, thus the advertisement might be pushed aimlessly in the prior art, so that the effect of the advertisement is poor. However, with the advertisement classifying method according to the embodiment of the invention, the commodity titles corresponding to each preset category are employed as a corpus for advertisement classification, thus the advertisement may be classified at greatly improved accuracy, so that an advertisement can be pushed in a customized and individualized way, and the problem of the prior art that a new advertisement cannot be pushed to a user who is interested in this advertisement because historical behavior information such as exposure situations of the advertisement and user clicks on the advertisement is unavailable is solved. After the advertisement classification, the method for advertisement classification may further include a process of optimizing the preset classification model according to the classification result, as shown in Step 222.
Step 222: if the category of the advertisement obtained from the classification is the same as the preset category of the advertisement, the server trains the present classification model using the advertisement, to obtain an optimized preset classification model.
Specifically, after obtaining the category of the advertisement by any one of the above three methods, the server determines the resultant category of the advertisement according to the priorities of the three classification methods and compares the resultant category with the preset category of the advertisement; if the resultant category is the same as the preset category of the advertisement, the server determines that the classification result of the advertisement is correct, and stores the advertisements that are classified correctly as a training set for training the preset classification model, so that the preset classification model may be optimized and updated, to obtain the optimized preset classification model.
The specific process for obtaining the preset category of the advertisement includes: obtaining, by an advertising agent, the preset category to which the advertisement belongs by analyzing the advertisement.
It should be noted that, after the server obtains the optimized preset classification model, the optimized preset classification model is stored. Subsequently, when it is required to classify an advertisement, the server classifies the advertisement according to the optimized preset classification model.
Fig. 4 is a flow chart showing the classification of advertisements according to an embodiment of the invention. Referring to Fig. 4, the flow chart includes the classification processes of the above-described three methods, i.e., direct advertisement mapping, brand-based mapping and model-based classification. As shown, word segmentation is performed on text information of an advertisement and a word segmentation result is subjected to those three methods, i.e., direct mapping, brand-based mapping and model-based classification, to obtain a plurality of categories. Then, one of the obtained plurality of categories is selected as the category of the advertisement by a decision module as per priorities of those three methods or voting. However, when it is determined that the classification of the advertisement is accurate, the advertisement that is classified correctly may be added to the training sample.
With the method according to the present embodiment of the invention, a plurality of feature words are obtained from the text information of an advertisement to be classified, and the commodity title corresponding to each preset category is regarded as a known commodity title and added to a corpus, to avoid selecting the data from the advertisement in a manner of manual labeling, so that the time taken for advertisement classification is reduced. At the same time, in classifying an advertisement, the server additionally introduces the feature corresponding to the classification information of the advertisement to a preset classification model for computation in order to obtain the category of the advertisement, thus avoiding the low precision in classifying the advertisement according to a feature word obtained from the text information and a separate preset classification model merely, so that the precision of advertisement classification may be improved.
Fig. 5 is a structural representation of a device for advertisement classification according to an embodiment of the invention. Referring to Fig. 5, the device includes: a feature word acquiring module 501 , a feature word weight value acquiring module 502 and a category acquiring module 503, where the feature word acquiring module 501 is configured for obtaining, from text information of an advertisement to be classified, a plurality of feature words of the text information; the feature word weight value acquiring module 502 is connected with the feature word acquiring module 501 , and is configured for acquiring, according to statistical information of each of the feature words in the text information and statistical information of the feature word in the known commodity titles, a TFIDF value of the feature word as the weight value of the feature word; and the category acquiring module 503 is connected with the feature word weight value acquiring module 502, and is configured for acquiring a category of the advertisement according to the weight values of the plurality of feature words, classification information of the advertisement and a preset classification model. Optionally, the feature word weight value acquiring module 502 is specifically configured for acquiring, according to the number of occurrences of each of the feature words in the text information, the total number of known commodity titles and the number of occurrences of the feature word in the known commodity titles, the TFIDF value of the feature word as the weight value of the feature word.
Optionally, the feature word acquiring module 501 is specifically configured for: acquiring the text information of an advertisement to be classified; performing word segmentation on the text information to obtain a plurality of words; and performing feature extraction on the plurality of words to obtain the plurality of feature words of the text information.
Optionally, the device for advertisement classification further includes:
a specified commodity category acquiring module, which is configured for acquiring, when the text information of the advertisement includes specified commodity information, a specified commodity category as per a correspondence relationship between the preset commodity information and the commodity category according to specified commodity information, where the specified commodity category is a commodity category corresponding to the specified commodity information, and the specified commodity information is a specified commodity identifier and/or a specified commodity title; and
a preset category acquiring module, which is configured for acquiring a preset category corresponding to the specified commodity category as per a one-to-many correspondence relationship between the preset category and the commodity categories according to the specified commodity category.
The category acquiring module 503 is further configured for acquiring the preset category corresponding to the specified commodity category as the category of the advertisement.
Optionally, the device for advertisement classification further includes:
a brand feature word weight value acquiring module, which is configured for acquiring, when the plurality of feature words contain at least one known brand feature word, a TFIDF value of each brand feature word of the at least one known brand feature word as a weight value of the brand feature word according to the statistical information of the brand feature word in the text information and the statistical information of the brand feature word in the known commodity title;
The preset category acquiring module is further configured for obtaining a preset category corresponding to each brand feature word according to a correspondence relationship between the known brand feature word and the commodity category and a one-to-many correspondence relationship between the preset category and the commodity categories.
The device for advertisement classification further includes: a preset category weight value acquiring module, which is configured for adding the weight values of the brand feature words that belong to the same preset category, to obtain a weight value of the preset category corresponding to the brand feature words.
The category acquiring module 503 is further configured for selecting, among the preset categories corresponding to the least one brand feature word, the preset category with the largest weight value as the category of the advertisement.
Optionally, the device for advertisement classification further includes:
a model optimization module, which is configured for training the preset classification model according to the advertisement to obtain an optimized preset classification model, when the obtained category of the advertisement is the same as the preset category of the advertisement.
Optionally, the preset category acquiring module is configured for acquiring preset categories corresponding to a plurality of advertisements; and
the device for advertisement classification further includes:
a commodity title acquiring module, which is configured for acquiring the commodity titles corresponding to each one from the acquired preset categories according to the one-to-many correspondence relationship between the preset category and the commodity categories; and
a model establishing module, which is configured for establishing the preset classification model according to the commodity titles corresponding to the preset categories. Optionally, the device for advertisement classification further includes: a commodity title adjusting module, which is configured for adjusting the commodity titles corresponding to each preset category according to the number of advertisements corresponding to each original category, so as to equalize the number of the commodity titles corresponding to each preset category, where the original category is a category determined by the advertisement owner; and
a commodity title selecting module, which is configured for selecting commodity titles of a preset proportion from the adjusted commodity titles corresponding to each preset category, so that the preset classification model may be established based on the selected commodity titles in the preset proportion.
Optionally, the model establishing module includes:
a title feature word acquiring unit, which is configured for acquiring a plurality of title feature words from the commodity titles of a preset proportion selected from the adjusted commodity titles corresponding to each preset category;
a title feature word weight value acquiring unit, which is configured for acquiring a
TFIDF value of each title feature word as the weight value of this title feature word according to the number of occurrences this title feature word in the corresponding commodity title, the number of the selected commodity titles in the preset proportion and the number of occurrences this title feature word in the selected commodity titles in the preset proportion; and
a model establishing unit, which is configured for establishing the preset classification model according to the weight values of the title feature words and a preset classification algorithm.
Optionally, the title feature word acquiring unit is specifically configured for: performing word segmentation on the commodity titles of a preset proportion selected from the adjusted commodity titles corresponding to each preset category, to obtain a word segmentation result of each commodity title; acquiring, according to the number of occurrences for which each word from the word segmentation result of each commodity title occurs in the selected commodity titles in the preset proportion, words of which the numbers of occurrences in the selected commodity titles in the preset proportion are larger than a first preset threshold; and performing feature extraction on the words of which the numbers of occurrences are larger than the first preset threshold by using a preset statistical algorithm, to obtain a plurality of title feature words.
Optionally, the category acquiring module 503 is further configured for selecting, among the commodity titles corresponding to each preset category, commodity titles except for the selected commodity titles in the preset proportion as advertisements, and obtaining the category corresponding to each one from the commodity titles except for the selected commodity titles in the preset proportion according to the commodity titles except for the selected commodity titles in the preset proportion and the preset classification model.
The device for advertisement classification further includes:
a judging module, which is configured for judging whether the obtained category corresponding to each commodity title is the same as the preset category corresponding to this commodity title; and
an accuracy acquiring module, which is configured for acquiring the accuracy of obtaining an advertisement category by the preset classification model, if the number of commodity titles (among the commodity titles except for the selected commodity titles in the preset proportion), to which the categories correspond obtained from the advertisement classification are respectively the same as the preset categories corresponding to these commodity titles, reaches a second preset threshold.
Optionally, the category acquiring module 503 is specifically configured for: performing word segmentation on each commodity title from the commodity titles except for the selected commodity titles in the preset proportion, to obtain a word segmentation result of this commodity title; performing feature extraction on the words in the word segmentation result of the commodity title, to obtain a plurality of words; acquiring a TFIDF value of each word from the plurality of words as the weight value of this word according to the number of occurrences this word in the commodity titles corresponding to this word, the number of the commodity titles except for the selected commodity titles in the preset proportion and the number of occurrences of this word in the commodity titles except for the selected commodity titles in the preset proportion; and inputting the weight value of each word from the plurality of words into the preset classification model for computation, to obtain the category corresponding to each commodity title from the commodity titles except for the selected commodity titles in the preset proportion.
With the device for advertisement classification according to the present embodiment of the invention, a plurality of feature words are obtained from the text information of an advertisement to be classified, and the commodity title corresponding to each preset category is regarded as a known commodity title and added to a corpus, to avoid selecting the data from the advertisement in a manner of manual labeling, so that the time taken for advertisement classification is reduced. At the same time, in classifying an advertisement, the server additionally introduces the feature corresponding to the classification information of the advertisement to a preset classification model for computation in order to obtain the category of the advertisement, thus avoiding the low precision in classifying the advertisement according to a feature word obtained from the text information and a separate preset classification model merely, so that the precision of advertisement classification may be improved.
It should be noted that, for the description of the advertisement classification performed by the device for advertisement classification according to the above embodiment, the division of the device into the above functional modules is illustrative. However, in an actual application, the device may be divided into different functional modules for performing the corresponding functions as desired, that is, the internal structure of the device may be divided into different functional modules to accomplish the whole or a part of the functions described above. Additionally, the embodiments of the device for advertisement classification and the method for advertisement classification described above belong to the same concept, and reference may be made to the method embodiment for the specific implementing of the device, which will not be given here.
Fig. 6 is a structural representation of a server according to an embodiment of the invention. Referring to Fig. 6, the server includes a processor 601 and a storage 602, which are connected with each other.
The processor 601 is configured for obtaining a plurality of feature words of text information of an advertisement to be classified, according to the text information.
The processor 601 is further configured for acquiring a Term Frequency-Inverse Document Frequency value of each feature word as a weight value of this feature word according to the statistical information of this feature word in the text information and the statistical information of this feature word in the known commodity title.
The processor 601 is further configured for acquiring the category of the advertisement according to the weight value of each feature word, the classification information of the advertisement and a preset classification model.
Optionally, the processor 601 is further configured for acquiring a TFIDF value of each feature word as the weight value of this feature word according to the number of occurrences of this feature word in the text information, the total number of known commodity titles and the number of occurrences of this feature word in the known commodity title.
Optionally, the processor 601 is further configured for: acquiring the text information of an advertisement to be classified; performing word segmentation on the text information to obtain a plurality of words; and performing feature extraction on the plurality of words to obtain a plurality of feature words of the text information.
Optionally, the processor 601 is further configured for acquiring, if the text information of the advertisement includes specified commodity information, a specified commodity category as per a preset correspondence relationship between the commodity information and the commodity category according to specified commodity information, where the specified commodity category is a commodity category corresponding to the specified commodity information, and the specified commodity information is a specified commodity identifier and/or a specified commodity title.
The processor 601 is further configured for acquiring a preset category corresponding to the specified commodity category as per a one-to-many correspondence relationship between the preset category and the commodity categories according to the specified commodity category.
The processor 601 is further configured for acquiring the preset category corresponding to the specified commodity category as the category of the advertisement.
Optionally, the processor 601 is further configured for acquiring, if the plurality of feature words contain at least one known brand feature word, a TFIDF value of each brand feature word from the at least one known brand feature word as a weight value of this brand feature word, according to the statistical information of this brand feature word in the text information and the statistical information of this brand feature word in the known commodity title.
The processor 601 is further configured for obtaining a preset category corresponding to each brand feature word according to a correspondence relationship between the known brand feature word and the commodity category and a one-to-many correspondence relationship between the preset category and the commodity categories.
The processor 601 is further configured for adding the weight values of the brand feature words that belong to the same preset category, to obtain a weight value of the preset category corresponding to the brand feature words.
The processor 601 is further configured for selecting, among the preset categories corresponding to the at least one brand feature word, a preset category with the largest weight value as the category of the advertisement.
Optionally, the processor 601 is further configured for training the preset classification model by using the advertisement to obtain an optimized preset classification model, if the category of the advertisement is the same as the preset category of the advertisement.
Optionally, the processor 601 is further configured for acquiring preset categories corresponding to a plurality of advertisements.
The processor 601 is further configured for acquiring the commodity titles corresponding to each one from the preset categories according to the one-to-many correspondence relationship between the preset category and the commodity categories.
The processor 601 is further configured for establishing the preset classification model according to the commodity titles corresponding to each preset category. Optionally, the processor 601 is further configured for adjusting the commodity titles corresponding to each preset category according to the number of advertisements corresponding to each original category, so as to equalize the number of the commodity titles corresponding to each preset category, where the original category is a category determined by the advertisement owner.
The processor 601 is further configured for selecting commodity titles of a preset proportion from the adjusted commodity titles corresponding to each preset category, and establishing the preset classification model based on the selected commodity titles in the preset proportion.
Optionally, the processor 601 is further configured for: acquiring a plurality of title feature words from the commodity titles of a preset proportion selected from the adjusted commodity titles corresponding to each preset category; acquiring a TFIDF value of each title feature word as the weight value of this title feature word according to the number of occurrences this title feature word in the corresponding commodity title, the number of the selected commodity titles in the preset proportion and the number of occurrences this title feature word in the selected commodity titles in the preset proportion; and establishing the preset classification model according to the weight values of the title feature words and a preset classification algorithm.
Optionally, the processor 601 is further configured for: performing word segmentation on the commodity titles of a preset proportion selected from the adjusted commodity titles corresponding to each preset category, to obtain a word segmentation result of each commodity title; acquiring, according to the number of occurrences for which each word from the word segmentation result of each commodity title occurs in the selected commodity titles in the preset proportion, words of which the numbers of occurrences in the selected commodity titles in the preset proportion are larger than a first preset threshold; and performing feature extraction on the words of which the numbers of occurrences are larger than the first preset threshold by using a preset statistical algorithm, to obtain a plurality of title feature words.
Optionally, the processor 601 is further configured for selecting, among the commodity titles corresponding to each preset category, commodity titles except for the selected commodity titles in the preset proportion as advertisements, and obtaining the category corresponding to each one from the commodity titles except for the selected commodity titles in the preset proportion according to the commodity titles except for the selected commodity titles in the preset proportion and the preset classification model.
The processor 601 is further configured for judging whether the obtained category corresponding to each commodity title is the same as the preset category corresponding to this commodity title.
The processor 601 is further configured for acquiring the accuracy of obtaining an advertisement category by the preset classification model, if the number of commodity titles (among the commodity titles except for the selected commodity titles in the preset proportion), to which the categories correspond obtained from the advertisement classification are respectively the same as the preset categories corresponding to these commodity titles, reaches a second preset threshold.
Optionally, the processor 601 is further configured for: performing word segmentation on each commodity title from the commodity titles except for the selected commodity titles in the preset proportion, to obtain a word segmentation result of this commodity title; performing feature extraction on the words in the word segmentation result of the commodity title, to obtain a plurality of words; acquiring a TFIDF value of each word from the plurality of words as the weight value of this word according to the number of occurrences this word in the commodity titles corresponding to this word, the number of the commodity titles except for the selected commodity titles in the preset proportion and the number of occurrences of this word in the commodity titles except for the selected commodity titles in the preset proportion; and inputting the weight value of each word from the plurality of words into the preset classification model for computation, to obtain the category corresponding to each commodity title from the commodity titles except for the selected commodity titles in the preset proportion.
An embodiment of the invention further provides a storage medium containing computer-executable instructions, which, when executed by a computer processor, are configured to perform a method for advertisement classification including:
obtaining a plurality of feature words of text information of an advertisement to be classified, according to the text information;
acquiring a term frequency-inverse document frequency (TFIDF) value of each feature word from the plurality of feature words as a weight value of this feature word according to the statistical information of this feature word in the text information and the statistical information of this feature word in the known commodity title; and
acquiring the category of the advertisement according to the weight value of each feature word, the classification information of the advertisement and a preset classification model.
The executable instructions contained in the storage medium according to the embodiment of the invention are not limited to performing the above steps of the method; instead, the executable instructions may also perform a method for advertisement classification according to any embodiment of the invention.
With the description of the above embodiments, one skilled in the art may clearly understand that the invention may be implemented by the aid of software and necessary universal hardware; of course, the invention may be implemented by hardware. However, in many cases, the former is preferred. Based on such an understanding, the essential part of the technical solutions of the invention, or in other words, the part that contributes to the prior art, may be embodied in the form of a software product that is stored in a computer-readable storage medium, for example, floppy disk, Read-Only Memory (ROM), Random Access Memory (RAM), FLASH, hard disk, compact disc, etc. of a computer, and includes several instructions that can make a computer device (which may be a personal computer, a server or a network device, etc.) implement the methods according to various embodiments of the invention.
It should be noted that in the above embodiment of the device for advertisement classification, each unit and module included are only divided according to functional logic; however, the invention will not be limited to the above division, so long as the corresponding functions can be implemented; additionally, the specific name of each functional unit is only configured for easy distinguish, rather than limiting the protection scope of the invention.
The above description only shows some preferred embodiments of the invention, rather than limiting the scope of the invention. All modifications, equivalent substitutions and improvements made by one skilled in the art without departing from the spirit and principles of the invention should be contemplated by the protection scope of the invention. Therefore, the protection scope of the invention should be defined by the appended claims.

Claims

1 . A method for advertisement classification, comprising: obtaining, according to text information of an advertisement to be classified, a plurality of feature words of the text information; acquiring a Term Frequency-Inverse Document Frequency value of each feature word from the plurality of feature words as a weight value of the feature word, according to statistical information of the feature word in the text information and statistical information of the feature word in known commodity titles; and acquiring a category of the advertisement according to the weight values of the plurality of feature words, classification information of the advertisement and a preset classification model.
2. The method of claim 1 , wherein, the acquiring a Term Frequency-Inverse Document Frequency value of each feature word from the plurality of feature words as a weight value of the feature word, according to statistical information of the feature word in the text information and statistical information of the feature word in known commodity titles comprises: acquiring a Term Frequency-Inverse Document Frequency value of each feature word from the plurality of feature words as a weight value of the feature word, according to the number of occurrences of the feature word in the text information, the total number of known commodity titles and the number of occurrences of the feature word in the known commodity titles.
3. The method of claim 1 , wherein, the obtaining, according to text information of an advertisement to be classified, a plurality of feature words of the text information comprises: acquiring the text information of the advertisement to be classified; performing word segmentation on the text information to obtain a plurality of words; and performing feature extraction on the plurality of words to obtain the plurality of feature words of the text information.
4. The method of claim 1 , further comprising: if the text information of the advertisement contains specified commodity information, acquiring a specified commodity category as per a preset correspondence relationship between the commodity information and the commodity category according to the specified commodity information, wherein the specified commodity category is a commodity category corresponding to the specified commodity information, and the specified commodity information is a specified commodity identifier and/or a specified commodity title; acquiring a preset category corresponding to the specified commodity category as per a one-to-many correspondence relationship between the preset category and the commodity categories according to the specified commodity category; and acquiring the preset category corresponding to the specified commodity category as the category of the advertisement.
5. The method of claim 1 , further comprising: if the plurality of feature words contain at least one known brand feature word, acquiring a Term Frequency-Inverse Document Frequency value of each brand feature word from the at least one known brand feature word as a weight value of the brand feature word, according to statistical information of the brand feature word in the text information and statistical information of the brand feature word in the known commodity titles;
obtaining a preset category corresponding to each brand feature word from the at least one known brand feature word according to a correspondence relationship between the brand feature word and the commodity category and a one-to-many correspondence relationship between the preset category and the commodity categories;
adding the weight values of brand feature words that belong to the same preset category, to obtain a weight value of the preset category corresponding to the brand feature words; and
selecting, among the preset categories corresponding to the at least one known brand feature word, a preset category with the largest weight value as the category of the advertisement.
6. The method of claim 1 , wherein, after the acquiring a category of the advertisement, the method further comprises: if the category of the advertisement is the same as the preset category of the advertisement, training the preset classification model according to the advertisement to obtain an optimized preset classification model.
7. The method of claim 1 , further comprising:
acquiring preset categories corresponding to a plurality of advertisements;
acquiring commodity titles corresponding to each preset category from the preset categories according to a one-to-many correspondence relationship between the preset category and the commodity categories; and
establishing the preset classification model according to the commodity titles corresponding to the preset category.
8. The method of claim 7, wherein, after the acquiring commodity titles corresponding to each preset category from the preset categories according to a one-to-many correspondence relationship between the preset category and the commodity categories, the method further comprises:
adjusting the commodity titles corresponding to each preset category according to the number of advertisements corresponding to each original category, so as to equalize the number of the commodity titles corresponding to each preset category, wherein the original category is a category determined by an advertisement owner; and
selecting commodity titles in a preset proportion from the adjusted commodity titles corresponding to each preset category, and establishing the preset classification model according to the selected commodity titles in the preset proportion.
9. The method of claim 7, wherein, the establishing the preset classification model according to the commodity title corresponding to the preset category comprises: acquiring a plurality of title feature words according to the selected commodity titles in the preset proportion from the adjusted commodity titles corresponding to each preset category; acquiring a Term Frequency-Inverse Document Frequency value of each title feature word from the plurality of title feature words as a weight value of the title feature word, according to the number of occurrences of the title feature word in the corresponding commodity titles, the number of the selected commodity titles in the preset proportion as well as the number of occurrences of the title feature word in the selected commodity titles in the preset proportion; and
establishing the preset classification model according to the weight values of the plurality of title feature words and a preset classification algorithm.
10. The method of claim 9, wherein, the acquiring a plurality of title feature words according to the adjusted commodity titles corresponding to each preset category comprises:
performing word segmentation on the selected commodity titles in the preset proportion from the adjusted commodity titles corresponding to each preset category, so as to obtain a word segmentation result of each of the commodity titles; acquiring, according to the number of occurrences of each of the words from the segmentation result of each of the commodity titles in the selected commodity titles in the preset proportion, words of which the numbers of occurrences are larger than a first preset threshold; and
performing feature extraction using a preset statistical algorithm according to the words of which the numbers of occurrences are larger than the first preset threshold, to obtain the plurality of title feature words.
11. The method of claim 7, wherein, after the establishing the preset classification model according to the commodity titles corresponding to each preset category, the method further comprises:
selecting commodity titles corresponding to each preset category except for the selected commodity titles in the preset proportion as advertisements, and acquiring the category corresponding to each of the commodity titles except for the selected commodity titles in the preset proportion according to the commodity titles except for the selected commodity titles in the preset proportion and the preset classification model; determining whether the category corresponding to each of the commodity titles except for the selected commodity titles in the preset proportion is the same as the preset category corresponding to the commodity title; and
acquiring the accuracy of obtaining the category of the advertisement by the preset classification model, if the number of commodity titles from the commodity titles except for the selected commodity titles in the preset proportion, to which the categories correspond are respectively the same as the preset categories corresponding to which, reaches a second preset threshold.
12. The method of claim 11 , wherein, the acquiring the category corresponding to each of the commodity titles except for the selected commodity titles in the preset proportion according to the commodity titles except for the selected commodity titles in the preset proportion and the preset classification model comprises:
performing word segmentation on each of the commodity titles except for the selected commodity titles in the preset proportion, to obtain the word segmentation result of the commodity title;
performing feature extraction on words in the word segmentation result of the commodity title to obtain a plurality of words; acquiring a Term Frequency-Inverse Document Frequency value of each of the obtained plurality of words as the weight value of the word, according to the number of occurrences of the word in the commodity title corresponding to the word, the number of the commodity titles except for the selected commodity titles in the preset proportion as well as the number of occurrences of the word in the commodity titles except for the selected commodity titles in the preset proportion; and
inputting the weight values of the plurality of words into the preset classification model for computation, in order to acquire the category corresponding to each of the commodity titles except for the selected commodity titles in the preset proportion.
13. A device for advertisement classification, comprising:
a feature word acquiring module, which is configured for obtaining, from text information of an advertisement to be classified, a plurality of feature words of the text information; a feature word weight value acquiring module, which is configured for acquiring a Term Frequency-Inverse Document Frequency value of each feature word from the plurality of feature words as a weight value of the feature word, according to statistical information of the feature word in the text information and statistical information of the feature word in known commodity titles; and
a category acquiring module, which is configured for acquiring a category of the advertisement according to the weight values of the plurality of feature words, classification information of the advertisement and a preset classification model.
14. The device of claim 13, wherein, the feature word weight value acquiring module is configured for acquiring a Term Frequency-Inverse Document Frequency value of each feature word from the plurality of feature words as a weight value of the feature word, according to the number of occurrences of the feature word in the text information, the total number of known commodity titles and the number of occurrences of the feature word in the known commodity titles.
15. The device of claim 13, wherein, the feature word acquiring module is configured for: acquiring the text information of the advertisement to be classified; performing word segmentation on the text information to obtain a plurality of words; and performing feature extraction on the plurality of words to obtain the plurality of feature words of the text information.
16. The device of claim 13, further comprising: a specified commodity category acquiring module, which is configured for, if the text information of the advertisement contains specified commodity information, acquiring a specified commodity category as per a preset correspondence relationship between the commodity information and the commodity category according to the specified commodity information, wherein the specified commodity category is a commodity category corresponding to the specified commodity information, and the specified commodity information is a specified commodity identifier and/or a specified commodity title;
a preset category acquiring module, which is configured for acquiring a preset category corresponding to the specified commodity category as per a one-to-many correspondence relationship between the preset category and the commodity categories according to the specified commodity category; and
the category acquiring module is further configured for acquiring the preset category corresponding to the specified commodity category as the category of the advertisement.
17. The device of claim 13, further comprising: a brand feature word weight value acquiring module, which is configured for, if the plurality of feature words contain at least one known brand feature word, acquiring a Term Frequency-Inverse Document Frequency value of each brand feature word from the at least one known brand feature word as a weight value of the brand feature word, according to statistical information of the brand feature word in the text information and statistical information of the brand feature word in the known commodity titles;
the preset category acquiring module is further configured for obtaining a preset category corresponding to each brand feature word from the at least one known brand feature word according to a correspondence relationship between the brand feature word and the commodity category and a one-to-many correspondence relationship between the preset category and the commodity categories; and the device further comprises: a preset category weight value acquiring module, which is configured for adding the weight values of brand feature words that belong to the same preset category, to obtain a weight value of the preset category corresponding to the brand feature words;
the category acquiring module is further configured for selecting, among the preset categories corresponding to the at least one known brand feature word, a preset category with the largest weight value as the category of the advertisement.
18. The device of claim 13, further comprising: a model optimization module, which is configured for, if the category of the advertisement is the same as the preset category of the advertisement, training the preset classification model according to the advertisement to obtain an optimized preset classification model.
19. The device of claim 13, wherein, the preset category acquiring module is further configured for acquiring preset categories corresponding to a plurality of advertisements; the device further comprises:
a commodity title acquiring module, which is configured for acquiring commodity titles corresponding to each preset category from the preset categories according to a one-to-many correspondence relationship between the preset category and the commodity categories; and
a model establishing module, which is configured for establishing the preset classification model according to the commodity titles corresponding to the preset category.
20. The device of claim 19, further comprising:
a commodity title adjusting module, which is configured for adjusting the commodity titles corresponding to each preset category according to the number of advertisements corresponding to each original category, so as to equalize the number of the commodity titles corresponding to each preset category, wherein the original category is a category determined by an advertisement owner; and
a commodity title selecting module, which is configured for selecting commodity titles in a preset proportion from the adjusted commodity titles corresponding to each preset category, and establishing the preset classification model according to the selected commodity titles in the preset proportion.
21. The device of claim 19, wherein, the model establishing module comprises: a title feature word acquiring unit, which is configured for acquiring a plurality of title feature words according to the selected commodity titles in the preset proportion from the adjusted commodity titles corresponding to each preset category;
a title feature word weight value acquiring unit, which is configured for acquiring a Term Frequency-Inverse Document Frequency value of each title feature word from the plurality of title feature words as a weight value of the title feature word, according to the number of occurrences of the title feature word in the corresponding commodity titles, the number of the selected commodity titles in the preset proportion as well as the number of occurrences of the title feature word in the selected commodity titles in the preset proportion; and
a model establishing unit, which is configured for establishing the preset classification model according to the weight values of the plurality of title feature words and a preset classification algorithm.
22. The device of claim 21 , wherein, the title feature word acquiring unit is configured for: performing word segmentation on the selected commodity titles in the preset proportion from the adjusted commodity titles corresponding to each preset category, so as to obtain a word segmentation result of each of the commodity titles; acquiring, according to the number of occurrences of each of the words from the segmentation result of each of the commodity titles in the selected commodity titles in the preset proportion, words of which the numbers of occurrences are larger than a first preset threshold; and performing feature extraction using a preset statistical algorithm according to the words of which the numbers of occurrences are larger than the first preset threshold, to obtain the plurality of title feature words.
23. The device of claim 19, wherein, the category acquiring module is further configured for: selecting commodity titles corresponding to each preset category except for the selected commodity titles in the preset proportion as advertisements, and acquiring the category corresponding to each of the commodity titles except for the selected commodity titles in the preset proportion according to the commodity titles except for the selected commodity titles in the preset proportion and the preset classification model; the device further comprises:
a determining module, which is configured for determining whether the category corresponding to each of the commodity titles except for the selected commodity titles in the preset proportion is the same as the preset category corresponding to the commodity title; and
an accuracy acquiring module, which is configured for acquiring the accuracy of obtaining the category of the advertisement by the preset classification model, if the number of commodity titles from the commodity titles except for the selected commodity titles in the preset proportion, to which the categories correspond are respectively the same as the preset categories corresponding to which, reaches a second preset threshold.
24. The device of claim 23, wherein, the category acquiring module is configured for: performing word segmentation on each of the commodity titles except for the selected commodity titles in the preset proportion, to obtain the word segmentation result of the commodity title; performing feature extraction on words in the word segmentation result of the commodity title to obtain a plurality of words; acquiring a Term Frequency-Inverse Document Frequency value of each of the obtained plurality of words as the weight value of the word, according to the number of occurrences of the word in the commodity title corresponding to the word, the number of the commodity titles except for the selected commodity titles in the preset proportion as well as the number of occurrences of the word in the commodity titles except for the selected commodity titles in the preset proportion; and inputting the weight values of the plurality of words into the preset classification model for computation, in order to acquire the category corresponding to each of the commodity titles except for the selected commodity titles in the preset proportion.
25. A server comprising: a processor and a storage which are connected with each other; wherein:
the processor is configured for obtaining, according to text information of an advertisement to be classified, a plurality of feature words of the text information; the processor is further configured for acquiring a Term Frequency-Inverse Document Frequency value of each feature word from the plurality of feature words as a weight value of the feature word, according to statistical information of the feature word in the text information and statistical information of the feature word in known commodity titles; and
the processor is further configured for acquiring a category of the advertisement according to the weight values of the plurality of feature words, classification information of the advertisement and a preset classification model.
26. A storage medium containing computer-executable instructions, wherein the computer-executable instructions, when executed by a computer processor, are configured to perform a method for advertisement classification comprising:
obtaining, according to text information of an advertisement to be classified, a plurality of feature words of the text information; acquiring a Term Frequency-Inverse Document Frequency value of each feature word from the plurality of feature words as a weight value of the feature word, according to statistical information of the feature word in the text information and statistical information of the feature word in known commodity titles; and
acquiring a category of the advertisement according to the weight values of the plurality of feature words, classification information of the advertisement and a preset classification model.
PCT/CN2014/086149 2013-10-28 2014-09-09 Method and device for advertisement classification, server and storage medium WO2015062359A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US15/140,793 US20160239865A1 (en) 2013-10-28 2016-04-28 Method and device for advertisement classification

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201310516732.1A CN104572775B (en) 2013-10-28 2013-10-28 Advertisement classification method, device and server
CN201310516732.1 2013-10-28

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US15/140,793 Continuation US20160239865A1 (en) 2013-10-28 2016-04-28 Method and device for advertisement classification

Publications (1)

Publication Number Publication Date
WO2015062359A1 true WO2015062359A1 (en) 2015-05-07

Family

ID=53003288

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2014/086149 WO2015062359A1 (en) 2013-10-28 2014-09-09 Method and device for advertisement classification, server and storage medium

Country Status (2)

Country Link
CN (1) CN104572775B (en)
WO (1) WO2015062359A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110555107A (en) * 2018-03-29 2019-12-10 阿里巴巴集团控股有限公司 method and device for determining business object theme and recommending business object

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11373198B2 (en) * 2016-12-02 2022-06-28 Honda Motor Co., Ltd. Evaluation device, evaluation method, and evaluation program
CN106777401A (en) * 2017-03-10 2017-05-31 北京搜狐新媒体信息技术有限公司 Information classification approach and device
CN112184333A (en) * 2020-10-27 2021-01-05 杭州推啊网络科技有限公司 Automatic advertisement title delivery method
CN112445897A (en) * 2021-01-28 2021-03-05 京华信息科技股份有限公司 Method, system, device and storage medium for large-scale classification and labeling of text data
CN113722582A (en) * 2021-07-29 2021-11-30 黑龙江先进信息技术有限公司 Recommendation method, system, program product and medium based on pet feature tag

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101097570A (en) * 2006-06-29 2008-01-02 上海唯客网广告传播有限公司 Advertisement classification method capable of automatic recognizing classified advertisement type
CN101178714A (en) * 2006-12-20 2008-05-14 腾讯科技(深圳)有限公司 Web page classification method and device
US20110137908A1 (en) * 2006-03-10 2011-06-09 Byron Edward Dom Assigning into one set of categories information that has been assigned to other sets of categories
CN103186612A (en) * 2011-12-30 2013-07-03 中国移动通信集团公司 Lexical classification method and system and realization method

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110137908A1 (en) * 2006-03-10 2011-06-09 Byron Edward Dom Assigning into one set of categories information that has been assigned to other sets of categories
CN101097570A (en) * 2006-06-29 2008-01-02 上海唯客网广告传播有限公司 Advertisement classification method capable of automatic recognizing classified advertisement type
CN101178714A (en) * 2006-12-20 2008-05-14 腾讯科技(深圳)有限公司 Web page classification method and device
CN103186612A (en) * 2011-12-30 2013-07-03 中国移动通信集团公司 Lexical classification method and system and realization method

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110555107A (en) * 2018-03-29 2019-12-10 阿里巴巴集团控股有限公司 method and device for determining business object theme and recommending business object

Also Published As

Publication number Publication date
CN104572775B (en) 2019-02-15
CN104572775A (en) 2015-04-29

Similar Documents

Publication Publication Date Title
US20160239865A1 (en) Method and device for advertisement classification
US10026021B2 (en) Training image-recognition systems using a joint embedding model on online social networks
US11093854B2 (en) Emoji recommendation method and device thereof
AU2017243270B2 (en) Method and device for extracting core words from commodity short text
US10209782B2 (en) Input-based information display method and input system
KR101700585B1 (en) On-line product search method and system
US11763145B2 (en) Article recommendation method and apparatus, computer device, and storage medium
EP3410311A1 (en) Campaign information pushing method and device
WO2018050022A1 (en) Application program recommendation method, and server
CN110888990B (en) Text recommendation method, device, equipment and medium
US10083379B2 (en) Training image-recognition systems based on search queries on online social networks
WO2015062359A1 (en) Method and device for advertisement classification, server and storage medium
US11281860B2 (en) Method, apparatus and device for recognizing text type
WO2018040068A1 (en) Knowledge graph-based semantic analysis system and method
CN107679119B (en) Method and device for generating brand derivative words
WO2011054245A1 (en) Mobile search method, device and system
US10002187B2 (en) Method and system for performing topic creation for social data
CN107885717B (en) Keyword extraction method and device
CN104778283B (en) A kind of user's occupational classification method and system based on microblogging
EP3608799A1 (en) Search method and apparatus, and non-temporary computer-readable storage medium
US20150154287A1 (en) Method for providing recommend information for mobile terminal browser and system using the same
WO2018054352A1 (en) Item set determination method, apparatus, processing device, and storage medium
CN106570003B (en) Data pushing method and device
TWI447662B (en) An ad management apparatus, an advertisement selecting apparatus, an advertisement management method, an advertisement management program, and a recording medium on which an advertisement management program is recorded
CN110991169A (en) Method and device for identifying risk content variety and electronic equipment

Legal Events

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

Ref document number: 14857189

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205 DATED 05/07/2016)

122 Ep: pct application non-entry in european phase

Ref document number: 14857189

Country of ref document: EP

Kind code of ref document: A1