Papers
Topics
Authors
Recent
Search
2000 character limit reached

Semantic & Linguistic Coherence

Updated 28 May 2026
  • Semantic and linguistic coherence are principles ensuring that text maintains a consistent flow of meaning and adheres to grammatical structures.
  • Measurement techniques include sentence embeddings, minimal pair probing, and entity grid analysis to capture both semantic alignment and syntactic accuracy.
  • Applications span NLP tasks like fake news detection, clinical language assessment, and dialogue systems, driving advances in model design and evaluation.

Semantic and linguistic coherence are foundational concepts in natural language processing and computational linguistics, encompassing the internal consistency, interpretability, and well-formedness of discourse, sentences, and broader communicative acts. Semantic coherence broadly captures the alignment of meaning and referential structure, ensuring that text maintains topical, conceptual, and knowledge-level continuity. Linguistic coherence (sometimes called syntactic or grammatical coherence) emphasizes adherence to structural, grammatical, and discourse conventions that underlie the formation and connection of linguistic units. Advances in large language modeling, computational discourse analysis, and representation learning have refined the operationalization and measurement of both forms of coherence, revealing their partial independence and intricate interaction across evaluation paradigms, languages, and application domains.

1. Foundational Definitions and Theoretical Distinctions

Semantic coherence is commonly defined as the extent to which a sequence of linguistic units (sentences, utterances, or dialogue turns) presents meaningfully connected propositions, maintaining consistency in topics, referents, and world-knowledge-related constraints. The theoretical tradition (e.g., Reinhart 1980, as adopted in "CoheSentia" (Maimon et al., 2023)) separates semantic coherence from both cohesion (surface-level syntactic or referential linkage) and pragmatic relevance.

Linguistic coherence, in contrast, foregrounds the regularity of grammatical, syntactic, and formal discourse features—reference continuity, discourse marker usage, explicit proposition linkage, and syntactic well-formedness. This distinction is empirically supported by findings in probing LLMs, where internal grammatical representations (linguistic similarity) are often orthogonal to representations of holistic sentence meaning (semantic similarity) (Zhou et al., 2024, Liu et al., 4 Sep 2025).

Many frameworks recognize that semantic and linguistic coherence are mutually supportive yet partially dissociable: fluent syntax does not guarantee logical or referential consistency, while semantically consistent discourse may be marred by incoherent or ungrammatical realization.

2. Measurement Methodologies and Operationalizations

Several technically rigorous operationalizations of semantic and linguistic coherence are in current use:

(a) Minimal Pair Probing (Linguistic Similarity)

Linguistic similarity in LLMs is quantified by comparing activation difference vectors Δz between grammatical–ungrammatical minimal pairs (x⁺, x⁻), isolating the signal of a specific grammatical phenomenon. The cosine similarity between these Δz vectors for different minimal pairs provides a measure, S_ling(p₁, p₂), of shared linguistic encoding (Zhou et al., 2024). This approach is sensitive to fine-grained grammatical categories and is largely topic-independent by construction.

(b) Semantic Similarity via Sentence Embeddings

Semantic similarity is typically measured as the cosine similarity between high-dimensional sentence embeddings (e.g., Sentence-BERT representations) for the grammatical sentences of minimal pairs: S_sem(p₁, p₂) (Zhou et al., 2024). This encodes holistic sentence meaning, reflecting both lexical and compositional information.

(c) Entity-Grid and Discourse-Relation Features

Entity-based coherence metrics use entity grids (Barzilay & Lapata, 2008), tabulating transitions of entities (as subjects, objects, etc.) across sentences, thereby operationalizing semantic reference continuity. Discourse-relational features are extracted via PDTB-style parsers, encoding explicit and implicit rhetorical relations between adjacent sentences. Fusion architectures (e.g., Transformers with position-aware attention and masking) can jointly model both structural and referential signals (Liu et al., 4 Sep 2025).

(d) Global Representation Structures

Tensor field convergence (Statistical Coherence Alignment) defines "semantic coherence" as the alignment between each token's induced tensor field Tᵢ and a global expected field E[T], minimizing their Frobenius-norm distance. Syntactic or linguistic coherence is reflected in the preservation of long-range grammatical and discourse dependencies within this optimization (Gale et al., 13 Feb 2025).

(e) Machine Learning Approaches

Supervised binary classifiers (often deep neural architectures) can be trained to differentiate "real" vs "adversarial" documents or dialogues, using embedding-based features, graph-based metrics (knowledge graph subgraph density), or explicit discourse and reference features (Vakulenko et al., 2018, Maimon et al., 2023). Evaluation often uses pairwise ranking accuracy, F1, or human judgment consistency.

3. Empirical Findings on Semantic–Linguistic Coherence Alignment

