中文
相关论文

相关论文: Fast Record Linkage for Company Entities

200 篇论文

Blockchain has emerged as a decentralized and distributed framework that enables tamper-resilience and, thus, practical immutability for stored data. This immutability property is important in scenarios where auditability is desired, such…

数据库 · 计算机科学 2020-03-09 Mustafa Safa Ozdayi , Murat Kantarcioglu , Bradley Malin

Efficiency techniques are an integral part of Entity Resolution, since its infancy. In this survey, we organized the bulk of works in the field into Blocking, Filtering and hybrid techniques, facilitating their understanding and use. We…

数据库 · 计算机科学 2020-08-24 George Papadakis , Dimitrios Skoutas , Emmanouil Thanos , Themis Palpanas

Data analytics stands to benefit from the increasing availability of datasets that are held without their conceptual relationships being explicitly known. When collected, these datasets form a data lake from which, by processes like data…

数据库 · 计算机科学 2020-11-23 Alex Bogatu , Alvaro A. A. Fernandes , Norman W. Paton , Nikolaos Konstantinou

In the legal domain it is important to differentiate between words in general, and afterwards to link the occurrences of the same entities. The topic to solve these challenges is called Named-Entity Linking (NEL). Current supervised neural…

机器学习 · 计算机科学 2018-10-17 Ahmed Elnaggar , Robin Otto , Florian Matthes

Enterprise search systems often struggle to retrieve accurate, domain-specific information due to semantic mismatches and overlapping terminologies. These issues can degrade the performance of downstream applications such as knowledge…

信息检索 · 计算机科学 2025-05-27 Hansa Meghwani , Amit Agarwal , Priyaranjan Pattnayak , Hitesh Laxmichand Patel , Srikant Panda

Enterprises often own large collections of structured data in the form of large databases or an enterprise data lake. Such data collections come with limited metadata and strict access policies that could limit access to the data contents…

Entity linking aims to establish a link between entity mentions in a document and the corresponding entities in knowledge graphs (KGs). Previous work has shown the effectiveness of global coherence for entity linking. However, most of the…

计算与语言 · 计算机科学 2021-12-09 Jian Sun , Yu Zhou , Chengqing Zong

Online string matching is a computational problem involving the search for patterns or substrings in a large text dataset, with the pattern and text being processed sequentially, without prior access to the entire text. Its relevance stems…

数据结构与算法 · 计算机科学 2023-10-25 Matthew N. Palmer , Simone Faro , Stefano Scafiti

Combining data from various sources empowers researchers to explore innovative questions, for example those raised by conducting healthcare monitoring studies. However, the lack of a unique identifier often poses challenges. Record linkage…

统计方法学 · 统计学 2025-09-16 Kayané Robach , Stéphanie L van der Pas , Mark A van de Wiel , Michel H Hof

Aggregate analysis, such as comparing country-wise sales versus global market share across product categories, is often complicated by the unavailability of common join attributes, e.g., category, across diverse datasets from different…

数据库 · 计算机科学 2017-01-05 Karamjit Singh , Garima Gupta , Gautam Shroff , Puneet Agarwal

Automatic extraction of funding information from academic articles adds significant value to industry and research communities, such as tracking research outcomes by funding organizations, profiling researchers and universities based on the…

计算与语言 · 计算机科学 2022-09-21 Gizem Aydin , Seyed Amin Tabatabaei , Giorgios Tsatsaronis , Faegheh Hasibi

The digital revolution has brought most of the world on the world wide web. The data available on WWW has increased many folds in the past decade. Social networks, online clubs and organisations have come into existence. Information is…

信息检索 · 计算机科学 2019-08-29 Shubham Varma , Neyshith Sameer , C. Ravindranath Chowdary

Understanding the meaning of text often involves reasoning about entities and their relationships. This requires identifying textual mentions of entities, linking them to a canonical concept, and discerning their relationships. These tasks…

计算与语言 · 计算机科学 2019-12-04 Trapit Bansal , Pat Verga , Neha Choudhary , Andrew McCallum

In large organisations, identifying experts on a given topic is crucial in leveraging the internal knowledge spread across teams and departments. So-called enterprise expert retrieval systems automatically discover and structure employees'…

信息检索 · 计算机科学 2024-10-08 Jens-Joris Decorte , Jeroen Van Hautte , Chris Develder , Thomas Demeester

Entity linking - connecting entity mentions in a natural language utterance to knowledge graph (KG) entities is a crucial step for question answering over KGs. It is often based on measuring the string similarity between the entity label…

计算与语言 · 计算机科学 2020-02-27 Rostislav Nedelchev , Debanjan Chaudhuri , Jens Lehmann , Asja Fischer

Entity Linking (EL) is the task of detecting mentions of entities in text and disambiguating them to a reference knowledge base. Most prevalent EL approaches assume that the reference knowledge base is complete. In practice, however, it is…

计算与语言 · 计算机科学 2023-03-14 Nicolas Heist , Heiko Paulheim

Databases employ indexes to filter out irrelevant records, which reduces scan overhead and speeds up query execution. However, this optimization is only available to queries that filter on the indexed attribute. To extend these speedups to…

数据库 · 计算机科学 2020-12-15 Vikram Nathan , Jialin Ding , Tim Kraska , Mohammad Alizadeh

Statements about entities occur everywhere, from newspapers and web pages to structured databases. Correlating references to entities across systems that use different identifiers or names for them is a widespread problem. In this paper, we…

人工智能 · 计算机科学 2014-06-27 R. V. Guha

Ranked enumeration is a query-answering paradigm where the query answers are returned incrementally in order of importance (instead of returning all answers at once). Importance is defined by a ranking function that can be specific to the…

数据库 · 计算机科学 2025-02-07 Nikolaos Tziavelis , Wolfgang Gatterbauer , Mirek Riedewald

Extraction from raw text to a knowledge base of entities and fine-grained types is often cast as prediction into a flat set of entity and type labels, neglecting the rich hierarchies over types and entities contained in curated ontologies.…

计算与语言 · 计算机科学 2018-07-16 Shikhar Murty* , Patrick Verga* , Luke Vilnis , Irena Radovanovic , Andrew McCallum