paper-with-me

Papers Winogrande

“Winogrande” 태그가 달린 논문 26편 · 필터 해제

Elastic Weight Consolidation for Full-Parameter Continual Pre-Training of Gemma2

2025-05-09 · Vytenis Šliogeris, Povilas Daniušis, Artūras Nakvosas

This technical report describes an experiment on autoregressive pre-training of Gemma2 2 billion parameter large language model (LLM) with 10\% on the Lithuanian language component of CulturaX from the point of view of c…

ARCBelebeleContinual LearningGSM8K+7

More is Less: The Pitfalls of Multi-Model Synthetic Preference Data in DPO Safety Alignment

2025-04-03 · Yifan Wang, Runjin Chen, Bolian Li, David Cho 외

Aligning large language models (LLMs) with human values is an increasingly critical step in post-training. Direct Preference Optimization (DPO) has emerged as a simple, yet effective alternative to reinforcement learning…

ARCHellaSwagMMLUSafety Alignment+2

WinoWhat: A Parallel Corpus of Paraphrased WinoGrande Sentences with Common Sense Categorization

2025-03-31 · Ine Gevers, Victor De Marez, Luna De Bruyne, Walter Daelemans

In this study, we take a closer look at how Winograd schema challenges can be used to evaluate common sense reasoning in LLMs. Specifically, we evaluate generative models of different sizes on the popular WinoGrande benc…

Common Sense ReasoningMemorizationWinogrande

Obliviate: Efficient Unmemorization for Protecting Intellectual Property in Large Language Models

2025-02-20 · Mark Russinovich, Ahmed Salem

Recent copyright agreements between AI companies and content creators underscore the need for fine-grained control over language models' ability to reproduce copyrighted text. Existing defenses-ranging from aggressive un…

HellaSwagMemorizationMMLUTruthfulQA+1

Bridging the Gap: Enhancing LLM Performance for Low-Resource African Languages with New Benchmarks, Fine-Tuning, and Cultural Adjustments

2024-12-16 · Tuka Alhanai, Adam Kasumovic, Mohammad Ghassemi, Aven Zitzelberger 외

Large Language Models (LLMs) have shown remarkable performance across various tasks, yet significant disparities remain for non-English languages, and especially native African languages. This paper addresses these dispa…

Clinical KnowledgeCollege MedicineCross-Lingual TransferMMLU+2

PortLLM: Personalizing Evolving Large Language Models with Training-Free and Portable Model Patches

2024-10-08 · Rana Muhammad Shahroz Khan, Pingzhi Li, Sukwon Yun, Zhenyu Wang 외

As large language models (LLMs) increasingly shape the AI landscape, fine-tuning pretrained models has become more popular than in the pre-LLM era for achieving optimal performance in domain-specific tasks. However, pret…

GPUGSM8Kparameter-efficient fine-tuningQuestion Answering+1

Judgment of Thoughts: Courtroom of the Binary Logical Reasoning in Large Language Models

2024-09-25 · Sungjune Park, Daeseon Choi

This paper proposes a novel prompt engineering technique called Judgment of Thought (JoT) that is specifically tailored for binary logical reasoning tasks. JoT employs three roles$\unicode{x2014}$lawyer, prosecutor, and …

Fake News DetectionLanguage ModelingLanguage ModellingLarge Language Model+4

$\texttt{metabench}$ -- A Sparse Benchmark to Measure General Ability in Large Language Models

2024-07-04 · Alex Kipnis, Konstantinos Voudouris, Luca M. Schulze Buschoff, Eric Schulz

