paper-with-me

Papers

ICL Markup: Structuring In-Context Learning using Soft-Token Tags

2023-12-12 · Marc-Etienne Brunet, Ashton Anderson, Richard Zemel

Large pretrained language models (LLMs) can be rapidly adapted to a wide variety of tasks via a text-to-text approach, where the instruction and input are fed to the model in natural language. Combined with in-context learning (ICL), this paradigm is impressively flexible and powerful. However, it also burdens users with an overwhelming number of choices, many of them arbitrary. Inspired by markup languages like HTML, we contribute a method of using soft-token tags to compose prompt templates. This approach reduces arbitrary decisions and streamlines the application of ICL. Our method is a form of meta-learning for ICL; it learns these tags in advance during a parameter-efficient fine-tuning ``warm-up'' process. The tags can subsequently be used in templates for ICL on new, unseen tasks without any additional fine-tuning. Our experiments with this approach yield promising initial results, improving LLM performance on important enterprise applications such as few-shot and open-world intent detection, as well as text classification in news and legal domains.

📄 PDF Abstract BibTeX arXiv:2312.07405

Code (0)

등록된 구현이 없습니다.

Tasks

In-Context LearningIntent DetectionMeta-Learningparameter-efficient fine-tuningtext-classificationText Classification

Similar Papers 제목 키워드 기반

Automatic Bilingual Markup Transfer

2021-11-01 · Findings (EMNLP) 2021 11 · Thomas Zenkel, Joern Wuebker, John DeNero

We describe the task of bilingual markup transfer, which involves placing markup tags from a source sentence into a fixed target translation. This task arises in practice when a human translator generates the target tran…

Machine TranslationSentenceTranslation

How Should Markup Tags Be Translated?

2020-11-01 · WMT (EMNLP) 2020 11 · Greg Hanneman, Georgiana Dinu

The ability of machine translation (MT) models to correctly place markup is crucial to generating high-quality translations of formatted input. This paper compares two commonly used methods of representing markup tags an…

Data AugmentationMachine TranslationTAGTranslation

TransIns: Document Translation with Markup Reinsertion

2021-11-01 · EMNLP (ACL) 2021 11 · Jörg Steffen, Josef van Genabith

For many use cases, it is required that MT does not just translate raw text, but complex formatted documents (e.g. websites, slides, spreadsheets) and the result of the translation should reflect the formatting. This is …

Document TranslationNMTTranslation

Conceptual Knowledge Markup Language: An Introduction

2018-10-10 · Robert E. Kent

Conceptual Knowledge Markup Language (CKML) is an application of XML. Earlier versions of CKML followed rather exclusively the philosophy of Conceptual Knowledge Processing (CKP), a principled approach to knowledge repre…

Philosophy

Prompt Orchestration Markup Language

2025-08-19 · Yuge Zhang, Nan Chen, Jiahang Xu, Yuqing Yang arxiv

Large Language Models (LLMs) require sophisticated prompting, yet current practices face challenges in structure, data integration, format sensitivity, and tooling. Existing methods lack comprehensive solutions for organ…