in-context-learning

Tag

Cards List
#in-context-learning

Pigeonholing: Bad prompts hurt models to collapse and make mistakes

arXiv cs.CL · 2026-06-24 Cached

This paper introduces 'pigeonholing,' a phenomenon where bad prompts cause LLMs to collapse and repeat errors, leading to a 38-40% performance drop. Experiments across 10 tasks and 10 models show worsening with more conversation turns, and propose RLVR with synthetic errors as a mitigation.

0 favorites 0 likes
#in-context-learning

Sentence-Level Contextual Entrainment in Large Language Models

arXiv cs.CL · 2026-06-24 Cached

This paper extends contextual entrainment from token-level to sentence-level, showing that even counterfactual sentences in prompts increase their probability during inference. The effect decreases with model size and is driven by 2-4% of attention heads, which can be ablated without performance loss.

0 favorites 0 likes
#in-context-learning

When English Isn't the Best Teacher: Source Language Effects in Cross-Lingual In-Context Learning

arXiv cs.CL · 2026-06-17 Cached

This paper empirically studies cross-lingual transfer in in-context learning across seven tasks, six models, and typologically diverse languages, showing that fine-tuning based expectations do not consistently apply and offering new heuristics for source language selection.

0 favorites 0 likes
#in-context-learning

Bridging Functional Correctness and Runtime Efficiency Gaps in LLM-Based Code Translation

arXiv cs.CL · 2026-06-17 Cached

This paper introduces SwiftTrans, a framework that addresses the overlooked issue of runtime efficiency in LLM-based code translation, achieving consistent improvements in both correctness and efficiency across benchmarks.

0 favorites 0 likes
#in-context-learning

Brick-DICL: Dynamic In-Context Learning for Automated Brick Schema Classification

arXiv cs.AI · 2026-06-17 Cached

This paper presents Brick-DICL, a dynamic in-context learning framework for automated classification of building management system points into Brick ontology classes. It uses retrieval-augmented generation and multi-model filtering to improve accuracy and reduce manual verification effort.

0 favorites 0 likes
#in-context-learning

Distilling Examples into Task Instructions: Enhanced In-Context Learning for Real-World B2B Conversations

arXiv cs.CL · 2026-06-16 Cached

This paper introduces the Call Playbook dataset for classifying real-world B2B conversations and proposes methods to distill examples into compact, interpretable task instructions, achieving 99% token reduction and up to 7% AUC improvement over traditional in-context learning.

0 favorites 0 likes
#in-context-learning

Encode Errors: Representational Retrieval of In-Context Demonstrations for Multilingual Grammatical Error Correction

arXiv cs.CL · 2026-06-16 Cached

This paper introduces Grammatical Error Representation (GER), a novel method for retrieving in-context demonstrations based on error patterns rather than semantic similarity, significantly improving multilingual grammatical error correction performance in LLMs with in-context learning.

0 favorites 0 likes
#in-context-learning

CRUMB: Efficient Prior Fitted Network Inference via Distributionally Matched Context Batching

arXiv cs.LG · 2026-06-11 Cached

This paper proposes CRUMB, a three-stage inference wrapper that clusters test queries and selects a distributionally matched training subset via MMD minimization to enable efficient Prior-Fitted Network inference on large datasets, achieving state-of-the-art context selection on 51 TabArena datasets.

0 favorites 0 likes
#in-context-learning

RoVE: Rotary Value Embeddings Attention for Relative Position-dependent Value Pathways

arXiv cs.LG · 2026-06-11 Cached

This paper proposes RoVE, a parameter-free modification to Rotary Position Embeddings that makes value pathways position-sensitive by rotating values simultaneously with keys, transforming RoPE attention into attentive convolution. Experiments on GPT-2 models show consistent gains in few-shot in-context learning, out-of-distribution perplexity, and long-context retrieval.

0 favorites 0 likes
#in-context-learning

The Structural Attention Tax: How Retrieval Format Hijacks In-Context Learning Independent of Content

arXiv cs.CL · 2026-06-11 Cached

