将实体角色识别转化为命名实体识别与排序任务,提升上下文敏感的实体筛选能力。
Inclusion of Role into Named Entity Recognition and Ranking
- 将角色视为互斥类别,用序列标注方法处理实体角色识别。
- 通过学习代表性词汇构建角色与实体表示,实现上下文感知的实体排序。
- 在小数据集上采用无领域依赖方法,适用于资源有限场景。
大多数自然语言处理系统依赖于基于实体的任务,如信息抽取、问答和文本摘要。当实体在特定上下文中扮演不同角色时,带来新挑战:实体角色检测需为实体分配具体角色。实体类型通常为人、地点、组织等,而角色可视为这些类型的领域相关子类。当需要根据角色检索特定实体子集时,需明确定义角色及其对应实体。本文将实体角色检测建模为命名实体识别(NER)与实体检索/排序任务。在NER中,角色作为互斥类别,可使用标准序列标注方法;在实体检索中,角色作为查询,实体作为待检索集合。与文档检索不同,实体检索中的角色和实体描述间接且依赖上下文。本文提出自动学习代表性词句并构建角色与实体表示的方法,探索了句子与文档级上下文。由于角色高度依赖上下文,难以获取大规模领域专用数据集或知识库,因此采用领域无关的小样本数据策略以充分利用有限信息。
原文摘要 · Abstract (English)
Most of the Natural Language Processing systems are involved in entity-based processing for several tasks like Information Extraction, Question-Answering, Text-Summarization and so on. A new challenge comes when entities play roles according to their act or attributes in certain context. Entity Role Detection is the task of assigning such roles to the entities. Usually real-world entities are of types: person, location and organization etc. Roles could be considered as domain-dependent subtypes of these types. In the cases, where retrieving a subset of entities based on their roles is needed, poses the problem of defining the role and entities having those roles. This paper presents the study of study of solving Entity Role Detection problem by modeling it as Named Entity Recognition (NER) and Entity Retrieval/Ranking task. In NER, these roles could be considered as mutually exclusive classes and standard NER methods like sequence tagging could be used. For Entity Retrieval, Roles could be formulated as Query and entities as Collection on which the query needs to be executed. The aspect of Entity Retrieval task, which is different than document retrieval task is that the entities and roles against which they need to be retrieved are indirectly described. We have formulated automated ways of learning representative words and phrases and building representations of roles and entities using them. We have also explored different contexts like sentence and document. Since the roles depend upon context, so it is not always possible to have large domain-specific dataset or knowledge bases for learning purposes, so we have tried to exploit the information from small dataset in domain-agnostic way.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。