- The paper introduces the novel CIG framework, which quantifies dialogue progress using dynamic semantic memory dynamics.
- It employs LLM-based claim extraction and NLI to assess utterances along novelty, relevance, and implication scope dimensions.
- It demonstrates that memory-derived signals surpass surface-level metrics, offering valuable insights for automated dialogue moderation.
Introduction and Motivation
Accurately measuring informational progress in deliberative dialogue is pivotal for applications in computational social science, democratic engagement, and intelligent systems that interact with multi-agent conversations. Traditional dialogue quality metrics predominantly address surface characteristicsâcivility, argument form, or structural flowâyet lack granularity regarding how utterances concretely advance collective knowledge. The "CIG: Measuring Conversational Information Gain in Deliberative Dialogues with Semantic Memory Dynamics" (2604.15647) introduces a formal, operationalizable frameworkâConversational Information Gain (CIG)âwhich jointly models the evolving collective memory and delivers interpretable scores for each utterance along Novelty, Relevance, and Implication Scope dimensions. This method aims to bridge the gap between computational proxies and the nuanced, content-driven judgments central to deliberative interaction.
Framework: CIG and Semantic Memory Dynamics
CIG is formulated by explicitly modeling an evolving Semantic Memory, which serves as the dynamic context for evaluating contributions. Each utterance undergoes structured processing:
- Extraction: LLMs decompose utterances into atomic, self-contained claims by resolving context dependencies (coreference, ellipsis) and filtering semantic fillers, enabling robust claim manipulation downstream.
- Consolidation: Via LLM-based NLI, each claim is assessed against the memory. Equivalence, entailment, and contradiction are classified deterministically, triggering ADD, UPDATE, or NONE actions, ensuring robust memory state tracking without collapsing inter-speaker disagreement.

Figure 1: Overview of the CIG pipeline for utterance evaluation, claim extraction, and memory consolidation.
Urged by the need for content-based, not merely formal or rhetorical, progress tracking, the CIG rubric scores utterances on four-level ordinal scales in three dimensions:
- Novelty: Assesses incremental to transformative contribution versus prior knowledge.
- Relevance: Measures substantive connection to the discussion goal.
- Implication Scope: Quantifies the generality or public-applicability beyond immediate participants.
Notably, CIG is not a global dialog-level construct but an utterance-level functionalâanchoring informativeness to specific conversation states.
Human Annotation, Reliability, and Data
The authors curated and annotated 80 dialogue segments from two corpora: televised expert debates (INSQ) and facilitated community meetings (FORA). Annotations are strictly referenced to a semantic-memory-derived context to ensure judgments reflect dialogue-internal informational movement rather than superficial markers or general topical alignment. The multi-tiered annotation approach entailed separate ratings for CIG and each of its components, capturing nuanced inter-annotator variability. Krippendorffâs alpha ranged from â0.5â0.7, varying by aspect and setting, demonstrating moderate-to-high reliability for such high-level subjective phenomena.
Validation and Model-Based Prediction
The central claimâmemory-derived dynamics predict human-perceived CIG more accurately than heuristic proxies (such as utterance length, TFâIDF, token surprisal)âis substantiated by multiple analyses:
- Superior Correlation: Memory-based counts of extracted claims and claim updates outperformed all heuristics (Pearson â£r⣠with CIG > 0.72, compared to < 0.70 for TFâIDF or utterance length).
- Aspect Analysis: Ordinal regression ablations reveal Novelty and Relevance drive perceived CIG, while Implication Scope, though capturing deliberative style variation, adds little predictive power â contradicting the theoretical intuition that broader public framing increases informativeness.

Figure 2: Heatmap of MAE for utterance CIG prediction using different aspect-combination and claim-aggregation operators.
- LLM Prediction Fidelity: GPT-5, conditioned only on the same memory-based summary as human annotators, achieves mean absolute errors competitive with human leave-one-out error. Full historical transcript provides marginal improvement, indicating that the memory summary compresses the salient context for CIG estimation.
Claim Aggregation and Conjunctive Bottleneck
A granular claim-level rating, followed by systematic aggregation experiments, reveals a critical insight: the conjunctive bottleneck phenomenonâutterance-level CIG is upper-bounded by its weakest dimension among Novelty, Relevance, and Scope. The "min" operator, not average, outperforms in mapping claim-level scores to utterance-level assessments, indicating listener sensitivity to any critical deficiency regardless of strengths elsewhere.

Figure 2: Aggregation operator analysis shows the âminâ operator dominates, evidencing conjunctive constraints in perceived informativeness.
Moderator Effects and Temporal Dynamics
Addressing diachronic informativeness, the study applies CIG to investigate how moderator interventions structure informational gain. In adversarial debates (INSQ), confrontational moderator moves yield immediate surges in participant CIG. In collaborative community discussions (FORA), CIG growth is distributed, peaking several lags post-intervention and lacking confrontational peaks. This finding demonstrates the sensitivity of CIG to facilitation regimes and highlights its potential as a process-level analytic for dialogue management and automated facilitation.

Figure 3: Temporal alignment of CIG by lag since moderator intervention, delineating sharp versus distributed informational gain dynamics.
Annotation Interface and Distributional Analysis
The paper presents a practical annotation UI, supporting memory-informed, aspectwise ratings and facilitating contextual grounding through prior-knowledge highlighting.

Figure 4: Annotation interface showcasing side-by-side prior knowledge and utterance presentation, with cross-referenced keyword highlighting.
Rating distributions underscore a broad utilization of the full CIG spectrum, with minor corpus-driven differences.

Figure 5: Normalized distribution of utterance-level annotation ratings by aspect and corpus.
Implications and Future Directions
Theoretical Implications
- The conjunctive composition of CIG dimensions demonstrates that dialogue informativeness is not linearly additive: modelers must avoid simplistic sum- or average-based scoring for progress metrics in deliberative settings.
- The empirical sidelining of Implication Scope as an informativeness driver questions assumptions in political and philosophical theory about public-oriented speech automatically conferring deliberative value.
Practical and Computational Implications
- Memory-based signals surpass surface-level text metrics for automated informativeness estimation, recommending their adoption in computational moderation, conversational analysis, and training regimes for dialogue agents.
- Memory-derived summaries offer highly efficient context compression for both human and automated raters, with implications for scalability in LLM-based dialogue evaluation pipelines.
Future Directions
Opportunities emerge for integrating advanced memory architectures [e.g., agentic memory in LLM agents; (Xu et al., 17 Feb 2025)] to further enhance consolidation and context fidelity, exploring richer NLI schemes for finer-grained multi-party knowledge state tracking, and employing CIG as a reward signal in reinforcement learning or dialogue-guided agent training. Application domains include deliberation support platforms, scalable civic engagement tools, and automated moderation.
Conclusion
CIG operationalizes information gain in deliberative dialogues with explicit, interpretable, and context-sensitive metrics grounded in dynamic semantic memory. The evidence supports the superiority of memory-derived features and conjunctive aspect aggregation over conventional heuristics for both human and LLM-based informativeness assessment. The frameworkâs modularity and empirical grounding pave the way for principled dialogue evaluation and the development of more sophisticated, content-aware conversational AI systems.