paper-with-me

홈 › Papers

An Instance Level Approach for Shallow Semantic Parsing in Scientific Procedural Text

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Daivik Swarup, Ahsaas Bajaj, Sheshera Mysore, Tim O{'}Gorman, Rajarshi Das, Andrew McCallum

In specific domains, such as procedural scientific text, human labeled data for shallow semantic parsing is especially limited and expensive to create. Fortunately, such specific domains often use rather formulaic writing, such that the different ways of expressing relations in a small number of grammatically similar labeled sentences may provide high coverage of semantic structures in the corpus, through an appropriately rich similarity metric. In light of this opportunity, this paper explores an instance-based approach to the relation prediction sub-task within shallow semantic parsing, in which semantic labels from structurally similar sentences in the training set are copied to test sentences. Candidate similar sentences are retrieved using SciBERT embeddings. For labels where it is possible to copy from a similar sentence we employ an instance level copy network, when this is not possible, a globally shared parametric model is employed. Experiments show our approach outperforms both baseline and prior methods by 0.75 to 3 F1 absolute in the Wet Lab Protocol Corpus and 1 F1 absolute in the Materials Science Procedural Text Corpus.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Relation PredictionSemantic ParsingSentence

Similar Papers 제목 키워드 기반

Developing Production-Level Conversational Interfaces with Shallow Semantic Parsing

2018-11-01 · EMNLP 2018 11 · Arushi Raghuvanshi, Lucien Carroll, Karthik Raghunathan

We demonstrate an end-to-end approach for building conversational interfaces from prototype to production that has proven to work well for a number of applications across diverse verticals. Our architecture improves on t…

Dialogue ManagementGeneral ClassificationIntent ClassificationManagement+3

Information Extraction from German Patient Records via Hybrid Parsing and Relation Extraction Strategies

2014-05-01 · LREC 2014 5 · Hans-Ulrich Krieger, Christian Spurk, Hans Uszkoreit, Feiyu Xu 외

In this paper, we report on first attempts and findings to analyzing German patient records, using a hybrid parsing architecture and a combination of two relation extraction strategies. On a practical level, we are inter…

ChunkingMedical DiagnosisMorphological AnalysisNamed Entity Recognition (NER)+2

Instance-level Human Parsing via Part Grouping Network

2018-08-01 · ECCV 2018 9 · Ke Gong, Xiaodan Liang, Yicheng Li, Yimin Chen 외

Instance-level human parsing towards real-world human analysis scenarios is still under-explored due to the absence of sufficient data resources and technical difficulty in parsing multiple instances in a single pass. Se…

Edge DetectionHuman ParsingHuman Part SegmentationRepresentation Learning

Cross-lingual Decompositional Semantic Parsing

2018-10-01 · EMNLP 2018 10 · Sheng Zhang, Xutai Ma, Rachel Rudinger, Kevin Duh 외

We introduce the task of cross-lingual decompositional semantic parsing: mapping content provided in a source language into a decompositional semantic analysis based on a target language. We present: (1) a form of decomp…

Semantic Parsing

ATP: AMRize Then Parse! Enhancing AMR Parsing with PseudoAMRs

2022-04-19 · Findings (NAACL) 2022 7 · Liang Chen, Peiyi Wang, Runxin Xu, Tianyu Liu 외

As Abstract Meaning Representation (AMR) implicitly involves compound semantic annotations, we hypothesize auxiliary tasks which are semantically or formally related can better enhance AMR parsing. We find that 1) Semant…

Abstract Meaning RepresentationAMR ParsingDependency ParsingSemantic Role Labeling