Recent large-scale studies establish that semantic and linguistic coherence, while correlated in some contexts, are only weakly aligned in LLMs when measured with activation-difference and embedding-based methodologies (Zhou et al., 2024). Specifically:

  • Pearson correlation between S_ling and S_sem is consistently low (r ≈ 0.1–0.2), with joint-distribution plots exhibiting near-zero slope across tens of thousands of pairs, spanning multiple languages and LLM architectures.
  • High linguistic similarity is possible between pairs whose surface meanings and sentence-level semantics diverge, indicating that grammatical-phenomenon encoding is largely orthogonal to semantic encoding.
  • Broad theoretical linguistic categories exert little modulating effect: alignment is stronger within fine-grained syntactic categories but remains weak when considered at the semantic similarity level.

These findings support the theoretical view that grammatical competence and representational encoding of meaning are maintained separately within large neural LLMs, and that distinct evaluation metrics and probing regimes are necessary for each.

4. Application Contexts and Benchmarks

Coherence Assessment in Generation and Classification

Coherence evaluation is essential in generated text scoring, misinformation detection, clinical language assessment, and multi-session dialogue memory management. For instance:

  • In fake news vs satire detection, combining deep semantic representations (e.g., BERT [CLS]) and explicit discourse-level features (entity grids, LSA overlap, connective densities) yields improved discrimination, with each cue contributing complementary resilience to different nuance types (Levi et al., 2019).
  • Clinical language analysis applications utilize semantic coherence (via LDA or BERT embedding similarities) to detect disorganized language (e.g., in schizophrenia), where reduced coherence aligns with symptom severity and higher surprisal (Premananth et al., 5 Nov 2025).
  • Dialogue systems and agentic memory architectures increasingly integrate hybrid dense-sparse representational approaches, anchoring dense embeddings with symbolic linguistic structures (dependency parses, coreference, discourse labels) to enhance factual recall and discourse persistence across sessions (Chatterjee et al., 18 Aug 2025).

Benchmarks and Annotation Protocols

The "CoheSentia" benchmark formalizes both incremental (sentence-by-sentence) and holistic (document-wide) human annotation protocols, delineating cohesive, consistent, and relevant coherence failures. Inter-annotator agreement metrics (ICC, κ, α) are higher for incremental protocols and especially for cohesion errors, while state-of-the-art PLMs exhibit marked deficiencies in both global and local coherence scoring (Maimon et al., 2023). Controlled intervention studies reveal that dataset-level semantic coherence measures can modulate LLM performance, but the effect is highly model-dependent and non-monotonic (Masoud et al., 1 Feb 2026).

5. Cross-Linguistic and Cross-Modal Coherence Issues

Semantic and linguistic coherence are not universally stable across languages or modalities:

  • Multilingual LLMs must navigate conflicts between cross-linguistic consistency (CL-consistency) and respecting language- or culture-specific folk semantic norms (Folk-consistency). Cases exist where semantic divergence between languages (e.g., in "knowing-how" attributions) induces unavoidable faultless disagreement, precluding perfect alignment (Mizumoto et al., 1 Mar 2025).
  • Cross-lingual analysis of LLMs shows only partial alignment of grammatical phenomena, with clusters in activation-difference space corresponding primarily to language rather than to shared phenomena (Zhou et al., 2024).
  • In multi-modal language-vision inference, semantic coherence learning is enforced through regularizers over hierarchical graph networks: cross-modal optimal transport aligns vision and language at the segment level; mutual-information maximization regularizes the accumulation of semantic evidence between local segments and global narrative structure (Li et al., 2021).

6. Implications for Model Design and Future Directions

The decoupling of semantic and linguistic coherence has direct implications for model architecture, training, and evaluation:

  • Joint modeling frameworks that assimilate both entity-based (semantic) and discourse-relation (linguistic) features consistently yield superior coherence assessment and robustness to distributional shift and label imbalance (Liu et al., 4 Sep 2025, Aralikatte et al., 2020).
  • Reinforcement learning with document-level cross-task coherence rewards encourages globally consistent coreference and predicate-argument structures, directly modeling interdependency between semantic and linguistic coherence (Aralikatte et al., 2020).
  • Computational trade-offs are significant: enforcing coherence alignment via advanced objectives (tensor-field convergence; joint GNN regularization) increases training cost and memory requirements but yields marked improvements in perplexity, downstream classification, and rare-word representational quality (Gale et al., 13 Feb 2025).
  • Theoretical and practical controversies remain, especially surrounding cross-lingual alignment, the relative weighting of coherence dimensions for different applications, and the appropriate benchmarking of coherence-aware models.

As research advances, attention is likely to focus on richer annotation protocols, cross-lingual and multimodal coherence, and integrated models that reconcile surface, grammatical, and deep semantic representations within interpretable and efficient architectures.

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Semantic and Linguistic Coherence.