WO2014056397A1 - 兴趣标签推荐方法、系统及计算机可读介质 - Google Patents

兴趣标签推荐方法、系统及计算机可读介质 Download PDF

Info

Publication number
WO2014056397A1
WO2014056397A1 PCT/CN2013/084096 CN2013084096W WO2014056397A1 WO 2014056397 A1 WO2014056397 A1 WO 2014056397A1 CN 2013084096 W CN2013084096 W CN 2013084096W WO 2014056397 A1 WO2014056397 A1 WO 2014056397A1
Authority
WO
WIPO (PCT)
Prior art keywords
interest tags
interest
existing
words
feature
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Ceased
Application number
PCT/CN2013/084096
Other languages
English (en)
French (fr)
Inventor
贺翔
王业
亓超
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent Technology Shenzhen Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Publication of WO2014056397A1 publication Critical patent/WO2014056397A1/zh
Priority to US14/639,333 priority Critical patent/US10423648B2/en
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/33Querying
    • G06F16/3331Query processing
    • G06F16/334Query execution
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/951Indexing; Web crawling techniques
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/953Querying, e.g. by the use of web search engines
    • G06F16/9535Search customisation based on user profiles and personalisation
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/20Natural language analysis
    • G06F40/205Parsing

Definitions

  • the present invention relates to an interest tag recommendation method, system and computer readable medium.
  • the present invention relates to an interest tag recommendation method, system and computer readable medium for recommending an interest tag using statistical characteristics of feature words of an Internet article associated with an existing interest tag. Background technique
  • Interest tags are words that users use to describe their interests. For example, users can use words such as "basketball”, “NBA”, and "Lin Shuhao” as interest tags to describe their interests.
  • the recommended methods for existing interest tags mainly include two methods: random recommendation and hot spot recommendation.
  • the random recommendation is to randomly recommend several interest tags to the user, and the hotspot recommendation is to recommend the interest tags to the users according to the current hot events.
  • the existing recommendation methods have obvious shortcomings.
  • the random recommendation method is not accurate, and the recommendation effect is poor. It may recommend tags that are not of interest to the user, and the hot recommendation method can only cover the popular interest tags, and cannot be based on Relevant recommendations are made by the user's choices and preferences.
  • the present invention recommends a interest tag by counting feature words of an Internet article associated with an existing interest tag to improve the accuracy of the recommended interest tag.
  • an interest tag recommendation method comprising the steps of: counting feature words of an Internet article related to an existing interest tag to generate a feature vector of the existing interest tag; according to the existing interest tag The feature vector calculates the similarity between the existing interest tag and the interest tag to be recommended; and performs the recommendation of the interest tag according to the similarity between the existing interest tag and the interest tag to be recommended.
  • the present invention further provides an interest tag recommendation system, comprising: a feature vector statistics module, configured to collect feature words of an Internet article related to an existing interest tag to generate the existing interest tag a feature vector; a similarity calculation module, configured to calculate a similarity between the existing interest tag and the interest tag to be recommended according to the feature vector of the existing interest tag; and an interest tag recommendation module, configured to The similarity of the recommended interest tags is recommended for the interest tag.
  • a feature vector statistics module configured to collect feature words of an Internet article related to an existing interest tag to generate the existing interest tag a feature vector
  • a similarity calculation module configured to calculate a similarity between the existing interest tag and the interest tag to be recommended according to the feature vector of the existing interest tag
  • an interest tag recommendation module configured to The similarity of the recommended interest tags is recommended for the interest tag.
  • a computer readable medium storing a computer readable program for implementing a method of recommending an interest tag to a user, the method comprising the steps of: counting and presenting an interest tag Correlating the feature words of the Internet article to generate the feature vector of the existing interest tag; calculating the similarity between the existing interest tag and the interest tag to be recommended according to the feature vector of the existing interest tag; and according to the existing interest tag and The similarity of the interest tags to be recommended is recommended for the interest tag.
  • FIG. 1 is a flow chart of a method for recommending an interest tag according to a first embodiment of the present invention
  • FIG. 2 is a flowchart of a method for recommending an interest tag according to a second embodiment of the present invention
  • FIG. 3 is a schematic structural diagram of an interest tag recommendation system according to a first embodiment of the present invention
  • FIG. 4 is a schematic structural diagram of an interest tag recommendation system according to a second embodiment of the present invention.
  • FIG. 1 is a flow chart of a method of recommending an interest tag according to a first embodiment of the present invention.
  • an interest tag recommendation method according to a first embodiment of the present invention, in step S100, statistics and presence The feature words of the Internet article related to the interest tag are used to generate a feature vector of the existing interest tag.
  • the existing interest tag is an interest tag preset by the user, or an interest tag calculated in advance by counting the browsing history or operation of the user.
  • the interest tag recommendation system (detailed description thereof will be described below) according to the first embodiment of the present invention extracts the Internet.
  • the title or body of the related document contains all the articles of the existing interest tag, cuts the words of all the articles containing the existing interest tags, extracts the feature words, counts the word frequency of the feature words (Tf, term frequency), and follows the feature words according to the feature words.
  • the word frequency is correlated and sorted, and a certain number of feature words in the sorted feature word column are intercepted as the feature vector Vx of the existing interest tag.
  • the feature words are sorted according to Tf* Idf (inverse document frequency), and the first 50 feature words of the ranked sequence are intercepted as the feature vector Vx of the interest tag X. It can be understood that the number of words taken can be set according to requirements.
  • the interest tag recommendation system calculates the similarity between the existing interest tag X and the interest tag y to be recommended based on the feature vector of the existing interest tag.
  • the interest tag recommendation system of the first embodiment of the present invention performs recommendation of the interest tag according to the similarity between the existing interest tag X and the interest tag y to be recommended.
  • the similarity threshold may be set, and the recommendation is performed when the similarity between the existing interest tag X and the interest tag y to be recommended is greater than a set threshold.
  • the similarity threshold can be set and changed as needed.
  • step S230 and step S240 are the same as steps S100 and S110 in Fig. 1, respectively, and thus detailed description thereof will be omitted.
  • Other steps in the interest tag recommendation method according to the second embodiment of the present invention will be described below with reference to FIG.
  • the interest tag recommendation system (described in detail below) according to the second embodiment of the present invention may prepare and classify the interest tag set in advance.
  • the interest tag recommendation system according to the second embodiment of the present invention can obtain a Interest tag candidate collections, common interest tag sets include entries for movie stars, sports events, literature and art.
  • the interest tag recommendation system collects Internet-related articles as a corpus for counting the relationship of the interest tags.
  • a blog post published by a user in a blog or a microblog may be used as a corpus, or other text such as a user log, mood, or article may be used as a corpus.
  • the interest tag recommendation system determines a feature word set of the interest tag.
  • the corpus is cut, the Idf (inverse document frequency) value of each word is counted, and the high frequency word and the stop word are removed. , remove the low frequency words, and then use the remaining words as feature words.
  • the document frequency refers to the number of documents in which a word appears.
  • the interest tag recommendation system counts the co-occurrence relationship between the existing interest tag X and the interest tag y to be recommended.
  • the co-occurrence relationship between the existing interest tag X and the interest tag y to be recommended refers to the number of times P (x, y) of the existing interest tag X and the interest tag y to be recommended appear in the same document, ie P ( x, y ) is the number of documents in the corpus that contain both the tagged word X and the tagged word y, and P ( X ) is the number of documents containing the tagged word X in the corpus.
  • step S260 the interest tag recommendation system according to the second embodiment of the present invention performs the recommendation of the interest tag based on the similarity and co-occurrence relationship between the existing interest tag X and the interest tag y to be recommended.
  • label recommendation is performed in the following manner.
  • Kl, ⁇ 2, and ⁇ 3 are predetermined thresholds. If the interest tag to be recommended is satisfied
  • the interest tag y will be recommended to the user.
  • FIG. 3 is a schematic structural diagram of an interest tag recommendation system according to a first embodiment of the present invention.
  • the interest tag recommendation system of the first embodiment of the present invention includes a feature vector statistics module 310, a similarity calculation module 320, and an interest tag recommendation module 330.
  • the feature vector statistics module of the interest tag recommendation system of the first embodiment of the present invention is a feature vector statistics module of the interest tag recommendation system of the first embodiment of the present invention.
  • the 310 is for counting feature words of an Internet article related to an existing interest tag to generate a feature vector of the existing interest tag.
  • the existing interest tag is an interest tag preset by the user, or an interest tag calculated in advance by counting the browsing history or operation of the user.
  • the feature vector statistic module 310 of the interest tag recommendation system of the first embodiment of the present invention may extract all articles in the Internet-related file whose title or body contains the existing interest tag, and all articles that include the existing interest tag. Cutting words, extracting feature words, statistical feature words' word frequency (Tf, term frequency), and sorting feature words according to word frequency, and intercepting a certain number of feature words in the sorted feature word columns as existing interest tags Feature vector
  • the similarity calculation module 320 of the interest tag recommendation system of the first embodiment of the present invention is configured to calculate the similarity between the existing interest tag X and the interest tag y to be recommended according to the feature vector of the existing interest tag.
  • the similarity of the interest tag y, cos represents a cosine function, and Vx and Vy respectively represent the existing interest tag x and the feature vector of the interest tag y to be recommended.
  • the interest tag recommendation module 330 is configured to perform the recommendation of the interest tag according to the similarity between the existing interest tag X and the interest tag y to be recommended.
  • the interest tag recommendation module 330 determines whether to perform the recommendation of the interest tag y according to whether the similarity between the existing interest tag X and the interest tag y to be recommended is greater than a set threshold.
  • the similarity threshold can be performed as needed. Settings and changes.
  • the interest tag recommendation system of the second embodiment of the present invention includes an interest tag set classification module 410, a corpus collection module 420, a feature word set determination module 430, a feature vector statistics module 440, a similarity calculation module 450, and a co-occurrence relationship statistics module 460. And the interest tag recommendation module 470.
  • the interest tag set classification module 410 is configured to prepare and classify the interest tag set in advance.
  • the interest tag set classification module 410 A collection of interest tag candidates can be obtained according to requirements.
  • Common interest tag sets include entries for movie stars, sports events, literature and art.
  • the corpus collection module 420 is used to collect Internet related articles as a corpus.
  • the corpus collection module 420 is configured to collect relevant text from the Internet as a corpus for statistic of relationships of interest tags. For example, a blog post published by a user on a blog or a microblog may be used as a corpus, or other text such as a user log, mood, or article may be used as a corpus.
  • the feature word set determining module 430 is configured to determine a feature word set of the interest tag. For example, the feature word set determining module 430 can cut the corpus, count the Idf (Idf: inverse document frequency) value of each word, remove the high frequency word, stop the word, and remove the low frequency word. Operate, then use the remaining words as feature words.
  • Idf inverse document frequency
  • feature vector statistics module 440 is configured to count feature words of Internet articles associated with existing interest tags to generate feature vectors for the existing interest tags.
  • the existing interest tag is a user-preset interest tag, or an interest tag calculated by counting the user's browsing history or operation.
  • the feature vector statistic module 440 may extract all articles in the Internet-related file whose title or body contains the existing interest tag, and cut the word, extract feature words, and statistical feature words of all the articles including the existing interest tags. (Tf, term frequency), and sorting the feature words according to the word frequency, and intercepting a certain number of feature words in the sorted feature word columns as the feature vector Vx of the existing interest tags.
  • the similarity calculation module 450 is configured to calculate the similarity between the existing interest tag X and the interest tag y to be recommended according to the feature vector of the existing interest tag.
  • the co-occurrence relationship statistics module 460 is configured to count the co-occurrence relationship between the existing interest tag X and the interest tag y to be recommended.
  • the co-occurrence relationship between the existing interest tag X and the interest tag y to be recommended refers to the number of occurrences P (x, y) of the existing interest tag X and the interest tag y to be recommended in the same document, that is, P ( x, y ) is the number of documents in the corpus containing both the tag word x and the tag word y, and P ( X ) is the number of documents containing the tag word X in the corpus.
  • the interest tag recommendation module 470 is configured to perform the recommendation of the interest tag according to the similarity and co-occurrence relationship between the existing interest tag X and the interest tag y to be recommended.
  • the interest tag recommendation module can also perform tag recommendations in the following manner.
  • Kl, ⁇ 2, and ⁇ 3 are predetermined thresholds. If the interest tag to be recommended is satisfied
  • the interest tag y will be recommended to the user.
  • the existing interest tags X1 may be recommended to the user, one to be recommended.
  • the more times the interest tag appears in the user's related interest tag list to be recommended the greater the probability that the user is interested in the interest tag to be recommended.
  • the similarity between the interest tag and other tags can be calculated according to a certain interest tag, and the interest tag recommendation is performed, thereby improving the relevance of the recommendation and reducing interference to the user.
  • the above embodiment of the present invention also refers to the co-occurrence relationship between tags when recommending interest tags, thereby making the recommendation more accurate.
  • the interest recommendation method according to Figs. 1 and 2 may be an interest recommendation method performed by respective modules in the interest recommendation system shown in Figs. 3 and 4, respectively.
  • each module in the interest recommendation system shown in FIG. 3 and FIG. 4 may be separately or completely combined into one or several additional modules, or one of the modules(s) further It can be split into multiple modules that are functionally smaller.
  • a general-purpose computing device such as a computer including a processing unit and a storage element including a central processing unit (CPU), a random access memory (RAM), a read only memory (ROM), and the like.
  • a computer program (including program code) for performing the interest recommendation method as shown in FIGS. 1 and 2 to construct an interest recommendation system as shown in FIGS. 3 and 4, respectively, and to implement an embodiment according to the present invention Recommended method of interest.
  • the computer program can be recorded, for example, on a computer readable recording medium, and loaded in and executed in a computer readable recording medium.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Health & Medical Sciences (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Artificial Intelligence (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Description

兴趣标签推荐方法、 系统及计算机可读介质 技术领域
本发明涉及兴趣标签推荐方法、 系统及计算机可读介质。 具体地说, 本 发明涉及利用与存在的兴趣标签相关的互联网文章的特征词的统计特性来推 荐兴趣标签的兴趣标签推荐方法、 系统及计算机可读介质。 背景技术
随着互联网技术的不断发展,越来越多的用户通过互联网进行相关活动, 例如, 浏览新闻、 购物等。 但是随着互联网信息的不断增多, 用户需要关注 的内容随着增多。 为帮助用户关注其感兴趣的内容, 很多互联网应用中增加 了兴趣标签, 根据用户的兴趣标签向用户推荐相应的内容。 兴趣标签是用户 用来描述自己兴趣的词语, 例如, 用户可以用"篮球"、 "NBA", "林书豪"等 词语作为兴趣标签, 来描述自己的兴趣。 现有兴趣标签的推荐方法主要有随 机推荐和热点推荐两种方法。 随机推荐就是给用户随机推荐几个兴趣标签, 而热点推荐是根据当前的热点事件,给用户推荐兴趣标签按类别推荐。但是, 现有的推荐方式都存在明显的缺点, 例如, 随机推荐方式准确性不高, 推荐 效果差, 可能会推荐很多用户不感兴趣的标签, 而热点推荐方式只能覆盖热 门兴趣标签, 不能根据用户的选择和喜好进行相关推荐。
因此, 存在提高兴趣标签的推荐方式的准确性的必要。 发明内容
本发明通过统计与存在的兴趣标签相关的互联网文章的特征词来推荐兴 趣标签, 以提高推荐的兴趣标签的准确性。
根据本发明的一个方面, 提供了一种兴趣标签推荐方法, 包括步骤: 统 计与存在的兴趣标签相关的互联网文章的特征词以产生所述存在的兴趣标签 的特征向量; 根据存在的兴趣标签的特征向量, 计算存在的兴趣标签与待推 荐的兴趣标签的相似度; 以及根据存在的兴趣标签与待推荐的兴趣标签的相 似度进行兴趣标签的推荐。 根据本发明的另一个方面, 本发明还提供了一种兴趣标签推荐系统, 包 括: 特征向量统计模块, 用于统计与存在的兴趣标签相关的互联网文章的特 征词以产生所述存在的兴趣标签的特征向量; 相似度计算模块, 用于根据存 在的兴趣标签的特征向量, 计算存在的兴趣标签与待推荐的兴趣标签的相似 度; 以及兴趣标签推荐模块, 用于根据存在的兴趣标签与待推荐的兴趣标签 的相似度进行兴趣标签的推荐。
根据本发明的另一个方面, 本发明还提供了一种计算机可读介质, 其存 储用于实施向用户推荐兴趣标签的方法的计算机可读程序, 所述方法包括步 骤: 统计与存在的兴趣标签相关的互联网文章的特征词以产生所述存在的兴 趣标签的特征向量; 根据存在的兴趣标签的特征向量, 计算存在的兴趣标签 与待推荐的兴趣标签的相似度; 以及根据存在的兴趣标签与待推荐的兴趣标 签的相似度进行兴趣标签的推荐。
由此可见, 利用本发明上述的技术方案, 根据某个存在的兴趣标签, 统 计该存在的兴趣标签与其他兴趣标签的相似度以及存在的兴趣标签与其他兴 趣标签之间的共现关系, 并根据相似度和共现关系从其他兴趣标签中推荐合 适的兴趣标签, 从而提高推荐的兴趣标签的准确性。 附图说明
为了使本发明的技术方案及优点更加清楚明白, 以下结合附图描述本发 明的实施例, 在这些附图中,
图 1是根据本发明第一实施例的兴趣标签推荐方法的流程图;
图 2是根据本发明第二实施例的兴趣标签推荐方法的流程图;
图 3是根据本发明第一实施例的兴趣标签推荐系统的结构示意图; 以及 图 4是根据本发明第二实施例的兴趣标签推荐系统的结构示意图。 具体实施方式
以下结合附图对本发明的实施例进行详细说明。 应当理解, 此处所描述 的具体实施例仅仅用以解释本发明, 并不用于限定本发明。
图 1是根据本发明第一实施例的兴趣标签推荐方法的流程图。参考图 1 , 根据本发明第一实施例的兴趣标签推荐方法在步骤 S100 中, 统计与存在的 兴趣标签相关的互联网文章的特征词以产生所述存在的兴趣标签的特征向 量。 这里, 存在的兴趣标签为用户预先设定的兴趣标签, 或者通过统计用户 的浏览历史或者操作等事先计算出来的兴趣标签。
具体来说, 根据本发明的该实施例, 在步骤 S100 中, 为了产生存在的 兴趣标签的特征向量, 根据本发明第一实施例的兴趣标签推荐系统(下文将 给出其详细描述)提取互联网相关文件中标题或正文包含该存在的兴趣标签 的所有文章, 对包含该存在的兴趣标签的所有文章切词、 提取特征词, 统计 特征词的词频( Tf , term frequency ), 并且对特征词按照词频进行相关排序, 截取所排序的特征词列中的一定数量的特征词, 作为存在的兴趣标签的特征 向量 Vx。 例如, 根据本发明的一个实施例, 对特征词根据 Tf* Idf ( inverse document frequency, 文档频率倒数 )排序, 截取所排序列的前 50个特征词, 作为这个兴趣标签 X的特征向量 Vx。可以理解,取词的数量可以根据需求进 行设定。
接下来, 在图 1的步骤 S110中, 根据本发明第一实施例的兴趣标签推 荐系统根据存在的兴趣标签的特征向量, 计算存在的兴趣标签 X与待推荐的 兴趣标签 y的相似度。 这里, 存在的兴趣标签 X与待推荐的兴趣标签 y的相 似度定义为: R ( x,y ) =cos(Vx, Vy), 其中, R ( x,y )表示存在的兴趣标签 x 与待推荐的兴趣标签 y的相似度, cos表示余弦函数, Vx及 Vy分别表示存 在的兴趣标签 X及待推荐的兴趣标签 y的特征向量。
接下来, 在步骤 S120 中, 本发明第一实施例的兴趣标签推荐系统根据 存在的兴趣标签 X与待推荐的兴趣标签 y的相似度进行兴趣标签的推荐。 在 步骤 S120中, 可以设定相似度阈值, 在存在的兴趣标签 X与待推荐的兴趣 标签 y的相似度大于设定的阈值时才进行推荐。 另外, 可以理解, 相似度阈 值可以根据需要进行设定和变更。
图 2是根据本发明第二实施例的兴趣标签推荐方法的流程图。 在该流程 图中, 步骤 S230和步骤 S240分别与图 1中的步骤 S100和 S110相同, 因此 将省略其详细描述。 以下参考图 2, 来描述根据本发明第二实施例的兴趣标 签推荐方法中的其他步骤。
在步骤 S200 中, 根据本发明第二实施例的兴趣标签推荐系统(下文将 进行详细描述)可以事先准备兴趣标签集, 并对其进行分类。在这个步骤中, 比如, 根据本发明第二实施例的兴趣标签推荐系统可以根据需求获得一个兴 趣标签候选集合, 常见的兴趣标签集包括影视明星、 体育赛事、 文学艺术等 方面的词条。
接下来, 在步骤 S210 中, 根据本发明第二实施例的兴趣标签推荐系统 收集互联网相关本文作为语料, 用来统计兴趣标签的关系。 例如, 根据本发 明的实施例, 可以采用用户发表在博客或微博中的博文作为语料, 也可以采 用用户日志、 心情或者文章等其他文本作为语料。
接下来, 在步骤 S220 中, 根据本发明第二实施例的兴趣标签推荐系统 确定兴趣标签的特征词词集。 根据本发明的实施例, 为了确定兴趣标签的特 征词词集, 首先对语料切词、 统计每个词的 Idf ( Idf: inverse document frequency, 文档频率倒数)值, 去掉高频词、 停用词, 去掉低频词, 然后将 剩下的词作为特征词。 这里, 文档频率指出现某个词的文档个数。
在步骤 S250 中, 根据本发明第二实施例的兴趣标签推荐系统统计存在 的兴趣标签 X与待推荐的兴趣标签 y之间的共现关系。 这里, 存在的兴趣标 签 X与待推荐的兴趣标签 y之间的共现关系是指存在的兴趣标签 X与待推荐 的兴趣标签 y在同一篇文档中出现的次数 P ( x,y ), 即 P ( x,y )为语料中同 时包含标签词 X和标签词 y的文档数目, P ( X )为语料中包含标签词 X的文 档数目。
然后, 在步骤 S260 中, 根据本发明第二实施例的兴趣标签推荐系统根 据存在的兴趣标签 X与待推荐的兴趣标签 y的相似度和共现关系进行兴趣标 签的推荐。
例如, 根据本发明的实施例, 根据下列方式进行标签推荐。
假定 Kl、 Κ2和 Κ3为预定阈值。 若待推荐的兴趣标签 y满足
存在的兴趣标签 X与待推荐的兴趣标签 y的相似度 R(x,y)>Kl和
P ( x,y ) =存在的兴趣标签 x、 待推荐的兴趣标签 y在语料中的共现次 数> 3 且
M ( x,y ) =P(x,y)/(P(x)*P(y))>K2
则将向用户推荐兴趣标签 y。
注意, 若已知用户对多个存在的兴趣标签 Xl , x2, . . . . . . , χη感兴趣, 则根 据本发明的一个实施例, 可以将存在的兴趣标签 Xl ( i=l , ...... , η )各自的 相关待推荐的兴趣标签 都推荐给用户, 某个待推荐的兴趣标签 在用户的 相关待推荐的兴趣标签列表中出现的次数越多, 表示用户对该待推荐的兴趣 标签 有兴趣的概率越大。
图 3是根据本发明第一实施例的兴趣标签推荐系统的结构示意图。 参考 图 3,本发明第一实施例的兴趣标签推荐系统包括特征向量统计模块 310、相 似度计算模块 320和兴趣标签推荐模块 330。
具体来说, 本发明第一实施例的兴趣标签推荐系统的特征向量统计模块
310 用于统计与存在的兴趣标签相关的互联网文章的特征词以产生所述存在 的兴趣标签的特征向量。这里,存在的兴趣标签为用户预先设定的兴趣标签, 或者通过统计用户的浏览历史或者操作等事先计算出来的兴趣标签。
具体来说, 本发明第一实施例的兴趣标签推荐系统的特征向量统计模块 310 可以提取互联网相关文件中标题或正文包含该存在的兴趣标签的所有文 章, 对包含该存在的兴趣标签的所有文章切词、 提取特征词、 统计特征词的 词频(Tf, term frequency ), 并且对特征词按照词频进行相关排序, 截取所 排序的特征词列中的一定数量的特征词, 作为存在的兴趣标签的特征向量
Vx o
此外, 本发明第一实施例的兴趣标签推荐系统的相似度计算模块 320用 于根据存在的兴趣标签的特征向量, 计算存在的兴趣标签 X与待推荐的兴趣 标签 y的相似度。存在的兴趣标签 X与待推荐的兴趣标签 y的相似度定义为: R ( x,y ) =cos(Vx, Vy) , 其中, R ( x,y )表示存在的兴趣标签 χ与待推荐的兴 趣标签 y的相似度, cos表示余弦函数, Vx及 Vy分别表示存在的兴趣标签 x 及待推荐的兴趣标签 y的特征向量。
此外, 兴趣标签推荐模块 330用于根据存在的兴趣标签 X与待推荐的兴 趣标签 y的相似度进行兴趣标签的推荐。 兴趣标签推荐模块 330根据存在的 兴趣标签 X与待推荐的兴趣标签 y的相似度是否大于设定的阈值, 来确定是 否进行兴趣标签 y的推荐, 另外, 可以理解, 相似度阈值可以根据需要进行 设定和变更。
图 4是根据本发明第二实施例的兴趣标签推荐系统的结构示意图。 本发 明第二实施例的兴趣标签推荐系统包括兴趣标签集分类模块 410、 语料收集 模块 420、 特征词词集确定模块 430、 特征向量统计模块 440、 相似度计算模 块 450、 共现关系统计模块 460和兴趣标签推荐模块 470。
在本发明第二实施例的兴趣标签推荐系统中, 兴趣标签集分类模块 410 用于事先准备兴趣标签集,并对其进行分类。例如,兴趣标签集分类模块 410 可以根据需求获得一个兴趣标签候选集合,常见的兴趣标签集包括影视明星、 体育赛事、 文学艺术等方面的词条。
此外, 语料收集模块 420用于收集互联网相关本文作为语料。 例如, 语 料收集模块 420用于从互联网上收集相关的文本作为语料, 用来统计兴趣标 签的关系。 例如, 可以采用用户发表在博客或微博中的博文作为语料, 也可 以采用用户日志、 心情或者文章等其他文本作为语料。
此外,特征词词集确定模块 430用于确定兴趣标签的特征词词集。例如, 特征词词集确定模块 430可以对语料进行切词、统计每个词的 Idf( Idf: inverse document frequency, 文档频率倒数)值、 去掉高频词、 停用词以及去掉低频 词之类的操作, 然后将剩下的词作为特征词。
此外, 特征向量统计模块 440用于统计与存在的兴趣标签相关的互联网 文章的特征词以产生所述存在的兴趣标签的特征向量。 这里, 存在的兴趣标 签为用户预先设定的兴趣标签, 或者通过统计用户的浏览历史或者操作等事 先计算出来的兴趣标签。 具体来说, 特征向量统计模块 440可以提取互联网 相关文件中标题或正文包含该存在的兴趣标签的所有文章, 对包含该存在的 兴趣标签的所有文章切词、 提取特征词、 统计特征词的词频 (Tf, term frequency ),并且对特征词按照词频进行相关排序,截取所排序的特征词列中 的一定数量的特征词, 作为存在的兴趣标签的特征向量 Vx。
此外, 相似度计算模块 450用于根据存在的兴趣标签的特征向量, 计算 存在的兴趣标签 X与待推荐的兴趣标签 y的相似度。
此外, 共现关系统计模块 460用于统计存在的兴趣标签 X与待推荐的兴 趣标签 y之间的共现关系。 存在的兴趣标签 X与待推荐的兴趣标签 y之间的 共现关系是指存在的兴趣标签 X与待推荐的兴趣标签 y在同一篇文档中出现 的次数 P ( x,y ) , 即 P ( x,y )为语料中同时包含标签词 x和标签词 y的文档 数目, P ( X )为语料中包含标签词 X的文档数目。
兴趣标签推荐模块 470用于根据存在的兴趣标签 X与待推荐的兴趣标签 y 的相似度和共现关系进行兴趣标签的推荐。 例如, 兴趣标签推荐模块还可 以根据下列方式进行标签推荐。
假定 Kl、 Κ2和 Κ3为预定阈值。 若待推荐的兴趣标签 y满足
R(x,y)>Kl
P ( x,y ) =兴趣标签 x、 y在语料中的共现次数 >K3 M ( x,y ) =P(x,y)/(P(x)*P(y))>K2
则将向用户推荐兴趣标签 y。
另外, 若已知用户对多个存在的兴趣标签 Xl, x2, ...... , 。感兴趣, 则根 据本发明的一个实施例, 可以将存在的兴趣标签 Xl ( i=l , . . . . . . , η )各自的 相关待推荐的兴趣标签 都推荐给用户, 某个待推荐的兴趣标签 在用户的 相关待推荐的兴趣标签列表中出现的次数越多, 表示用户对该待推荐的兴趣 标签 有兴趣的概率越大。
通过本发明的上述实施例, 可以根据某个兴趣标签, 计算该兴趣标签与 其他标签的相似度, 进行兴趣标签推荐, 从而提高推荐的相关性, 并减少对 用户的干扰。 而且, 本发明的上述实施例还在兴趣标签推荐时参考了标签间 的共现关系, 从而使推荐更加准确。
此外, 根据本发明的一个实施例, 根据图 1和图 2所示的兴趣推荐方法 可以分别是由图 3和图 4所示的兴趣推荐系统中的相应模块来执行的兴趣推 荐方法。 而且, 根据本发明的另一个实施例, 图 3和图 4所示的兴趣推荐系 统中的各个模块可以分别或全部合并为一个或若干个另外的模块, 或者其中 的某个(些)模块还可以再拆分为功能上更小的多个模块。
根据本发明的另一个实施例, 可以通过在包括中央处理模块(CPU )、 随 机存取存储器(RAM )、 只读存储器(ROM )等处理元件和存储元件的例如 计算机的通用计算设备上运行能够执行如图 1和图 2中所示的兴趣推荐方法 的计算机程序(包括程序代码),来分别构造如图 3和图 4中所示的兴趣推荐 系统, 以及来实现根据本发明的实施例的兴趣推荐方法。 所述计算机程序可 以记载于例如计算机可读记录介质上, 并通过计算机可读记录介质装载于上 述计算设备中, 并在其中运行。 以上描述了本发明的各个实施例, 但是它们 不用以限制本发明的范围, 本发明的范围由后附的权利要求来定义。 在不脱 离本发明的精神和原则的情况下, 所做的任何修改、 等同替换、 改进等, 均 应包含在权利要求的保护范围之内。

Claims

权利要求书
1、 一种兴趣标签推荐方法, 包括步骤:
统计与存在的兴趣标签相关的互联网文章的特征词以产生所述存在的兴 趣标签的特征向量;
根据存在的兴趣标签的特征向量, 计算存在的兴趣标签与待推荐的兴趣 标签的相似度; 以及
根据存在的兴趣标签与待推荐的兴趣标签的相似度进行兴趣标签的推 荐。
2、 根据权利要求 1所述的兴趣标签推荐方法, 还包括步骤:
统计存在的兴趣标签与待推荐的兴趣标签之间的共现关系, 该共现关系 是指存在的兴趣标签与待推荐的兴趣标签在同一篇文档中出现的次数, 根据存在的兴趣标签与待推荐的兴趣标签的相似度, 和存在的兴趣标签 与待推荐的兴趣标签的所述共现关系进行兴趣标签的推荐。
3、根据权利要求 1或 2所述的兴趣标签推荐方法, 其中, 所述统计与存 在的兴趣标签相关的互联网文章的特征词以产生所述存在的兴趣标签的特征 向量的步骤包括子步骤:
提取互联网相关文件中标题或正文包含所述存在的兴趣标签的所有文 章;
对包含所述存在的兴趣标签的所有文章切词、 提取特征词并统计特征词 的词频; 并且
根据所述词频对特征词进行相关排序, 并取出所排序列中的预定数量的 特征词作为兴趣标签的特征向量。
4、根据权利要求 1或 2所述的兴趣标签推荐方法, 其中, 所述统计与存 在的兴趣标签相关的互联网文章的特征词以产生所述存在的兴趣标签的特征 向量的步骤前还包括步骤:
准备兴趣标签集并将其进行分类;
收集互联网相关本文作为语料; 并且
根据语料确定兴趣标签的特征词词集,
其中, 所述特征词包括在特征词词集中, 并且所述兴趣标签包括在已分 类的所述兴趣标签集中。
5、根据权利要求 4所述的兴趣标签推荐方法, 其中, 所述确定兴趣标签 的特征词词集的步骤包括:
对语料切词, 统计每个词的文档频率倒数值, 去掉高频词、 停用词及低 频词, 并将剩下的词作为特征词。
6、 一种兴趣标签推荐系统, 包括:
特征向量统计模块, 用于统计与存在的兴趣标签相关的互联网文章的特 征词以产生所述存在的兴趣标签的特征向量;
相似度计算模块, 用于根据存在的兴趣标签的特征向量, 计算存在的兴 趣标签与待推荐的兴趣标签的相似度; 以及
兴趣标签推荐模块, 用于根据存在的兴趣标签与待推荐的兴趣标签的相 似度进行兴趣标签的推荐。
7、 根据权利要求 6所述的兴趣标签推荐系统, 还包括:
共现关系统计模块, 用于统计存在的兴趣标签与待推荐的兴趣标签之间 的共现关系, 该共现关系是指存在的兴趣标签与待推荐的兴趣标签在同一篇 文档中出现的次数,
其中, 所述兴趣标签推荐模块用于根据存在的兴趣标签与待推荐的兴趣 标签的相似度以及存在的兴趣标签与待推荐的兴趣标签的所述共现关系进行 兴趣标签的推荐。
8、根据权利要求 6或 7所述的兴趣标签推荐系统, 其中, 所述特征向量 统计模块具体用于:
提取互联网相关文件中标题或正文包含所述存在的兴趣标签的所有文 章;
对包含所述存在的兴趣标签的所有文章切词, 提取特征词, 并统计特征 词的词频; 并且
根据所述词频对特征词进行相关排序, 并取出所排序列中的预定数量的 的特征词作为兴趣标签的特征向量。
9、 根据权利要求 6或 7所述的兴趣标签推荐系统, 还包括:
兴趣标签集分类模块, 用于准备兴趣标签集, 并将其进行分类; 语料收集模块, 用于收集互联网相关本文作为语料; 特征词词集确定模块, 用于根据语料确定兴趣标签的特征词词集, 其中, 所述特征词包括在特征词词集中, 并且所述兴趣标签包括在已分 类的所述兴趣标签集中。
10、 根据权利要求 9所述的兴趣标签推荐系统, 其中, 所述特征词词集 确定模块具体用于对语料切词,统计每个词的文档频率倒数值,去掉高频词、 停用词及低频词, 并将剩下的词作为特征词。
11、 一种计算机可读介质, 其存储用于实施向用户推荐兴趣标签的方法 的计算机可读程序, 所述方法包括步骤:
统计与存在的兴趣标签相关的互联网文章的特征词以产生所述存在的兴 趣标签的特征向量;
根据存在的兴趣标签的特征向量, 计算存在的兴趣标签与待推荐的兴趣 标签的相似度; 以及
根据存在的兴趣标签与待推荐的兴趣标签的相似度进行兴趣标签的推 荐。
12、 根据权利要求 11所述的计算机可读介质, 所述方法还包括步骤: 统计存在的兴趣标签与待推荐的兴趣标签之间的共现关系, 该共现关系 是指存在的兴趣标签与待推荐的兴趣标签在同一篇文档中出现的次数,
根据存在的兴趣标签与待推荐的兴趣标签的相似度, 和存在的兴趣标签 与待推荐的兴趣标签的所述共现关系进行兴趣标签的推荐。
13、 根据权利要求 11或 12所述的计算机可读介质, 其中, 所述统计与 存在的兴趣标签相关的互联网文章的特征词以产生所述存在的兴趣标签的特 征向量的步骤包括子步骤:
提取互联网相关文件中标题或正文包含所述存在的兴趣标签的所有文 章;
对包含所述存在的兴趣标签的所有文章切词、 提取特征词并统计特征词 的词频; 并且
根据所述词频对特征词进行相关排序, 并取出所排序列中的预定数量的 特征词作为兴趣标签的特征向量。
14、 根据权利要求 11或 12所述的计算机可读介质, 其中, 所述统计与 存在的兴趣标签相关的互联网文章的特征词以产生所述存在的兴趣标签的特 征向量的步骤前还包括步骤:
准备兴趣标签集并将进行分类;
收集互联网相关本文作为语料; 并且
根据语料确定兴趣标签的特征词词集,
其中, 所述特征词包括在特征词词集中, 并且所述兴趣标签包括在已分 类的所述兴趣标签集中。
15、根据权利要求 14所述的计算机可读介质, 其中, 所述确定兴趣标签 的特征词词集的步骤包括:
对语料切词, 统计每个词的文档频率倒数值, 去掉高频词、 停用词及低 频词, 并将剩下的词作为特征词。
PCT/CN2013/084096 2012-10-12 2013-09-24 兴趣标签推荐方法、系统及计算机可读介质 Ceased WO2014056397A1 (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US14/639,333 US10423648B2 (en) 2012-10-12 2015-03-05 Method, system, and computer readable medium for interest tag recommendation

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201210385630.6A CN103729360A (zh) 2012-10-12 2012-10-12 一种兴趣标签推荐方法及系统
CN201210385630.6 2012-10-12

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US14/639,333 Continuation US10423648B2 (en) 2012-10-12 2015-03-05 Method, system, and computer readable medium for interest tag recommendation

Publications (1)

Publication Number Publication Date
WO2014056397A1 true WO2014056397A1 (zh) 2014-04-17

Family

ID=50453438

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2013/084096 Ceased WO2014056397A1 (zh) 2012-10-12 2013-09-24 兴趣标签推荐方法、系统及计算机可读介质

Country Status (3)

Country Link
US (1) US10423648B2 (zh)
CN (1) CN103729360A (zh)
WO (1) WO2014056397A1 (zh)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110008391A (zh) * 2019-02-28 2019-07-12 平安科技(深圳)有限公司 用户兴趣画像的构建方法及装置、存储介质、计算机设备
CN110110207A (zh) * 2018-01-18 2019-08-09 北京搜狗科技发展有限公司 一种信息推荐方法、装置及电子设备
CN110298029A (zh) * 2019-05-22 2019-10-01 平安科技(深圳)有限公司 基于用户语料的好友推荐方法、装置、设备及介质
CN111708952A (zh) * 2020-06-18 2020-09-25 小红书科技有限公司 一种标签推荐方法及系统
CN113919881A (zh) * 2021-10-21 2022-01-11 深圳前海微众银行股份有限公司 用户兴趣实体特征提取方法、装置、终端设备及存储介质
CN115114519A (zh) * 2022-05-12 2022-09-27 腾讯科技(深圳)有限公司 基于人工智能的推荐方法、装置、电子设备及存储介质

Families Citing this family (34)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104572904B (zh) * 2014-12-25 2017-12-22 微梦创科网络科技(中国)有限公司 一种标签关联程度的确定方法及装置
CN104537115B (zh) * 2015-01-21 2019-07-16 北京字节跳动科技有限公司 用户兴趣的探索方法和装置
CN104657349B (zh) * 2015-02-11 2018-07-31 厦门美柚信息科技有限公司 一种论坛帖子特征识别方法及装置
CN104657466B (zh) * 2015-02-11 2018-04-17 厦门美柚信息科技有限公司 一种基于论坛帖子特征的用户兴趣识别方法及装置
CN106649316B (zh) * 2015-10-29 2020-11-27 北京国双科技有限公司 一种视频推送方法及装置
CN106874314B (zh) * 2015-12-14 2020-12-04 腾讯科技(深圳)有限公司 信息推荐的方法和装置
CN107451148A (zh) * 2016-05-31 2017-12-08 北京金山安全软件有限公司 一种视频分类方法、装置及电子设备
CN106228311B (zh) * 2016-07-28 2021-04-13 五八同城信息技术有限公司 岗位处理方法及装置
WO2018023685A1 (zh) * 2016-08-05 2018-02-08 吴晓敏 一种识别用户兴趣的方法和识别系统
CN108629608B (zh) * 2017-03-22 2023-02-24 腾讯科技(深圳)有限公司 用户数据处理方法及装置
JP7027696B2 (ja) * 2017-04-25 2022-03-02 富士フイルムビジネスイノベーション株式会社 情報処理装置及び情報処理プログラム
CN110019941A (zh) * 2017-08-22 2019-07-16 飞狐信息技术(天津)有限公司 视频推荐方法及系统
CN107679242B (zh) * 2017-10-30 2018-07-27 河海大学 融合多信息源耦合张量分解的标签推荐方法
CN109948040A (zh) * 2017-12-04 2019-06-28 北京京东尚科信息技术有限公司 对象信息的存储、推荐方法及系统、设备和存储介质
CN108288229B (zh) * 2018-03-02 2022-03-15 北京邮电大学 一种用户画像构建方法
CN110555107B (zh) * 2018-03-29 2023-07-25 阿里巴巴集团控股有限公司 确定业务对象主题、业务对象推荐的方法及装置
CN109165975B (zh) * 2018-08-09 2023-05-16 平安科技(深圳)有限公司 标签推荐方法、装置、计算机设备及存储介质
CN109190024B (zh) * 2018-08-20 2023-04-07 平安科技(深圳)有限公司 信息推荐方法、装置、计算机设备及存储介质
CN110096501A (zh) * 2018-09-04 2019-08-06 中国平安人寿保险股份有限公司 基于标签的数据搜索方法、装置、介质及电子设备
CN109816233A (zh) * 2019-01-16 2019-05-28 云南电网有限责任公司信息中心 用于电网的用户标签模型生成方法及装置
CN111522886B (zh) * 2019-01-17 2023-05-09 中国移动通信有限公司研究院 一种信息推荐方法、终端及存储介质
JP7334928B2 (ja) * 2019-03-14 2023-08-29 国立大学法人 東京大学 タグ推薦装置、タグ推薦方法及びタグ推薦プログラム
CN110727784B (zh) * 2019-09-05 2023-11-10 上海异势信息科技有限公司 基于内容的文章推荐方法及系统
CN110991173B (zh) * 2019-11-29 2023-09-29 支付宝(杭州)信息技术有限公司 一种分词方法及系统
CN111046650A (zh) * 2019-12-09 2020-04-21 中国传媒大学 基于元素共现的网络舆情自动识别技术
CN111310074B (zh) * 2020-02-13 2023-08-18 北京百度网讯科技有限公司 兴趣点的标签优化方法、装置、电子设备和计算机可读介质
CN111522889B (zh) * 2020-04-24 2022-09-27 腾讯科技(深圳)有限公司 用户兴趣标签扩展方法、装置、电子设备及存储介质
CN111680219B (zh) * 2020-06-09 2023-10-20 深圳市雅阅科技有限公司 内容推荐方法、装置、设备及可读存储介质
CN111859160B (zh) * 2020-08-07 2023-06-16 成都理工大学 一种基于图神经网络会话序列推荐方法及系统
CN112732892B (zh) * 2020-12-30 2022-09-20 平安科技(深圳)有限公司 课程推荐方法、装置、设备及存储介质
CN114997120B (zh) * 2021-03-01 2023-09-26 北京字跳网络技术有限公司 文档标签的生成方法、装置、终端和存储介质
JP7739736B2 (ja) * 2021-03-24 2025-09-17 富士フイルムビジネスイノベーション株式会社 情報処理装置及びプログラム
CN113688229B (zh) * 2021-08-31 2024-04-23 济南大学 一种文本推荐方法、系统、存储介质和设备
CN115344698B (zh) * 2022-08-11 2025-11-04 腾讯科技(深圳)有限公司 标签处理方法、装置、计算机设备、存储介质和程序产品

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001142899A (ja) * 1999-11-16 2001-05-25 Nippon Telegr & Teleph Corp <Ntt> 話題別関心度計算方法及び装置及び話題別関心度計算プログラムを格納した記憶媒体
CN101546341A (zh) * 2008-03-28 2009-09-30 株式会社东芝 信息推荐装置和信息推荐方法
CN101782920A (zh) * 2009-12-23 2010-07-21 中国科学院自动化研究所 面向综合集成研讨环境的信息推荐方法
CN101923545A (zh) * 2009-06-15 2010-12-22 北京百分通联传媒技术有限公司 一种个性化信息推荐的方法

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TW200729003A (en) * 2006-01-25 2007-08-01 Bridgewell Inc Conceptual keyword function generation method, adjustment method, system, search engine, and calculation method for keyword related value
US8401771B2 (en) * 2008-07-22 2013-03-19 Microsoft Corporation Discovering points of interest from users map annotations
EP2306339A1 (en) * 2009-09-23 2011-04-06 Adobe Systems Incorporated Algorith and implementation for fast computation of content recommendation
CN101976259A (zh) * 2010-11-03 2011-02-16 百度在线网络技术(北京)有限公司 一种推荐系列文档的方法和装置
CN102360358B (zh) * 2011-09-28 2016-08-17 百度在线网络技术(北京)有限公司 关键词推荐方法及系统

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001142899A (ja) * 1999-11-16 2001-05-25 Nippon Telegr & Teleph Corp <Ntt> 話題別関心度計算方法及び装置及び話題別関心度計算プログラムを格納した記憶媒体
CN101546341A (zh) * 2008-03-28 2009-09-30 株式会社东芝 信息推荐装置和信息推荐方法
CN101923545A (zh) * 2009-06-15 2010-12-22 北京百分通联传媒技术有限公司 一种个性化信息推荐的方法
CN101782920A (zh) * 2009-12-23 2010-07-21 中国科学院自动化研究所 面向综合集成研讨环境的信息推荐方法

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110110207A (zh) * 2018-01-18 2019-08-09 北京搜狗科技发展有限公司 一种信息推荐方法、装置及电子设备
CN110110207B (zh) * 2018-01-18 2023-11-03 北京搜狗科技发展有限公司 一种信息推荐方法、装置及电子设备
CN110008391A (zh) * 2019-02-28 2019-07-12 平安科技(深圳)有限公司 用户兴趣画像的构建方法及装置、存储介质、计算机设备
CN110298029A (zh) * 2019-05-22 2019-10-01 平安科技(深圳)有限公司 基于用户语料的好友推荐方法、装置、设备及介质
CN110298029B (zh) * 2019-05-22 2022-07-12 平安科技(深圳)有限公司 基于用户语料的好友推荐方法、装置、设备及介质
CN111708952A (zh) * 2020-06-18 2020-09-25 小红书科技有限公司 一种标签推荐方法及系统
CN111708952B (zh) * 2020-06-18 2023-10-20 小红书科技有限公司 一种标签推荐方法及系统
CN113919881A (zh) * 2021-10-21 2022-01-11 深圳前海微众银行股份有限公司 用户兴趣实体特征提取方法、装置、终端设备及存储介质
CN115114519A (zh) * 2022-05-12 2022-09-27 腾讯科技(深圳)有限公司 基于人工智能的推荐方法、装置、电子设备及存储介质

Also Published As

Publication number Publication date
CN103729360A (zh) 2014-04-16
US10423648B2 (en) 2019-09-24
US20150186503A1 (en) 2015-07-02

Similar Documents

Publication Publication Date Title
WO2014056397A1 (zh) 兴趣标签推荐方法、系统及计算机可读介质
CN111368038B (zh) 一种关键词的提取方法、装置、计算机设备和存储介质
CN109885773B (zh) 一种文章个性化推荐方法、系统、介质及设备
Wang et al. Using hashtag graph-based topic model to connect semantically-related words without co-occurrence in microblogs
TWI653542B (zh) 一種基於網路媒體資料流程發現並跟蹤熱點話題的方法、系統和裝置
CN107229668B (zh) 一种基于关键词匹配的正文抽取方法
CN107463605B (zh) 低质新闻资源的识别方法及装置、计算机设备及可读介质
Cai et al. What are popular: exploring twitter features for event detection, tracking and visualization
CN104537116B (zh) 一种基于标签的图书搜索方法
CN104111941B (zh) 信息展示的方法及设备
CN111680152B (zh) 目标文本的摘要提取方法及装置、电子设备、存储介质
CN104391999B (zh) 信息推荐方法和装置
CN103699625A (zh) 基于关键词进行检索的方法及装置
CN103514183A (zh) 基于交互式文档聚类的信息检索方法及系统
US20140379719A1 (en) System and method for tagging and searching documents
CN104731828B (zh) 一种跨领域文档相似度计算方法及装置
CN105593851A (zh) 用于跟踪与通过关联的文本和图像可识别的实体相关的微博消息的方法和装置
WO2017000610A1 (zh) 一种网页分类的方法和装置
WO2014206151A1 (en) System and method for tagging and searching documents
US20150120708A1 (en) Information aggregation, classification and display method and system
JP4714710B2 (ja) 自動タグ付与装置、自動タグ付与方法、自動タグ付与プログラムおよびそのプログラムを記録した記録媒体
CN103678422A (zh) 网页分类方法和装置、网页分类器的训练方法和装置
JP5952711B2 (ja) 予測対象コンテンツにおける将来的なコメント数を予測する予測サーバ、プログラム及び方法
WO2016040772A1 (en) Method and apparatus of matching an object to be displayed
CN106933878B (zh) 一种信息处理方法及装置

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

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 1205N DATED 22.09.2015)

122 Ep: pct application non-entry in european phase

Ref document number: 13845881

Country of ref document: EP

Kind code of ref document: A1