paper-with-me

홈 › Papers

Dual-FOFE-net Neural Models for Entity Linking with PageRank

2019-07-30 · Feng Wei, Uyen Trang Nguyen, Hui Jiang

This paper presents a simple and computationally efficient approach for entity linking (EL), compared with recurrent neural networks (RNNs) or convolutional neural networks (CNNs), by making use of feedforward neural networks (FFNNs) and the recent dual fixed-size ordinally forgetting encoding (dual-FOFE) method to fully encode the sentence fragment and its left/right contexts into a fixed-size representation. Furthermore, in this work, we propose to incorporate PageRank based distillation in our candidate generation module. Our neural linking models consist of three parts: a PageRank based candidate generation module, a dual-FOFE-net neural ranking model and a simple NIL entity clustering system. Experimental results have shown that our proposed neural linking models achieved higher EL accuracy than state-of-the-art models on the TAC2016 task dataset over the baseline system, without requiring any in-house data or complicated handcrafted features. Moreover, it achieves a competitive accuracy on the TAC2017 task dataset.

📄 PDF Abstract BibTeX arXiv:1907.12697

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringEntity LinkingSentence

Similar Papers 제목 키워드 기반

Overview of the Ugglan Entity Discovery and Linking System

2019-03-13 · Marcus Klang, Firas Dib, Pierre Nugues

Ugglan is a system designed to discover named entities and link them to unique identifiers in a knowledge base. It is based on a combination of a name and nominal dictionary derived from Wikipedia and Wikidata, a named e…

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

A General FOFE-net Framework for Simple and Effective Question Answering over Knowledge Bases

2019-03-29 · Dekun Wu, Nana Nosirova, Hui Jiang, MingBin Xu

Question answering over knowledge base (KB-QA) has recently become a popular research topic in NLP. One popular way to solve the KB-QA problem is to make use of a pipeline of several NLP modules, including entity discove…

Question AnsweringRelation

A FOFE-based Local Detection Approach for Named Entity Recognition and Mention Detection

2016-11-02 · Mingbin Xu, Hui Jiang

In this paper, we study a novel approach for named entity recognition (NER) and mention detection in natural language processing. Instead of treating NER as a sequence labelling problem, we propose a new local detection …

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

A Local Detection Approach for Named Entity Recognition and Mention Detection

2017-07-01 · ACL 2017 7 · Mingbin Xu, Hui Jiang, Sedtawut Watcharawittayakul

In this paper, we study a novel approach for named entity recognition (NER) and mention detection (MD) in natural language processing. Instead of treating NER as a sequence labeling problem, we propose a new local detect…

Feature EngineeringImage Classificationnamed-entity-recognitionNamed Entity Recognition+4

Dual Fixed-Size Ordinally Forgetting Encoding (FOFE) for Competitive Neural Language Models

2018-10-01 · EMNLP 2018 10 · Sedtawut Watcharawittayakul, MingBin Xu, Hui Jiang

In this paper, we propose a new approach to employ the fixed-size ordinally-forgetting encoding (FOFE) (Zhang et al., 2015b) in neural languages modelling, called dual-FOFE. The main idea of dual-FOFE is that it allows t…

Language ModelingLanguage ModellingMachine TranslationSpeech Recognition+1