paper-with-me

홈 › Papers

Implicit Recursive Characteristics of STOP

2019-08-19 · Mike H. Ji

The most important notations of Communicating Sequential Process(CSP) are the process and the prefix (event)$\rightarrow$(process) operator. While we can formally apply the $\rightarrow$ operator to define a live process's behavior, the STOP process, which usually resulted from deadlock, starving or livelock, is lack of formal description, defined by most literatures as "doing nothing but halt". In this paper, we argue that the STOP process should not be considered as a black box, it should follow the prefix $\rightarrow$ schema and the same inference rules so that a unified and consistent process algebra model can be established. In order to achieve this goal, we introduce a special event called "nil" that any process can take. This nil event will do nothing meaningful and leave nothing on a process's observable record. With the nil event and its well-defined rules, we can successfully use the $\rightarrow$ operator to formally describe a process's complete behavior in its whole life circle. More interestingly, we can use prefix $\rightarrow$ and nil event to fully describe the STOP process's internal behavior and conclude that the STOP's formal equation can be given as simple as STOP$_{\alpha X} = \mu$ X. nil $\rightarrow$ X.

📄 PDF Abstract BibTeX arXiv:1908.06601

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

State Representation and Termination for Recursive Reasoning Systems

2026-05-02 · Debashis Guha, Amritendu Mukherjee, Sanjay Kukreja, Tarun Kumar arxiv

Recursive reasoning systems alternate between acquiring new evidence and refining an accumulated understanding. Two design choices are typically left implicit: how to represent the evolving reasoning state, and when to s…

Continual Learning

S-AI-Recursive: Convergent Recursive Reasoning

2026-05-05 · Said Slaoui arxiv

This article introduces S-AI-Recursive, a bio-inspired Sparse Artificial Intelligence architecture in which reasoning is implemented as a hormonally regulated closed-loop iteration rather than a single feed-forward pass.…

Beam Tree Recursive Cells

2023-05-31 · Jishnu Ray Chowdhury, Cornelia Caragea

We propose Beam Tree Recursive Cell (BT-Cell) - a backpropagation-friendly framework to extend Recursive Neural Networks (RvNNs) with beam search for latent structure induction. We further extend this framework by propos…

ListOps

Conformal Recursive Feature Elimination

2024-05-29 · Marcos López-De-Castro, Alberto García-Galindo, Rubén Armañanzas

Unlike traditional statistical methods, Conformal Prediction (CP) allows for the determination of valid and accurate confidence levels associated with individual predictions based only on exchangeability of the data. We …

Conformal Predictionfeature selectionvalid

Quantitative Stopword Generation for Sentiment Analysis via Recursive and Iterative Deletion

2022-09-04 · Daniel M. DiPietro

Stopwords carry little semantic information and are often removed from text data to reduce dataset size and improve machine learning model performance. Consequently, researchers have sought to develop techniques for gene…

Sentiment Analysis