paper-with-me

Papers

Open Relation Extraction and Grounding

2017-11-01 · IJCNLP 2017 11 · Dian Yu, Lifu Huang, Heng Ji

Previous open Relation Extraction (open RE) approaches mainly rely on linguistic patterns and constraints to extract important relational triples from large-scale corpora. However, they lack of abilities to cover diverse relation expressions or measure the relative importance of candidate triples within a sentence. It is also challenging to name the relation type of a relational triple merely based on context words, which could limit the usefulness of open RE in downstream applications. We propose a novel importance-based open RE approach by exploiting the global structure of a dependency tree to extract salient triples. We design an unsupervised relation type naming method by grounding relational triples to a large-scale Knowledge Base (KB) schema, leveraging KB triples and weighted context words associated with relational triples. Experiments on the English Slot Filling 2013 dataset demonstrate that our approach achieves 8.1{\%} higher F-score over state-of-the-art open RE methods.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

RelationRelation ExtractionSentenceslot-fillingSlot Filling

Similar Papers 제목 키워드 기반

Building Dataset for Grounding of Formulae — Annotating Coreference Relations Among Math Identifiers

2022-06-01 · LREC 2022 6 · Takuto Asakura, Yusuke Miyao, Akiko Aizawa

Grounding the meaning of each symbol in math formulae is important for automated understanding of scientific documents. Generally speaking, the meanings of math symbols are not necessarily constant, and the same symbol i…

Math

RMPL: Relation-aware Multi-task Progressive Learning with Stage-wise Training for Multimedia Event Extraction

2026-02-14 · Yongkang Jin, Jianwen Luo, Jingjing Wang, Jianmin Yao 외 arxiv

Multimedia Event Extraction (MEE) aims to identify events and their arguments from documents that contain both text and images. It requires grounding event semantics across different modalities. Progress in MEE is limite…

Relation ExtractionEvent Extraction

An analysis of HOI: using a training-free method with multimodal visual foundation models when only the test set is available, without the training set

2024-08-11 · Chaoyi Ai

Human-Object Interaction (HOI) aims to identify the pairs of humans and objects in images and to recognize their relationships, ultimately forming $\langle human, object, verb \rangle$ triplets. Under default settings, H…

Human-Object Interaction Detection

Relational Scene Graphs for Object Grounding of Natural Language Commands

2026-02-04 · Julia Kuhn, Francesco Verdoja, Tsvetomila Mihaylova, Ville Kyrki arxiv

Robots are finding wider adoption in human environments, increasing the need for natural human-robot interaction. However, understanding a natural language command requires the robot to infer the intended task and how to…

post-graph-rag: A PostgreSQL-Native Bi-Temporal Graph RAG Engine with Temporal Grounding at Synthesis

2026-08-14 · Chandan Rajah arxiv

Graph RAG connects facts no single passage states, but implementations pay three times: in infrastructure, keeping vector store, graph database and document store in sync; in quality, because a pipeline that never refuse…