English
Related papers

Related papers: A Morpho-Syntactically Informed LSTM-CRF Model for…

200 papers

Clinical named entity recognition (NER) aims to retrieve important entities within clinical narratives. Recent works have demonstrated that large language models (LLMs) can achieve strong performance in this task. While previous works focus…

Computation and Language · Computer Science 2025-02-21 Reza Averly , Xia Ning

Taking word sequences as the input, typical named entity recognition (NER) models neglect errors from pre-processing (e.g., tokenization). However, these errors can influence the model performance greatly, especially for noisy texts like…

Computation and Language · Computer Science 2019-08-16 Liyuan Liu , Zihan Wang , Jingbo Shang , Dandong Yin , Heng Ji , Xiang Ren , Shaowen Wang , Jiawei Han

Cross-lingual Named Entity Recognition (NER) leverages knowledge transfer between languages to identify and classify named entities, making it particularly useful for low-resource languages. We show that the data-based cross-lingual…

Computation and Language · Computer Science 2025-02-03 Andrei Politov , Oleh Shkalikov , René Jäkel , Michael Färber

Most Named Entity Recognition (NER) systems use additional features like part-of-speech (POS) tags, shallow parsing, gazetteers, etc. Such kind of information requires external knowledge like unlabeled texts and trained taggers. Adding…

Computation and Language · Computer Science 2020-02-13 Arijit Sehanobish , Chan Hee Song

Building named entity recognition (NER) models for languages that do not have much training data is a challenging task. While recent work has shown promising results on cross-lingual transfer from high-resource languages to low-resource…

Computation and Language · Computer Science 2019-09-10 Xiaolei Huang , Jonathan May , Nanyun Peng

We present LemMED, a character-level encoder-decoder for contextual morphological analysis (combined lemmatization and tagging). LemMED extends and is named after two other attention-based models, namely Lematus, a contextual lemmatizer,…

Computation and Language · Computer Science 2020-10-22 Aibek Makazhanov , Sharon Goldwater , Adam Lopez

Named Entity Recognition (NER) is a fundamental task in Natural Language Processing, concerned with identifying spans of text expressing references to entities. NER research is often focused on flat entities only (flat NER), ignoring the…

Computation and Language · Computer Science 2020-06-16 Juntao Yu , Bernd Bohnet , Massimo Poesio

In standard methodology for natural language processing, entities in text are typically embedded in dense vector spaces with pre-trained models. The embeddings produced this way are effective when fed into downstream models, but they…

Computation and Language · Computer Science 2020-10-14 Yasumasa Onoe , Greg Durrett

This paper presents a framework for Named Entity Recognition (NER) leveraging the Bidirectional Encoder Representations from Transformers (BERT) model in natural language processing (NLP). NER is a fundamental task in NLP with broad…

Computation and Language · Computer Science 2025-05-06 Mo Sun , Siheng Xiong , Yuankai Cai , Bowen Zuo

Despite the long history of named-entity recognition (NER) task in the natural language processing community, previous work rarely studied the task on conversational texts. Such texts are challenging because they contain a lot of word…

Computation and Language · Computer Science 2018-09-20 Kemal Kurniawan , Samuel Louvan

We proposed a~new accurate aspect extraction method that makes use of both word and character-based embeddings. We have conducted experiments of various models of aspect extraction using LSTM and BiLSTM including CRF enhancement on five…

Computation and Language · Computer Science 2019-09-04 Łukasz Augustyniak , Tomasz Kajdanowicz , Przemysław Kazienko

A growing number of applications users daily interact with have to operate in (near) real-time: chatbots, digital companions, knowledge work support systems -- just to name a few. To perform the services desired by the user, these systems…

Computation and Language · Computer Science 2019-05-07 Christian Jilek , Markus Schröder , Rudolf Novik , Sven Schwarz , Heiko Maus , Andreas Dengel

Pretrained language models have shown success in many natural language processing tasks. Many works explore incorporating knowledge into language models. In the biomedical domain, experts have taken decades of effort on building large-scale…

Computation and Language · Computer Science 2021-04-22 Zheng Yuan , Yijia Liu , Chuanqi Tan , Songfang Huang , Fei Huang

Current systems of fine-grained entity typing use distant supervision in conjunction with existing knowledge bases to assign categories (type labels) to entity mentions. However, the type labels so obtained from knowledge bases are often…

Computation and Language · Computer Science 2016-02-18 Xiang Ren , Wenqi He , Meng Qu , Clare R. Voss , Heng Ji , Jiawei Han

In stylometric investigations, frequencies of the most frequent words (MFWs) and character n-grams outperform other style-markers, even if their performance varies significantly across languages. In inflected languages, word endings play a…

Computation and Language · Computer Science 2022-11-03 Maciej Eder , Rafał. L. Górski

Named entity recognition (NER) is evolving from a sequence labeling task into a generative paradigm with the rise of large language models (LLMs). We conduct a systematic evaluation of open-source LLMs on both flat and nested NER tasks. We…

Computation and Language · Computer Science 2026-01-27 Qi Zhan , Yile Wang , Hui Huang

Deep neural network models have helped named entity (NE) recognition achieve amazing performance without handcrafting features. However, existing systems require large amounts of human annotated training data. Efforts have been made to…

Information Retrieval · Computer Science 2020-10-06 Ying Luo , Hai Zhao , Junlang Zhan

Current State-of-the-Art models in Named Entity Recognition (NER) are neural models with a Conditional Random Field (CRF) as the final network layer, and pre-trained "contextual embeddings". The CRF layer is used to facilitate global…

Computation and Language · Computer Science 2021-03-25 Brian Lester , Daniel Pressel , Amy Hemmeter , Sagnik Ray Choudhury

Combining several embeddings typically improves performance in downstream tasks as different embeddings encode different information. It has been shown that even models using embeddings from transformers still benefit from the inclusion of…

Computation and Language · Computer Science 2021-11-01 Lukas Lange , Heike Adel , Jannik Strötgen , Dietrich Klakow

Nested Named Entity Recognition (NNER) focuses on addressing overlapped entity recognition. Compared to Flat Named Entity Recognition (FNER), annotated resources are scarce in the corpus for NNER. Data augmentation is an effective approach…

Computation and Language · Computer Science 2024-06-19 Xingming Liao , Nankai Lin , Haowen Li , Lianglun Cheng , Zhuowei Wang , Chong Chen