General Relation Extraction Using Probabilistic Crossover


KIPS Transactions on Software and Data Engineering, Vol. 12, No. 8, pp. 371-380, Aug. 2023
https://doi.org/10.3745/KTSDE.2023.12.8.371,   PDF Download:
Keywords: Relation Extraction, Deep Learning, pre-trained language model, Probabilistic Crossover
Abstract

Relation extraction is to extract relationships between named entities from text. Traditionally, relation extraction methods only extract relations between predetermined subject and object entities. However, in end-to-end relation extraction, all possible relations must be extracted by considering the positions of the subject and object for each pair of entities, and so this method uses time and resources inefficiently. To alleviate this problem, this paper proposes a method that sets directions based on the positions of the subject and object, and extracts relations according to the directions. The proposed method utilizes existing relation extraction data to generate direction labels indicating the direction in which the subject points to the object in the sentence, adds entity position tokens and entity type to sentences to predict the directions using a pre-trained language model (KLUE-RoBERTa-base, RoBERTa-base), and generates representations of subject and object entities through probabilistic crossover operation. Then, we make use of these representations to extract relations. Experimental results show that the proposed model performs about 3 ~ 4%p better than a method for predicting integrated labels. In addition, when learning Korean and English data using the proposed model, the performance was 1.7%p higher in English than in Korean due to the number of data and language disorder and the values of the parameters that produce the best performance were different. By excluding the number of directional cases, the proposed model can reduce the waste of resources in end-to-end relation extraction.


Statistics
Show / Hide Statistics

Statistics (Cumulative Counts from September 1st, 2017)
Multiple requests among the same browser session are counted as one view.
If you mouse over a chart, the values of data points will be shown.


Cite this article
[IEEE Style]
J. Lee and J. Kim, "General Relation Extraction Using Probabilistic Crossover," KIPS Transactions on Software and Data Engineering, vol. 12, no. 8, pp. 371-380, 2023. DOI: https://doi.org/10.3745/KTSDE.2023.12.8.371.

[ACM Style]
Je-Seung Lee and Jae-Hoon Kim. 2023. General Relation Extraction Using Probabilistic Crossover. KIPS Transactions on Software and Data Engineering, 12, 8, (2023), 371-380. DOI: https://doi.org/10.3745/KTSDE.2023.12.8.371.