paper-with-me

Papers

Stream Packing for Asynchronous Multi-Context Systems using ASP

2016-11-17 · Stefan Ellmauthaler, Jörg Pührer

When a processing unit relies on data from external streams, we may face the problem that the stream data needs to be rearranged in a way that allows the unit to perform its task(s). On arrival of new data, we must decide whether there is sufficient information available to start processing or whether to wait for more data. Furthermore, we need to ensure that the data meets the input specification of the processing step. In the case of multiple input streams it is also necessary to coordinate which data from which incoming stream should form the input of the next process instantiation. In this work, we propose a declarative approach as an interface between multiple streams and a processing unit. The idea is to specify via answer-set programming how to arrange incoming data in packages that are suitable as input for subsequent processing. Our approach is intended for use in asynchronous multi-context systems (aMCSs), a recently proposed framework for loose coupling of knowledge representation formalisms that allows for online reasoning in a dynamic environment. Contexts in aMCSs process data streams from external sources and other contexts.

📄 PDF Abstract BibTeX arXiv:1611.05640

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Asynchronous Multi-Context Systems

2015-05-20 · Stefan Ellmauthaler, Jörg Pührer

In this work, we present asynchronous multi-context systems (aMCSs), which provide a framework for loosely coupling different knowledge representation formalisms that allows for online reasoning in a dynamic environment.…

A Systems-Level Analysis of Sensitivity, Robustness, and Stability in Retrieval-Augmented Generation

2026-05-29 · Bharath Simha Reddy Muthyam arxiv

Retrieval-Augmented Generation (RAG) systems are often evaluated using final answer accuracy, even though their failures can originate from preprocessing, retrieval, context packing, or generation. This paper presents a …

Near-Policy: Accelerating On-Policy Distillation via Asynchronous Generation and Selective Packing

2026-05-07 · Miao Rang, Zhenni Bi, Hang Zhou, Kai Han 외 arxiv

Standard knowledge distillation for autoregressive models often suffers from distribution mismatch. While on-policy methods mitigate this by leveraging student-generated outputs, they rely on computationally expensive Re…

Knowledge DistillationReinforcement Learning

Learning Physically Realizable Skills for Online Packing of General 3D Shapes

2022-12-05 · Hang Zhao, Zherong Pan, Yang Yu, Kai Xu

We study the problem of learning online packing skills for irregular 3D shapes, which is arguably the most challenging setting of bin packing problems. The goal is to consecutively move a sequence of 3D objects with arbi…

3D geometryAction GenerationReinforcement Learning (RL)

Threshold Filtering Packing for Supervised Fine-Tuning: Training Related Samples within Packs

2024-08-18 · Jiancheng Dong, Lei Jiang, Wei Jin, Lu Cheng

Packing for Supervised Fine-Tuning (SFT) in autoregressive models involves concatenating data points of varying lengths until reaching the designed maximum length to facilitate GPU processing. However, randomly concatena…

DiversityGPUGSM8KHumanEval