Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 876 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 876 Bytes

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}
}