paper-with-me

Papers

Integrating Entity Linking and Evidence Ranking for Fact Extraction and Verification

2018-11-01 · WS 2018 11 · Motoki Taniguchi, Tomoki Taniguchi, Takumi Takahashi, Yasuhide Miura, Tomoko Ohkuma

We describe here our system and results on the FEVER shared task. We prepared a pipeline system which composes of a document selection, a sentence retrieval, and a recognizing textual entailment (RTE) components. A simple entity linking approach with text match is used as the document selection component, this component identifies relevant documents for a given claim by using mentioned entities as clues. The sentence retrieval component selects relevant sentences as candidate evidence from the documents based on TF-IDF. Finally, the RTE component selects evidence sentences by ranking the sentences and classifies the claim simultaneously. The experimental results show that our system achieved the FEVER score of 0.4016 and outperformed the official baseline system.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Entity LinkingNatural Language InferenceRetrievalRTESentenceSentence Retrieval

Similar Papers 제목 키워드 기반

IDEL: In-Database Entity Linking with Neural Embeddings

2018-03-13 · Torsten Kilias, Alexander Löser, Felix A. Gers, Richard Koopmanschap 외

We present a novel architecture, In-Database Entity Linking (IDEL), in which we integrate the analytics-optimized RDBMS MonetDB with neural text mining abilities. Our system design abstracts core tasks of most neural ent…

Entity LinkingRetrieval

Detection, Disambiguation, Re-ranking: Autoregressive Entity Linking as a Multi-Task Problem

2021-11-16 · ACL ARR November 2021 11 · Anonymous

We propose an autoregressive entity linking model, that is trained with two auxiliary tasks, and learns to re-rank generated samples at inference time. Our proposed novelties address two weaknesses in the literature. Fir…

Entity LinkingRe-Ranking

Detection, Disambiguation, Re-ranking: Autoregressive Entity Linking as a Multi-Task Problem

2022-04-12 · Findings (ACL) 2022 5 · Khalil Mrini, Shaoliang Nie, Jiatao Gu, Sinong Wang 외

We propose an autoregressive entity linking model, that is trained with two auxiliary tasks, and learns to re-rank generated samples at inference time. Our proposed novelties address two weaknesses in the literature. Fir…

DecoderEntity LinkingRe-Ranking

Enhancing Retrieval-Augmented Generation with Entity Linking for Educational Platforms

2025-12-05 · Francesco Granata, Francesco Poggi, Misael Mongiovì arxiv

In the era of Large Language Models (LLMs), Retrieval-Augmented Generation (RAG) architectures are gaining significant attention for their ability to ground language generation in reliable knowledge sources. Despite thei…

Semantic SimilarityEntity Linking

Retrieve and Re-rank: A Simple and Effective IR Approach to Simple Question Answering over Knowledge Graphs

2018-11-01 · WS 2018 11 · Vishal Gupta, Manoj Chinnakotla, Manish Shrivastava

SimpleQuestions is a commonly used benchmark for single-factoid question answering (QA) over Knowledge Graphs (KG). Existing QA systems rely on various components to solve different sub-tasks of the problem (such as enti…

Entity LinkingInformation RetrievalKnowledge GraphsLearning-To-Rank+5