paper-with-me

Papers

Multilingual Relation Classification via Efficient and Effective Prompting

2022-10-25 · Yuxuan Chen, David Harbecke, Leonhard Hennig

Prompting pre-trained language models has achieved impressive performance on various NLP tasks, especially in low data regimes. Despite the success of prompting in monolingual settings, applying prompt-based methods in multilingual scenarios has been limited to a narrow set of tasks, due to the high cost of handcrafting multilingual prompts. In this paper, we present the first work on prompt-based multilingual relation classification (RC), by introducing an efficient and effective method that constructs prompts from relation triples and involves only minimal translation for the class labels. We evaluate its performance in fully supervised, few-shot and zero-shot scenarios, and analyze its effectiveness across 14 languages, prompt variants, and English-task training in cross-lingual settings. We find that in both fully supervised and few-shot scenarios, our prompt method beats competitive baselines: fine-tuning XLM-R_EM and null prompts. It also outperforms the random baseline by a large margin in zero-shot experiments. Our method requires little in-language knowledge and can be used as a strong baseline for similar multilingual classification tasks.

📄 PDF Abstract BibTeX arXiv:2210.13838

Code (1)

dfki-nlp/meffi-prompt 공식 구현 pytorch

Tasks

ClassificationRelationRelation Classification

Similar Papers 제목 키워드 기반

How and Where to Translate? The Impact of Translation Strategies in Cross-lingual LLM Prompting

2025-07-21 · Aman Gupta, Yingying Zhuang, Zhou Yu, Ziji Zhang 외 arxiv

Despite advances in the multilingual capabilities of Large Language Models (LLMs), their performance varies substantially across different languages and tasks. In multilingual retrieval-augmented generation (RAG)-based s…

Polyglot Prompt: Multilingual Multitask PrompTraining

2022-04-29 · Jinlan Fu, See-Kiong Ng, PengFei Liu

This paper aims for a potential architectural improvement for multilingual learning and asks: Can different tasks from different languages be modeled in a monolithic framework, i.e. without any task/language-specific mod…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Natural Language Inference+5

Prompt Balance Matters: Understanding How Imbalanced Few-Shot Learning Affects Multilingual Sense Disambiguation in LLMs

2025-10-04 · Deshan Sumanathilaka, Nicholas Micallef, Julian Hough arxiv

Recent advances in Large Language Models (LLMs) have significantly reshaped the landscape of Natural Language Processing (NLP). Among the various prompting techniques, few-shot prompting has gained considerable attention…

Word Sense DisambiguationFew-Shot Learning

GateNLP at SemEval-2025 Task 10: Hierarchical Three-Step Prompting for Multilingual Narrative Classification

2025-05-28 · Iknoor Singh, Carolina Scarton, Kalina Bontcheva

The proliferation of online news and the increasing spread of misinformation necessitate robust methods for automatic data analysis. Narrative classification is emerging as a important task, since identifying what is bei…

ArticlesLanguage ModelingLanguage ModellingLarge Language Model+1

Multilingual Prompting for Improving LLM Generation Diversity

2025-05-21 · Qihan Wang, Shidong Pan, Tal Linzen, Emily Black

Large Language Models (LLMs) are known to lack cultural representation and overall diversity in their generations, from expressing opinions to answering factual questions. To mitigate this problem, we propose multilingua…

DiversityHallucination