From f6e2027cbc2fca95785b678b8484476ce82f35c8 Mon Sep 17 00:00:00 2001 From: cxchu Date: Wed, 22 Apr 2020 13:39:56 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 740652a..a5aa048 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # ENTYFI: Entity Typing in Fictional Texts Cuong Xuan Chu, Simon Razniewski, Gerhard Weikum. (WSDM 2020) + Project website: https://www.mpi-inf.mpg.de/yago-naga/entyfi # Dependencies @@ -44,8 +45,9 @@ To run typing, you need to set some paths in several files: - Build: ./build.sh - Run typing: ./run.sh heap-size typing.ENTYFI input-file output-file For example: ./run.sh 10G typing.ENTYFI input-file output-file + Other parameters like topK reference universes or topK types returned by ILP can be defined in class typing/ENTYFI.java # Notes -- For mention detection, to improve efficiency, we use technique from the paper: https://arxiv.org/abs/1603.01360 +- For mention detection, to improve efficiency, we use the technique from the paper: https://arxiv.org/abs/1603.01360