paper-with-me

홈 › Papers

Syntax-Aware Graph-to-Graph Transformer for Semantic Role Labelling

2021-04-15 · Alireza Mohammadshahi, James Henderson

Recent models have shown that incorporating syntactic knowledge into the semantic role labelling (SRL) task leads to a significant improvement. In this paper, we propose Syntax-aware Graph-to-Graph Transformer (SynG2G-Tr) model, which encodes the syntactic structure using a novel way to input graph relations as embeddings, directly into the self-attention mechanism of Transformer. This approach adds a soft bias towards attention patterns that follow the syntactic structure but also allows the model to use this information to learn alternative patterns. We evaluate our model on both span-based and dependency-based SRL datasets, and outperform previous alternative methods in both in-domain and out-of-domain settings, on CoNLL 2005 and CoNLL 2009 datasets.

📄 PDF Abstract BibTeX arXiv:2104.07704

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic Role Labeling

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
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$…
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…

Similar Papers 제목 키워드 기반

SaSAKE: Syntax and Semantics Aware Keyphrase Extraction from Research Papers

2020-12-01 · COLING 2020 8 · T.y.s.s Santosh, Debarshi Kumar Sanyal, Plaban Kumar Bhowmick, Partha Pratim Das

Keyphrases in a research paper succinctly capture the primary content of the paper and also assist in indexing the paper at a concept level. Given the huge rate at which scientific papers are published today, it is impor…

Keyphrase ExtractionSentence

MSynFD: Multi-hop Syntax aware Fake News Detection

2024-02-18 · Liang Xiao, Qi Zhang, Chongyang Shi, Shoujin Wang 외

The proliferation of social media platforms has fueled the rapid dissemination of fake news, posing threats to our real-life society. Existing methods use multimodal data or contextual information to enhance the detectio…

ArticlesFake News Detection

Continual Pre-training of Language Models for Math Problem Understanding with Syntax-Aware Memory Network

2022-05-01 · ACL 2022 5 · Zheng Gong, Kun Zhou, Xin Zhao, Jing Sha 외

In this paper, we study how to continually pre-train language models for improving the understanding of math problems. Specifically, we focus on solving a fundamental challenge in modeling math problems, how to fuse the …

Math

CSSG: Measuring Code Similarity with Semantic Graphs

2026-01-07 · Yiyang Lu, Jingwen Xu, Changze Lv, Zisu Huang 외 arxiv

Existing code similarity metrics, such as BLEU, CodeBLEU, and TSED, largely rely on surface-level string overlap or abstract syntax tree structures, and often fail to capture deeper semantic relationships between program…

StructCoder: Structure-Aware Transformer for Code Generation

2022-06-10 · Sindhu Tipirneni, Ming Zhu, Chandan K. Reddy

There has been a recent surge of interest in automating software engineering tasks using deep learning. This paper addresses the problem of code generation, where the goal is to generate target code given source code in …

Code GenerationCode TranslationDecoderText-to-Code Generation