Abstract
Dictionary-based entity extraction identifies predefined entities (e.g., person names or locations) from a document. A recent trend for improving extraction recall is to support approximate entity extraction, which finds all substrings in the document that approximately match entities in a given dictionary. Existing methods to address this problem support either token-based similarity (e.g., Jaccard Similarity) or character-based dissimilarity (e.g., Edit Distance). It calls for a unified method to support various similarity/dissimilarity functions, since a unified method can reduce the programming efforts, hardware requirements, and the manpower. In addition, many substrings in the document have overlaps, and we have an opportunity to utilize the shared computation across the overlaps to avoid unnecessary redundant computation. In this paper, we propose a unified framework to support many similarity/dissimilarity functions, such as jaccard similarity, cosine similarity, dice similarity, edit similarity, and edit distance. We devise efficient filtering algorithms to utilize the shared computation and develop effective pruning techniques to improve the performance. The experimental results show that our method achieves high performance and outperforms state-of-the-art studies.
Publication
Faerie: Efficient Filtering Algorithms for Approximate Dictionary-based Entity Extraction
[Paper] [PPT][Poster]
Extending Dictionary-based Entity Extraction to Tolerate Errors
[Paper]
Codes

Discription:

We are happy to release the binary code of faerie. We have packaged all the things in a compressed file, including a document, some binary codes and dataset.

Download:

Contact
For any questions about this study, please contact Dong Deng.
Comment
blog comments powered by Disqus