paper-with-me

Papers

ACLM: A Selective-Denoising based Generative Data Augmentation Approach for Low-Resource Complex NER

2023-06-01 · Sreyan Ghosh, Utkarsh Tyagi, Manan Suri, Sonal Kumar, S Ramaneswaran, Dinesh Manocha

Complex Named Entity Recognition (NER) is the task of detecting linguistically complex named entities in low-context text. In this paper, we present ACLM Attention-map aware keyword selection for Conditional Language Model fine-tuning), a novel data augmentation approach based on conditional generation to address the data scarcity problem in low-resource complex NER. ACLM alleviates the context-entity mismatch issue, a problem existing NER data augmentation techniques suffer from and often generates incoherent augmentations by placing complex named entities in the wrong context. ACLM builds on BART and is optimized on a novel text reconstruction or denoising task - we use selective masking (aided by attention maps) to retain the named entities and certain keywords in the input sentence that provide contextually relevant additional knowledge or hints about the named entities. Compared with other data augmentation strategies, ACLM can generate more diverse and coherent augmentations preserving the true word sense of complex entities in the sentence. We demonstrate the effectiveness of ACLM both qualitatively and quantitatively on monolingual, cross-lingual, and multilingual complex NER across various low-resource settings. ACLM outperforms all our neural baselines by a significant margin (1%-36%). In addition, we demonstrate the application of ACLM to other domains that suffer from data scarcity (e.g., biomedical). In practice, ACLM generates more effective and factual augmentations for these domains than prior methods. Code: https://github.com/Sreyan88/ACLM

📄 PDF Abstract BibTeX arXiv:2306.00928

Code (1)

sreyan88/aclm 공식 구현 pytorch

Tasks

Data AugmentationDenoisingLanguage Modellingnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERSentence

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Residual Connection 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Adam 설명 없음

Similar Papers 제목 키워드 기반

ContraCLM: Contrastive Learning For Causal Language Model

2022-10-03 · Nihal Jain, Dejiao Zhang, Wasi Uddin Ahmad, Zijian Wang 외

Despite exciting progress in causal language models, the expressiveness of the representations is largely limited due to poor discrimination ability. To remedy this issue, we present ContraCLM, a novel contrastive learni…

Code GenerationCode SearchContrastive LearningHumanEval+5

No arbitrage and the existence of ACLMMs in general diffusion models

2024-10-13 · David Criens, Mikhail Urusov

In a seminal paper, F. Delbaen and W. Schachermayer proved that the classical NA ("no arbitrage") condition implies the existence of an "absolutely continuous local martingale measure" (ACLMM). It is known that in genera…

DALE: Generative Data Augmentation for Low-Resource Legal NLP

2023-10-24 · Sreyan Ghosh, Chandra Kiran Evuru, Sonal Kumar, S Ramaneswaran 외

We present DALE, a novel and effective generative Data Augmentation framework for low-resource LEgal NLP. DALE addresses the challenges existing frameworks pose in generating effective data augmentations of legal documen…

Data AugmentationDecoderDenoisingLanguage Modeling+2

A surprisal oracle for when every layer counts

2024-12-04 · Xudong Hong, Sharid Loáiciga, Asad Sayeed

Active Curriculum Language Modeling (ACLM; Hong et al., 2023) is a learner directed approach to training a language model. We proposed the original version of this process in our submission to the BabyLM 2023 task, and n…

Common Sense ReasoningLanguage ModelingLanguage ModellingWorld Knowledge

Fine-Tuning and Evaluating Open-Source Large Language Models for the Army Domain

2024-10-27 · Daniel C. Ruiz, John Sell

In recent years, the widespread adoption of Large Language Models (LLMs) has sparked interest in their potential for application within the military domain. However, the current generation of LLMs demonstrate sub-optimal…

Specificity