paper-with-me

Papers

A Knowledge Graph Based Solution for Entity Discovery and Linking in Open-Domain Questions

2018-12-05 · Kai Lei, Bing Zhang, Yong liu, Yang Deng, Dongyu Zhang, Ying Shen

Named entity discovery and linking is the fundamental and core component of question answering. In Question Entity Discovery and Linking (QEDL) problem, traditional methods are challenged because multiple entities in one short question are difficult to be discovered entirely and the incomplete information in short text makes entity linking hard to implement. To overcome these difficulties, we proposed a knowledge graph based solution for QEDL and developed a system consists of Question Entity Discovery (QED) module and Entity Linking (EL) module. The method of QED module is a tradeoff and ensemble of two methods. One is the method based on knowledge graph retrieval, which could extract more entities in questions and guarantee the recall rate, the other is the method based on Conditional Random Field (CRF), which improves the precision rate. The EL module is treated as a ranking problem and Learning to Rank (LTR) method with features such as semantic similarity, text similarity and entity popularity is utilized to extract and make full use of the information in short texts. On the official dataset of a shared QEDL evaluation task, our approach could obtain 64.44% F1 score of QED and 64.86% accuracy of EL, which ranks the 2nd place and indicates its practical use for QEDL problem.

📄 PDF Abstract BibTeX arXiv:1812.01889

Code (0)

등록된 구현이 없습니다.

Tasks

Entity LinkingLearning-To-RankQuestion AnsweringRetrievalSemantic SimilaritySemantic Textual Similaritytext similarity

Similar Papers 제목 키워드 기반

Mahānāma: A Unique Testbed for Literary Entity Discovery and Linking

2025-09-24 · Sujoy Sarkar, Gourav Sarkar, Manoj Balaji Jagadeeshan, Jivnesh Sandhan 외 arxiv

High lexical variation, ambiguous references, and long-range dependencies make entity resolution in literary texts particularly challenging. We present Mahānāma, the first large-scale dataset for end-to-end Entity Discov…

Entity ResolutionEntity Linking

EARL: Joint Entity and Relation Linking for Question Answering over Knowledge Graphs

2018-01-11 · Mohnish Dubey, Debayan Banerjee, Debanjan Chaudhuri, Jens Lehmann

Many question answering systems over knowledge graphs rely on entity and relation linking components in order to connect the natural language input to the underlying knowledge graph. Traditionally, entity linking and rel…

Entity LinkingKnowledge GraphsQuestion AnsweringRelation+2

EDIN: An End-to-end Benchmark and Pipeline for Unknown Entity Discovery and Indexing

2022-05-25 · Nora Kassner, Fabio Petroni, Mikhail Plekhanov, Sebastian Riedel 외

Existing work on Entity Linking mostly assumes that the reference knowledge base is complete, and therefore all mentions can be linked. In practice this is hardly ever the case, as knowledge bases are incomplete and beca…

Entity LinkingNovel ConceptsRetrieval

Linking Graph Entities with Multiplicity and Provenance

2019-08-13 · Jixue Liu, Selasi Kwashie, Jiuyong Li, Lin Liu 외

Entity linking and resolution is a fundamental database problem with applications in data integration, data cleansing, information retrieval, knowledge fusion, and knowledge-base population. It is the task of accurately …

AttributeData IntegrationEntity LinkingInformation Retrieval+3

Entity Linking and Discovery via Arborescence-based Supervised Clustering

2021-09-02 · Dhruv Agarwal, Rico Angell, Nicholas Monath, Andrew McCallum

Previous work has shown promising results in performing entity linking by measuring not only the affinities between mentions and entities but also those amongst mentions. In this paper, we present novel training and infe…

ClusteringEntity Linking