paper-with-me

홈 › Papers

AdapterEM: Pre-trained Language Model Adaptation for Generalized Entity Matching using Adapter-tuning

2023-05-30 · John Bosco Mugeni, Steven Lynden, Toshiyuki Amagasa, Akiyoshi Matono

Entity Matching (EM) involves identifying different data representations referring to the same entity from multiple data sources and is typically formulated as a binary classification problem. It is a challenging problem in data integration due to the heterogeneity of data representations. State-of-the-art solutions have adopted NLP techniques based on pre-trained language models (PrLMs) via the fine-tuning paradigm, however, sequential fine-tuning of overparameterized PrLMs can lead to catastrophic forgetting, especially in low-resource scenarios. In this study, we propose a parameter-efficient paradigm for fine-tuning PrLMs based on adapters, small neural networks encapsulated between layers of a PrLM, by optimizing only the adapter and classifier weights while the PrLMs parameters are frozen. Adapter-based methods have been successfully applied to multilingual speech problems achieving promising results, however, the effectiveness of these methods when applied to EM is not yet well understood, particularly for generalized EM with heterogeneous data. Furthermore, we explore using (i) pre-trained adapters and (ii) invertible adapters to capture token-level language representations and demonstrate their benefits for transfer learning on the generalized EM benchmark. Our results show that our solution achieves comparable or superior performance to full-scale PrLM fine-tuning and prompt-tuning baselines while utilizing a significantly smaller computational footprint $\approx 13\%$ of the PrLM parameters.

📄 PDF Abstract BibTeX arXiv:2305.18725

Code (1)

boscoj2008/adapterem 공식 구현 pytorch

Tasks

Binary ClassificationData IntegrationLanguage ModelingLanguage ModellingTransfer Learning

Methods 이 논문이 사용한 방법론

Adapter 설명 없음

Similar Papers 제목 키워드 기반

Generalized One-shot Domain Adaptation of Generative Adversarial Networks

2022-09-08 · ZiCheng Zhang, Yinglu Liu, Congying Han, Tiande Guo 외

The adaptation of a Generative Adversarial Network (GAN) aims to transfer a pre-trained GAN to a target domain with limited training data. In this paper, we focus on the one-shot case, which is more challenging and rarel…

Domain AdaptationGenerative Adversarial NetworkStyle Transfer

GCA-3D: Towards Generalized and Consistent Domain Adaptation of 3D Generators

2024-12-20 · Hengjia Li, Yang Liu, Yibo Zhao, Haoran Cheng 외

Recently, 3D generative domain adaptation has emerged to adapt the pre-trained generator to other domains without collecting massive datasets and camera pose distributions. Typically, they leverage large-scale pre-traine…

Domain Adaptation

Embeddings for Named Entity Recognition in Geoscience Portuguese Literature

2020-05-01 · LREC 2020 5 · Bernardo Consoli, Joaquim Santos, Diogo Gomes, Fabio Cordeiro 외

This work focuses on Portuguese Named Entity Recognition (NER) in the Geology domain. The only domain-specific dataset in the Portuguese language annotated for NER is the GeoCorpus. Our approach relies on BiLSTM-CRF neur…

Language ModelingLanguage Modellingnamed-entity-recognitionNamed Entity Recognition+3

READ-BioMed@SocialDisNER: Adaptation of an Annotation System to Spanish Tweets

2022-10-01 · SMM4H (COLING) 2022 10 · Antonio Jimeno Yepes, Karin Verspoor

We describe the work of the READ-BioMed team for the preparation of a submission to the SocialDisNER Disease Named Entity Recognition (NER) Task (Task 10) in 2022. We had developed a system for named entity recognition f…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER

A Simple but Effective Pluggable Entity Lookup Table for Pre-trained Language Models

2022-02-27 · ACL 2022 5 · Deming Ye, Yankai Lin, Peng Li, Maosong Sun 외

Pre-trained language models (PLMs) cannot well recall rich factual knowledge of entities exhibited in large-scale corpora, especially those rare entities. In this paper, we propose to build a simple but effective Pluggab…

Domain Adaptation