Stay up to date with AIDA news and releases, send a mail to: aida-news-subscribe@lists.mpi-inf.mpg.de
AIDA is a framework and online tool for entity detection and disambiguation. Given a natural-language text or a Web table, it maps mentions of ambiguous names onto canonical entities (e.g., individual people or places) registered in the YAGO2 knowledge base.
You can try AIDA on any text you like in the online demo. In case you are interested in using AIDA programmatically, the source code is available on github.com/yago-naga/aida.
To experimentally verify the quality of AIDA, we annotated nearly 1,400 newswire articles with the entities mentioned in each article. This collection is available for download (see Downloads).
The AIDA source code is available on github.com/yago-naga/aida. For AIDA to work, you will need to download our YAGO-based entity respository from our download page and import it into a PostgreSQL server.
AIDA can be tested online, with different methods and configurations for entity disambiguation: AIDA Demo
In the EMNLP 2011 paper, the results are given on the subset of 228 CoNLL testb documents wich could be processed by all the competitor methods (1270testb, 1308testb, and 1349testb are missing). We did this for the sake of comparability. The results of our AIDA methods on all 231 CoNLL testb documents are given below. The short names are the same as in the paper.
Measure | sim-k | r-prior sim-k | r-prior sim-k coh | r-prior sim-k r-coh | prior |
---|---|---|---|---|---|
Macro Precision@1.0 | 76.65 | 80.81 | 80.86 | 82.02 | 71.36 |
Micro Precision@1.0 | 76.65 | 80.06 | 82.24 | 82.29 | 66.55 |
Measure | sim-k | r-prior sim-k | r-prior sim-k coh | r-prior sim-k r-coh | prior |
---|---|---|---|---|---|
Macro Precision@1.0 | 76.00 | 81.03 | 80.67 | 81.66 | 75.16 |
Micro Precision@1.0 | 76.61 | 80.56 | 82.05 | 82.54 | 70.46 |
If you need any further information, please contact us via mail: NAME_OF_PROJECT@mpi-inf.mpg.de