BrambleXu / knowledge-graph-learning

A curated list of awesome knowledge graph tutorials, projects and communities.
MIT License
736 stars 120 forks source link

EMNLP-2015-Semantic Relation Classification via Convolutional Neural Networks with Simple Negative Sampling #226

Open BrambleXu opened 5 years ago

BrambleXu commented 5 years ago

一句话总结:

最早提出将SDP(shortest dependency path)用于RE的工作,用CNN在SDP上进行特征抽取。并提出了一个negative sampling strategy 来提高分配subjects和objects的效果。

资源:

论文信息:

笔记:

2 The Shortest Path Hypothesis

Note that, the order of the predicates on the path indicates the proper assignments of subjects and objects for that relation.

第一个将SDP用于CNN的论文

image

TODO:

模型图:

image

结果

image

接下来要看的论文