paper-with-me

Papers

In-context Interference in Chat-based Large Language Models

2023-09-22 · Eric Nuertey Coleman, Julio Hurtado, Vincenzo Lomonaco

Large language models (LLMs) have had a huge impact on society due to their impressive capabilities and vast knowledge of the world. Various applications and tools have been created that allow users to interact with these models in a black-box scenario. However, one limitation of this scenario is that users cannot modify the internal knowledge of the model, and the only way to add or modify internal knowledge is by explicitly mentioning it to the model during the current interaction. This learning process is called in-context training, and it refers to training that is confined to the user's current session or context. In-context learning has significant applications, but also has limitations that are seldom studied. In this paper, we present a study that shows how the model can suffer from interference between information that continually flows in the context, causing it to forget previously learned knowledge, which can reduce the model's performance. Along with showing the problem, we propose an evaluation benchmark based on the bAbI dataset.

📄 PDF Abstract BibTeX arXiv:2309.12727

Code (0)

등록된 구현이 없습니다.

Tasks

In-Context Learning

Similar Papers 제목 키워드 기반

CPG-EVAL: A Multi-Tiered Benchmark for Evaluating the Chinese Pedagogical Grammar Competence of Large Language Models

2025-04-17 · Dong Wang

Purpose: The rapid emergence of large language models (LLMs) such as ChatGPT has significantly impacted foreign language education, yet their pedagogical grammar competence remains under-assessed. This paper introduces C…

ChatVLA: Unified Multimodal Understanding and Robot Control with Vision-Language-Action Model

2025-02-20 · Zhongyi Zhou, Yichen Zhu, Minjie Zhu, Junjie Wen 외

Humans possess a unified cognitive ability to perceive, comprehend, and interact with the physical world. Why can't large language models replicate this holistic understanding? Through a systematic analysis of existing t…

Mixture-of-ExpertsQuestion AnsweringRobot ManipulationVision-Language-Action+1

Chitchat as Interference: Adding User Backstories to Task-Oriented Dialogues

2024-02-23 · Armand Stricker, Patrick Paroubek

During task-oriented dialogues (TODs), human users naturally introduce chitchat that is beyond the immediate scope of the task, interfering with the flow of the conversation. To address this issue without the need for ex…

Chat-Scene++: Exploiting Context-Rich Object Identification for 3D LLM

2026-03-29 · Haifeng Huang, Yilun Chen, Zehan Wang, Jiangmiao Pang 외 arxiv

Recent advancements in multi-modal large language models (MLLMs) have shown strong potential for 3D scene understanding. However, existing methods struggle with fine-grained object grounding and contextual reasoning, lim…

Scene UnderstandingSpatial Reasoning

LLMs' Reading Comprehension Is Affected by Parametric Knowledge and Struggles with Hypothetical Statements

2024-04-09 · Victoria Basmov, Yoav Goldberg, Reut Tsarfaty

The task of reading comprehension (RC), often implemented as context-based question answering (QA), provides a primary means to assess language models' natural language understanding (NLU) capabilities. Yet, when applied…

Natural Language UnderstandingQuestion AnsweringReading ComprehensionWorld Knowledge