in-context-learning

Tag

Cards List
#in-context-learning

Enhancing Scientific Named Entity Recognition via Large Language Models: A Type-driven Multi-task Learning Approach

arXiv cs.CL · 2026-08-11 Cached

This paper proposes TdSciNER, a type-driven multi-task learning approach that leverages LLMs to improve scientific named entity recognition by filtering entity types, adding an auxiliary typing task, and using a demonstration selection strategy. Experiments on three datasets show performance comparable to fully supervised models.

0 favorites 0 likes
#in-context-learning

Bootstrap-Conditioned Action Selection with Tabular Foundation Models

arXiv cs.LG · 2026-08-10 Cached

The paper proposes BC-ICL, a bootstrap-conditioned action selection method that leverages pretrained tabular foundation models with in-context learning for contextual bandits, improving exploration and regret performance under strict online protocols.

0 favorites 0 likes
#in-context-learning

BDH-CQ: In-Context Learning with Recurrent Latent Reasoning

Hugging Face Daily Papers · 2026-08-10 Cached

This paper introduces BDH-CQ, a 150M-parameter reasoning model that combines in-context learning with recurrent latent reasoning, achieving 29.5% pass@2 on ARC-AGI-1 at very low inference cost and establishing a new cost-accuracy frontier.

0 favorites 0 likes
#in-context-learning

Align-RAG: Alignment Is All You Need for TSFM In-Context Learning

arXiv cs.LG · 2026-08-07 Cached

Align-RAG introduces a training-free, closed-form alignment method for retrieval-augmented forecasting with frozen Time Series Foundation Models, outperforming learned fusion adapters on standard benchmarks without any learned parameters.

0 favorites 0 likes
#in-context-learning

Example-Guided Prompting for Document-Level Text Simplification

arXiv cs.CL · 2026-08-07 Cached

This paper investigates using retrieved document-simplification examples to guide LLM prompting for document-level text simplification, showing improvements over prompt-only generation on the OneStopEnglish corpus.

0 favorites 0 likes
#in-context-learning

EdgeLM: Edge Demonstrations for Language Models' Table Understanding

arXiv cs.CL · 2026-08-06 Cached

EdgeLM is a research paper proposing a retrieval framework that selects edge demonstrations—relevant examples near decision boundaries—to improve LLM performance on table understannding and data wrangling tasks.

0 favorites 0 likes
#in-context-learning

Test, then Route: How Language Models Execute In-Context Conditional Rules Across Models and Languages

arXiv cs.CL · 2026-08-06 Cached

This paper investigates how language models execute in-context conditional rules by probing whether testing and routing are separable mechanisms. Using activation patching across three open models and six languages, the authors find that predicate testing is modular while route representations are token-bound and non-transferable.

0 favorites 0 likes
#in-context-learning

A Graph Signal Processing Perspective on Numerical Sequence Representations in LLM In-Context Learning

arXiv cs.LG · 2026-08-05 Cached

This paper applies graph signal processing to analyze how LLMs internally represent numerical sequences during in-context learning, finding that attention-induced token graphs and hidden-state signals show systematic, context-dependent signatures related to input complexity.

0 favorites 0 likes
#in-context-learning

ContinualSkillBench: Can LLM Agents Truly Evolve Their Capabilities?

Hugging Face Daily Papers · 2026-08-04 Cached

Introduces ContinualSkillBench, a dynamic evaluation framework for in-context continual skill learning in LLM agents, showing that while sequential execution improves performance, current methods struggle to consolidate experience into robust, transferable skills.

0 favorites 0 likes
#in-context-learning

PluRel-to-RDB-PFN: Schema-Guided Synthetic Relational Pretraining

arXiv cs.LG · 2026-08-03 Cached

This paper explores using the PluRel synthetic relational database generator as an external data source for pretraining RDB-PFN, a relational in-context learner, demonstrating that schema-guided curriculum design can recover most of the original performance with far fewer pretraining tasks.