Large Language Models (LLMs) vary in their abilities on a range of tasks. Initiatives such as the $\texttt{Open LLM Leaderboard}$ aim to quantify these differences with several large benchmarks (sets of test items to whi…

ARCGSM8KHellaSwagMMLU+2

Promises, Outlooks and Challenges of Diffusion Language Modeling

2024-06-17 · Justin Deschenaux, Caglar Gulcehre

The modern autoregressive Large Language Models (LLMs) have achieved outstanding performance on NLP benchmarks, and they are deployed in the real world. However, they still suffer from limitations of the autoregressive t…

ARCHellaSwagLanguage ModelingLanguage Modelling+1

LayerSkip: Enabling Early Exit Inference and Self-Speculative Decoding

2024-04-25 · Mostafa Elhoushi, Akshat Shrivastava, Diana Liskovich, Basil Hosmer 외

We present LayerSkip, an end-to-end solution to speed-up inference of large language models (LLMs). First, during training we apply layer dropout, with low dropout rates for earlier layers and higher dropout rates for la…

GSM8KHellaSwagHumanEvalMath+6

LISA: Layerwise Importance Sampling for Memory-Efficient Large Language Model Fine-Tuning

2024-03-26 · Rui Pan, Xiang Liu, Shizhe Diao, Renjie Pi 외

The machine learning community has witnessed impressive advancements since large language models (LLMs) first appeared. Yet, their massive memory consumption has become a significant roadblock to large-scale training. Fo…

GPUGSM8KLanguage ModelingLanguage Modelling+4

Who's Harry Potter? Approximate Unlearning in LLMs

2023-10-03 · Ronen Eldan, Mark Russinovich

Large language models (LLMs) are trained on massive internet corpora that often contain copyrighted content. This poses legal and ethical challenges for the developers and users of these models, as well as the original a…

ARCGPUHellaSwagLanguage Modelling+1

Are Hard Examples also Harder to Explain? A Study with Human and Model-Generated Explanations

2022-11-14 · Swarnadeep Saha, Peter Hase, Nazneen Rajani, Mohit Bansal

Recent work on explainable NLP has shown that few-shot prompting can enable large pretrained language models (LLMs) to generate grammatical and factual natural language explanations for data labels. In this work, we stud…

Winogrande

On Curriculum Learning for Commonsense Reasoning

2022-07-01 · NAACL 2022 7 · Adyasha Maharana, Mohit Bansal

Commonsense reasoning tasks follow a standard paradigm of finetuning pretrained language models on the target task data, where samples are introduced to the model in a random order during training. However, recent resear…

HellaSwagLearning-To-RankNatural Language UnderstandingQuestion Answering+1

A Warm Start and a Clean Crawled Corpus - A Recipe for Good Language Models

2022-06-01 · LREC 2022 6 · Vésteinn Snæbjarnarson, Haukur Barri Símonarson, Pétur Orri Ragnarsson, Svanhvít Lilja Ingólfsdóttir 외

We train several language models for Icelandic, including IceBERT, that achieve state-of-the-art performance in a variety of downstream tasks, including part-of-speech tagging, named entity recognition, grammatical error…

Constituency ParsingGrammatical Error Detectionnamed-entity-recognitionNamed Entity Recognition+3

ST-MoE: Designing Stable and Transferable Sparse Expert Models

2022-02-17 · Barret Zoph, Irwan Bello, Sameer Kumar, Nan Du 외

Scale has opened new frontiers in natural language processing -- but at a high cost. In response, Mixture-of-Experts (MoE) and Switch Transformers have been proposed as an energy efficient path to even larger and more ca…

ARCCommon Sense ReasoningCoreference ResolutionDecoder+8

An Application of Pseudo-Log-Likelihoods to Natural Language Scoring

2022-01-23 · Darren Abramson, Ali Emami

Language models built using semi-supervised machine learning on large corpora of natural language have very quickly enveloped the fields of natural language generation and understanding. In this paper we apply a zero-sho…

Common Sense ReasoningGPULanguage ModelingLanguage Modelling+3

A Warm Start and a Clean Crawled Corpus -- A Recipe for Good Language Models

2022-01-14 · Vésteinn Snæbjarnarson, Haukur Barri Símonarson, Pétur Orri Ragnarsson, Svanhvít Lilja Ingólfsdóttir 외

We train several language models for Icelandic, including IceBERT, that achieve state-of-the-art performance in a variety of downstream tasks, including part-of-speech tagging, named entity recognition, grammatical error…

Constituency ParsingGrammatical Error Detectionnamed-entity-recognitionNamed Entity Recognition+3

Few-Shot Out-of-Domain Transfer Learning of Natural Language Explanations in a Label-Abundant Setup

2021-12-12 · Yordan Yordanov, Vid Kocijan, Thomas Lukasiewicz, Oana-Maria Camburu

Training a model to provide natural language explanations (NLEs) for its predictions usually requires the acquisition of task-specific NLEs, which is time- and resource-consuming. A potential solution is the few-shot out…

Natural Language InferenceTransfer LearningWinogrande

Scaling Language Models: Methods, Analysis & Insights from Training Gopher

2021-12-08 · NA 2021 12 · Jack W. Rae, Sebastian Borgeaud, Trevor Cai, Katie Millican 외

Language modelling provides a step towards intelligent communication systems by harnessing large repositories of written human knowledge to better predict and understand the world. In this paper, we present an analysis o…

Abstract AlgebraAnachronismsAnalogical SimilarityAnalytic Entailment+143
1–20 / 26 다음 →