paper-with-me

Papers

Dissecting In-Context Learning of Translations in GPTs

2023-10-24 · Vikas Raunak, Hany Hassan Awadalla, Arul Menezes

Most of the recent work in leveraging Large Language Models (LLMs) such as GPT-3 for Machine Translation (MT) has focused on selecting the few-shot samples for prompting. In this work, we try to better understand the role of demonstration attributes for the in-context learning of translations through perturbations of high-quality, in-domain demonstrations. We find that asymmetric perturbation of the source-target mappings yield vastly different results. We show that the perturbation of the source side has surprisingly little impact, while target perturbation can drastically reduce translation quality, suggesting that it is the output text distribution that provides the most important learning signal during in-context learning of translations. We propose a method named Zero-Shot-Context to add this signal automatically in Zero-Shot prompting. We demonstrate that it improves upon the zero-shot translation performance of GPT-3, even making it competitive with few-shot prompted translations.

📄 PDF Abstract BibTeX arXiv:2310.15987

Code (0)

등록된 구현이 없습니다.

Tasks

In-Context LearningMachine TranslationTranslation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
15 Ways to Contact How can i speak to someone at Delta Airlines 설명 없음
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…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
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…
Weight Decay 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

Do GPTs Produce Less Literal Translations?

2023-05-26 · Vikas Raunak, Arul Menezes, Matt Post, Hany Hassan Awadalla

Large Language Models (LLMs) such as GPT-3 have emerged as general-purpose language models capable of addressing many natural language generation or understanding tasks. On the task of Machine Translation (MT), multiple …

Machine TranslationNMTText GenerationTranslation+1

GPTs and Language Barrier: A Cross-Lingual Legal QA Examination

2024-03-26 · Ha-Thanh Nguyen, Hiroaki Yamada, Ken Satoh

In this paper, we explore the application of Generative Pre-trained Transformers (GPTs) in cross-lingual legal Question-Answering (QA) systems using the COLIEE Task 4 dataset. In the COLIEE Task 4, given a statement and …

ArticlesBenchmarkingQuestion Answeringvalid

Heuristic-enhanced Candidates Selection strategy for GPTs tackle Few-Shot Aspect-Based Sentiment Analysis

2024-04-09 · Baoxing Jiang, Yujie Wan, Shenggen Ju

Few-Shot Aspect-Based Sentiment Analysis (FSABSA) is an indispensable and highly challenging task in natural language processing. However, methods based on Pre-trained Language Models (PLMs) struggle to accommodate multi…

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)SentenceSentiment Analysis

Privacy and Security Threat for OpenAI GPTs

2025-06-04 · Wei Wenying, Zhao Kaifa, Xue Lei, Fan Ming

Large language models (LLMs) demonstrate powerful information handling capabilities and are widely integrated into chatbot applications. OpenAI provides a platform for developers to construct custom GPTs, extending ChatG…

Chatbot

GPT in Sheep's Clothing: The Risk of Customized GPTs

2024-01-17 · Sagiv Antebi, Noam Azulay, Edan Habler, Ben Ganon 외

In November 2023, OpenAI introduced a new service allowing users to create custom versions of ChatGPT (GPTs) by using specific instructions and knowledge to guide the model's behavior. We aim to raise awareness of the fa…