paper-with-me

Papers

BitCoin: Bidirectional Tagging and Supervised Contrastive Learning based Joint Relational Triple Extraction Framework

2023-09-21 · Luyao He, Zhongbao Zhang, Sen Su, Yuxin Chen

Relation triple extraction (RTE) is an essential task in information extraction and knowledge graph construction. Despite recent advancements, existing methods still exhibit certain limitations. They just employ generalized pre-trained models and do not consider the specificity of RTE tasks. Moreover, existing tagging-based approaches typically decompose the RTE task into two subtasks, initially identifying subjects and subsequently identifying objects and relations. They solely focus on extracting relational triples from subject to object, neglecting that once the extraction of a subject fails, it fails in extracting all triples associated with that subject. To address these issues, we propose BitCoin, an innovative Bidirectional tagging and supervised Contrastive learning based joint relational triple extraction framework. Specifically, we design a supervised contrastive learning method that considers multiple positives per anchor rather than restricting it to just one positive. Furthermore, a penalty term is introduced to prevent excessive similarity between the subject and object. Our framework implements taggers in two directions, enabling triples extraction from subject to object and object to subject. Experimental results show that BitCoin achieves state-of-the-art results on the benchmark datasets and significantly improves the F1 score on Normal, SEO, EPO, and multiple relation extraction tasks.

📄 PDF Abstract BibTeX arXiv:2309.11853

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive Learninggraph constructionObjectRelationRelation ExtractionRTESpecificity

Methods 이 논문이 사용한 방법론

Focus 설명 없음
Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Character-based Joint Segmentation and POS Tagging for Chinese using Bidirectional RNN-CRF

2017-04-05 · IJCNLP 2017 11 · Yan Shao, Christian Hardmeier, Jörg Tiedemann, Joakim Nivre

We present a character-based model for joint segmentation and POS tagging for Chinese. The bidirectional RNN-CRF architecture for general sequence tagging is adapted and applied with novel vector representations of Chine…

POSPOS TaggingSegmentation

A Bidirectional Tree Tagging Scheme for Joint Medical Relation Extraction

2020-08-31 · Xukun Luo, Weijie Liu, Meng Ma, Ping Wang

Joint medical relation extraction refers to extracting triples, composed of entities and relations, from the medical text with a single model. One of the solutions is to convert this task into a sequential tagging task. …

Medical Relation ExtractionRelationRelation Extraction

A Novel Neural Network Model for Joint POS Tagging and Graph-based Dependency Parsing

2017-05-16 · CONLL 2017 8 · Dat Quoc Nguyen, Mark Dras, Mark Johnson

We present a novel neural network model that learns POS tagging and graph-based dependency parsing jointly. Our model uses bidirectional LSTMs to learn feature representations shared for both POS tagging and dependency p…

Dependency ParsingFeature EngineeringPart-Of-Speech TaggingPOS+2

Segmental Recurrent Neural Networks

2015-11-18 · Lingpeng Kong, Chris Dyer, Noah A. Smith

We introduce segmental recurrent neural networks (SRNNs) which define, given an input sequence, a joint probability distribution over segmentations of the input and labelings of the segments. Representations of the input…

Chinese Word SegmentationHandwriting RecognitionPOSPOS Tagging

Semi-supervised sequence tagging with bidirectional language models

2017-04-29 · ACL 2017 7 · Matthew E. Peters, Waleed Ammar, Chandra Bhagavatula, Russell Power

Pre-trained word embeddings learned from unlabeled text have become a standard component of neural network architectures for NLP tasks. However, in most cases, the recurrent network that operates on word-level representa…

Chunkingnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+1