paper-with-me

Papers

Analyzing the Use of Influence Functions for Instance-Specific Data Filtering in Neural Machine Translation

2022-10-24 · Tsz Kin Lam, Eva Hasler, Felix Hieber

Customer feedback can be an important signal for improving commercial machine translation systems. One solution for fixing specific translation errors is to remove the related erroneous training instances followed by re-training of the machine translation system, which we refer to as instance-specific data filtering. Influence functions (IF) have been shown to be effective in finding such relevant training examples for classification tasks such as image classification, toxic speech detection and entailment task. Given a probing instance, IF find influential training examples by measuring the similarity of the probing instance with a set of training examples in gradient space. In this work, we examine the use of influence functions for Neural Machine Translation (NMT). We propose two effective extensions to a state of the art influence function and demonstrate on the sub-problem of copied training examples that IF can be applied more generally than handcrafted regular expressions.

📄 PDF Abstract BibTeX arXiv:2210.13281

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage ClassificationMachine TranslationNMTTranslation

Similar Papers 제목 키워드 기반

InfFeed: Influence Functions as a Feedback to Improve the Performance of Subjective Tasks

2024-02-22 · Somnath Banerjee, Maulindu Sarkar, Punyajoy Saha, Binny Mathew 외

Recently, influence functions present an apparatus for achieving explainability for deep neural models by quantifying the perturbation of individual train instances that might impact a test prediction. Our objectives in …

Sarcasm DetectionStance Classification

Evaluating Data Influence in Meta Learning

2025-01-27 · Chenyang Ren, Huanyi Xie, Shu Yang, Meng Ding 외

As one of the most fundamental models, meta learning aims to effectively address few-shot learning challenges. However, it still faces significant issues related to the training data, such as training inefficiencies due …

Bilevel OptimizationComputational EfficiencyFew-Shot LearningMeta-Learning

Finding Influential Instances for Distantly Supervised Relation Extraction

2020-09-17 · COLING 2022 10 · Zifeng Wang, Rui Wen, Xi Chen, Shao-Lun Huang 외

Distant supervision (DS) is a strong way to expand the datasets for enhancing relation extraction (RE) models but often suffers from high label noise. Current works based on attention, reinforcement learning, or GAN are …

RelationRelation Extraction

Understanding Instance-based Interpretability of Variational Auto-Encoders

2021-05-29 · NeurIPS 2021 12 · Zhifeng Kong, Kamalika Chaudhuri

Instance-based interpretation methods have been widely studied for supervised learning methods as they help explain how black box neural networks predict. However, instance-based interpretations remain ill-understood in …

Influence Functions for Sequence Tagging Models

2022-10-25 · Sarthak Jain, Varun Manjunatha, Byron C. Wallace, Ani Nenkova

Many language tasks (e.g., Named Entity Recognition, Part-of-Speech tagging, and Semantic Role Labeling) are naturally framed as sequence tagging problems. However, there has been comparatively little work on interpretab…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Part-Of-Speech Tagging+1