paper-with-me

Papers

Policy Compliance Detection via Expression Tree Inference

2022-05-24 · Neema Kotonya, Andreas Vlachos, Majid Yazdani, Lambert Mathias, Marzieh Saeidi

Policy Compliance Detection (PCD) is a task we encounter when reasoning over texts, e.g. legal frameworks. Previous work to address PCD relies heavily on modeling the task as a special case of Recognizing Textual Entailment. Entailment is applicable to the problem of PCD, however viewing the policy as a single proposition, as opposed to multiple interlinked propositions, yields poor performance and lacks explainability. To address this challenge, more recent proposals for PCD have argued for decomposing policies into expression trees consisting of questions connected with logic operators. Question answering is used to obtain answers to these questions with respect to a scenario. Finally, the expression tree is evaluated in order to arrive at an overall solution. However, this work assumes expression trees are provided by experts, thus limiting its applicability to new policies. In this work, we learn how to infer expression trees automatically from policy texts. We ensure the validity of the inferred trees by introducing constrained decoding using a finite state automaton to ensure the generation of valid trees. We determine through automatic evaluation that 63% of the expression trees generated by our constrained generation model are logically equivalent to gold trees. Human evaluation shows that 88% of trees generated by our model are correct.

📄 PDF Abstract BibTeX arXiv:2205.12259

Code (0)

등록된 구현이 없습니다.

Tasks

Natural Language InferenceQuestion Answeringvalid

Similar Papers 제목 키워드 기반

Cross-Policy Compliance Detection via Question Answering

2021-09-08 · EMNLP 2021 11 · Marzieh Saeidi, Majid Yazdani, Andreas Vlachos

Policy compliance detection is the task of ensuring that a scenario conforms to a policy (e.g. a claim is valid according to government rules or a post in an online platform conforms to community guidelines). This task h…

Natural Language InferenceQuestion Answeringvalid

Learning Efficient Guardrails for Compliance

2025-10-03 · Xiaofei Wen, Wenjie Jacky Mo, Yanan Xie, Peng Qi 외 arxiv

Autonomous web agents are increasingly deployed for long-horizon tasks, yet their ability to adhere to real-world policies remains critically underexplored compared to standard safety objectives. To address this gap, we …

Safer Policy Compliance with Dynamic Epistemic Fallback

2026-01-30 · Joseph Marvin Imperial, Harish Tayyar Madabushi arxiv

Humans develop a series of cognitive defenses, known as epistemic vigilance, to combat risks of deception and misinformation from everyday interactions. Developing safeguards for LLMs inspired by this mechanism might be …

Explainable Compliance Detection with Multi-Hop Natural Language Inference on Assurance Case Structure

2025-06-10 · Fariz Ikhwantri, Dusica Marijan

Ensuring complex systems meet regulations typically requires checking the validity of assurance cases through a claim-argument-evidence framework. Some challenges in this process include the complicated nature of legal a…

Natural Language Inference

Scaling Policy Compliance Assessment in Language Models with Policy Reasoning Traces

2025-09-27 · Joseph Marvin Imperial, Harish Tayyar Madabushi arxiv

Policy compliance assessment is a fundamental task of evaluating whether an input case strictly complies with a set of human-defined rules, more generally known as policies. In practice, human experts follow a systematic…