nju-websoft / DRESSED

Entity Summarization with User Feedback (ESWC 2020)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DRESSED

Source code for paper "Entity Summarization with User Feedback" (Best Research Paper of ESWC 2020. Video of this paper can be found here.

Dataset

Requirements

  • Python 3.x (tested on Python 3.6)
  • Tensorflow 1.x (tested on Tensorflow 1.12.0)
  • Numpy

Citation

If you use this work or code, please kindly cite the following paper:

@inproceedings{DRESSED,
  author    = {Qingxia Liu and
                Yue Chen and
                Gong Cheng and
                Evgeny Kharlamov and
                Junyou Li and
                Yuzhong Qu},
  title     = {Entity Summarization with User Feedback},
  booktitle = {ESWC},
  year      = {2020}
}

About

Entity Summarization with User Feedback (ESWC 2020)

License:Apache License 2.0


Languages

Language:Python 99.6%Language:Shell 0.4%