paper-with-me

Papers

Conversational Semantic Role Labeling with Predicate-Oriented Latent Graph

2022-10-06 · Hao Fei, Shengqiong Wu, Meishan Zhang, Yafeng Ren, Donghong Ji

Conversational semantic role labeling (CSRL) is a newly proposed task that uncovers the shallow semantic structures in a dialogue text. Unfortunately several important characteristics of the CSRL task have been overlooked by the existing works, such as the structural information integration, near-neighbor influence. In this work, we investigate the integration of a latent graph for CSRL. We propose to automatically induce a predicate-oriented latent graph (POLar) with a predicate-centered Gaussian mechanism, by which the nearer and informative words to the predicate will be allocated with more attention. The POLar structure is then dynamically pruned and refined so as to best fit the task need. We additionally introduce an effective dialogue-level pre-trained language model, CoDiaBERT, for better supporting multiple utterance sentences and handling the speaker coreference issue in CSRL. Our system outperforms best-performing baselines on three benchmark CSRL datasets with big margins, especially achieving over 4% F1 score improvements on the cross-utterance argument detection. Further analyses are presented to better understand the effectiveness of our proposed methods.

📄 PDF Abstract BibTeX arXiv:2210.03037

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingSemantic Role Labeling

Similar Papers 제목 키워드 기반

An MRC Framework for Semantic Role Labeling

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Semantic Role Labeling (SRL) aims at recognizing the predicate-argument structure of a sentence and can be decomposed into two subtasks: predicate disambiguation and argument labeling. Prior work deals with these two tas…

Computational EfficiencyMachine Reading ComprehensionMultiple-choiceReading Comprehension+2

An MRC Framework for Semantic Role Labeling

2021-09-14 · COLING 2022 10 · Nan Wang, Jiwei Li, Yuxian Meng, Xiaofei Sun 외

Semantic Role Labeling (SRL) aims at recognizing the predicate-argument structure of a sentence and can be decomposed into two subtasks: predicate disambiguation and argument labeling. Prior work deals with these two tas…

Computational EfficiencyMachine Reading ComprehensionMultiple-choiceReading Comprehension+2

Conversational Semantic Role Labeling

2021-04-11 · Kun Xu, Han Wu, Linfeng Song, Haisong Zhang 외

Semantic role labeling (SRL) aims to extract the arguments for each predicate in an input sentence. Traditional SRL can fail to analyze dialogues because it only works on every single sentence, while ellipsis and anaphor…

coreference-resolutionCoreference ResolutionDialogue UnderstandingResponse Generation+2

Improving Implicit Semantic Role Labeling by Predicting Semantic Frame Arguments

2017-04-10 · IJCNLP 2017 11 · Quynh Ngoc Thi Do, Steven Bethard, Marie-Francine Moens

Implicit semantic role labeling (iSRL) is the task of predicting the semantic roles of a predicate that do not appear as explicit arguments, but rather regard common sense knowledge or are mentioned earlier in the discou…

Common Sense ReasoningSemantic Role Labeling

Predicate Representations and Polysemy in VerbNet Semantic Parsing

2021-06-01 · IWCS (ACL) 2021 6 · James Gung, Martha Palmer

Despite recent advances in semantic role labeling propelled by pre-trained text encoders like BERT, performance lags behind when applied to predicates observed infrequently during training or to sentences in new domains.…

Semantic ParsingSemantic Role Labeling