paper-with-me

홈 › Papers

An Operator for Entity Extraction in MapReduce

2015-12-15 · Ndapandula Nakashole

Dictionary-based entity extraction involves finding mentions of dictionary entities in text. Text mentions are often noisy, containing spurious or missing words. Efficient algorithms for detecting approximate entity mentions follow one of two general techniques. The first approach is to build an index on the entities and perform index lookups of document substrings. The second approach recognizes that the number of substrings generated from documents can explode to large numbers, to get around this, they use a filter to prune many such substrings which do not match any dictionary entity and then only verify the remaining substrings if they are entity mentions of dictionary entities, by means of a text join. The choice between the index-based approach and the filter & verification-based approach is a case-to-case decision as the best approach depends on the characteristics of the input entity dictionary, for example frequency of entity mentions. Choosing the right approach for the setting can make a substantial difference in execution time. Making this choice is however non-trivial as there are parameters within each of the approaches that make the space of possible approaches very large. In this paper, we present a cost-based operator for making the choice among execution plans for entity extraction. Since we need to deal with large dictionaries and even larger large datasets, our operator is developed for implementations of MapReduce distributed algorithms.

📄 PDF Abstract BibTeX arXiv:1512.04973

Code (0)

등록된 구현이 없습니다.

Tasks

Entity Extraction using GAN

Similar Papers 제목 키워드 기반

Graph-based Approaches for Organization Entity Resolution in MapReduce

2013-10-01 · WS 2013 10 · Hakan Kardes, Deepak Konidena, Siddharth Agrawal, Micah Huff 외
Entity Resolution

Topic Extraction of Crawled Documents Collection using Correlated Topic Model in MapReduce Framework

2020-01-06 · Mi Khine Oo, May Aye Khine

The tremendous increase in the amount of available research documents impels researchers to propose topic models to extract the latent semantic themes of a documents collection. However, how to extract the hidden topics …

Topic Models

Scalable Probabilistic Entity-Topic Modeling

2013-09-02 · Neil Houlsby, Massimiliano Ciaramita

We present an LDA approach to entity disambiguation. Each topic is associated with a Wikipedia article and topics generate either content words or entity mentions. Training such models is challenging because of the topic…

Entity Disambiguation

jsdp: a Java Stochastic DP Library

2022-09-20 · Roberto Rossi

Stochastic Programming is a framework for modelling and solving problems of decision making under uncertainty. Stochastic Dynamic Programming is a branch of Stochastic Programming that takes a "functional equation" appro…

Decision MakingDecision Making Under Uncertainty

A-MapReduce: Executing Wide Search via Agentic MapReduce

2026-02-01 · Mingju Chen, Guibin Zhang, Heng Chang, Yuchen Guo 외 arxiv

Contemporary large language model (LLM)-based multi-agent systems exhibit systematic advantages in deep research tasks, which emphasize iterative, vertically structured information seeking. However, when confronted with …