Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cxchu authored Apr 22, 2020
1 parent fe8eb0f commit f6e2027
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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

0 comments on commit f6e2027

Please sign in to comment.