This paper identifies and formalizes the 'structural attention tax' phenomenon, where the format of retrieved content (e.g., knowledge graph triples) independently distorts LLM attention distribution regardless of semantic relevance, leading to compressed demonstration attention. It provides a formal framework, empirical evidence across models and benchmarks, and proposes structure-aware mitigation strategies.

0 favorites 0 likes
#in-context-learning

Finite Certificates for In-Context Determinacy and a Threshold Theory of Emergence in Language Models

arXiv cs.LG · 2026-06-09 Cached

This paper introduces finite certificates for verifying determinacy and emergence in language model in-context behavior, providing theoretical criteria and experimental validation on contemporary models.

0 favorites 0 likes
#in-context-learning

@omarsar0: // Continual Learning Bench // One of the research areas with lots of investments is continual learning. While there ar…

X AI KOLs Following · 2026-06-06 Cached

CL-Bench is a new expert-validated benchmark across six domains that evaluates whether LLM-based agents genuinely learn from sequential experience. It finds that naive in-context learning often outperforms dedicated memory systems, indicating current architectures add overhead rather than genuine learning.

0 favorites 0 likes
#in-context-learning

Data-efficient flood depth prediction through domain-aware coreset selection and tabular foundation models

arXiv cs.LG · 2026-06-05 Cached

This paper proposes a domain-aware coreset construction pipeline that enables a tabular foundation model to predict flood depth with only 0.7% of the training data, achieving 98.5% of the supervised reference accuracy and allowing transfer across watersheds without retraining.

0 favorites 0 likes
#in-context-learning

In-Context Multiple Instance Learning

Hugging Face Daily Papers · 2026-06-04 Cached

This paper proposes a Perceiver-style architecture pretrained on synthetic bag-structured data to enable efficient, task-adaptive classification from few labeled examples in multiple instance learning, outperforming supervised baselines across twelve benchmarks.

0 favorites 0 likes
#in-context-learning

Sleep for Continual Learning (24 minute read)

TLDR AI · 2026-06-04

Google researchers propose a 'Sleep' paradigm for continual learning that consolidates short-term in-context knowledge into long-term model parameters via distillation and replay. A 'Dreaming' stage uses reinforcement learning to generate synthetic curricula for self-improvement.

0 favorites 0 likes
#in-context-learning

Toward Robust In-Context Learning: Leveraging Out-of-distribution Proxies for Target Inaccessible Demonstration Retrieval

arXiv cs.CL · 2026-06-02 Cached

This paper introduces DOPA, a demonstration search framework that uses an out-of-distribution proxy to retrieve robust demonstrations for LLMs when the target domain is inaccessible, enhancing in-context learning performance under distribution shift.

0 favorites 0 likes
#in-context-learning

Reasoning over Grammar: Can Synthetic Linguistic Reasoning Traces Enhance Low-Resource Machine Translation?

Hugging Face Daily Papers · 2026-06-02 Cached

Large language models can improve translation for low-resource languages through structured linguistic reasoning traces, with the most significant benefits occurring during inference rather than training.

0 favorites 0 likes
#in-context-learning

Improving Selective Classification with Pairwise Queries for Binary Classification

arXiv cs.LG · 2026-06-01 Cached

This paper proposes using pairwise queries to improve selective classification for binary classification, particularly where confidence estimates are inconsistent, as in LLM in-context learning. Theoretical conditions and experiments on synthetic and real datasets show that pairwise query-based algorithms achieve better accuracy-cost tradeoffs than raw confidence estimates.

0 favorites 0 likes
#in-context-learning

Large language models reorganize representational geometry during in-context learning

arXiv cs.CL · 2026-05-29 Cached

This paper investigates how large language models reorganize representational geometry during in-context learning, showing that ICL performance correlates with the geometric structure of tasks and that successful ICL involves increasing separability of representations.

0 favorites 0 likes
#in-context-learning

Lightweight Multimodal LLM-Enabled Cost-Effective Defect Grading of Power Transmission Equipment

arXiv cs.CL · 2026-05-29 Cached

This paper introduces a lightweight multimodal LLM-based framework for cost-effective defect grading of power transmission equipment, using in-context learning and chain-of-thought to generate training data and fine-tuning Qwen3-VL-8B for state-of-the-art performance.

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

Submit Feedback