paper-with-me

Papers

K-DeCore: Facilitating Knowledge Transfer in Continual Structured Knowledge Reasoning via Knowledge Decoupling

2025-09-21 · Yongrui Chen, Yi Huang, Yunchang Liu, Shenyu Zhang, Junhao He, Tongtong Wu, Guilin Qi, Tianxing Wu arxiv

Continual Structured Knowledge Reasoning (CSKR) focuses on training models to handle sequential tasks, where each task involves translating natural language questions into structured queries grounded in structured knowledge. Existing general continual learning approaches face significant challenges when applied to this task, including poor generalization to heterogeneous structured knowledge and inefficient reasoning due to parameter growth as tasks increase. To address these limitations, we propose a novel CSKR framework, \textsc{K-DeCore}, which operates with a fixed number of tunable parameters. Unlike prior methods, \textsc{K-DeCore} introduces a knowledge decoupling mechanism that disentangles the reasoning process into task-specific and task-agnostic stages, effectively bridging the gaps across diverse tasks. Building on this foundation, \textsc{K-DeCore} integrates a dual-perspective memory consolidation mechanism for distinct stages and introduces a structure-guided pseudo-data synthesis strategy to further enhance the model's generalization capabilities. Extensive experiments on four benchmark datasets demonstrate the superiority of \textsc{K-DeCore} over existing continual learning methods across multiple metrics, leveraging various backbone large language models.

📄 PDF Abstract BibTeX arXiv:2509.16929

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learning

Similar Papers 제목 키워드 기반

DeCoRe: Decoding by Contrasting Retrieval Heads to Mitigate Hallucinations

2024-10-24 · Aryo Pradipta Gema, Chen Jin, Ahmed Abdulaal, Tom Diethe 외

Large Language Models (LLMs) often hallucinate, producing unfaithful or factually incorrect outputs by misrepresenting the provided context or incorrectly recalling internal knowledge. Recent studies have identified spec…

Instruction FollowingQuestion AnsweringRetrieval

DecoRec: Decomposed 3D Scene Reconstruction from Single-View Images via Object-Level Diffusion

2026-05-16 · Yuhan Ping, Yuan Liu, Xiaoxiao Long, Peng Wang 외 arxiv

In this paper, we introduce \textit{DecoRec}, a novel system designed to elevate single-view 2D images to a decomposed 3D scene mesh. Current methods for single-view scene reconstruction typically rely on object retrieva…

Scene Generation

On the Effectiveness of Equivariant Regularization for Robust Online Continual Learning

2023-05-05 · Lorenzo Bonicelli, Matteo Boschini, Emanuele Frascaroli, Angelo Porrello 외

Humans can learn incrementally, whereas neural networks forget previously acquired information catastrophically. Continual Learning (CL) approaches seek to bridge this gap by facilitating the transfer of knowledge to bot…

Continual LearningSelf-Supervised Learning

DECORE: Deep Compression with Reinforcement Learning

2021-06-11 · CVPR 2022 1 · Manoj Alwani, Yang Wang, Vashisht Madhavan

Deep learning has become an increasingly popular and powerful methodology for modern pattern recognition systems. However, many deep neural networks have millions or billions of parameters, making them untenable for real…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Tackling Distribution Shift in LLM via KILO: Knowledge-Instructed Learning for Continual Adaptation

2025-08-05 · Iing Muttakhiroh, Thomas Fevens arxiv

Large Language Models (LLMs) often suffer from performance degradation when faced with domain shifts, primarily due to catastrophic forgetting. In this work, we propose KILO (Knowledge-Instructed Learning for Continual A…

Continual LearningKnowledge Graphs