paper-with-me

Papers

A Feature-Based Model for Nested Named-Entity Recognition at VLSP-2018 NER Evaluation Campaign

2018-03-22 · Pham Quang Nhat Minh

In this report, we describe our participant named-entity recognition system at VLSP 2018 evaluation campaign. We formalized the task as a sequence labeling problem using BIO encoding scheme. We applied a feature-based model which combines word, word-shape features, Brown-cluster-based features, and word-embedding-based features. We compare several methods to deal with nested entities in the dataset. We showed that combining tags of entities at all levels for training a sequence labeling model (joint-tag model) improved the accuracy of nested named-entity recognition.

📄 PDF Abstract BibTeX arXiv:1803.08463

Code (1)

minhpqn/vietner

Tasks

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERNested Named Entity RecognitionTAG

Similar Papers 제목 키워드 기반

Improving Sequence Tagging for Vietnamese Text Using Transformer-based Neural Models

2020-06-29 · PACLIC 2020 10 · Viet Bui The, Oanh Tran Thi, Phuong Le-Hong

This paper describes our study on using mutilingual BERT embeddings and some new neural models for improving sequence tagging tasks for the Vietnamese language. We propose new model architectures and evaluate them extens…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Part-Of-Speech Tagging

The Importance of Automatic Syntactic Features in Vietnamese Named Entity Recognition

2017-05-29 · PACLIC 2017 11 · Thai-Hoang Pham, Phuong Le-Hong

This paper presents a state-of-the-art system for Vietnamese Named Entity Recognition (NER). By incorporating automatic syntactic features with word embeddings as input for bidirectional Long Short-Term Memory (Bi-LSTM),…

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

Nested Named Entity Recognition Revisited

2018-06-01 · NAACL 2018 6 · Arzoo Katiyar, Claire Cardie

We propose a novel recurrent neural network-based approach to simultaneously handle nested named entity recognition and nested entity mention detection. The model learns a hypergraph representation for nested entities us…

Coreference Resolutionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+3

On the Vietnamese Name Entity Recognition: A Deep Learning Method Approach

2019-11-18 · Ngoc C. Lê, Ngoc-Yen Nguyen, Anh-Duong Trinh

Named entity recognition (NER) plays an important role in text-based information retrieval. In this paper, we combine Bidirectional Long Short-Term Memory (Bi-LSTM) \cite{hochreiter1997,schuster1997} with Conditional Ran…

ArticlesDeep LearningInformation Retrievalnamed-entity-recognition+8

Vietnamese Named Entity Recognition using Token Regular Expressions and Bidirectional Inference

2016-10-18 · Phuong Le-Hong

This paper describes an efficient approach to improve the accuracy of a named entity recognition system for Vietnamese. The approach combines regular expressions over tokens and a bidirectional inference method in a sequ…

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