中文
相关论文

相关论文: Bottom-Up Constituency Parsing and Nested Named En…

200 篇论文

We cast nested named entity recognition (NNER) as a sequence labeling task by leveraging prior work that linearizes constituency structures, effectively reducing the complexity of this structured prediction problem to straightforward token…

计算与语言 · 计算机科学 2025-09-30 Alberto Muñoz-Ortiz , David Vilares , Caio Corro , Carlos Gómez-Rodríguez

Nested named entity recognition (NER) has been receiving increasing attention. Recently, (Fu et al, 2021) adapt a span-based constituency parser to tackle nested NER. They treat nested entities as partially-observed constituency trees and…

计算与语言 · 计算机科学 2022-03-10 Chao Lou , Songlin Yang , Kewei Tu

Named entity recognition (NER) is a well-studied task in natural language processing. However, the widely-used sequence labeling framework is difficult to detect entities with nested structures. In this work, we view nested NER as…

计算与语言 · 计算机科学 2020-12-16 Yao Fu , Chuanqi Tan , Mosha Chen , Songfang Huang , Fei Huang

Named entity recognition (NER) is a widely studied task in natural language processing. Recently, a growing number of studies have focused on the nested NER. The span-based methods, considering the entity recognition as a span…

计算与语言 · 计算机科学 2021-06-22 Zeqi Tan , Yongliang Shen , Shuai Zhang , Weiming Lu , Yueting Zhuang

As a fundamental natural language processing task and one of core knowledge extraction techniques, named entity recognition (NER) is widely used to extract information from texts for downstream tasks. Nested NER is a branch of NER in which…

计算与语言 · 计算机科学 2022-04-19 Yifei Yang , Zuchao Li , Hai Zhao

We propose a novel constituency parsing model that casts the parsing problem into a series of pointing tasks. Specifically, our model estimates the likelihood of a span being a legitimate tree constituent via the pointing score…

计算与语言 · 计算机科学 2020-06-25 Thanh-Tung Nguyen , Xuan-Phi Nguyen , Shafiq Joty , Xiaoli Li

Named entity recognition (NER) is the task to detect and classify the entity spans in the text. When entity spans overlap between each other, this problem is named as nested NER. Span-based methods have been widely used to tackle the nested…

计算与语言 · 计算机科学 2022-09-16 Hang Yan , Yu Sun , Xiaonan Li , Xipeng Qiu

Nested named entity recognition (nested NER) is a fundamental task in natural language processing. Various span-based methods have been proposed to detect nested entities with span representations. However, span-based methods do not…

计算与语言 · 计算机科学 2022-09-07 Shuhui Wu , Yongliang Shen , Zeqi Tan , Weiming Lu

Both bottom-up and top-down strategies have been used for neural transition-based constituent parsing. The parsing strategies differ in terms of the order in which they recognize productions in the derivation tree, where bottom-up…

计算与语言 · 计算机科学 2017-07-18 Jiangming Liu , Yue Zhang

Named entity recognition (NER) is a well-studied task in natural language processing. Traditional NER research only deals with flat entities and ignores nested entities. The span-based methods treat entity recognition as a span…

计算与语言 · 计算机科学 2021-07-14 Yongliang Shen , Xinyin Ma , Zeqi Tan , Shuai Zhang , Wen Wang , Weiming Lu

We propose two fast neural combinatory models for constituency parsing: binary and multi-branching. Our models decompose the bottom-up parsing process into 1) classification of tags, labels, and binary orientations or chunks and 2) vector…

计算与语言 · 计算机科学 2021-06-15 Zhousi Chen , Longtu Zhang , Aizhan Imankulova , Mamoru Komachi

Recognizing named entities (NEs) is commonly conducted as a classification problem that predicts a class tag for a word or a NE candidate in a sentence. In shallow structures, categorized features are weighted to support the prediction.…

计算与语言 · 计算机科学 2022-02-01 Yanping Chen , Lefei Wu , Qinghua Zheng , Ruizhang Huang , Jun Liu , Liyuan Deng , Junhui Yu , Yongbin Qing , Bo Dong , Ping Chen

We present a bi-encoder framework for named entity recognition (NER), which applies contrastive learning to map candidate text spans and entity types into the same vector representation space. Prior work predominantly approaches NER as…

计算与语言 · 计算机科学 2023-02-24 Sheng Zhang , Hao Cheng , Jianfeng Gao , Hoifung Poon

Nested named entity recognition (NER) aims to identify the entity boundaries and recognize categories of the named entities in a complex hierarchical sentence. Some works have been done using character-level, word-level, or lexicon-level…

计算与语言 · 计算机科学 2022-11-08 Yuan Sui , Fanyang Bu , Yingting Hu , Wei Yan , Liang Zhang

Named entity recognition (NER) is one of the best studied tasks in natural language processing. However, most approaches are not capable of handling nested structures which are common in many applications. In this paper we introduce a novel…

计算与语言 · 计算机科学 2019-08-12 Joseph Fisher , Andreas Vlachos

The task of named entity recognition (NER) is normally divided into nested NER and flat NER depending on whether named entities are nested or not. Models are usually separately developed for the two tasks, since sequence labeling models,…

计算与语言 · 计算机科学 2022-11-23 Xiaoya Li , Jingrong Feng , Yuxian Meng , Qinghong Han , Fei Wu , Jiwei Li

Named entity recognition (NER), which focuses on the extraction of semantically meaningful named entities and their semantic classes from text, serves as an indispensable component for several down-stream natural language processing (NLP)…

计算与语言 · 计算机科学 2018-10-23 Zhanming Jie , Aldrian Obaja Muis , Wei Lu

Named Entity Recognition (NER) is a fundamental task in Natural Language Processing, concerned with identifying spans of text expressing references to entities. NER research is often focused on flat entities only (flat NER), ignoring the…

计算与语言 · 计算机科学 2020-06-16 Juntao Yu , Bernd Bohnet , Massimo Poesio

Prompt learning is a new paradigm for utilizing pre-trained language models and has achieved great success in many tasks. To adopt prompt learning in the NER task, two kinds of methods have been explored from a pair of symmetric…

计算与语言 · 计算机科学 2023-05-29 Yongliang Shen , Zeqi Tan , Shuhui Wu , Wenqi Zhang , Rongsheng Zhang , Yadong Xi , Weiming Lu , Yueting Zhuang

We introduce a method to reduce constituent parsing to sequence labeling. For each word w_t, it generates a label that encodes: (1) the number of ancestors in the tree that the words w_t and w_{t+1} have in common, and (2) the nonterminal…

计算与语言 · 计算机科学 2019-09-18 Carlos Gómez-Rodríguez , David Vilares
‹ 上一页 1 2 3 10 下一页 ›