paper-with-me

Papers

ZS-BERT: Towards Zero-Shot Relation Extraction with Attribute Representation Learning

2021-04-10 · NAACL 2021 4 · Chih-Yao Chen, Cheng-Te Li

While relation extraction is an essential task in knowledge acquisition and representation, and new-generated relations are common in the real world, less effort is made to predict unseen relations that cannot be observed at the training stage. In this paper, we formulate the zero-shot relation extraction problem by incorporating the text description of seen and unseen relations. We propose a novel multi-task learning model, zero-shot BERT (ZS-BERT), to directly predict unseen relations without hand-crafted attribute labeling and multiple pairwise classifications. Given training instances consisting of input sentences and the descriptions of their relations, ZS-BERT learns two functions that project sentences and relation descriptions into an embedding space by jointly minimizing the distances between them and classifying seen relations. By generating the embeddings of unseen relations and new-coming sentences based on such two functions, we use nearest neighbor search to obtain the prediction of unseen relations. Experiments conducted on two well-known datasets exhibit that ZS-BERT can outperform existing methods by at least 13.54\% improvement on F1 score.

📄 PDF Abstract BibTeX arXiv:2104.04697

Code (1)

dinobby/ZS-BERT 공식 구현 pytorch

Tasks

AttributeMulti-Task LearningRelationRelation ExtractionRepresentation LearningZero-shot Relation Classification

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
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$…
Weight Decay 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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.

Similar Papers 제목 키워드 기반

An Empirical Study of Pre-trained Transformers for Arabic Information Extraction

2020-04-30 · EMNLP 2020 11 · Wuwei Lan, Yang Chen, Wei Xu, Alan Ritter

Multilingual pre-trained Transformers, such as mBERT (Devlin et al., 2019) and XLM-RoBERTa (Conneau et al., 2020a), have been shown to enable the effective cross-lingual zero-shot transfer. However, their performance on …

Cross-Lingual TransferLanguage Modellingnamed-entity-recognitionNamed Entity Recognition+8

Combining Language and Graph Models for Semi-structured Information Extraction on the Web

2024-02-21 · Zhi Hong, Kyle Chard, Ian Foster

Relation extraction is an efficient way of mining the extraordinary wealth of human knowledge on the Web. Existing methods rely on domain-specific training data or produce noisy outputs. We focus here on extracting targe…

Language ModelingLanguage ModellingRelationRelation Extraction

Cross-lingual Relation Extraction with Large Language Models: Zero-Shot, Few-Shot, and Fine-Tuned Evaluation on Romanian

2026-06-30 · Dragos-Mitrut Vasile, Elena-Simona Apostol, Stefan-Adrian Toma, Adrian Paschke 외 arxiv

Relation extraction (RE) for low-resource languages is typically constrained by the lack of annotated corpora. We investigate the feasibility of cross-lingual RE for Romanian by combining automatic dataset translation wi…

Relation ClassificationRelation Extraction

Multi-Label Zero-Shot Product Attribute-Value Extraction

2024-02-13 · Jiaying Gong, Hoda Eldardiry

E-commerce platforms should provide detailed product descriptions (attribute values) for effective product search and recommendation. However, attribute value information is typically not available for new products. To p…

AttributeAttribute Value ExtractionInductive Link PredictionLink Prediction

ExtractGPT: Exploring the Potential of Large Language Models for Product Attribute Value Extraction

2023-10-19 · Alexander Brinkmann, Roee Shraga, Christian Bizer

E-commerce platforms require structured product data in the form of attribute-value pairs to offer features such as faceted product search or attribute-based product comparison. However, vendors often provide unstructure…

AttributeAttribute Value Extraction