paper-with-me

Papers

Low-resource Deep Entity Resolution with Transfer and Active Learning

2019-06-17 · ACL 2019 7 · Jungo Kasai, Kun Qian, Sairam Gurajada, Yunyao Li, Lucian Popa

Entity resolution (ER) is the task of identifying different representations of the same real-world entities across databases. It is a key step for knowledge base creation and text mining. Recent adaptation of deep learning methods for ER mitigates the need for dataset-specific feature engineering by constructing distributed representations of entity records. While these methods achieve state-of-the-art performance over benchmark data, they require large amounts of labeled data, which are typically unavailable in realistic ER applications. In this paper, we develop a deep learning-based method that targets low-resource settings for ER through a novel combination of transfer learning and active learning. We design an architecture that allows us to learn a transferable model from a high-resource setting to a low-resource one. To further adapt to the target dataset, we incorporate active learning that carefully selects a few informative examples to fine-tune the transferred model. Empirical evaluation demonstrates that our method achieves comparable, if not better, performance compared to state-of-the-art learning-based methods while using an order of magnitude fewer labels.

📄 PDF Abstract BibTeX arXiv:1906.08042

Code (0)

등록된 구현이 없습니다.

Tasks

Active LearningEntity ResolutionFeature EngineeringTransfer Learning

Similar Papers 제목 키워드 기반

Cost-effective Variational Active Entity Resolution

2020-11-20 · Alex Bogatu, Norman W. Paton, Mark Douthwaite, Stuart Davie 외

Accurately identifying different representations of the same real-world entity is an integral part of data cleaning and many methods have been proposed to accomplish it. The challenges of this entity resolution task that…

Active LearningEntity ResolutionRepresentation LearningSpecificity+1

A Little Annotation does a Lot of Good: A Study in Bootstrapping Low-resource Named Entity Recognizers

2019-08-23 · IJCNLP 2019 11 · Aditi Chaudhary, Jiateng Xie, Zaid Sheikh, Graham Neubig 외

Most state-of-the-art models for named entity recognition (NER) rely on the availability of large amounts of labeled data, making them challenging to extend to new, lower-resourced languages. However, there are now sever…

Active LearningCross-Lingual Transfernamed-entity-recognitionNamed Entity Recognition+3

Graph-boosted Active Learning for Multi-Source Entity Resolution

2021-09-30 · International Semantic Web Conference 2021 9 · Anna Primpeli, Christian Bizer

Supervised entity resolution methods rely on labeled record pairs for learning matching patterns between two or more data sources. Active learning minimizes the labeling effort by selecting informative pairs for labeling…

Active LearningEntity Resolution

Adapting Coreference Resolution Models through Active Learning

2021-04-15 · ACL 2022 5 · Michelle Yuan, Patrick Xia, Chandler May, Benjamin Van Durme 외

Neural coreference resolution models trained on one dataset may not transfer to new, low-resource domains. Active learning mitigates this problem by sampling a small subset of data for annotators to label. While active l…

Active LearningClusteringcoreference-resolutionCoreference Resolution

Zero-shot Neural Transfer for Cross-lingual Entity Linking

2018-11-09 · Shruti Rijhwani, Jiateng Xie, Graham Neubig, Jaime Carbonell

Cross-lingual entity linking maps an entity mention in a source language to its corresponding entry in a structured knowledge base that is in a different (target) language. While previous work relies heavily on bilingual…

Cross-Lingual Entity LinkingEntity Linking