paper-with-me

홈 › Papers

How to Unleash the Power of Large Language Models for Few-shot Relation Extraction?

2023-05-02 · Xin Xu, Yuqi Zhu, Xiaohan Wang, Ningyu Zhang

Scaling language models have revolutionized widespread NLP tasks, yet little comprehensively explored few-shot relation extraction with large language models. In this paper, we investigate principal methodologies, in-context learning and data generation, for few-shot relation extraction via GPT-3.5 through exhaustive experiments. To enhance few-shot performance, we further propose task-related instructions and schema-constrained data generation. We observe that in-context learning can achieve performance on par with previous prompt learning approaches, and data generation with the large language model can boost previous solutions to obtain new state-of-the-art few-shot results on four widely-studied relation extraction datasets. We hope our work can inspire future research for the capabilities of large language models in few-shot relation extraction. Code is available in https://github.com/zjunlp/DeepKE/tree/main/example/llm.

📄 PDF Abstract BibTeX arXiv:2305.01555

Code (2)

zjunlp/DeepKE/tree/main/example/llm 공식 구현 pytorch
zjunlp/deepke 공식 구현 pytorch

Tasks

In-Context LearningLanguage ModelingLanguage ModellingLarge Language ModelPrompt LearningRelationRelation Extraction

Methods 이 논문이 사용한 방법론

15 Ways to Contact How can i speak to someone at Delta Airlines 설명 없음
Multi-Head Attention 설명 없음
Attention 설명 없음
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Adam 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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 제목 키워드 기반

Unleashing the Power of Large Language Models in Zero-shot Relation Extraction via Self-Prompting

2024-10-02 · Siyi Liu, Yang Li, Jiang Li, Shan Yang 외

Recent research in zero-shot Relation Extraction (RE) has focused on using Large Language Models (LLMs) due to their impressive zero-shot capabilities. However, current methods often perform suboptimally, mainly due to a…

DiversityIn-Context LearningRelationRelation Extraction

SAM3D: Zero-Shot 3D Object Detection via Segment Anything Model

2023-06-04 · Dingyuan Zhang, Dingkang Liang, Hongcheng Yang, Zhikang Zou 외

With the development of large language models, many remarkable linguistic systems like ChatGPT have thrived and achieved astonishing success on many tasks, showing the incredible power of foundation models. In the spirit…

3D Object DetectionImage SegmentationObjectobject-detection+2

Unleashing the Reasoning Potential of Pre-trained LLMs by Critique Fine-Tuning on One Problem

2025-06-03 · YuBo Wang, Ping Nie, Kai Zou, Lijun Wu 외

We have witnessed that strong LLMs like Qwen-Math, MiMo, and Phi-4 possess immense reasoning potential inherited from the pre-training stage. With reinforcement learning (RL), these models can improve dramatically on rea…

GPUMathReinforcement Learning (RL)

MM-R1: Unleashing the Power of Unified Multimodal Large Language Models for Personalized Image Generation

2025-08-15 · Qian Liang, Yujia Wu, Kuncheng Li, Jiwei Wei 외 arxiv

Multimodal Large Language Models (MLLMs) with unified architectures excel across a wide range of vision-language tasks, yet aligning them with personalized image generation remains a significant challenge. Existing metho…

Personalized Image GenerationVisual Reasoning

Collaboration of Pre-trained Models Makes Better Few-shot Learner

2022-09-25 · Renrui Zhang, Bohao Li, Wei zhang, Hao Dong 외

Few-shot classification requires deep neural networks to learn generalized representations only from limited training images, which is challenging but significant in low-data regimes. Recently, CLIP-based methods have sh…

Few-Shot LearningRepresentation Learning