Content recommendation method and system based on knowledge graph

A knowledge map and content recommendation technology, applied in the field of intelligent recommendation, can solve the problems of not using external knowledge, not fully discovering news links, and not being able to expand reasonably, so as to achieve the effect of intelligent content recommendation

CN112231547AInactive Publication Date: 2021-01-15POTEVIO INFORMATION TECH
0 Cites 3 Cited by

Patent Information

Authority / Receiving Office
CN · China
Patent Type
Applications(China)
Current Assignee / Owner
Publication Date
2021-01-15
Estimated Expiration
Not applicable · inactive patent

Smart Images

  • Figure 1
    Figure 1
  • Figure 2
    Figure 2
  • Figure 3
    Figure 3
Patent Text Reader

Abstract

The invention discloses a content recommendation method based on a knowledge graph. The method comprises steps of obtaining the historical content clicked by a user in a set period of time, and determining a plurality of candidate contents similar to the historical content; for the historical content and the candidate content, respectively fusing semantic representation and knowledge representation of the historical content and the candidate content by using a KCNN to obtain a KCNN mapping result corresponding to each content; according to the KCNN mapping result of the historical content andthe candidate content, the score of each candidate content is determined through an Attention mechanism, and the score of each candidate content represents the probability that the candidate content is clicked by the user; and recommending the N candidate contents with the highest score to the user, where N is greater than or equal to 1. The invention further discloses a corresponding content recommendation system. The method is advantaged in that the potential interested knowledge content of a user can be fully mined, and more intelligent personalized content recommendation is realized.
Need to check novelty before this filing date? Find Prior Art

Description

technical field

[0001] The present application relates to the technical field of intelligent recommendation, in particular to a content recommendation method and system based on a knowledge graph. Background technique

[0002] The main significance of the recommendation system is: in the era of information explosion, how to select appropriate information from a large amount of data to recommend to personalized users. Recommender systems hold great promise in the field of journalism, where, in general, journalism language is highly condensed, full of knowledge entities and commonsense knowledge. The current news recommendation method mainly relies on statistical machine learning, judges the similarity between news through news keywords, and then recommends similar news to users.

[0003] An existing implementation is to recommend news based on content similarity. News recommendation based on content similarity, as the name suggests, is to recommend news content similar to t...

Examples

Embodiment Construction

[0061] In order to make the purpose, technical solutions and advantages of the present application clearer, the present application will be further described in detail below with reference to the accompanying drawings and examples.

[0062] In order to solve the problems existing in the prior art, this application provides a content recommendation method based on knowledge graph, which includes:

[0063] Obtain the historical content clicked by the user within a set period of time, and determine several candidate content similar to the historical content; the content described in this application can be news, articles, text fragments, etc.;

[0064] For the historical content and the candidate content, respectively use the convolutional neural network KCNN fused with knowledge to fuse its semantic representation and knowledge representation to obtain the KCNN mapping results corresponding to each content;

[0065] According to the KCNN mapping result of the historical content ...