paper-with-me

홈 › Papers

Resume Means Resume: A Machine-Checked Conformance Contract for Checkpoint, Interrupt, and Resume Semantics in Workflow Persistence Layers

2026-08-04 · Sajjad Khan hf

A framework that persists execution state so a run can be interrupted, survive a crash, and continue must decide what a resume means for effects that already fired. Five widely deployed agent workflow frameworks answer differently, none exposes a machine-checkable contract, and behavior violates even the fragments they state. The RESUME CONTRACT states six properties over the persistence API (prefix continuation, effect exactly-once, fork determinism, checkpoint validity, consume-once, recovery determinism), plus fork-intent and liveness obligations. A TLA+ model checks a reference semantics exhaustively, unchanged at scaled bounds (7.4 million states); a 39-cell fault matrix yields the separating models independence requires, and consume-once splits, its consumption clause independent of all six others. A deterministic, LLM-free harness measures them at pinned releases. LangGraph 1.2.9 durably records a second resume value and never consults it, persists schema-invalid state silently, and re-executes durably recorded work after a real SIGKILL: exactly-once across interrupts, at-least-once across crashes, on one API. CrewAI 1.15.2 re-executes completed effect-bearing methods against its written claim; pydantic-graph 1.x cannot resume after a mid-node crash; no two probed frameworks share a conformance profile. Consume-once holds sequentially and fails under concurrent delivery: k processes resuming one parked interrupt fire the gated effect k times, saturation 1.0 in 36 of 40 cells, and the failure crosses hosts. REMIT, a reference sequencer whose Verus-verified recovery core is line-identical to the shipped executable, repairs the fork and validity cells. The cross-process cell is repaired at the read path, and that repair ships: an opt-in gate claims consumption in the shared store, serving one racer and refusing the rest before any node executes.

📄 PDF Abstract BibTeX arXiv:2608.03836

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ResumeAtlas: Revisiting Resume Classification with Large-Scale Datasets and Large Language Models

2024-06-26 · Ahmed Heakl, Youssef Mohamed, Noran Mohamed, Aly Elsharkawy 외

The increasing reliance on online recruitment platforms coupled with the adoption of AI technologies has highlighted the critical need for efficient resume classification methods. However, challenges such as small datase…

Classification

Degendering Resumes for Fair Algorithmic Resume Screening

2021-12-16 · Prasanna Parasurama, João Sedoc

We investigate whether it is feasible to remove gendered information from resumes to mitigate potential bias in algorithmic resume screening. Using a corpus of 709k resumes from IT firms, we first train a series of model…

Fairness

Construction of English Resume Corpus and Test with Pre-trained Language Models

2022-08-05 · Chengguang Gan, Tatsunori Mori

Information extraction(IE) has always been one of the essential tasks of NLP. Moreover, one of the most critical application scenarios of information extraction is the information extraction of resumes. Constructed text …

ClassificationSentenceSentence Classification

Application of LLM Agents in Recruitment: A Novel Framework for Resume Screening

2024-01-16 · Chengguang Gan, Qinghao Zhang, Tatsunori Mori

The automation of resume screening is a crucial aspect of the recruitment process in organizations. Automated resume screening systems often encompass a range of natural language processing (NLP) tasks. This paper introd…

Decision MakingSentenceSentence Classification

ResumeFlow: An LLM-facilitated Pipeline for Personalized Resume Generation and Refinement

2024-02-09 · Saurabh Bhausaheb Zinjad, Amrita Bhattacharjee, Amey Bhilegaonkar, Huan Liu

Crafting the ideal, job-specific resume is a challenging task for many job applicants, especially for early-career applicants. While it is highly recommended that applicants tailor their resume to the specific role they …

HallucinationLanguage ModellingLarge Language Model