paper-with-me

Papers

Multi$^2$OIE: Multilingual Open Information Extraction Based on Multi-Head Attention with BERT

2020-09-17 · Youngbin Ro, Yukyung Lee, Pilsung Kang

In this paper, we propose Multi$^2$OIE, which performs open information extraction (open IE) by combining BERT with multi-head attention. Our model is a sequence-labeling system with an efficient and effective argument extraction method. We use a query, key, and value setting inspired by the Multimodal Transformer to replace the previously used bidirectional long short-term memory architecture with multi-head attention. Multi$^2$OIE outperforms existing sequence-labeling systems with high computational efficiency on two benchmark evaluation datasets, Re-OIE2016 and CaRB. Additionally, we apply the proposed method to multilingual open IE using multilingual BERT. Experimental results on new benchmark datasets introduced for two languages (Spanish and Portuguese) demonstrate that our model outperforms other multilingual systems without training data for the target languages.

📄 PDF Abstract BibTeX arXiv:2009.08128

Code (1)

youngbin-ro/Multi2OIE 공식 구현 pytorch

Tasks

Computational EfficiencyOpen Information Extraction

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Weight Decay 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

Multi\^2OIE: Multilingual Open Information Extraction Based on Multi-Head Attention with BERT

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Youngbin Ro, Yukyung Lee, Pilsung Kang

In this paper, we propose Multi$^2$OIE, which performs open information extraction (open IE) by combining BERT with multi-head attention. Our model is a sequence-labeling system with an efficient and effective argument e…

Computational EfficiencyOpen Information Extraction

Multilingual Epidemic Event Extraction : From Simple Classification Methods to Open Information Extraction (OIE) and Ontology

2021-09-01 · RANLP 2021 9 · Sihem Sahnoun, Gaël Lejeune

There is an incredible amount of information available in the form of textual documents due to the growth of information sources. In order to get the information into an actionable way, it is common to use information ex…

EpidemiologyEvent Extractionnamed-entity-recognitionNamed Entity Recognition+4

mOKB6: A Multilingual Open Knowledge Base Completion Benchmark

2022-11-13 · Shubham Mittal, Keshav Kolluru, Soumen Chakrabarti, Mausam

Automated completion of open knowledge bases (Open KBs), which are constructed from triples of the form (subject phrase, relation phrase, object phrase), obtained via open information extraction (Open IE) system, are use…

coreference-resolutionCoreference ResolutionKnowledge Base CompletionOpen Information Extraction

DetIE: Multilingual Open Information Extraction Inspired by Object Detection

2022-06-24 · Michael Vasilkovsky, Anton Alekseev, Valentin Malykh, Ilya Shenbin 외

State of the art neural methods for open information extraction (OpenIE) usually extract triplets (or tuples) iteratively in an autoregressive or predicate-based manner in order not to produce duplicates. In this work, w…

Multilingual NLPObjectobject-detectionOpen Information Extraction

Multilingual Attribute Extraction from News Web Pages

2025-02-04 · Pavel Bedrin, Maksim Varlamov, Alexander Yatskov

This paper addresses the challenge of automatically extracting attributes from news article web pages across multiple languages. Recent neural network models have shown high efficacy in extracting information from semi-s…

AttributeAttribute Extraction