paper-with-me

홈 › Papers

Jointly Modeling Hierarchical and Horizontal Features for Relational Triple Extraction

2019-08-23 · Zhepei Wei, Yantao Jia, Yuan Tian, Mohammad Javad Hosseini, Sujian Li, Mark Steedman, Yi Chang

Recent works on relational triple extraction have shown the superiority of jointly extracting entities and relations over the pipelined extraction manner. However, most existing joint models fail to balance the modeling of entity features and the joint decoding strategy, and thus the interactions between the entity level and triple level are not fully investigated. In this work, we first introduce the hierarchical dependency and horizontal commonality between the two levels, and then propose an entity-enhanced dual tagging framework that enables the triple extraction (TE) task to utilize such interactions with self-learned entity features through an auxiliary entity extraction (EE) task, without breaking the joint decoding of relational triples. Specifically, we align the EE and TE tasks in a position-wise manner by formulating them as two sequence labeling problems with identical encoder-decoder structure. Moreover, the two tasks are organized in a carefully designed parameter sharing setting so that the learned entity features could be naturally shared via multi-task learning. Empirical experiments on the NYT benchmark demonstrate the effectiveness of the proposed framework compared to the state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:1908.08672

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderEntity Extraction using GANgraph constructionMulti-Task LearningRelation Extraction

Similar Papers 제목 키워드 기반

ReLaGS: Relational Language Gaussian Splatting

2026-03-18 · Yaxu Xie, Abdalla Arafa, Alireza Javanmardi, Christen Millerdurai 외 arxiv

Achieving unified 3D perception and reasoning across tasks such as segmentation, retrieval, and relation understanding remains challenging, as existing methods are either object-centric or rely on costly training for int…

Scene Graph GenerationRelational ReasoningGraph Neural Network

Learning Hierarchical Relational Representations through Relational Convolutions

2023-10-05 · Awni Altabaa, John Lafferty

An evolving area of research in deep learning is the study of architectures and inductive biases that support the learning of relational feature representations. In this paper, we address the challenge of learning repres…

Relation

HittER: Hierarchical Transformers for Knowledge Graph Embeddings

2020-08-28 · EMNLP 2021 11 · Sanxing Chen, Xiaodong Liu, Jianfeng Gao, Jian Jiao 외

This paper examines the challenging problem of learning representations of entities and relations in a complex multi-relational knowledge graph. We propose HittER, a Hierarchical Transformer model to jointly learn Entity…

Knowledge Graph EmbeddingsLink PredictionQuestion AnsweringRelation

HRGE-Net: Hierarchical Relational Graph Embedding Network for Multi-view 3D Shape Recognition

2019-08-27 · Xin Wei, Ruixuan Yu, Jian Sun

View-based approach that recognizes 3D shape through its projected 2D images achieved state-of-the-art performance for 3D shape recognition. One essential challenge for view-based approach is how to aggregate the multi-v…

3D Shape Classification3D Shape RecognitionGraph EmbeddingRetrieval

Hierarchical Latent Relation Modeling for Collaborative Metric Learning

2021-07-26 · Viet-Anh Tran, Guillaume Salha-Galvan, Romain Hennequin, Manuel Moussallam

Collaborative Metric Learning (CML) recently emerged as a powerful paradigm for recommendation based on implicit feedback collaborative filtering. However, standard CML methods learn fixed user and item representations, …

Collaborative FilteringGraph EmbeddingKnowledge Graph EmbeddingMetric Learning+2