paper-with-me

Papers

A Bidirectional Tree Tagging Scheme for Joint Medical Relation Extraction

2020-08-31 · Xukun Luo, Weijie Liu, Meng Ma, Ping Wang

Joint medical relation extraction refers to extracting triples, composed of entities and relations, from the medical text with a single model. One of the solutions is to convert this task into a sequential tagging task. However, in the existing works, the methods of representing and tagging the triples in a linear way failed to the overlapping triples, and the methods of organizing the triples as a graph faced the challenge of large computational effort. In this paper, inspired by the tree-like relation structures in the medical text, we propose a novel scheme called Bidirectional Tree Tagging (BiTT) to form the medical relation triples into two two binary trees and convert the trees into a word-level tags sequence. Based on BiTT scheme, we develop a joint relation extraction model to predict the BiTT tags and further extract medical triples efficiently. Our model outperforms the best baselines by 2.0\% and 2.5\% in F1 score on two medical datasets. What's more, the models with our BiTT scheme also obtain promising results in three public datasets of other domains.

📄 PDF Abstract BibTeX arXiv:2008.13339

Code (0)

등록된 구현이 없습니다.

Tasks

Medical Relation ExtractionRelationRelation Extraction

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Residual Connection 설명 없음
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$…
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…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…

Similar Papers 제목 키워드 기반

Character-based Joint Segmentation and POS Tagging for Chinese using Bidirectional RNN-CRF

2017-04-05 · IJCNLP 2017 11 · Yan Shao, Christian Hardmeier, Jörg Tiedemann, Joakim Nivre

We present a character-based model for joint segmentation and POS tagging for Chinese. The bidirectional RNN-CRF architecture for general sequence tagging is adapted and applied with novel vector representations of Chine…

POSPOS TaggingSegmentation

myNER: Contextualized Burmese Named Entity Recognition with Bidirectional LSTM and fastText Embeddings via Joint Training with POS Tagging

2025-04-05 · Kaung Lwin Thant, Kwankamol Nongpong, Ye Kyaw Thu, Thura Aung 외

Named Entity Recognition (NER) involves identifying and categorizing named entities within textual data. Despite its significance, NER research has often overlooked low-resource languages like Myanmar (Burmese), primaril…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER+5

An improved neural network model for joint POS tagging and dependency parsing

2018-07-11 · CONLL 2018 10 · Dat Quoc Nguyen, Karin Verspoor

We propose a novel neural network model for joint part-of-speech (POS) tagging and dependency parsing. Our model extends the well-known BIST graph-based dependency parser (Kiperwasser and Goldberg, 2016) by incorporating…

Dependency ParsingEvent ExtractionPart-Of-Speech TaggingPOS+1

Part-of-Speech Tagging with Bidirectional Long Short-Term Memory Recurrent Neural Network

2015-10-21 · Peilu Wang, Yao Qian, Frank K. Soong, Lei He 외

Bidirectional Long Short-Term Memory Recurrent Neural Network (BLSTM-RNN) has been shown to be very effective for tagging sequential data, e.g. speech utterances or handwritten documents. While word embedding has been de…

Part-Of-Speech TaggingPOSPOS Tagging

Joint Prediction of Morphosyntactic Categories for Fine-Grained Arabic Part-of-Speech Tagging Exploiting Tag Dictionary Information

2017-08-01 · CONLL 2017 8 · Go Inoue, Hiroyuki Shindo, Yuji Matsumoto

Part-of-speech (POS) tagging for morphologically rich languages such as Arabic is a challenging problem because of their enormous tag sets. One reason for this is that in the tagging scheme for such languages, a complete…

Multi-Task LearningPart-Of-Speech TaggingPOSPOS Tagging+2