paper-with-me

홈 › Papers

Structure-aware Fine-tuning of Sequence-to-sequence Transformers for Transition-based AMR Parsing

2021-10-29 · EMNLP 2021 11 · Jiawei Zhou, Tahira Naseem, Ramón Fernandez Astudillo, Young-suk Lee, Radu Florian, Salim Roukos

Predicting linearized Abstract Meaning Representation (AMR) graphs using pre-trained sequence-to-sequence Transformer models has recently led to large improvements on AMR parsing benchmarks. These parsers are simple and avoid explicit modeling of structure but lack desirable properties such as graph well-formedness guarantees or built-in graph-sentence alignments. In this work we explore the integration of general pre-trained sequence-to-sequence language models and a structure-aware transition-based approach. We depart from a pointer-based transition system and propose a simplified transition set, designed to better exploit pre-trained language models for structured fine-tuning. We also explore modeling the parser state within the pre-trained encoder-decoder architecture and different vocabulary strategies for the same purpose. We provide a detailed comparison with recent progress in AMR parsing and show that the proposed parser retains the desirable properties of previous transition-based approaches, while being simpler and reaching the new parsing state of the art for AMR 2.0, without the need for graph re-categorization.

📄 PDF Abstract BibTeX arXiv:2110.15534

Code (1)

IBM/transition-amr-parser 공식 구현 pytorch

Tasks

Abstract Meaning RepresentationAMR ParsingDecoderSentence

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Residual Connection 설명 없음
Adam 설명 없음

Similar Papers 제목 키워드 기반

Structure-aware Fine-tuning of Sequence-to-sequence Transformers for Transition-based AMR Parsing

2021-05-18 · Anonymous

Predicting linearized Abstract Meaning Representation (AMR) graphs using pre-trained sequence-to-sequence Transformer models has recently led to large improvements on AMR parsing benchmarks. These parsers are simple and …

Abstract Meaning RepresentationAMR ParsingDecoderSentence

Unified Low-Resource Sequence Labeling by Sample-Aware Dynamic Sparse Finetuning

2023-11-07 · Sarkar Snigdha Sarathi Das, Ranran Haoran Zhang, Peng Shi, Wenpeng Yin 외

Unified Sequence Labeling that articulates different sequence labeling problems such as Named Entity Recognition, Relation Extraction, Semantic Role Labeling, etc. in a generalized sequence-to-sequence format opens up th…

In-Context LearningLanguage ModelingLanguage ModellingLarge Language Model+6

TR2-D2: Tree Search Guided Trajectory-Aware Fine-Tuning for Discrete Diffusion

2025-09-29 · Sophia Tang, Yuchen Zhu, Molei Tao, Pranam Chatterjee arxiv

Reinforcement learning with stochastic optimal control offers a promising framework for diffusion fine-tuning, where a pre-trained diffusion model is optimized to generate paths that lead to a reward-tilted distribution.…

Reinforcement Learning

Swarms of Large Language Model Agents for Protein Sequence Design with Experimental Validation

2025-11-27 · Fiona Y. Wang, Di Sheng Lee, David L. Kaplan, Markus J. Buehler arxiv

Designing proteins de novo with tailored structural, physicochemical, and functional properties remains a grand challenge in biotechnology, medicine, and materials science, due to the vastness of sequence space and the c…

Protein Design

Long Exposure: Accelerating Parameter-Efficient Fine-Tuning for LLMs under Shadowy Sparsity

2025-10-12 · Tuowei Wang, Kun Li, Zixu Hao, Donglin Bai 외 arxiv

The adaptation of pre-trained large language models (LLMs) to diverse downstream tasks via fine-tuning is critical for numerous applications. However, the inefficiency of parameter-efficient fine-tuning (PEFT) techniques…

parameter-efficient fine-tuning