paper-with-me

Papers

S2abEL: A Dataset for Entity Linking from Scientific Tables

2023-04-30 · Yuze Lou, Bailey Kuehl, Erin Bransom, Sergey Feldman, Aakanksha Naik, Doug Downey

Entity linking (EL) is the task of linking a textual mention to its corresponding entry in a knowledge base, and is critical for many knowledge-intensive NLP applications. When applied to tables in scientific papers, EL is a step toward large-scale scientific knowledge bases that could enable advanced scientific question answering and analytics. We present the first dataset for EL in scientific tables. EL for scientific tables is especially challenging because scientific knowledge bases can be very incomplete, and disambiguating table mentions typically requires understanding the papers's tet in addition to the table. Our dataset, S2abEL, focuses on EL in machine learning results tables and includes hand-labeled cell types, attributed sources, and entity links from the PaperswithCode taxonomy for 8,429 cells from 732 tables. We introduce a neural baseline method designed for EL on scientific tables containing many out-of-knowledge-base mentions, and show that it significantly outperforms a state-of-the-art generic table EL method. The best baselines fall below human performance, and our analysis highlights avenues for improvement.

📄 PDF Abstract BibTeX arXiv:2305.00366

Code (1)

allenai/s2abel 공식 구현 pytorch

Tasks

Entity LinkingQuestion Answering

Similar Papers 제목 키워드 기반

A Practical Entity Linking System for Tables in Scientific Literature

2023-06-12 · Varish Mulwad, Tim Finin, Vijay S. Kumar, Jenny Weisenberg Williams 외

Entity linking is an important step towards constructing knowledge graphs that facilitate advanced question answering over scientific documents, including the retrieval of relevant information included in tables within t…

Entity LinkingKnowledge GraphsQuestion AnsweringRetrieval

Wiki-TabNER: Integrating Named Entity Recognition into Wikipedia Tables

2024-03-07 · Aneta Koleva, Martin Ringsquandl, Ahmed Hatem, Thomas Runkler 외

Interest in solving table interpretation tasks has grown over the years, yet it still relies on existing datasets that may be overly simplified. This is potentially reducing the effectiveness of the dataset for thorough …

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

Zero-Shot Entity Linking by Reading Entity Descriptions

2019-06-18 · ACL 2019 7 · Lajanugen Logeswaran, Ming-Wei Chang, Kenton Lee, Kristina Toutanova 외

We present the zero-shot entity linking task, where mentions must be linked to unseen entities without in-domain labeled data. The goal is to enable robust transfer to highly specialized domains, and so no metadata or al…

Entity LinkingReading Comprehension

Neural Semantic Parsing with Type Constraints for Semi-Structured Tables

2017-09-01 · EMNLP 2017 9 · Jayant Krishnamurthy, Pradeep Dasigi, Matt Gardner

We present a new semantic parsing model for answering compositional questions on semi-structured Wikipedia tables. Our parser is an encoder-decoder neural network with two key technical innovations: (1) a grammar for the…

DecoderEntity LinkingQuestion AnsweringSemantic Parsing+1

Tough Tables: Carefully Evaluating Entity Linking for Tabular Data

2020-11-01 · International Semantic Web Conference (ISWC) 2020 11 · Vincenzo Cutrona, Federico Bianchi, Ernesto Jimenez-Ruiz, Matteo Palmonari

Table annotation is a key task to improve querying the Web and support the Knowledge Graph population from legacy sources (tables). Last year, the SemTab challenge was introduced to unify different efforts to evaluate tabl…

Cell Entity AnnotationColumn Type AnnotationEntity LinkingKnowledge Graphs+1