paper-with-me

홈 › Papers

A Corpus for Named Entity Recognition in Chinese Novels with Multi-genres

2023-11-27 · Hanjie Zhao, Jinge Xie, Yuchen Yan, Yuxiang Jia, Yawen Ye, Hongying Zan

Entities like person, location, organization are important for literary text analysis. The lack of annotated data hinders the progress of named entity recognition (NER) in literary domain. To promote the research of literary NER, we build the largest multi-genre literary NER corpus containing 263,135 entities in 105,851 sentences from 260 online Chinese novels spanning 13 different genres. Based on the corpus, we investigate characteristics of entities from different genres. We propose several baseline NER models and conduct cross-genre and cross-domain experiments. Experimental results show that genre difference significantly impact NER performance though not as much as domain difference like literary domain and news domain. Compared with NER in news domain, literary NER still needs much improvement and the Out-of-Vocabulary (OOV) problem is more challenging due to the high variety of entities in literary works. Our data and models are open-sourced at https://github.com/hjzhao73/MultiGenre-ChineseNovel

📄 PDF Abstract BibTeX arXiv:2311.15509

Code (1)

hjzhao73/multigenre-chinesenovel 공식 구현

Tasks

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

Similar Papers 제목 키워드 기반

Annotation Guidelines for Corpus Novelties: Part 1 -- Named Entity Recognition

2024-10-03 · Arthur Amalvy, Vincent Labatut

The Novelties corpus is a collection of novels (and parts of novels) annotated for Named Entity Recognition (NER) among other tasks. This document describes the guidelines applied during its annotation. It contains the i…

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

Protagonists' Tagger in Literary Domain -- New Datasets and a Method for Person Entity Linkage

2021-10-04 · Weronika Łajewska, Anna Wróblewska

Semantic annotation of long texts, such as novels, remains an open challenge in Natural Language Processing (NLP). This research investigates the problem of detecting person entities and assigning them unique identities,…

Entity Disambiguationnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+2

M-CNER: A Corpus for Chinese Named Entity Recognition in Multi-Domains

2018-05-01 · LREC 2018 5 · Qi Lu, YaoSheng Yang, Zhenghua Li, Wenliang Chen 외
Chinese Named Entity Recognitionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+2

RoBERTa-based Traditional Chinese Medicine Named Entity Recognition Model

2022-11-01 · ROCLING 2022 11 · Ming-Hsiang Su, Chin-Wei Lee, Chi-Lun Hsu, Ruei-Cyuan Su

In this study, a named entity recognition was constructed and applied to the identification of Chinese medicine names and disease names. The results can be further used in a human-machine dialogue system to provide peopl…

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

Named Entity Recognition in Context

2025-03-26 · Colin Brisson, Ayoub Kahfy, Marc Bui, Frédéric Constant

We present the Named Entity Recognition system developed by the Edit Dunhuang team for the EvaHan2025 competition. Our approach integrates three core components: (1) Pindola, a modern transformer-based bidirectional enco…

Entity Disambiguationnamed-entity-recognitionNamed Entity RecognitionRetrieval