paper-with-me

Papers

Intra-Template Entity Compatibility based Slot-Filling for Clinical Trial Information Extraction

2022-05-01 · BioNLP (ACL) 2022 5 · Christian Witte, Philipp Cimiano

We present a deep learning based information extraction system that can extract the design and results of a published abstract describing a Randomized Controlled Trial (RCT). In contrast to other approaches, our system does not regard the PICO elements as flat objects or labels but as structured objects. We thus model the task as the one of filling a set of templates and slots; our two-step approach recognizes relevant slot candidates as a first step and assigns them to a corresponding template as second step, relying on a learned pairwise scoring function that models the compatibility of the different slot values. We evaluate the approach on a dataset of 211 manually annotated abstracts for type 2 Diabetes and Glaucoma, showing the positive impact of modelling intra-template entity compatibility. As main benefit, our approach yields a structured object for every RCT abstract that supports the aggregation and summarization of clinical trial results across published studies and can facilitate the task of creating a systematic review or meta-analysis.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

PICOslot-fillingSlot Filling

Similar Papers 제목 키워드 기반

Coach: A Coarse-to-Fine Approach for Cross-domain Slot Filling

2020-04-24 · ACL 2020 6 · Zihan Liu, Genta Indra Winata, Peng Xu, Pascale Fung

As an essential task in task-oriented dialog systems, slot filling requires extensive training data in a certain domain. However, such data are not always available. Hence, cross-domain slot filling has naturally arisen …

Cross-Domain Named Entity Recognitionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+2

PromptNER: Prompt Locating and Typing for Named Entity Recognition

2023-05-26 · Yongliang Shen, Zeqi Tan, Shuhui Wu, Wenqi Zhang 외

Prompt learning is a new paradigm for utilizing pre-trained language models and has achieved great success in many tasks. To adopt prompt learning in the NER task, two kinds of methods have been explored from a pair of s…

Cross-Domain Few-ShotEntity TypingGraph Matchingnamed-entity-recognition+5

AISFG: Abundant Information Slot Filling Generator

2022-07-01 · NAACL 2022 7 · Yang Yan, Junda Ye, Zhongbao Zhang, LiWen Wang

As an essential component of task-oriented dialogue systems, slot filling requires enormous labeled training data in a certain domain. However, in most cases, there is little or no target domain training data is availabl…

Few-Shot Learningslot-fillingSlot FillingTask-Oriented Dialogue Systems

结合边界预测和动态模板方法的槽填充模型(Slot Filling Model with Boundary Prediction and Dynamic Template)

2021-08-01 · CCL 2021 8 · Zhanbiao Zhu, Peijie Huang, Yexing Zhang, Shudong Liu 외

“意图识别和槽信息填充的联合模型将口语理解技术(Spoken language understandingSLU)提升到了一个新的水平,但是目前研究进展的模型通过话语上下文信息判断位置信息,缺少对槽信息标签之间位置信息的考虑,导致模型在槽位提取过程中容易发生边界错误,进而影响最终槽位提取表现。而且在槽信息提取任务中,槽指称项(Slot mentions)可能与正常表述话语并没有区别,特别是电影名字、歌曲名字等,模型容易受到槽指称项话语的…

slot-fillingSlot Filling

Exploring Named Entity Recognition As an Auxiliary Task for Slot Filling in Conversational Language Understanding

2018-10-01 · WS 2018 10 · Samuel Louvan, Bernardo Magnini

Slot filling is a crucial task in the Natural Language Understanding (NLU) component of a dialogue system. Most approaches for this task rely solely on the domain-specific datasets for training. We propose a joint model …

Domain AdaptationMulti-Task Learningnamed-entity-recognitionNamed Entity Recognition+6