CN104008141A - Product grading method by user based on on-line social network - Google Patents
Product grading method by user based on on-line social network Download PDFInfo
- Publication number
- CN104008141A CN104008141A CN201410193932.2A CN201410193932A CN104008141A CN 104008141 A CN104008141 A CN 104008141A CN 201410193932 A CN201410193932 A CN 201410193932A CN 104008141 A CN104008141 A CN 104008141A
- Authority
- CN
- China
- Prior art keywords
- scoring
- user
- friend
- represent
- class
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/95—Retrieval from the web
- G06F16/951—Indexing; Web crawling techniques
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06Q—INFORMATION 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/00—Commerce
- G06Q30/02—Marketing; Price estimation or determination; Fundraising
- G06Q30/0201—Market modelling; Market analysis; Collecting market data
Landscapes
- Engineering & Computer Science (AREA)
- Business, Economics & Management (AREA)
- Accounting & Taxation (AREA)
- Development Economics (AREA)
- Finance (AREA)
- Strategic Management (AREA)
- Theoretical Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Data Mining & Analysis (AREA)
- Entrepreneurship & Innovation (AREA)
- Databases & Information Systems (AREA)
- Physics & Mathematics (AREA)
- Game Theory and Decision Science (AREA)
- General Business, Economics & Management (AREA)
- Marketing (AREA)
- Economics (AREA)
- General Engineering & Computer Science (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Abstract
本发明提供一种基于在线社交网络的帮助用户给产品评分的方法,该方法首先收集用户与朋友的历史评分信息;然后再将收集到的信息进行处理;最后给用户准确的推荐评分,其中用户收集朋友的历史评分信息是通过在线社交网络获得,处理信息主要是根据贝叶斯定理来进行计算,用户可以更新整个网络的概率分布。本发明能够不断地进行动态学习,很好地利用在线社交网络帮助用户推荐产品,保证推荐质量与推荐量之间的权衡。
The present invention provides a method based on an online social network to help users rate products. The method first collects historical rating information of users and friends; then processes the collected information; and finally gives users accurate recommendation scores, in which users Collecting historical score information of friends is obtained through online social networks, processing information is mainly calculated according to Bayesian theorem, and users can update the probability distribution of the entire network. The present invention can continuously carry out dynamic learning, make good use of the online social network to help users recommend products, and ensure the balance between recommendation quality and recommendation quantity.
Description
技术领域technical field
本发明涉及在线社交网络的交互方法,建立一种新型推荐系统,利用贝叶斯推理原理进行高效推荐,属于软件工程、人机交互、互联网交叉技术应用领域。The invention relates to an interaction method of an online social network, establishes a novel recommendation system, uses the principle of Bayesian reasoning for efficient recommendation, and belongs to the application fields of software engineering, human-computer interaction, and Internet crossover technology.
背景技术Background technique
近年来,在线社交网络逐渐流行,吸引了成千上万的用户,已经成为当今构建朋友关系和分享信息的主要平台之一。在线社交网络中,朋友推荐是一个关键性的任务,在我们的生活中发挥着越来越重要的作用。准确的建议可以使用户能够快速找到理想的项目而不被不相关的信息淹没。供应商很乐意给他们的潜在客户推荐他们满意的商品,并且希望把它们变成真正的买家。In recent years, online social networking has become increasingly popular, attracting tens of thousands of users, and has become one of the main platforms for building friend relationships and sharing information today. In online social networks, friend recommendation is a critical task that plays an increasingly important role in our lives. Accurate suggestions can enable users to quickly find ideal items without being overwhelmed by irrelevant information. Suppliers are happy to recommend their satisfactory products to their potential customers and hope to turn them into real buyers.
在现实生活中,人们购买商品或消费服务之前,往往在他们的社交网络求助于朋友并征求他们的意见。在社会学和心理学领域的研究结果表明,人类往往倾向于和同类型的人在一起,这就是所谓的同质性。由于稳定而持久的社会关系,人们更愿意与他们的朋友分享他们的个人意见,并且比起陌生人和供应商,他们更加信任来自朋友的建议。在线社交网络不仅方便用户分享他们的意见,并且也可以作为一个平台,来自动化执行现实生活中基于在线社交网络的推荐算法。In real life, people often turn to their friends on their social networks and ask for their opinions before buying goods or consuming services. Research findings in the fields of sociology and psychology have shown that humans tend to gravitate towards people of the same type, which is known as homophily. People are more willing to share their personal opinions with their friends due to stable and long-lasting social relationships, and they trust advice from friends more than strangers and suppliers. Online social networks are not only convenient for users to share their opinions, but also can be used as a platform to automate the implementation of recommendation algorithms based on online social networks in real life.
贝叶斯方法是一种在已知先验概率和条件概率的情况下,计算后验概率的模式识别方法。其分类的原理是根据某实例的先验概率,利用贝叶斯公式计算出其后验概率,即该实例属于某一类的概率,选择具有最大后验概率的类作为该实例所属的类。该方法是用概率来表示所有形式的不确定性,用概率规则来实现学习或其他形式的推理,具有鲁棒性强,易实现等优点,是处理不确定性问题的有力工具,已在人类学习机制探索及Web采掘等方面得到了广泛的应用,并成为人工智能、机器学习和数据采掘等领域研究的热点之一。The Bayesian method is a pattern recognition method that calculates the posterior probability when the prior probability and conditional probability are known. The principle of its classification is to use the Bayesian formula to calculate the posterior probability based on the prior probability of an instance, that is, the probability that the instance belongs to a certain class, and select the class with the largest posterior probability as the class to which the instance belongs. This method uses probability to represent all forms of uncertainty, and uses probability rules to realize learning or other forms of reasoning. It has the advantages of strong robustness and easy implementation. It is a powerful tool for dealing with uncertainty problems. It has been used in human Learning mechanism exploration and Web mining have been widely used, and become one of the research hotspots in the fields of artificial intelligence, machine learning and data mining.
发明内容Contents of the invention
技术问题:本发明的目的是提供一种基于在线社交网络的帮助用户给产品评分的方法,该方法以在线社交网络为平台,以一组条件概率来衡量在线社交网络关联用户之间评分的相似性,并根据贝叶斯推理来推断出用户的评分,解决推荐质量与推荐量间灵活权衡以及评分稀疏的问题。Technical problem: The purpose of the present invention is to provide a method based on online social network to help users rate products. The method uses online social network as a platform to measure the similarity of ratings between online social network associated users with a set of conditional probabilities. and infer user ratings based on Bayesian inference, solving the problems of flexible trade-offs between recommendation quality and recommendation volume and sparse ratings.
技术方案:本发明所述的基于在线社交网络的帮助用户给产品评分的方法,用户在在线社交网络中通过运行代理连接其自己的设备,向朋友发布自己的评分,用户查询得到在线社交网络中朋友的评分,再根据所得的历史相似性评分由贝叶斯推理方法推理得到新的推荐评分。Technical solution: the method for helping users to rate products based on online social networks described in the present invention, users connect to their own devices through running agents in the online social network, publish their own ratings to friends, and users query to get the information in the online social network. Based on the ratings of friends, the Bayesian inference method is used to infer new recommendation scores based on the obtained historical similarity scores.
基于在线社交网络的帮助用户给产品评分的方法包括以下步骤:The method for helping users rate a product based on an online social network includes the following steps:
步骤1)获得用户在在线社交网络中输入的当前所购买产品的名称;所述在线社交网络是在互联网上与其他人相联系的一个平台,用户对产品进行评分,同时分享给该用户的朋友,查询该用户的朋友的评分;Step 1) Obtain the name of the currently purchased product entered by the user in the online social network; the online social network is a platform that connects with other people on the Internet, and the user evaluates the product and shares it with the user's friends , to query the ratings of the user's friends;
步骤2)查询获取在线社交网络中用户的朋友对当前所购买产品已给出的评分;Step 2) Query and obtain the rating given by the user's friends in the online social network to the currently purchased product;
步骤3)按照查询到的用户朋友对当前所购买产品的评分大小对朋友进行分类,评分相同的朋友归为一类;Step 3) Classify friends according to the ratings of the currently purchased products by the querying user friends, and friends with the same ratings are classified into one category;
步骤4)获取用户已购买其他产品及相对应的评分;Step 4) Obtain other products purchased by the user and corresponding ratings;
步骤5)依次获取其中一类朋友及相对应的评分,评分记为ti,i是朋友类的序号;Step 5) Obtain one of the types of friends and the corresponding ratings sequentially, and the ratings are recorded as t i , where i is the serial number of the friend category;
步骤51)依次获取这类朋友中一个朋友k的已购买其他产品及相对应的评分,所述k表示朋友的序号;Step 51) Acquiring other purchased products and corresponding ratings of a friend k among such friends in turn, where k represents the serial number of the friend;
步骤511)将用户已购买的其他产品与这个朋友已购买的其他产品进行比较,获得用户与这个朋友都评过分的相同产品及相对应的评分;在这相同的产品中,计算当用户评分为ti时,该朋友评分也为ti所占的比例,记为P(Rk=ti|Rs=ti),所述i表示朋友类的序号,ti表示朋友类i的评分,Rs表示用户s的评分,Rk表示其中某一朋友k的评分,P(Rk=ti|Rs=ti)表示当用户评分为ti时,朋友k的评分也为ti所占的比例;当用户与朋友没有相同的评分ti,P(Rk=ti|Rs=ti)的值设定为10%;Step 511) Compare other products purchased by the user with other products purchased by this friend, and obtain the same product and corresponding ratings that both the user and the friend have rated; in this same product, calculate when the user rating is At t i , the friend’s score is also the proportion of t i , recorded as P(R k =t i |R s =t i ), where i represents the serial number of the friend class, and t i represents the score of friend class i , R s represents the rating of user s, R k represents the rating of a certain friend k, P(R k =t i |R s =t i ) means that when the user’s rating is t i , the rating of friend k is also t The proportion of i ; when the user and friends do not have the same rating t i , the value of P(R k =t i |R s =t i ) is set to 10%;
步骤512)依次计算当用户评分为ti时,其余朋友评分为ti所占的比例;Step 512) Calculate in turn when the user's rating is t i , the proportion of other friends who are rated as t i ;
步骤52)将获得到的这类朋友的所有比例求平均值,得到用户与评分为ti的这类用户的联合关系,记为P(Qt=ti|Rs=ti)=mean(P(Rk=ti|Rs=ti)),所述ti表示朋友类i的评分;Rs表示用户s的评分;Rk表示某一朋友k的评分;Qt表示评分相同的一类朋友的评分;mean(P(Rk=ti|Rs=ti))表示用户评分为ti时,一类用户中评分为ti的朋友所占比例的平均值,k依次为这一类用户的序号;P(Qt=ti|Rs=ti)表示用户评分为ti时,一类用户评分为ti所占的比例;Step 52) Calculate the average of all the obtained ratios of this type of friends, and obtain the joint relationship between the user and this type of user rated t i , denoted as P(Q t =t i |R s =t i )=mean (P(R k =t i |R s =t i )), said t i represents the score of friend category i; R s represents the score of user s; R k represents the score of a certain friend k; Q t represents the score The ratings of the same type of friends; mean(P(R k =t i |R s =t i )) indicates the average of the proportion of friends rated as t i in a type of users when the user is rated as t i , k is the serial number of this type of user in turn; P(Q t = t i | Rs = t i ) indicates the proportion of a type of user whose score is t i when the user is rated as t i ;
步骤53)依次计算用户与其余评分的各类朋友的联合关系;Step 53) sequentially calculate the joint relationship between the user and all kinds of friends with other ratings;
步骤6)计算用户在已购买其他产品的评分中,每个评分所占的比例,记为P(Rs=ti),所述ti表示朋友类i的评分,Rs表示用户s的评分,P(Rs=ti)表示用户在已购买其他产品的评分中,每个评分所占的比例;当用户从来没有评过某分,它的值设定为1%;Step 6) Calculate the proportion of each rating in the ratings of other products purchased by the user, which is recorded as P(R s =t i ), where t i represents the rating of friend category i, and R s represents the user s Rating, P(R s =t i ) indicates the proportion of each rating in the ratings of other products purchased by the user; when the user has never rated a certain score, its value is set to 1%;
步骤7)根据贝叶斯公式计算每种评分在所有评分中所占的比例,由Step 7) Calculate the proportion of each rating in all ratings according to the Bayesian formula, by
步骤8)选取概率值为最大值时的评分作为用户的推荐评分,由计算得到,所述表示推荐评分,P(Rs=ti|Qt)表示在朋友评过分的情况下,用户评分为ti的概率,argmax表示选取使P(Rs=ti|Qt)为最大值时ti的值。Step 8) Select the score when the probability value is the maximum value as the user's recommendation score, by calculated, the Indicates the recommendation score, P(R s =t i |Q t ) indicates the probability of the user scoring t i in the case of excessive ratings by friends, and argmax indicates that P(R s =t i |Q t ) is selected to be the maximum value When the value of t i .
有益效果:Beneficial effect:
1)本发明提供一种基于在线社交网络的帮助用户给产品评分的方法,整个过程思路清晰完整,可读性强,尽量将晦涩难懂的相关技术概念、相关算法表述清晰,易于理解。1) The present invention provides a method based on an online social network to help users rate products. The whole process is clear and complete, and has strong readability.
2)本发明中所述的推荐过程,提供了一套计算公式,能够将实际网络中的相关数据转化为数学化的模型形式,从而得到最终的结果。2) The recommendation process described in the present invention provides a set of calculation formulas, which can convert the relevant data in the actual network into a mathematical model form, so as to obtain the final result.
3)本发明中所述的推荐方法中有动态学习部分,用户可以不断地更新整个网络的概率分布,从而有更好的推荐准确度。3) The recommendation method described in the present invention has a dynamic learning part, and the user can continuously update the probability distribution of the entire network, thereby having better recommendation accuracy.
附图说明Description of drawings
图1一种基于在线社交网络的帮助用户给产品评分的方法流程图;Fig. 1 is a flow chart of a method for helping users rate products based on an online social network;
图2评分信息表。Figure 2 Scoring information table.
具体实施方式Detailed ways
本发明在在线社交网络中,结合已评过分的产品相关数据,给用户提供了准确地推荐。下面根据图1和实施例对本发明作更详细的描述,已评过分的产品评分信息如图2所示。In the online social network, the present invention provides accurate recommendations to users in combination with product-related data that has been rated. Below, the present invention will be described in more detail according to FIG. 1 and the embodiment, and the rating information of products that have been rated is shown in FIG. 2 .
1、获取用户在在线社交网络中输入的电影名称电影F;1. Obtain the movie F of the movie name input by the user in the online social network;
2、查询在线社交网络中用户的朋友对产品给出的评分,评分分为1到3三个等级,朋友1的评分是3,朋友2的评分是3,朋友3的评分是2,朋友4的评分是1;2. Query the ratings given by the user's friends on the online social network. The ratings are divided into three levels from 1 to 3. The rating of friend 1 is 3, the rating of friend 2 is 3, the rating of friend 3 is 2, and the rating of friend 4 has a score of 1;
3、将朋友1与朋友2归为一类,朋友3为一类,朋友4为一类;3. Classify friend 1 and friend 2 into one category, friend 3 into one category, and friend 4 into one category;
4、获取用户的已评过分的电影名称及相对应的评分;4. Obtain the user's rated movie titles and corresponding ratings;
5、获取朋友1与朋友2这一类的评分3,评分记为t1;5. Obtain the score 3 of friend 1 and friend 2, and record the score as t1 ;
6、获取朋友1的已评过分的电影名称及相对应的评分。6. Obtain the name of the rated movie and the corresponding rating of friend 1.
7、将用户已评过分的电影名称与朋友1的已评过分的电影名称进行比较,获得用户与这个朋友都评过分的相同电影名称及相对应的评分;在这都评过分的电影中,计算当用户评分为3时,该朋友评分也为3所占的比例,记为P(R1=3|Rs=3)=50%;7. Compare the name of the movie that the user has rated with the name of the movie that has been rated by friend 1, and obtain the same movie name and the corresponding rating that both the user and the friend have rated; among the movies that have been rated by both, Calculate when the user's rating is 3, the proportion of the friend's rating is also 3, recorded as P(R 1 =3|R s =3)=50%;
8、计算当用户评分为3时,朋友2P(R2=3|Rs=3)的比例为50%;8. Calculate when the user score is 3, the proportion of friend 2P (R 2 =3|R s =3) is 50%;
9、将获得到的这类朋友的所有比例相乘,得到用户与评分为3的这类用户的联合关系,记为P(Qt=3|Rs=3)=mean(P(Rk=3|Rs=3),计算得到P(Qt=3|Rs=3)的值为50%;9. Multiply all the obtained ratios of this type of friends to obtain the joint relationship between the user and the user with a score of 3, which is recorded as P(Q t =3|R s =3)=mean(P(R k =3|R s =3), the calculated value of P(Q t =3|R s =3) is 50%;
10、依次计算用户与其余评分的各类朋友的联合关系,得到P(Qt=2|Rs=2)的值为33.33%,P(Qt=1|Rs=1)的值为默认值10%;10. Calculate the joint relationship between the user and other rated friends in turn, and get the value of P(Q t =2|R s =2) to be 33.33%, and the value of P(Q t =1|R s =1) to be Default value 10%;
11、计算用户在历史评分中,每个评分所占的比例,P(Rs=3)的值为40%,P(Rs=2)的值为60%,P(Rs=1)的值设定为1%;11. Calculate the proportion of each rating in the user's historical rating, the value of P(R s =3) is 40%, the value of P(R s =2) is 60%, and P(R s =1) The value of is set to 1%;
12、根据贝叶斯公式计算每种评分在所有评分中所占的比例,由12. Calculate the proportion of each rating in all ratings according to the Bayesian formula, by
13、选取概率值为最大值时的评分作为用户的推荐评分,由
Claims (1)
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201410193932.2A CN104008141A (en) | 2014-05-08 | 2014-05-08 | Product grading method by user based on on-line social network |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201410193932.2A CN104008141A (en) | 2014-05-08 | 2014-05-08 | Product grading method by user based on on-line social network |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| CN104008141A true CN104008141A (en) | 2014-08-27 |
Family
ID=51368798
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CN201410193932.2A Pending CN104008141A (en) | 2014-05-08 | 2014-05-08 | Product grading method by user based on on-line social network |
Country Status (1)
| Country | Link |
|---|---|
| CN (1) | CN104008141A (en) |
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN105069125A (en) * | 2015-08-13 | 2015-11-18 | 上海斐讯数据通信技术有限公司 | Social network recommending method and social network recommending system |
| CN112016998A (en) * | 2020-08-27 | 2020-12-01 | 韶关学院 | Commodity evaluation acquisition method and device, computer equipment and storage medium |
Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN102594905A (en) * | 2012-03-07 | 2012-07-18 | 南京邮电大学 | Method for recommending social network position interest points based on scene |
| CN102708140A (en) * | 2012-03-15 | 2012-10-03 | 冯志刚 | Microblog passage sorting method and system |
| CN103309976A (en) * | 2013-06-13 | 2013-09-18 | 华东师范大学 | Method for improving social recommendation efficiency based on user personality |
| CN103703485A (en) * | 2011-07-22 | 2014-04-02 | 阿克塞尔斯普林格数字电视指导有限责任公司 | Automatic determination of genre-specific relevance of recommendations in a social network |
-
2014
- 2014-05-08 CN CN201410193932.2A patent/CN104008141A/en active Pending
Patent Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN103703485A (en) * | 2011-07-22 | 2014-04-02 | 阿克塞尔斯普林格数字电视指导有限责任公司 | Automatic determination of genre-specific relevance of recommendations in a social network |
| CN102594905A (en) * | 2012-03-07 | 2012-07-18 | 南京邮电大学 | Method for recommending social network position interest points based on scene |
| CN102708140A (en) * | 2012-03-15 | 2012-10-03 | 冯志刚 | Microblog passage sorting method and system |
| CN103309976A (en) * | 2013-06-13 | 2013-09-18 | 华东师范大学 | Method for improving social recommendation efficiency based on user personality |
Non-Patent Citations (1)
| Title |
|---|
| XIWANG YANG, YANG GUO, YONG LIU: ""Bayesian-Iinference-Based Recommendation in Online Social Networks"", 《IEEE TRANSACTION ON PARALLEL AND DISTRIBUTED SYSTEMS》 * |
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN105069125A (en) * | 2015-08-13 | 2015-11-18 | 上海斐讯数据通信技术有限公司 | Social network recommending method and social network recommending system |
| CN112016998A (en) * | 2020-08-27 | 2020-12-01 | 韶关学院 | Commodity evaluation acquisition method and device, computer equipment and storage medium |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| CN104021233B (en) | Social network friend recommendation method based on community discovery | |
| CN109241440A (en) | It is a kind of based on deep learning towards implicit feedback recommended method | |
| TW201717071A (en) | Recommendation method and device | |
| CN106570090A (en) | Method for collaborative filtering recommendation based on interest changes and trust relations | |
| Abolghasemi et al. | A personality-aware group recommendation system based on pairwise preferences | |
| CN103955535A (en) | Individualized recommending method and system based on element path | |
| CN103971161A (en) | Hybrid recommendation method based on Cauchy distribution quantum-behaved particle swarm optimization | |
| Yu et al. | Collaborative group embedding and decision aggregation based on attentive influence of individual members: A group recommendation perspective | |
| Zhang et al. | Mechanism design for finding experts using locally constructed social referral web | |
| Hamid et al. | A cohesion-based friend-recommendation system | |
| CN107103093A (en) | A kind of short text based on user behavior and sentiment analysis recommends method and device | |
| CN103198432B (en) | Detection method and detection system of network groups in online social network | |
| Xu et al. | A Heterogeneous Multiattribute Group Decision‐Making Method Based on Intuitionistic Triangular Fuzzy Information | |
| Elghomary et al. | Dynamic peer recommendation system based on trust model for sustainable social tutoring in MOOCs | |
| CN104572915B (en) | One kind is based on the enhanced customer incident relatedness computation method of content environment | |
| US20150019568A1 (en) | Identifying word-of-mouth influencers using topic modeling and interaction and engagement analysis | |
| Sharma et al. | Food recommendation system based on collaborative filtering and taste profiling | |
| CN106096029B (en) | Recommendation method based on user bidirectional relationship | |
| CN104008141A (en) | Product grading method by user based on on-line social network | |
| Ebrahimi et al. | Personalized recommender system based on social relations | |
| CN111159574B (en) | Method and device for sharing information across shops | |
| Mao et al. | A fuzzy content matching-based e-commerce recommendation approach | |
| Karimpour et al. | Telegram group recommendation based on users' migration | |
| CN110727863A (en) | An item recommendation method based on complex network collaborative filtering | |
| Zhang | Research on collaborative filtering recommendation algorithm based on social network |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| C06 | Publication | ||
| PB01 | Publication | ||
| C10 | Entry into substantive examination | ||
| SE01 | Entry into force of request for substantive examination | ||
| RJ01 | Rejection of invention patent application after publication |
Application publication date: 20140827 |