paper-with-me

Papers

Extracting Common Inference Patterns from Semi-Structured Explanations

2019-11-01 · WS 2019 11 · Sebastian Thiem, Peter Jansen

Complex questions often require combining multiple facts to correctly answer, particularly when generating detailed explanations for why those answers are correct. Combining multiple facts to answer questions is often modeled as a {`}multi-hop{''} graph traversal problem, where a given solver must find a series of interconnected facts in a knowledge graph that, taken together, answer the question and explain the reasoning behind that answer. Multi-hop inference currently suffers from semantic drift, or the tendency for chains of reasoning to {}drift{''}{'} to unrelated topics, and this semantic drift greatly limits the number of facts that can be combined in both free text or knowledge base inference. In this work we present our effort to mitigate semantic drift by extracting large high-confidence multi-hop inference patterns, generated by abstracting large-scale explanatory structure from a corpus of detailed explanations. We represent these inference patterns as sets of generalized constraints over sentences represented as rows in a knowledge base of semi-structured tables. We present a prototype tool for identifying common inference patterns from corpora of semi-structured explanations, and use it to successfully extract 67 inference patterns from a {`}matter{''} subset of standardized elementary science exam questions that span scientific and world knowledge.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

World Knowledge

Similar Papers 제목 키워드 기반

SCRIBES: Web-Scale Script-Based Semi-Structured Data Extraction with Reinforcement Learning

2025-10-02 · Shicheng Liu, Kai Sun, Lisheng Fu, Xilun Chen 외 arxiv

Semi-structured content in HTML tables, lists, and infoboxes accounts for a substantial share of factual data on the web, yet the formatting complicates usage, and reliably extracting structured information from them rem…

Reinforcement LearningInformation ExtractionQuestion Answering

Multi-modal Information Extraction from Text, Semi-structured, and Tabular Data on the Web

2020-07-01 · ACL 2020 6 · Xin Luna Dong, Hannaneh Hajishirzi, Colin Lockard, Prashant Shiralkar

The World Wide Web contains vast quantities of textual information in several forms: unstructured text, template-based semi-structured webpages (which present data in key-value pairs and lists), and tables. Methods for e…

document understandingEntity Linking

Scalable, Semi-Supervised Extraction of Structured Information from Scientific Literature

2019-06-01 · WS 2019 6 · Kritika Agrawal, Aakash Mittal, Vikram Pudi

As scientific communities grow and evolve, there is a high demand for improved methods for finding relevant papers, comparing papers on similar topics and studying trends in the research community. All these tasks involv…

Articles

CoSaTa: A Constraint Satisfaction Solver and Interpreted Language for Semi-Structured Tables of Sentences

2020-10-01 · EMNLP 2020 11 · Peter Jansen

This work presents CoSaTa, an intuitive constraint satisfaction solver and interpreted language for knowledge bases of semi-structured tables expressed as text. The stand-alone CoSaTa solver allows easily expressing comp…

Question Answering

WebFormer: The Web-page Transformer for Structure Information Extraction

2022-02-01 · Qifan Wang, Yi Fang, Anirudh Ravula, Fuli Feng 외

Structure information extraction refers to the task of extracting structured text fields from web pages, such as extracting a product offer from a shopping page including product title, description, brand and price. It i…

Deep Attentiondocument understandingGraph Attention