paper-with-me

홈 › Papers

AMR Parsing with Instruction Fine-tuned Pre-trained Language Models

2023-04-24 · Young-suk Lee, Ramón Fernandez Astudillo, Radu Florian, Tahira Naseem, Salim Roukos

Instruction fine-tuned language models on a collection of instruction annotated datasets (FLAN) have shown highly effective to improve model performance and generalization to unseen tasks. However, a majority of standard parsing tasks including abstract meaning representation (AMR), universal dependency (UD), semantic role labeling (SRL) has been excluded from the FLAN collections for both model training and evaluations. In this paper, we take one of such instruction fine-tuned pre-trained language models, i.e. FLAN-T5, and fine-tune them for AMR parsing. Our extensive experiments on various AMR parsing tasks including AMR2.0, AMR3.0 and BioAMR indicate that FLAN-T5 fine-tuned models out-perform previous state-of-the-art models across all tasks. In addition, full fine-tuning followed by the parameter efficient fine-tuning, LoRA, further improves the model performances, setting new state-of-the-arts in Smatch on AMR2.0 (86.4), AMR3.0 (84.9) and BioAMR (82.3).

📄 PDF Abstract BibTeX arXiv:2304.12272

Code (0)

등록된 구현이 없습니다.

Tasks

Abstract Meaning RepresentationAMR Parsingparameter-efficient fine-tuningSemantic Role Labeling

Methods 이 논문이 사용한 방법론

Flan-T5 Flan-T5 is the instruction fine-tuned version of T5 or Text-to-Text Transfer Transformer Language Model.

Similar Papers 제목 키워드 기반

Instruction-Tuned LLMs for Parsing and Mining Unstructured Logs on Leadership HPC Systems

2026-04-06 · Ahmad Maroof Karimi, Jong Youl Choi, Charles Qing Cao, Awais Khan arxiv

Leadership-class HPC systems generate massive volumes of heterogeneous, largely unstructured system logs. Because these logs originate from diverse software, hardware, and runtime layers, they exhibit inconsistent format…

GIFT: Guided Fine-Tuning and Transfer for Enhancing Instruction-Tuned Language Models

2026-05-02 · Zhiwen Ruan, Yichao Du, Jianjie Zheng, Longyue Wang 외 arxiv

A promising paradigm for adapting instruction-tuned language models is to learn task-specific updates on a pretrained base model and subsequently merge them into the instruction-tuned model. However, existing approaches …

PICARD: Parsing Incrementally for Constrained Auto-Regressive Decoding from Language Models

2021-09-10 · EMNLP 2021 11 · Torsten Scholak, Nathan Schucher, Dzmitry Bahdanau

Large pre-trained language models for textual data have an unconstrained output space; at each decoding step, they can produce any of 10,000s of sub-word tokens. When fine-tuned to target constrained formal languages lik…

Dialogue State TrackingSemantic ParsingText to SQLText-To-SQL+2

BenchCLAMP: A Benchmark for Evaluating Language Models on Syntactic and Semantic Parsing

2022-06-21 · NeurIPS 2023 11 · Subhro Roy, Sam Thomson, Tongfei Chen, Richard Shin 외

Recent work has shown that generation from a prompted or fine-tuned language model can perform well at semantic parsing when the output is constrained to be a valid semantic representation. We introduce BenchCLAMP, a Ben…

DecoderLanguage ModelingLanguage ModellingSemantic Parsing+2

Finetuned Language Models Are Zero-Shot Learners

2021-09-03 · ICLR 2022 4 · Jason Wei, Maarten Bosma, Vincent Y. Zhao, Kelvin Guu 외

This paper explores a simple method for improving the zero-shot learning abilities of language models. We show that instruction tuning -- finetuning language models on a collection of tasks described via instructions -- …

ARCCommon Sense ReasoningCoreference ResolutionLanguage Modeling+8