paper-with-me

홈 › Papers

Improving Neural Language Processing with Named Entities

2021-09-01 · RANLP 2021 9 · Kyoumoto Matsushita, Takuya Makino, Tomoya Iwakura

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.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Document ClassificationHeadline GenerationPart-Of-Speech TaggingPOSPOS TaggingSentence

Similar Papers 제목 키워드 기반

Comparative Analysis of Portuguese Named Entities Recognition Tools

2014-05-01 · LREC 2014 5 · Daniela Amaral, Ev Fonseca, ro, Lucelene Lopes 외

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 Tagging

Benchmarking the Extraction and Disambiguation of Named Entities on the Semantic Web

2014-05-01 · LREC 2014 5 · Giuseppe Rizzo, Marieke van Erp, Rapha{\"e}l Troncy

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+1

Cross-Lingual Named Entity Recognition via FastAlign: a Case Study

2021-07-01 · TRITON 2021 7 · Ali Hatami, Ruslan Mitkov, Gloria Corpas Pastor

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

2024-12-26 · Jiawei Yu, Xiang Geng, Yuang Li, Mengxin Ren 외

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+6

Experiments in Candidate Phrase Selection for Financial Named Entity Extraction - A Demo

2016-12-01 · COLING 2016 12 · Aman Kumar, Hassan Alam, Tina Werner, Manan Vyas

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