paper-with-me

Papers

Fine-Tuning Language Models via Epistemic Neural Networks

2022-11-03 · Ian Osband, Seyed Mohammad Asghari, Benjamin Van Roy, Nat McAleese, John Aslanides, Geoffrey Irving

Language models often pre-train on large unsupervised text corpora, then fine-tune on additional task-specific data. However, typical fine-tuning schemes do not prioritize the examples that they tune on. We show that, if you can prioritize informative training data, you can achieve better performance while using fewer labels. To do this we augment a language model with an epinet: a small additional network that helps to estimate model uncertainty and forms an \textit{epistemic neural network} (ENN). ENNs are neural networks that can know what they don't know. Using an epinet to prioritize uncertain data, we can fine-tune BERT on GLUE tasks to the same performance while using 2x less data than training without prioritization. We also investigate performance in synthetic neural network generative models designed to build understanding. In each setting, using an epinet outperforms heuristic active learning schemes.

📄 PDF Abstract BibTeX arXiv:2211.01568

Code (1)

deepmind/neural_testbed 공식 구현 jax

Tasks

Active LearningLanguage ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Adam 설명 없음
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

Functional-level Uncertainty Quantification for Calibrated Fine-tuning on LLMs

2024-10-09 · Ruijia Niu, Dongxia Wu, Rose Yu, Yi-An Ma

Accurate uncertainty quantification of large language models (LLMs) provides credibility measure over their outputs. However, fine-tuned LLMs often struggle with overconfidence in uncertain predictions due to the limitat…

Common Sense ReasoningMixture-of-Expertsparameter-efficient fine-tuningUncertainty Quantification

Epistemic Goggles: A Pretrained Module that Induces an Epistemic Frame via Gradient Editing

2026-07-02 · Joshua Penman arxiv

Finetuning a language model on documents that are explicitly annotated as fictional results in a model that still actually believes the documents' core claims, an effect known as Negation Neglect. In our evaluations, mod…

PassiveQA: A Three-Action Framework for Epistemically Calibrated Question Answering via Supervised Finetuning

2026-04-06 · Madhav S Baidya arxiv

Large Language Models (LLMs) have achieved strong performance in question answering and retrieval-augmented generation (RAG), yet they implicitly assume that user queries are fully specified and answerable. In real-world…

Question AnsweringAnswer Generation

Pramana: Fine-Tuning Large Language Models for Epistemic Reasoning through Navya-Nyaya

2026-02-14 · Sharath Sathish arxiv

Large language models produce fluent text but struggle with systematic reasoning, often hallucinating confident but unfounded claims. When Apple researchers added irrelevant context to mathematical problems, LLM performa…

Epistemic Reasoning

Exploiting Belief Bases for Building Rich Epistemic Structures

2019-07-22 · Emiliano Lorini

We introduce a semantics for epistemic logic exploiting a belief base abstraction. Differently from existing Kripke-style semantics for epistemic logic in which the notions of possible world and epistemic alternative are…