Improving Neural Language Processing with Named Entities
Pretraining-based neural network models have demonstrated state-of-the-art (SOTA) performances on natural language processing (NLP) tasks. The most frequently used sentence representation for neural-based NLP methods is a sequence of subwords that is different from the sentence representation of non-neural methods that are created using basic NLP technologies, such as part-of-speech (POS) tagging, named entity (NE) recognition, and parsing. Most neural-based NLP models receive only vectors encoded from a sequence of subwords obtained from an input text. However, basic NLP information, such as POS tags, NEs, parsing results, etc, cannot be obtained explicitly from only the large unlabeled text used in pretraining-based models. This paper explores use of NEs on two Japanese tasks; document classification and headline generation using Transformer-based models, to reveal the effectiveness of basic NLP information. The experimental results with eight basic NEs and approximately 200 extended NEs show that NEs improve accuracy although a large pretraining-based model trained using 70 GB text data was used.
Code (0)
등록된 구현이 없습니다.
Tasks
Document ClassificationHeadline GenerationPart-Of-Speech TaggingPOSPOS TaggingSentenceSimilar Papers 제목 키워드 기반
Comparative Analysis of Portuguese Named Entities Recognition Tools
This paper describes an experiment to compare four tools to recognize named entities in Portuguese texts. The experiment was made over the HAREM corpora, a golden standard for named entities recognition in Portuguese. Th…
BIG-bench Machine LearningInformation RetrievalNamed Entity Recognition (NER)Part-Of-Speech TaggingBenchmarking the Extraction and Disambiguation of Named Entities on the Semantic Web
Named entity recognition and disambiguation are of primary importance for extracting information and for populating knowledge bases. Detecting and classifying named entities has traditionally been taken on by the natural…
BenchmarkingEntity Linkingnamed-entity-recognitionNamed Entity Recognition+1Cross-Lingual Named Entity Recognition via FastAlign: a Case Study
Named Entity Recognition is an essential task in natural language processing to detect entities and classify them into predetermined categories. An entity is a meaningful word, or phrase that refers to proper nouns. Name…
Machine Translationnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+4"I've Heard of You!": Generate Spoken Named Entity Recognition Data for Unseen Entities
Spoken named entity recognition (NER) aims to identify named entities from speech, playing an important role in speech processing. New named entities appear every day, however, annotating their Spoken NER data is costly.…
Domain AdaptationLanguage ModelingLanguage ModellingLarge Language Model+6Experiments in Candidate Phrase Selection for Financial Named Entity Extraction - A Demo
In this study we develop a system that tags and extracts financial concepts called financial named entities (FNE) along with corresponding numeric values {--} monetary and temporal. We employ machine learning and natural…
BIG-bench Machine LearningEntity Extraction using GAN