paper-with-me

홈 › Papers

The RELX Dataset and Matching the Multilingual Blanks for Cross-Lingual Relation Classification

2020-10-19 · Abdullatif Köksal, Arzucan Özgür

Relation classification is one of the key topics in information extraction, which can be used to construct knowledge bases or to provide useful information for question answering. Current approaches for relation classification are mainly focused on the English language and require lots of training data with human annotations. Creating and annotating a large amount of training data for low-resource languages is impractical and expensive. To overcome this issue, we propose two cross-lingual relation classification models: a baseline model based on Multilingual BERT and a new multilingual pretraining setup, which significantly improves the baseline with distant supervision. For evaluation, we introduce a new public benchmark dataset for cross-lingual relation classification in English, French, German, Spanish, and Turkish, called RELX. We also provide the RELX-Distant dataset, which includes hundreds of thousands of sentences with relations from Wikipedia and Wikidata collected by distant supervision for these languages. Our code and data are available at: https://github.com/boun-tabi/RELX

📄 PDF Abstract BibTeX arXiv:2010.09381

Code (1)

boun-tabi/RELX 공식 구현 pytorch

Tasks

ClassificationGeneral ClassificationQuestion AnsweringRelationRelation Classification

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
WordPiece 설명 없음
Adam 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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…
Multi-Head Attention 설명 없음
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…

Similar Papers 제목 키워드 기반

The RELX Dataset and Matching the Multilingual Blanks for Cross-Lingual Relation Classification

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Abdullatif K{\"o}ksal, Arzucan {\"O}zg{\"u}r

Relation classification is one of the key topics in information extraction, which can be used to construct knowledge bases or to provide useful information for question answering. Current approaches for relation classifi…

ClassificationQuestion AnsweringRelationRelation Classification

DiS-ReX: A Multilingual Dataset for Distantly Supervised Relation Extraction

2021-09-17 · ACL ARR September 2021 9 · Anonymous

Our goal is to study the novel task of distant supervision for multilingual relation extraction (Multi DS-RE). Research in Multi DS-RE has remained limited due to the absence of a reliable benchmarking dataset. The only …

BenchmarkingRelationRelation Extraction

Multi-blank Transducers for Speech Recognition

2022-11-04 · Hainan Xu, Fei Jia, Somshubra Majumdar, Shinji Watanabe 외

This paper proposes a modification to RNN-Transducer (RNN-T) models for automatic speech recognition (ASR). In standard RNN-T, the emission of a blank symbol consumes exactly one input frame; in our proposed method, we i…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition

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

Task-Conditional Flow Matching for Balanced Multilingual Text Embedding Adaptation

2026-08-06 · Tirth Bhatt, Naren Kumar S, Mayank Singh arxiv

Multilingual text embedding models are commonly adapted using a single training objective across diverse tasks, despite different tasks requiring fundamentally different optimization strategies. We introduce Task-Conditi…