Search papers, labs, and topics across Lattice.
The paper introduces PPCR-IM, a system that uses an LLM-driven, layer-wise generator to construct directed acyclic graphs (DAGs) representing the multi-layered consequences of public policies. This system maps the nodes in the DAG to a fixed set of social indicators, assigning qualitative impact directions (increase, decrease, or ambiguous) to each. The system's performance is evaluated using metrics such as expected-indicator coverage, discovery rate of overlooked indicators, and relative focus ratio compared to government coverage.
Uncover hidden downstream impacts of public policy with a new LLM-driven system that maps consequences to social indicators and reveals overlooked connections.
Public policy decisions are typically justified using a narrow set of headline indicators, leaving many downstream social impacts unstructured and difficult to compare across policies. We propose PPCR-IM, a system for multi-layer DAG-based consequence reasoning and social indicator mapping that addresses this gap. Given a policy description and its context, PPCR-IM uses an LLM-driven, layer-wise generator to construct a directed acyclic graph of intermediate consequences, allowing child nodes to have multiple parents to capture joint influences. A mapping module then aligns these nodes to a fixed indicator set and assigns one of three qualitative impact directions: increase, decrease, or ambiguous change. For each policy episode, the system outputs a structured record containing the DAG, indicator mappings, and three evaluation measures: an expected-indicator coverage score, a discovery rate for overlooked but relevant indicators, and a relative focus ratio comparing the systems coverage to that of the government. PPCR-IM is available both as an online demo and as a configurable XLSX-to-JSON batch pipeline.