Domain-aware and Co-adaptive Feature Transformation for Domain Adaption Few-shot Relation Extraction (2024.lrec-main)
Copied to clipboard
| Challenge: | Existing approaches to relation extraction focus on the source domain, which makes it difficult to accurately transfer useful knowledge to the target domain. |
| Approach: | They propose a domain-aware and co-adaptive feature transformation approach to address these issues by leveraging the target domain distribution features to guide the domain-based feature transformations. |
| Outcome: | The proposed method outperforms existing models and achieves state-of-the-art performance on a benchmark dataset. |
Similar Papers
Always the Best Fit: Adaptive Domain Gap Filling from Causal Perspective for Few-Shot Relation Extraction (2023.findings-emnlp)
Copied to clipboard
Ge Bai, Chenji Lu, Jiaxiang Geng, Shilong Li, Yidong Shi, Xiyan Liu, Ying Liu, Zhang Zhang, Ruifang Liu
| Challenge: | Existing approaches to cross-domain relation extraction have been limited by domains . data bias between domains can be difficult to fill, especially in few-shot scenarios . |
| Approach: | They propose a framework to bridge the semantic gap caused by data bias between domains . they use syntactic structure, label distribution, and entities to calculate causal effects . |
| Outcome: | The proposed framework fills the domain gap and yields better results on the few-shot task. |
Entity Concept-enhanced Few-shot Relation Extraction (2021.acl-short)
Copied to clipboard
| Challenge: | Existing FSRE methods fail to classify relations based on information of sentences and entity pairs due to limited samples and lack of knowledge. |
| Approach: | They propose a concept-sentence attention module to select the most appropriate concept from multiple concepts of each entity by calculating the semantic similarity between sentences and concepts. |
| Outcome: | The proposed scheme outperforms existing methods on a few-shot relation extraction dataset. |
Enhancing the Prototype Network with Local-to-Global Optimization for Few-Shot Relation Extraction (2025.findings-naacl)
Copied to clipboard
| Challenge: | Relation Extraction (RE) is a task that aims to extract semantic relationships from unstructured text. |
| Approach: | They propose a local optimization strategy that indirectly optimizes the prototypical networks by optimizing the other information contained within the prototypes. |
| Outcome: | The proposed model improves on the FewRel 1.0 and FewRela 2.0 datasets. |
A Self-Denoising Model for Robust Few-Shot Relation Extraction (2025.acl-long)
Copied to clipboard
| Challenge: | Existing studies assume that the support set contains only accurately labeled instances, but this assumption is often unrealistic. |
| Approach: | They propose a self-denoising model for FSRE which can automatically correct noisy labels of support instances. |
| Outcome: | The proposed model outperforms all baselines on two public datasets showing that it can correct mislabeled support instances. |
HyperNetwork-based Decoupling to Improve Model Generalization for Few-Shot Relation Extraction (2023.emnlp-main)
Copied to clipboard
| Challenge: | Existing studies cannot generalize well to unseen relations using Prototypical Networks . current approaches are dependent on large amount of labeled data and cannot deal with unseense relations well. |
| Approach: | They propose a HyperNetwork-based Decoupling approach to improve FSRE generalization . they propose FSre models with an encoder, network generator and refined classifiers . |
| Outcome: | The proposed method improves the generalization of few-shot relation extraction models. |
Learn from Relation Information: Towards Prototype Representation Rectification for Few-Shot Relation Extraction (2022.findings-naacl)
Copied to clipboard
| Challenge: | Existing methods for Few-shot Relation Extraction focus on implicitly introducing relation information to constrain the prototype representation learning. |
| Approach: | They propose a parameter-less method to promote few-shot relation extraction . they use a prototype rectification module to rectify original prototypes by relation information . |
| Outcome: | The proposed method achieves state-of-the-art on fewRel 1.0 and 2.0 datasets. |
Mutual-pairing Data Augmentation for Fewshot Continual Relation Extraction (2025.naacl-long)
Copied to clipboard
Nguyen Hoang Anh, Quyen Tran, Thanh Xuan Nguyen, Nguyen Thi Ngoc Diep, Linh Ngo Van, Thien Huu Nguyen, Trung Le
| Challenge: | Existing methods for Few-shot Continual Relation Extraction struggle with catastrophic forgetting and overfitting. |
| Approach: | They propose a method that transforms single input sentences into complex texts by integrating old and new data. |
| Outcome: | The proposed method sharpens model focus and improves model performance . it also uncovers fascinating behaviors of Sharpness-Aware Minimization (SAM) in Few-shot Continual Learning. |
Exploring Task Difficulty for Few-Shot Relation Extraction (2021.emnlp-main)
Copied to clipboard
| Challenge: | Existing models do not distinguish hard tasks from easy ones in the learning process. |
| Approach: | They propose a novel approach that exploits relation label information to learn better representations by focusing on hard tasks. |
| Outcome: | Experiments on two standard datasets show the proposed approach performs better than previous methods. |
Continual Few-shot Relation Extraction via Adaptive Gradient Correction and Knowledge Decomposition (2024.findings-acl)
Copied to clipboard
| Challenge: | Existing methods to learn new relations with limited samples neglect the instability of embeddings in the process of different task training, which leads to catastrophic forgetting. |
| Approach: | They propose a method to analyze catastrophic forgetting by limiting embedding instability . they propose to decompose knowledge into general and task-related knowledge . |
| Outcome: | The proposed method outperforms the state-of-the-art model and improves the following degree of embeddings. |
PDALN: Progressive Domain Adaptation over a Pre-trained Model for Low-Resource Cross-Domain Named Entity Recognition (2021.emnlp-main)
Copied to clipboard
| Challenge: | Existing approaches to Named Entity Recognition (NER) are limited in labeled resources and domain shift. |
| Approach: | They propose a progressive domain adaptation knowledge distillation approach to adapt high-resource domains to low-resourced target domains by employing three components to achieve superior domain adaptability. |
| Outcome: | The proposed approach can adapt high-resource domains to low-resourced target domains even if they are diverse in terms and writing styles. |