paper-with-me

Papers

RelationPrompt: Leveraging Prompts to Generate Synthetic Data for Zero-Shot Relation Triplet Extraction

2022-03-17 · Findings (ACL) 2022 5 · Yew Ken Chia, Lidong Bing, Soujanya Poria, Luo Si

Despite the importance of relation extraction in building and representing knowledge, less research is focused on generalizing to unseen relations types. We introduce the task setting of Zero-Shot Relation Triplet Extraction (ZeroRTE) to encourage further research in low-resource relation extraction methods. Given an input sentence, each extracted triplet consists of the head entity, relation label, and tail entity where the relation label is not seen at the training stage. To solve ZeroRTE, we propose to synthesize relation examples by prompting language models to generate structured texts. Concretely, we unify language model prompts and structured text approaches to design a structured prompt template for generating synthetic relation samples when conditioning on relation label prompts (RelationPrompt). To overcome the limitation for extracting multiple relation triplets in a sentence, we design a novel Triplet Search Decoding method. Experiments on FewRel and Wiki-ZSL datasets show the efficacy of RelationPrompt for the ZeroRTE task and zero-shot relation classification. Our code and data are available at github.com/declare-lab/RelationPrompt.

📄 PDF Abstract BibTeX arXiv:2203.09101

Code (2)

declare-lab/relationprompt 공식 구현 pytorch
declare-lab/hyperred pytorch

Tasks

Language ModelingLanguage ModellingRelationRelation ClassificationRelation ExtractionSentenceTripletZero-shot Relation ClassificationZero-shot Relation Triplet Extraction

Similar Papers 제목 키워드 기반

Synthetic Boost: Leveraging Synthetic Data for Enhanced Vision-Language Segmentation in Echocardiography

2023-09-22 · Rabin Adhikari, Manish Dhakal, Safal Thapaliya, Kanchan Poudel 외

Accurate segmentation is essential for echocardiography-based assessment of cardiovascular diseases (CVDs). However, the variability among sonographers and the inherent challenges of ultrasound images hinder precise segm…

SegmentationVision-Language Segmentation

DALDA: Data Augmentation Leveraging Diffusion Model and LLM with Adaptive Guidance Scaling

2024-09-25 · Kyuheon Jung, Yongdeuk Seo, Seongwoo Cho, Jaeyoung Kim 외

In this paper, we present an effective data augmentation framework leveraging the Large Language Model (LLM) and Diffusion Model (DM) to tackle the challenges inherent in data-scarce scenarios. Recently, DMs have opened …

Data AugmentationDiversityLanguage ModelingLanguage Modelling+1

From Seed to Harvest: Augmenting Human Creativity with AI for Red-teaming Text-to-Image Models

2025-07-23 · Jessica Quaye, Charvi Rastogi, Alicia Parrish, Oana Inel 외 arxiv

Text-to-image (T2I) models have become prevalent across numerous applications, making their robust evaluation against adversarial attacks a critical priority. Continuous access to new and challenging adversarial prompts …

Leveraging Graph Structures and Large Language Models for End-to-End Synthetic Task-Oriented Dialogues

2025-01-21 · Maya Medjad, Hugo Imbert, Bruno Yun, Raphaël Szymocha 외

Training task-oriented dialogue systems is both costly and time-consuming, due to the need for high-quality datasets encompassing diverse intents. Traditional methods depend on extensive human annotation, while recent ad…

Task-Oriented Dialogue Systems

Measuring diversity of synthetic prompts and data generated with fine-grained persona prompting

2025-05-23 · Gauri Kambhatla, Chantal Shaib, Venkata Govindarajan

Fine-grained personas have recently been used for generating 'diverse' synthetic data for pre-training and supervised fine-tuning of Large Language Models (LLMs). In this work, we measure the diversity of persona-driven …

Diversity