首页 技术 正文
技术 2022年11月14日
0 收藏 661 点赞 3,771 浏览 1585 个字

《Exploiting Relevance Feedback in Knowledge Graph》

Publication: KDD 2015

Authors: Yu Su, Shengqi Yang, etc.

Affiliation: UCSB…

1. Short description:

p { margin-bottom: 0.1in; line-height: 120% }
a:link { }

This paper formulate the novice graph relevance feedback problem,  which applies relevance feedback in information retrieval area to graph query. User positive and negative feedback to inversely input the original graph query and improve the query result.

2. Focus: graph query,  subgraph matching

3. Novelty:  user relevance feedback; binary classifier to decide the trade-off to re-rank or re-search from graph

4. Motivation:

the new thing about this paper is it consider the ambigous of user input query.

users who do not need to understand the complexity of the schema of data graph,  so the input node name, type or keywords are generally ambigous or even not in the data graph.

5. Algorithms:

the query-specific function is based on the previous paper in the same group — SLQ “schemaless and structureless graph querying “

the new graph matching function after tuning is $g(\theta^{*} )$

The framework is as follows:

It explored the two types of inferences:

Type inference: Infer the implicit type of each query node

Context Inference: neighborhood of the entity

The cons: 

In my opinion:

(1) It only explored the simple two node and three node star query

(2) The ground truth for deciding the re-rank and re-search was not clearly stated, which I think it is important to decide the runtime trade-off of the re-rank and re-search

(3) In reality, it is also not reliable and challenging to construct the ground truth for a new data graph to decide the runtime trade-off.

Reference:

Su, Yu, et al. “Exploiting relevance feedback in knowledge graph search.” Proceedings of the 21th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining. ACM, 2015.

相关推荐
python开发_常用的python模块及安装方法
adodb:我们领导推荐的数据库连接组件bsddb3:BerkeleyDB的连接组件Cheetah-1.0:我比较喜欢这个版本的cheeta…
日期:2022-11-24 点赞:878 阅读:9,088
Educational Codeforces Round 11 C. Hard Process 二分
C. Hard Process题目连接:http://www.codeforces.com/contest/660/problem/CDes…
日期:2022-11-24 点赞:807 阅读:5,565
下载Ubuntn 17.04 内核源代码
zengkefu@server1:/usr/src$ uname -aLinux server1 4.10.0-19-generic #21…
日期:2022-11-24 点赞:569 阅读:6,413
可用Active Desktop Calendar V7.86 注册码序列号
可用Active Desktop Calendar V7.86 注册码序列号Name: www.greendown.cn Code: &nb…
日期:2022-11-24 点赞:733 阅读:6,186
Android调用系统相机、自定义相机、处理大图片
Android调用系统相机和自定义相机实例本博文主要是介绍了android上使用相机进行拍照并显示的两种方式,并且由于涉及到要把拍到的照片显…
日期:2022-11-24 点赞:512 阅读:7,822
Struts的使用
一、Struts2的获取  Struts的官方网站为:http://struts.apache.org/  下载完Struts2的jar包,…
日期:2022-11-24 点赞:671 阅读:4,905