paper-with-me

홈 › Papers

RFBFN: A Relation-First Blank Filling Network for Joint Relational Triple Extraction

2022-05-01 · ACL 2022 5 · Zhe Li, Luoyi Fu, Xinbing Wang, Haisong Zhang, Chenghu Zhou

Joint relational triple extraction from unstructured text is an important task in information extraction. However, most existing works either ignore the semantic information of relations or predict subjects and objects sequentially. To address the issues, we introduce a new blank filling paradigm for the task, and propose a relation-first blank filling network (RFBFN). Specifically, we first detect potential relations maintained in the text to aid the following entity pair extraction. Then, we transform relations into relation templates with blanks which contain the fine-grained semantic representation of the relations. Finally, corresponding subjects and objects are extracted simultaneously by filling the blanks. We evaluate the proposed model on public benchmark datasets. Experimental results show our model outperforms current state-of-the-art methods. The source code of our work is available at: https://github.com/lizhe2016/RFBFN.

📄 PDF Abstract BibTeX

Code (1)

lizhe2016/rfbfn 공식 구현 pytorch

Tasks

Relation

Similar Papers 제목 키워드 기반

A-TIP: Attribute-aware Text Infilling via Pre-trained Language Model

2022-10-01 · COLING 2022 10 · Dongyuan Li, Jingyi You, Kotaro Funakoshi, Manabu Okumura

Text infilling aims to restore incomplete texts by filling in blanks, which has attracted more attention recently because of its wide application in ancient text restoration and text rewriting. However, attribute- aware …

Ancient Text RestorationAttributeLanguage ModelingLanguage Modelling+1

Blank Language Models

2020-02-08 · EMNLP 2020 11 · Tianxiao Shen, Victor Quach, Regina Barzilay, Tommi Jaakkola

We propose Blank Language Model (BLM), a model that generates sequences by dynamically creating and filling in blanks. The blanks control which part of the sequence to expand, making BLM ideal for a variety of text editi…

Ancient Text RestorationLanguage ModelingLanguage ModellingStyle Transfer

GLM: General Language Model Pretraining with Autoregressive Blank Infilling

2021-03-18 · ACL 2022 5 · Zhengxiao Du, Yujie Qian, Xiao Liu, Ming Ding 외

There have been various types of pretraining architectures including autoencoding models (e.g., BERT), autoregressive models (e.g., GPT), and encoder-decoder models (e.g., T5). However, none of the pretraining frameworks…

Abstractive Text SummarizationClassificationDecoderDocument Summarization+4

GLM: General Language Model Pretraining with Autoregressive Blank Infilling

2021-11-16 · ACL ARR November 2021 11 · Anonymous

There have been various types of pretraining architectures including autoencoding models (e.g., BERT), autoregressive models (e.g., GPT), and encoder-decoder models (e.g., T5). However, none of the pretraining frameworks…

DecoderLanguage ModelingLanguage ModellingNatural Language Understanding

Blankets Joint Posterior score for learning Markov network structures

2016-08-08 · Federico Schlüter, Yanela Strappa, Diego H. Milone, Facundo Bromberg

Markov networks are extensively used to model complex sequential, spatial, and relational interactions in a wide range of fields. By learning the structure of independences of a domain, more accurate joint probability di…