paper-with-me

Papers

Row-less Universal Schema

2016-04-21 · WS 2016 6 · Patrick Verga, Andrew McCallum

Universal schema jointly embeds knowledge bases and textual patterns to reason about entities and relations for automatic knowledge base construction and information extraction. In the past, entity pairs and relations were represented as learned vectors with compatibility determined by a scoring function, limiting generalization to unseen text patterns and entities. Recently, 'column-less' versions of Universal Schema have used compositional pattern encoders to generalize to all text patterns. In this work we take the next step and propose a 'row-less' model of universal schema, removing explicit entity pair representations. Instead of learning vector representations for each entity pair in our training set, we treat an entity pair as a function of its relation types. In experimental results on the FB15k-237 benchmark we demonstrate that we can match the performance of a comparable model with explicit entity pair representations using a model of attention over relation types. We further demonstrate that the model per- forms with nearly the same accuracy on entity pairs never seen during training.

📄 PDF Abstract BibTeX arXiv:1604.06361

Code (1)

patverga/torch-relation-extraction 공식 구현 torch

Tasks

Knowledge Base ConstructionRelation

Similar Papers 제목 키워드 기반

Multi-facet Universal Schema

2021-03-29 · EACL 2021 2 · Rohan Paul, Haw-Shiuan Chang, Andrew McCallum

Universal schema (USchema) assumes that two sentence patterns that share the same entity pairs are similar to each other. This assumption is widely adopted for solving various types of relation extraction (RE) tasks. Nev…

RelationRelation ExtractionSentence

Show, Don't Tell: Demonstrations Outperform Descriptions for Schema-Guided Task-Oriented Dialogue

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Building universal dialogue systems that can seamlessly operate across multiple domains/APIs and can generalize to new ones with minimal supervision and low maintenance is a critical challenge. Recent works have leverage…

Dialogue State Tracking

RexUniNLU: Recursive Method with Explicit Schema Instructor for Universal NLU

2024-09-09 · Chengyuan Liu, Shihang Wang, Fubang Zhao, Kun Kuang 외

Information Extraction (IE) and Text Classification (CLS) serve as the fundamental pillars of NLU, with both disciplines relying on analyzing input sequences to categorize outputs into pre-established schemas. However, t…

text-classificationText ClassificationUIE

Generalizing to Unseen Entities and Entity Pairs with Row-less Universal Schema

2016-06-18 · EACL 2017 4 · Patrick Verga, Arvind Neelakantan, Andrew McCallum

Universal schema predicts the types of entities and relations in a knowledge base (KB) by jointly embedding the union of all available schema types---not only types from multiple structured databases (such as Freebase or…

Matrix Completion

MLCPD: A Unified Multi-Language Code Parsing Dataset with Universal AST Schema

2025-10-18 · Jugal Gajjar, Kamalasankari Subramaniakuppusamy arxiv

We introduce the MultiLang Code Parser Dataset (MLCPD), a large-scale, language-agnostic dataset unifying syntactic and structural representations of code across ten major programming languages. MLCPD contains over seven…

Representation Learning