paper-with-me

Papers

Character-Level Feature Extraction with Densely Connected Networks

2018-06-24 · COLING 2018 8 · Chanhee Lee, Young-Bum Kim, Dongyub Lee, Heuiseok Lim

Generating character-level features is an important step for achieving good results in various natural language processing tasks. To alleviate the need for human labor in generating hand-crafted features, methods that utilize neural architectures such as Convolutional Neural Network (CNN) or Recurrent Neural Network (RNN) to automatically extract such features have been proposed and have shown great results. However, CNN generates position-independent features, and RNN is slow since it needs to process the characters sequentially. In this paper, we propose a novel method of using a densely connected network to automatically extract character-level features. The proposed method does not require any language or task specific assumptions, and shows robustness and effectiveness while being faster than CNN- or RNN-based methods. Evaluating this method on three sequence labeling tasks - slot tagging, Part-of-Speech (POS) tagging, and Named-Entity Recognition (NER) - we obtain state-of-the-art performance with a 96.62 F1-score and 97.73% accuracy on slot tagging and POS tagging, respectively, and comparable performance to the state-of-the-art 91.13 F1-score on NER.

📄 PDF Abstract BibTeX arXiv:1806.09089

Code (0)

등록된 구현이 없습니다.

Tasks

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

Similar Papers 제목 키워드 기반

A Densely Connected Criss-Cross Attention Network for Document-level Relation Extraction

2022-03-26 · Liang Zhang, Yidong Cheng

Document-level relation extraction (RE) aims to identify relations between two entities in a given document. Compared with its sentence-level counterpart, document-level RE requires complex reasoning. Previous research n…

Document-level Relation ExtractionLogical ReasoningRelationRelation Extraction+1

Densely Connected Attention Propagation for Reading Comprehension

2018-11-10 · NeurIPS 2018 12 · Yi Tay, Luu Anh Tuan, Siu Cheung Hui, Jian Su

We propose DecaProp (Densely Connected Attention Propagation), a new densely connected neural architecture for reading comprehension (RC). There are two distinct characteristics of our model. Firstly, our model densely c…

AllOpen-Domain Question AnsweringQuestion AnsweringReading Comprehension

DPCCN: Densely-Connected Pyramid Complex Convolutional Network for Robust Speech Separation And Extraction

2021-12-27 · Jiangyu Han, Yanhua Long, Lukas Burget, Jan Cernocky

In recent years, a number of time-domain speech separation methods have been proposed. However, most of them are very sensitive to the environments and wide domain coverage tasks. In this paper, from the time-frequency d…

Speech ExtractionSpeech Separation

SNUNet-CD: A Densely Connected Siamese Network for Change Detection of VHR Images

2021-02-17 · Sheng Fang; Kaiyu Li; Jinyuan Shao; Zhe Li

Change detection is an important task in remote sensing (RS) image analysis. It is widely used in natural disaster monitoring and assessment, land resource planning, and other fields. As a pixel-to-pixel prediction task,…

Change DetectionDecoder

Bio-Inspired Representation Learning for Visual Attention Prediction

2021-03-09 · Yuan Yuan, Hailong Ning, Xiaoqiang Lu

Visual Attention Prediction (VAP) is a significant and imperative issue in the field of computer vision. Most of existing VAP methods are based on deep learning. However, they do not fully take advantage of the low-level…

PredictionRepresentation Learning