paper-with-me

홈 › Papers

EvoWiki: Incremental State Overwriting and Traceable Question Answering for Cross-Meeting Knowledge Evolution

2026-08-24 · Dongsheng Chen, Tianyu Wang, Wenhui Que arxiv

In long-term collaboration spanning multiple meetings, factual states such as decisions and risks are continually revised, overturned, and replaced. Existing long-context methods typically stack the entire history, while many RAG and structured-memory methods organize knowledge as static or append-only facts and rely on semantic relevance at read time. Without explicit modeling of knowledge lifecycles, these approaches may retain conflicting old and new states simultaneously or discard history, leading to stale retrieval and answers that are difficult to verify. We present EvoWiki, an incremental question-answering architecture for dynamic long-form text. EvoWiki decouples offline incremental construction (BUILD) from online structured reading (READ). BUILD captures the intra-meeting micro-evolution from proposal to decision and uses entity version chains and a fine-grained State-Overwrite Protocol to explicitly distinguish current valid states from superseded history while preserving meeting-level provenance anchors. READ bypasses relevance-based Top-k retrieval and performs deterministic entity addressing, temporal resolution, and cross-entity multi-hop aggregation over the complete Wiki to produce grounded and traceable answers. We further introduce CrossMeet, a high-fidelity bilingual benchmark designed to simulate long-term state evolution, covering factual consistency, temporal reasoning, and cross-meeting multi-hop reasoning. Across six datasets and two reader models, EvoWiki improves macro-average Judge Accuracy over the strongest baselines by 9.72 and 10.00 percentage points, respectively. Human evaluation shows that EvoWiki is more robust and factually faithful under frequent state flips, validating valid-state-oriented reading as a reliable approach to cross-meeting knowledge evolution.

📄 PDF Abstract BibTeX arXiv:2608.23265

Code (0)

등록된 구현이 없습니다.

Tasks

Question Answering

Similar Papers 제목 키워드 기반

EvoWiki: Evaluating LLMs on Evolving Knowledge

2024-12-18 · Wei Tang, Yixin Cao, Yang Deng, Jiahao Ying 외

Knowledge utilization is a critical aspect of LLMs, and understanding how they adapt to evolving knowledge is essential for their effective deployment. However, existing benchmarks are predominantly static, failing to ca…

RAGRetrieval-augmented Generation

ONER: Online Experience Replay for Incremental Anomaly Detection

2024-12-05 · Yizhou Jin, Jiahui Zhu, Guodong Wang, Shiwei Li 외

Incremental anomaly detection aims to sequentially identify defects in industrial product lines but suffers from catastrophic forgetting, primarily due to knowledge overwriting during parameter updates and feature confli…

Anomaly Detection

OrCo: Towards Better Generalization via Orthogonality and Contrast for Few-Shot Class-Incremental Learning

2024-03-27 · CVPR 2024 1 · Noor Ahmed, Anna Kukleva, Bernt Schiele

Few-Shot Class-Incremental Learning (FSCIL) introduces a paradigm in which the problem space expands with limited data. FSCIL methods inherently face the challenge of catastrophic forgetting as data arrives incrementally…

class-incremental learningClass Incremental LearningContrastive LearningFew-Shot Class-Incremental Learning+1

Efficient Dialogue State Tracking by Selectively Overwriting Memory

2019-11-10 · ACL 2020 6 · Sungdong Kim, Sohee Yang, Gyuwan Kim, Sang-Woo Lee

Recent works in dialogue state tracking (DST) focus on an open vocabulary-based setting to resolve scalability and generalization issues of the predefined ontology-based approaches. However, they are inefficient in that …

DecoderDialogue State TrackingMulti-domain Dialogue State Tracking

Versatile Incremental Learning: Towards Class and Domain-Agnostic Incremental Learning

2024-09-17 · Min-Yeong Park, Jae-Ho Lee, Gyeong-Moon Park

Incremental Learning (IL) aims to accumulate knowledge from sequential input tasks while overcoming catastrophic forgetting. Existing IL methods typically assume that an incoming task has only increments of classes or do…

Incremental Learning