paper-with-me

홈 › Papers

AMR-DA: Data Augmentation by Abstract Meaning Representation

2022-05-01 · Findings (ACL) 2022 5 · Ziyi Shou, Yuxin Jiang, Fangzhen Lin

Abstract Meaning Representation (AMR) is a semantic representation for NLP/NLU. In this paper, we propose to use it for data augmentation in NLP. Our proposed data augmentation technique, called AMR-DA, converts a sample sentence to an AMR graph, modifies the graph according to various data augmentation policies, and then generates augmentations from graphs. Our method combines both sentence-level techniques like back translation and token-level techniques like EDA (Easy Data Augmentation). To evaluate the effectiveness of our method, we apply it to the tasks of semantic textual similarity (STS) and text classification. For STS, our experiments show that AMR-DA boosts the performance of the state-of-the-art models on several STS benchmarks. For text classification, AMR-DA outperforms EDA and AEDA and leads to more robust improvements.

📄 PDF Abstract BibTeX

Code (1)

zzshou/amr-data-augmentation 공식 구현 pytorch

Tasks

Abstract Meaning RepresentationData AugmentationSemantic Textual SimilaritySentenceSTStext-classificationText ClassificationTranslation

Similar Papers 제목 키워드 기반

Abstract Meaning Representation-Based Logic-Driven Data Augmentation for Logical Reasoning

2023-05-21 · Qiming Bao, Alex Yuxuan Peng, Zhenyun Deng, Wanjun Zhong 외

Combining large language models with logical reasoning enhances their capacity to address problems in a robust and reliable manner. Nevertheless, the intricate nature of logical reasoning poses challenges when gathering …

Abstract Meaning RepresentationContrastive LearningData AugmentationLanguage Modelling+11

ABEX: Data Augmentation for Low-Resource NLU via Expanding Abstract Descriptions

2024-06-06 · Sreyan Ghosh, Utkarsh Tyagi, Sonal Kumar, C. K. Evuru 외

We present ABEX, a novel and effective generative data augmentation methodology for low-resource Natural Language Understanding (NLU) tasks. ABEX is based on ABstract-and-EXpand, a novel paradigm for generating diverse f…

Data AugmentationDiversityNatural Language Understanding

ZJUKLAB at SemEval-2021 Task 4: Negative Augmentation with Language Model for Reading Comprehension of Abstract Meaning

2021-02-25 · SEMEVAL 2021 · Xin Xie, Xiangnan Chen, Xiang Chen, Yong Wang 외

This paper presents our systems for the three Subtasks of SemEval Task4: Reading Comprehension of Abstract Meaning (ReCAM). We explain the algorithms used to learn our models and the process of tuning the algorithms and …

Language Model EvaluationLanguage ModelingLanguage ModellingReading Comprehension

Unsupervised Syntactically Controlled Paraphrase Generation with Abstract Meaning Representations

2022-11-02 · Kuan-Hao Huang, Varun Iyer, Anoop Kumar, Sriram Venkatapathy 외

Syntactically controlled paraphrase generation has become an emerging research direction in recent years. Most existing approaches require annotated paraphrase pairs for training and are thus costly to extend to new doma…

Data AugmentationDecoderParaphrase GenerationSentence

ENGAGE: Explanation Guided Data Augmentation for Graph Representation Learning

2023-07-03 · Yucheng Shi, Kaixiong Zhou, Ninghao Liu

The recent contrastive learning methods, due to their effectiveness in representation learning, have been widely applied to modeling graph data. Random perturbation is widely used to build contrastive views for graph dat…

Contrastive LearningData AugmentationGraph Representation LearningRepresentation Learning