paper-with-me

Papers

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 interpretability methods for sequence tagging models. In this paper, we extend influence functions - which aim to trace predictions back to the training points that informed them - to sequence tagging tasks. We define the influence of a training instance segment as the effect that perturbing the labels within this segment has on a test segment level prediction. We provide an efficient approximation to compute this, and show that it tracks with the true segment influence, measured empirically. We show the practical utility of segment influence by using the method to identify systematic annotation errors in two named entity recognition corpora. Code to reproduce our results is available at https://github.com/successar/Segment_Influence_Functions.

📄 PDF Abstract BibTeX arXiv:2210.14177

Code (1)

successar/segment_influence_functions 공식 구현 pytorch

Tasks

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Part-Of-Speech TaggingSemantic Role Labeling

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Estimating the influence of auxiliary tasks for multi-task learning of sequence tagging tasks

2020-07-01 · ACL 2020 6 · Fynn Schr{\"o}der, Chris Biemann

Multi-task learning (MTL) and transfer learning (TL) are techniques to overcome the issue of data scarcity when training state-of-the-art neural networks. However, finding beneficial auxiliary datasets for MTL or TL is a…

Multi-Task LearningTransfer Learning

The Influence of Frequency, Recency and Semantic Context on the Reuse of Tags in Social Tagging Systems

2016-04-04 · Kowald Dominik, Lex Elisabeth

In this paper, we study factors that influence tag reuse behavior in social tagging systems. Our work is guided by the activation equation of the cognitive model ACT-R, which states that the usefulness of information in …

Recommendation SystemsTAG

Leveraging Sub Label Dependencies in Code Mixed Indian Languages for Part-Of-Speech Tagging using Conditional Random Fields.

2022-06-01 · WILDRE (LREC) 2022 6 · Akash Kumar Gautam

Code-mixed text sequences often lead to challenges in the task of correct identification of Part-Of-Speech tags. However, lexical dependencies created while alternating between multiple languages can be leveraged to impr…

Part-Of-Speech Tagging

Scaling Up Influence Functions

2021-12-06 · Andrea Schioppa, Polina Zablotskaia, David Vilar, Artem Sokolov

We address efficient calculation of influence functions for tracking predictions back to the training data. We propose and analyze a new approach to speeding up the inverse Hessian calculation based on Arnoldi iteration.…

image-classificationImage Classification

Applications of BERT Based Sequence Tagging Models on Chinese Medical Text Attributes Extraction

2020-08-22 · Gang Zhao, Teng Zhang, Chenxiao Wang, Ping Lv 외

We convert the Chinese medical text attributes extraction task into a sequence tagging or machine reading comprehension task. Based on BERT pre-trained models, we have not only tried the widely used LSTM-CRF sequence tag…

DiversityMachine Reading ComprehensionReading Comprehension