| Challenge: | a monolithic framework for multilingual learning can be used without any task/language-specific module. |
| Approach: | They propose a framework to exploit prompting methods for learning a unified semantic space for different languages and tasks with multilingual prompt engineering. |
| Outcome: | The proposed framework can learn tasks from different languages in a monolithic framework without any task/language-specific module. |
Similar Papers
Multilingual Relation Classification via Efficient and Effective Prompting (2022.emnlp-main)
Copied to clipboard
| Challenge: | Existing work on prompt-based multilingual relation classification (RC) uses pre-trained language models with limited resources. |
| Approach: | They propose a prompt-based multilingual relation classification method that constructs relation triples from relation triple labels and requires minimal translation for the class labels. |
| Outcome: | The proposed method outperforms baselines in English-task training in cross-lingual settings and in fully supervised and few-shot scenarios. |
Beyond English: The Impact of Prompt Translation Strategies across Languages and Tasks in Multilingual LLMs (2025.findings-naacl)
Copied to clipboard
| Challenge: | Current LLMs are primarily trained on English data but also include data from other languages. |
| Approach: | They propose to use a pre-translation strategy to translate a task prompt into English before inference . they use 'a modular entity' that could be translated into four different languages . |
| Outcome: | The proposed strategies are based on a set of pre-trained data across 35 languages covering both low and high-resource languages. |
Zero-shot Cross-lingual Transfer of Prompt-based Tuning with a Unified Multilingual Prompt (2022.emnlp-main)
Copied to clipboard
| Challenge: | Existing work focuses on monolingual prompts, but we study multilingual prompt for multilingual models. |
| Approach: | They propose a model that uses a unified prompt for all languages, called UniPrompt, to alleviate the effort of designing different prompts for multiple languages. |
| Outcome: | The proposed model outperforms baseline models in the zero-shot cross-lingual setting. |
Towards Unified Task Embeddings Across Multiple Models: Bridging the Gap for Prompt-Based Large Language Models and Beyond (2024.findings-acl)
Copied to clipboard
| Challenge: | Existing task embedding methods rely on fine-tuned, task-specific language models, which hinders their adaptability to prompt-guided Large Language Models (LLMs). |
| Approach: | They propose a framework for unified task embedding that harmonizes task embeds from various models within a single vector space. |
| Outcome: | The proposed framework harmonizes task embeddings from various models within a single vector space. |
Teaching-Inspired Integrated Prompting Framework: A Novel Approach for Enhancing Reasoning in Large Language Models (2025.coling-industry)
Copied to clipboard
| Challenge: | Large Language Models (LLMs) exhibit impressive performance across various domains but struggle with arithmetic reasoning tasks. |
| Approach: | They propose a Teaching-Inspired Integrated Prompting Framework which emulates the instructional process of a teacher guiding students. |
| Outcome: | The proposed framework improves reasoning accuracy on nine benchmarks. |
Multilingual Prompting for Improving LLM Generation Diversity (2025.emnlp-main)
Copied to clipboard
| Challenge: | Large Language Models lack cultural representation and diversity in their generations . lack of demographic diversity can lead to unfair lack of exposure of artists . |
| Approach: | They propose a prompting method which generates several variations of a base prompt with added cultural and linguistic cues from several cultures, generates responses, and then combines the results. |
| Outcome: | The proposed method outperforms existing diversity-enhancing techniques . it can generate multiple variations of a base prompt with cultural cues from multiple cultures . |
Exploiting Language Model Prompts Using Similarity Measures: A Case Study on the Word-in-Context Task (2022.acl-short)
Copied to clipboard
| Challenge: | Existing few-shot approaches fail on the semantic distinction task of the Word-in-Context dataset. |
| Approach: | They propose a prompt-based approach which boosts few-shot performance to the level of fully supervised methods by using similarity metrics. |
| Outcome: | The proposed technique boosts few-shot performance to the level of fully supervised methods. |
Efficiently Aligned Cross-Lingual Transfer Learning for Conversational Tasks using Prompt-Tuning (2024.findings-eacl)
Copied to clipboard
| Challenge: | Cross-lingual transfer of language models trained on high-resource languages such as English has been limited due to the high cost of obtaining non-English conversational data. |
| Approach: | They introduce a parallel and large-scale multilingual conversation dataset that is used for cross-lingual alignment pretraining by translating the English-only Schema-Guided Dialogue dataset into 105 other languages. |
| Outcome: | The proposed model performs well on slot-filling and intent classification tasks, and is able to perform well in other languages. |
Iteratively Prompt Pre-trained Language Models for Chain of Thought (2022.emnlp-main)
Copied to clipboard
| Challenge: | Pre-trained language models (PLMs) internalize a great amount of knowledge, but have been shown incapable of recalling this knowledge to solve complex & multi-step reasoning tasks. |
| Approach: | They propose an iterative prompting framework which progressively elicits relevant knowledge from PLMs for multi-step inference. |
| Outcome: | The proposed prompting framework outperforms existing prompting methods on three datasets involving multi-step reasoning. |
Scalable Prompt Generation for Semi-supervised Learning with Language Models (2023.findings-eacl)
Copied to clipboard
| Challenge: | Prompt-based learning methods in semi-supervised learning (SSL) settings have been shown to be effective on multiple natural language understanding datasets and tasks. |
| Approach: | They propose to use a set of prompt tokens to create diverse prompt models and a varying number of soft prompt token to encourage language models to learn different prompts. |
| Outcome: | The proposed method achieves the best average accuracy of 71.5% in different few-shot learning settings. |