ReSel: N-ary Relation Extraction from Scientific Text and Tables by Learning to Retrieve and Select
We study the problem of extracting N-ary relation tuples from scientific articles. This task is challenging because the target knowledge tuples can reside in multiple parts and modalities of the document. Our proposed method ReSel decomposes this task into a two-stage procedure that first retrieves the most relevant paragraph/table and then selects the target entity from the retrieved component. For the high-level retrieval stage, ReSel designs a simple and effective feature set, which captures multi-level lexical and semantic similarities between the query and components. For the low-level selection stage, ReSel designs a cross-modal entity correlation graph along with a multi-view architecture, which models both semantic and document-structural relations between entities. Our experiments on three scientific information extraction datasets show that ReSel outperforms state-of-the-art baselines significantly.
Code (1)
Tasks
ArticlesRelation ExtractionRetrievalSimilar Papers 제목 키워드 기반
TabLeX: A Benchmark Dataset for Structure and Content Information Extraction from Scientific Tables
Information Extraction (IE) from the tables present in scientific articles is challenging due to complicated tabular representations and complex embedded text. This paper presents TabLeX, a large-scale benchmark dataset …
ArticlesTable ExtractionAll Data on the Table: Novel Dataset and Benchmark for Cross-Modality Scientific Information Extraction
Extracting key information from scientific papers has the potential to help researchers work more efficiently and accelerate the pace of scientific progress. Over the last few years, research on Scientific Information Ex…
AllTables to LaTeX: structure and content extraction from scientific tables
Scientific documents contain tables that list important information in a concise fashion. Structure and content extraction from tables embedded within PDF research documents is a very challenging task due to the existenc…
Language ModelingLanguage ModellingMetric-Type Identification for Multi-Level Header Numerical Tables in Scientific Papers
Numerical tables are widely used to present experimental results in scientific papers. For table understanding, a metric-type is essential to discriminate numbers in the tables. We introduce a new information extraction …
Metric-Type IdentificationVocal Bursts Type PredictionFrom Papers to Property Tables: A Priority-Based LLM Workflow for Materials Data Extraction
Scientific data are widely dispersed across research articles and are often reported inconsistently across text, tables, and figures, making manual data extraction and aggregation slow and error-prone. We present a promp…