Skip to content

kekeeo/KAFCA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KAFCA (KAIST summarization system using FCA)

Improving Entity Summarization via Conceptual Analysis
Eun-kyung Kim, Key-Sun Choi
Proceedings of the 1st International Workshop on EntitY REtrieval (EYRE '18) co-located with CIKM 2018, Shared Tasks @ EYRE '18

Abstract

This paper presents a novel approach to automatic entity summarization, which provides a smaller representative subset from a lengthy description. As a solution to this problem, we propose an entity summarization system based on Formal Concept Analysis (FCA). The effectiveness of our proposed system is illustrated by an experimental study using the Entity Summarization BenchMark, where we compare our system with six other systems. It shows that our system is superior to others with respect to F-measure performance measurements.

Evaluation Results

We list the result of various methods in Entity Summarization BenchMark (ESBM).

Table 1. F-measure of selected entity summarizers under their best parameter settings

DBpedia LinkedMDB All
k=5 k=10 k=5 k=10 k=5 k=10
RELIN [1] 0.250 0.468 0.210 0.260 0.239 0.409
DIVERSUM [2] 0.260 0.522 0.222 0.365 0.249 0.477
CD [3]
0.299 0.531 0.215 0.326 0.267 0.467
FACES-E [4] 0.285 0.527 0.252 0.348 0.276 0.476
FACES [5] 0.272 0.439 0.160 0.259 0.240 0.388
LinkSUM [6] 0.290 0.498 0.117 0.255 0.240 0.428
KAFCA 0.332 0.531 0.249 0.399 0.308 0.493

Table 2. MAP of selected entity summarizers under their best parameter settings

DBpedia LinkedMDB All
k=5 k=10 k=5 k=10 k=5 k=10
RELIN [1] 0.348 0.532 0.243 0.337 0.318 0.476
DIVERSUM [2] 0.316 0.511 0.269 0.388 0.302 0.476
CD [3]
- - - - - -
FACES-E [4] 0.354 0.529 0.258 0.361 0.326 0.481
FACES [5] 0.247 0.386 0.140 0.261 0.216 0.351
LinkSUM [6] 0.246 0.386 0.120 0.254 0.210 0.348
KAFCA 0.402 0.597 0.319 0.428 0.378 0.549

References

[1] Gong Cheng, Thanh Tran, Yuzhong Qu: RELIN: Relatedness and Informativeness-Based Centrality for Entity Summarization. International Semantic Web Conference (1) 2011: 114-129.
[2] Marcin Sydow, Mariusz Pikula, Ralf Schenkel: The notion of diversity in graphical entity summarisation on semantic knowledge graphs. J. Intell. Inf. Syst. 41(2): 109-149 (2013).
[3] Danyun Xu, Liang Zheng, Yuzhong Qu: CD at ENSEC 2016: Generating Characteristic and Diverse Entity Summaries. SumPre@ESWC 2016.
[4] Kalpa Gunaratna, Krishnaprasad Thirunarayan, Amit P. Sheth, Gong Cheng: Gleaning Types for Literals in RDF Triples with Application to Entity Summarization. ESWC 2016: 85-100.
[5] Kalpa Gunaratna, Krishnaprasad Thirunarayan, Amit P. Sheth: FACES: Diversity-Aware Entity Summarization Using Incremental Hierarchical Conceptual Clustering. AAAI 2015: 116-122.
[6] Andreas Thalhammer, Nelia Lasierra, Achim Rettinger: LinkSUM: Using Link Analysis to Summarize Entity Data. ICWE 2016: 244-261.

Change Log

Aug. 30, 2018 : Initial upload. version 1.0

About

KAIST summarization system using FCA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages