paper-with-me

Papers

Structured prediction models for RNN based sequence labeling in clinical text

2016-08-01 · EMNLP 2016 11 · Abhyuday Jagannatha, Hong Yu

Sequence labeling is a widely used method for named entity recognition and information extraction from unstructured natural language data. In clinical domain one major application of sequence labeling involves extraction of medical entities such as medication, indication, and side-effects from Electronic Health Record narratives. Sequence labeling in this domain, presents its own set of challenges and objectives. In this work we experimented with various CRF based structured learning models with Recurrent Neural Networks. We extend the previously studied LSTM-CRF models with explicit modeling of pairwise potentials. We also propose an approximate version of skip-chain CRF inference with RNN potentials. We use these methodologies for structured prediction in order to improve the exact phrase detection of various medical entities.

📄 PDF Abstract BibTeX arXiv:1608.00612

Code (1)

abhyudaynj/LSTM-CRF-models 공식 구현

Tasks

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Structured Prediction

Methods 이 논문이 사용한 방법론

CRF Conditional Random Fields or CRFs are a type of probabilistic graph model that take neighboring sample context into account for tasks like classification. Prediction is…

Similar Papers 제목 키워드 기반

Automating Early Disease Prediction Via Structured and Unstructured Clinical Data

2026-03-30 · Ane G Domingo-Aldama, Marcos Merino Prado, Alain García Olea, Josu Goikoetxea 외 arxiv

This study presents a fully automated methodology for early prediction studies in clinical settings, leveraging information extracted from unstructured discharge reports. The proposed pipeline uses discharge reports to s…

Structured Prediction in NLP -- A survey

2021-08-31 · Chauhan Dev, Naman Biyani, Nirmal P. Suthar, Prashant Kumar 외

Over the last several years, the field of Structured prediction in NLP has had seen huge advancements with sophisticated probabilistic graphical models, energy-based networks, and its combination with deep learning-based…

PredictionStructured PredictionSurveyText Generation

Automated SNOMED CT Concept Annotation in Clinical Text Using Bi-GRU Neural Networks

2025-08-04 · Ali Noori, Pratik Devkota, Somya Mohanty, Prashanti Manda arxiv

Automated annotation of clinical text with standardized medical concepts is critical for enabling structured data extraction and decision support. SNOMED CT provides a rich ontology for labeling clinical entities, but ma…

Label-Agnostic Sequence Labeling by Copying Nearest Neighbors

2019-06-10 · ACL 2019 7 · Sam Wiseman, Karl Stratos

Retrieve-and-edit based approaches to structured prediction, where structures associated with retrieved neighbors are edited to form new structures, have recently attracted increased interest. However, much recent work m…

FormStructured Prediction

NOWJ @BioCreative IX ToxHabits: An Ensemble Deep Learning Approach for Detecting Substance Use and Contextual Information in Clinical Texts

2026-02-10 · Huu-Huy-Hoang Tran, Gia-Bao Duong, Quoc-Viet-Anh Tran, Thi-Hai-Yen Vuong 외 arxiv

Extracting drug use information from unstructured Electronic Health Records remains a major challenge in clinical Natural Language Processing. While Large Language Models demonstrate advancements, their use in clinical N…