中文
相关论文

相关论文: Entity Tagging: Extracting Entities in Text Withou…

200 篇论文

Causal knowledge extraction is the task of extracting relevant causes and effects from text by detecting the causal relation. Although this task is important for language understanding and knowledge discovery, recent works in this domain…

计算与语言 · 计算机科学 2023-08-09 Anik Saha , Oktie Hassanzadeh , Alex Gittens , Jian Ni , Kavitha Srinivas , Bulent Yener

Named Entity Recognition (NER) is the task of identifying and classifying named entities in unstructured text. In the legal domain, named entities of interest may include the case parties, judges, names of courts, case numbers, references…

计算与语言 · 计算机科学 2020-12-21 Stavroula Skylaki , Ali Oskooei , Omar Bari , Nadja Herger , Zac Kriegman

Benchmarks are crucial for evaluating machine learning algorithm performance, facilitating comparison and identifying superior solutions. However, biases within datasets can lead models to learn shortcut patterns, resulting in inaccurate…

人工智能 · 计算机科学 2025-01-03 Liang He , Yougang Chu , Zhen Wu , Jianbing Zhang , Xinyu Dai , Jiajun Chen

Fine-grained entity type classification (FETC) is the task of classifying an entity mention to a broad set of types. Distant supervision paradigm is extensively used to generate training data for this task. However, generated training data…

计算与语言 · 计算机科学 2017-02-23 Abhishek , Ashish Anand , Amit Awekar

We introduce the task of entity-centric query refinement. Given an input query whose answer is a (potentially large) collection of entities, the task output is a small set of query refinements meant to assist the user in efficient domain…

计算与语言 · 计算机科学 2022-09-19 David Wadden , Nikita Gupta , Kenton Lee , Kristina Toutanova

Named Entity Recognition (NER) is a challenging and widely studied task that involves detecting and typing entities in text. So far,NER still approaches entity typing as a task of classification into universal classes (e.g. date, person, or…

计算与语言 · 计算机科学 2023-02-22 Tristan Luiggi , Laure Soulier , Vincent Guigue , Siwar Jendoubi , Aurélien Baelde

A key challenge in entity linking is making effective use of contextual information to disambiguate mentions that might refer to different entities in different contexts. We present a model that uses convolutional neural networks to capture…

计算与语言 · 计算机科学 2016-04-05 Matthew Francis-Landau , Greg Durrett , Dan Klein

Ultra-fine entity typing plays a crucial role in information extraction by predicting fine-grained semantic types for entity mentions in text. However, this task poses significant challenges due to the massive number of entity types in the…

计算与语言 · 计算机科学 2023-11-03 Yanlin Feng , Adithya Pratapa , David R Mortensen

Extracting entity from images is a crucial part of many OCR applications, such as entity recognition of cards, invoices, and receipts. Most of the existing works employ classical detection and recognition paradigm. This paper proposes an…

计算机视觉与模式识别 · 计算机科学 2019-09-23 He guo , Xiameng Qin , Jiaming Liu , Junyu Han , Jingtuo Liu , Errui Ding

A challenge for named entity disambiguation (NED), the task of mapping textual mentions to entities in a knowledge base, is how to disambiguate entities that appear rarely in the training data, termed tail entities. Humans use subtle…

计算与语言 · 计算机科学 2020-10-26 Laurel Orr , Megan Leszczynski , Simran Arora , Sen Wu , Neel Guha , Xiao Ling , Christopher Re

Named entity typing (NET) is a classification task of assigning an entity mention in the context with given semantic types. However, with the growing size and granularity of the entity types, rare researches in previous concern with newly…

计算与语言 · 计算机科学 2020-11-04 Tao Zhang , Congying Xia , Chun-Ta Lu , Philip Yu

Named Entity Recognition seeks to extract substrings within a text that name real-world objects and to determine their type (for example, whether they refer to persons or organizations). In this survey, we first present an overview of…

计算与语言 · 计算机科学 2024-12-23 Imed Keraghel , Stanislas Morbieu , Mohamed Nadif

Biomedical entity linking and event extraction are two crucial tasks to support text understanding and retrieval in the biomedical domain. These two tasks intrinsically benefit each other: entity linking disambiguates the biomedical…

计算与语言 · 计算机科学 2023-05-25 Xiaochu Li , Minqian Liu , Zhiyang Xu , Lifu Huang

Many recent named entity recognition (NER) studies criticize flat NER for its non-overlapping assumption, and switch to investigating nested NER. However, existing nested NER models heavily rely on training data annotated with nested…

计算与语言 · 计算机科学 2022-11-02 Enwei Zhu , Yiyang Liu , Ming Jin , Jinpeng Li

Metonymy is a figure of speech in which an entity is referred to by another related entity. The task of metonymy detection aims to distinguish metonymic tokens from literal ones. Until now, metonymy detection methods attempt to disambiguate…

计算与语言 · 计算机科学 2021-12-07 Kevin Alex Mathews , Michael Strube

Named Entity Recognition (NER) is an important subtask of information extraction that seeks to locate and recognise named entities. Despite recent achievements, we still face limitations in correctly detecting and classifying entities,…

信息检索 · 计算机科学 2018-09-07 Diego Esteves

Sequential labeling-based NER approaches restrict each word belonging to at most one entity mention, which will face a serious problem when recognizing nested entity mentions. In this paper, we propose to resolve this problem by modeling…

计算与语言 · 计算机科学 2019-06-11 Hongyu Lin , Yaojie Lu , Xianpei Han , Le Sun

Literature search is critical for any scientific research. Different from Web or general domain search, a large portion of queries in scientific literature search are entity-set queries, that is, multiple entities of possibly different…

信息检索 · 计算机科学 2018-05-01 Jiaming Shen , Jinfeng Xiao , Xinwei He , Jingbo Shang , Saurabh Sinha , Jiawei Han

Relation extraction (RE) has recently moved from the sentence-level to document-level, which requires aggregating document information and using entities and mentions for reasoning. Existing works put entity nodes and mention nodes with…

计算与语言 · 计算机科学 2023-03-08 Hongfei Liu , Zhao Kang , Lizong Zhang , Ling Tian , Fujun Hua

Due to large number of entities in biomedical knowledge bases, only a small fraction of entities have corresponding labelled training data. This necessitates entity linking models which are able to link mentions of unseen entities using…

计算与语言 · 计算机科学 2021-04-12 Rico Angell , Nicholas Monath , Sunil Mohan , Nishant Yadav , Andrew McCallum