paper-with-me

Papers

HTLM: Hyper-Text Pre-Training and Prompting of Language Models

2021-07-14 · ICLR 2022 4 · Armen Aghajanyan, Dmytro Okhonko, Mike Lewis, Mandar Joshi, Hu Xu, Gargi Ghosh, Luke Zettlemoyer

We introduce HTLM, a hyper-text language model trained on a large-scale web crawl. Modeling hyper-text has a number of advantages: (1) it is easily gathered at scale, (2) it provides rich document-level and end-task-adjacent supervision (e.g. class and id attributes often encode document category information), and (3) it allows for new structured prompting that follows the established semantics of HTML (e.g. to do zero-shot summarization by infilling title tags for a webpage that contains the input text). We show that pretraining with a BART-style denoising loss directly on simplified HTML provides highly effective transfer for a wide range of end tasks and supervision levels. HTLM matches or exceeds the performance of comparably sized text-only LMs for zero-shot prompting and fine-tuning for classification benchmarks, while also setting new state-of-the-art performance levels for zero-shot summarization. We also find that hyper-text prompts provide more value to HTLM, in terms of data efficiency, than plain text prompts do for existing LMs, and that HTLM is highly effective at auto-prompting itself, by simply generating the most likely hyper-text formatting for any available training data. We will release all code and models to support future HTLM research.

📄 PDF Abstract BibTeX arXiv:2107.06955

Code (0)

등록된 구현이 없습니다.

Tasks

Data-to-Text GenerationDenoisingLanguage ModellingTable-to-Text Generation

Similar Papers 제목 키워드 기반

LightLM: A Lightweight Deep and Narrow Language Model for Generative Recommendation

2023-10-26 · Kai Mei, Yongfeng Zhang

This paper presents LightLM, a lightweight Transformer-based language model for generative recommendation. While Transformer-based generative modeling has gained importance in various AI sub-fields such as NLP and vision…

HallucinationLanguage ModelingLanguage Modelling

CM3: A Causal Masked Multimodal Model of the Internet

2022-01-19 · Armen Aghajanyan, Bernie Huang, Candace Ross, Vladimir Karpukhin 외

We introduce CM3, a family of causally masked generative models trained over a large corpus of structured multi-modal documents that can contain both text and image tokens. Our new causally masked approach generates toke…

ArticlesEntity DisambiguationEntity Linking

Analyzing BERT’s Knowledge of Hypernymy via Prompting

2021-11-01 · EMNLP (BlackboxNLP) 2021 11 · Michael Hanna, David Mareček

The high performance of large pretrained language models (LLMs) such as BERT on NLP tasks has prompted questions about BERT’s linguistic capabilities, and how they differ from humans’. In this paper, we approach this que…

Hypernym Discovery

LLMs as In-Context Meta-Learners for Model and Hyperparameter Selection

2025-10-30 · Youssef Attia El Hili, Albert Thomas, Malik Tiomoko, Abdelhakim Benechehab 외 arxiv

Model and hyperparameter selection are critical but challenging in machine learning, typically requiring expert intuition or expensive automated search. We investigate whether large language models (LLMs) can act as in-c…

Hyperparameter Optimization

HyperSteer: Activation Steering at Scale with Hypernetworks

2025-06-03 · Jiuding Sun, Sidharth Baskaran, Zhengxuan Wu, Michael Sklar 외

Steering language models (LMs) by modifying internal activations is a popular approach for controlling text generation. Unsupervised dictionary learning methods, e.g., sparse autoencoders, can be scaled to produce many s…

Dictionary LearningText Generation