0 favorites 0 likes
#in-context-learning

Curriculum Matters: Data-Efficient Relational PFN Pretraining with Synthetic Data

arXiv cs.LG · 2026-08-03 Cached

This paper studies how curriculum design and synthetic data diversity affect relational Prior-Data Fitted Network (PFN) pretraining, showing that progressive curricula can match or nearly match RDB-PFN's performance with far less synthetic data.

0 favorites 0 likes
#in-context-learning

Gradient-free Task-Conditioned Retrieval for On-Device In-Context Learning

arXiv cs.CL · 2026-07-31 Cached

This paper proposes CoRA, a gradient-free framework for task-conditioned retrieval in on-device in-context learning, using frozen encoders and closed-form ridge regression to build compact retrieval bases without fine-tuning or backpropagation.

0 favorites 0 likes
#in-context-learning

Understanding Context Sampling in TabPFN on Small Tabular Datasets

arXiv cs.LG · 2026-07-30 Cached

This paper investigates context sampling for TabPFN on small tabular datasets, finding that context diversity and coverage are more important than distribution matching for accuracy, and that random sampling is effective.

0 favorites 0 likes
#in-context-learning

How Context Attribution Handles What the Model Already Knows

arXiv cs.CL · 2026-07-28 Cached

This paper introduces an evaluation protocol with four new metrics and a benchmark dataset to assess context attribution methods for LLMs, showing they fail when context overlaps with training data.

0 favorites 0 likes
#in-context-learning

NVIDIA Ising Enables Fully Automated Quantum Computer Calibration with Enhanced In-Context Learning

Reddit r/singularity · 2026-07-27 Cached

NVIDIA unveiled Ising Calibration 1.5, an open-source vision language model that fully automates quantum computer calibration with enhanced in-context learning and improved performance, now deployable on a single GPU.

0 favorites 0 likes
#in-context-learning

Sample-Efficient Learning from Agent Experience

Hugging Face Daily Papers · 2026-07-23 Cached

Proposes Experience Distillation, a method that internalizes in-context learning gains from agent interaction histories into model weights without requiring additional environment interaction, achieving significant sample efficiency improvements on software engineering and text-adventure tasks.

0 favorites 0 likes
#in-context-learning

Censoring-Aware In-Context Learning for Generalized Supplier Lead Time Estimation in Supply Chain Planning

arXiv cs.LG · 2026-07-22 Cached

This paper introduces LeadTime-ICL (LT-ICL), a censoring-aware in-context learning model for probabilistic supplier lead time forecasting. It combines a transformer backbone with a normalizing flow head and demonstrates strong performance across 24 industrial supply chain datasets without task-specific retraining.

0 favorites 0 likes
#in-context-learning

Induction in Both Directions: A Mechanistic Analysis of In-Context Learning in Masked Diffusion Language Models

arXiv cs.CL · 2026-07-20 Cached

This paper presents a mechanistic analysis of induction in masked diffusion language models, identifying a bidirectional induction circuit and showing that these models use the global fraction of masked tokens as an implicit timestep.

0 favorites 0 likes
#in-context-learning

In-context learning of closed form solution to simple linear regression task using transformer with linear self-attention

arXiv cs.LG · 2026-07-20 Cached

This paper constructs a transformer with linear self-attention that performs in-context learning of the closed-form least squares solution for simple linear regression, using layer normalization to approximate the analytical solution rather than gradient descent.

0 favorites 0 likes
#in-context-learning

Tabular Foundation Models for Discrete Choice Estimation

arXiv cs.LG · 2026-07-16 Cached

This paper proposes a reformulation to apply tabular foundation models (TFMs) to discrete choice estimation, addressing the structural gap of row-independent assumptions. The best reformulation outperforms hierarchical Bayesian estimation by 8% in holdout log-likelihood and 3.6% in hit rate while running 16 times faster.

0 favorites 0 likes
← Previous
Next →
← Back to home

Submit Feedback