---
title: Stratified Metaphor Processing Model
url: https://www.emergentmind.com/topics/stratified-model-of-metaphor-processing
type: topic
---

# Stratified Metaphor Processing Model

A stratified model of metaphor processing treats metaphor comprehension as a multilayer phenomenon rather than as a single source–target substitution. In recent computational work, the term denotes a family of frameworks in which metaphor is decomposed into interacting levels such as content analysis, conceptual mapping or blending, contextual reasoning, pragmatic intentionality, and, in some accounts, task or diagnostic interfaces [2507.10354][2510.04120][1904.02246]. Multimodal and mechanistic variants extend this layered view to hierarchical target–source identification, schema transfer, and cross-depth transformer dynamics [2501.02434][2602.01335][2605.21391].

## 1. Intellectual background and scope

The stratified view arose from dissatisfaction with flat accounts of metaphor. One line of work grounds metaphor in Conceptual Metaphor Theory, where source domains transfer structured properties to target domains; another emphasizes pragmatic theories in which metaphor interpretation depends on violations of conversational expectations, speaker meaning, and broader context [2502.01901][1904.02246]. A third line formalizes metaphor as recursive pragmatic inference, as in Rational Speech Act models, where literal decoding, goal-driven utterance choice, and pragmatic interpretation are distinct inferential stages [2404.02983].

Within this literature, “stratified” does not name a single canonical architecture. Rather, it denotes the recurrent observation that metaphor processing engages different representational levels. “Meanings are like Onions” states this most explicitly by proposing three layers—content analysis, conceptual blending, and pragmatic intentionality [2507.10354]. “Unveiling LLMs’ Metaphorical Understanding” reaches a similar conclusion indirectly: although it does not present an explicit layered architecture, its three experimental axes naturally induce a stratified model comprising concept mapping, a metaphor–literal repository, syntactic sensitivity, contextual reasoning, and a prompt/task interface [2510.04120]. “Learning Outside the Box” similarly organizes metaphor identification into lexical, local syntactic, and discourse strata, with paragraph context functioning as a higher-order pragmatic layer [1904.02246].

This convergence suggests that a stratified model is best understood as an analytic framework for separating different sources of metaphor competence and failure. It distinguishes lexical association from structural alignment, structural alignment from discourse use, and discourse use from pragmatic effect, rather than assuming that one score or one representation exhausts metaphor understanding.

## 2. Recurrent strata of metaphor processing

A plausible synthesis of the literature distinguishes several recurrent strata. These strata are not always all present in one model, but they recur across symbolic, probabilistic, neural, and multimodal systems.

**Content analysis or lexical-content stratum** refers to the initial representation of the metaphor-bearing artifact. In the onion model, this layer records domains, provenance, frame links, and annotator metadata; in discourse-based metaphor identification it appears as the lemma-only level; and in LLM work it also includes retrieval-like activation of stereotypical metaphor–literal associations [2507.10354][1904.02246][2510.04120]. This layer answers what is present in the input before deeper reinterpretation begins.

**Conceptual mapping or blending stratum** handles the relation between source and target domains. In some systems this is modeled geometrically, as alignment with a conceptual plane; in others it is realized through source–target domain extraction, blending principles, or prototype combination. Hierarchical multimodal models make this stratum explicit by treating target identification as a lower-level problem and source identification as an upper-level problem conditioned on the target [2510.04120][2501.02434][2507.10354].

**Syntactic and structural stratum** captures word order, POS configuration, argument structure, and relational form. In discourse-level metaphor identification, adding subject and direct object embeddings consistently improves over lemma-only models. In LLM probing, syntactic irregularity acts as a cue for metaphoricity, but often more as anomaly detection than as deep structural comprehension [1904.02246][2510.04120].

**Contextual and discourse stratum** uses sentence, paragraph, genre, and world knowledge to disambiguate metaphor. This stratum is central to pragmatic accounts and is operationalized computationally by paragraph embeddings, discourse windows, or genre-specific corpora. It becomes decisive when literal and metaphorical readings cannot be separated by local lexical cues alone [1904.02246][2602.13701].

**Pragmatic intentionality stratum** captures speaker attitude, communicative function, illocutionary force, perlocutionary effect, and tone. The onion model treats this as the innermost layer, introducing categories such as Attitude, Illocutionary Act, Directive Kind, Perlocutionary Effect, Efficacy, and Tone of Voice [2507.10354]. This layer explains not only what a metaphor means but what it does.

**Task-interface and diagnostic strata** appear in recent LLM and multimodal systems. “Unveiling LLMs’ Metaphorical Understanding” isolates prompt framing as methodologically crucial because multiple-choice evaluation can fail even when models produce plausible paraphrases. Visual Metaphor Transfer introduces a hierarchical diagnostic agent that attributes failures to prompt-level, component-level, or abstraction-level errors [2510.04120][2602.01335]. These strata do not belong to metaphor semantics in the narrow sense, but they strongly affect measured performance.

## 3. Formal computational realizations

Several formalisms make the layered structure explicit. A geometric realization appears in concept-mapping work on LLMs. Given reference paraphrases \(R_1\), \(R_2\), an additional literal sentence \(S\), and a model interpretation \(M_i\), sentence embeddings define a conceptual plane \(\gamma_i\) and an interpretation plane \(\beta_i\). The planes are estimated with SVD,
$$
A = U \Sigma V^T
$$
and
$$
A_r = U_k \Sigma_k V^T_k,
$$
and conceptual irrelevance is then measured by perpendicular distance \(d_p\) from \(M_i\) to \(\gamma_i\) and planar cosine similarity \(\cos\theta\) between \(\gamma_i\) and \(\beta_i\) [2510.04120]. In this formulation, the highest semantic stratum is not mere metaphor detection but alignment with the intended abstract domain.

A probabilistic-pragmatic realization is provided by the RSA model for metaphor understanding. Its literal listener is
$$
L_0(c, f \mid u)=
\begin{cases}
P(f\mid c), & \text{if } c = u \\
0, & \text{otherwise}
\end{cases}
$$
its speaker is
$$
S_1(u \mid g,f) \propto e^{\lambda U(u \mid g, f)},
$$
and its pragmatic listener is
$$
L_1(c,f \mid u) \propto P(c)\,P(f \mid c) \sum_{g} \mathcal{R}(g \mid t)\, S_1(u \mid g,f).
$$
Here the strata are literal semantics, communicative goals, pragmatic production, and pragmatic interpretation. The model learns \(\lambda = 44.43\) and achieves \(r = .64\) overall correlation with human interpretation distributions, rising to \(r = .80\) for vehicle-inherent metaphors and falling to \(r = .48\) for non-vehicle-inherent ones [2404.02983]. This suggests that typicality-based Bayesian models capture a substantial but bounded portion of metaphor processing.

A hierarchical multimodal realization appears in CPMMIM. The lower-level problem identifies the target domain and the upper-level problem identifies the source domain conditioned on that target:
$$
\min_{x \in X} F \left( x, y^* \right), \quad \text{s.t.} \quad y^* \in \min_{y \in Y } f \left( x, y \right).
$$
Specialized to metaphor mapping identification, the model optimizes source extraction subject to the target-domain solution, with \(G_1\) and \(G_2\) supplied by Chain-of-Thought prompts [2501.02434]. The same work combines BART, ViT-L/16, cross-modal attention,
$$
F_{attn} = softmax\left(\frac{QK^T}{\sqrt{d_k}}\right)V,
$$
and gated fusion,
$$
\alpha = Sigmoid(W_tF_{\text{text}} + W_vF_{attn}),
$$
$$
F_{\text{fuse}} = (1-\alpha) \cdot F_{\text{text}} + \alpha \cdot F_{attn},
$$
thereby separating perceptual, interaction, reasoning, and decoding stages [2501.02434].

A structural-symbolic realization is provided by TINT. Here metaphor comprehension is a mapping between coslice categories, with a base-of-metaphor functor
$$
\mathrm{BMF} = f\backslash\mathcal{C}' : B\backslash\mathcal{C}' \longrightarrow A\backslash\mathcal{C}',
$$
and a natural transformation
$$
\vartheta : \mathrm{BMF} \Rightarrow F.
$$
This yields a layered account in which associative networks form the base, local meanings are represented as coslice categories, and coherent metaphor interpretation emerges through functorial mapping and naturality constraints [2604.10035]. In this framework, the intermediate structural layer is not optional: relation-based algorithms outperform object-based ones in data fitting, systematicity, and novelty.

## 4. Empirical findings and diagnostic controversies

Empirical work on LLMs shows that the higher strata remain fragile. Spatial analysis of model interpretations estimates that roughly **15–25% of interpretations** exhibit substantial conceptual irrelevance. In the same study, multiple-choice interpretation hovers around **45–51% accuracy**, indicating that option selection is an unstable probe of conceptual mapping. The same paper also reports **65–80% overlap** between with-context and without-context metaphor–literal generation, with **more than half of cases with overlap ratio = 1**, which it interprets as evidence for a context-insensitive metaphor–literal repository [2510.04120].

Syntactic probing strengthens this diagnosis. In metaphor detection, **POS shuffle often yields higher accuracy than original**, while random shuffle usually collapses performance. For example, GPT-4 rises from **34.73** on original sentences to **43.74** under POS shuffle, and GPT-4o rises from **28.89** to **36.87**; by contrast, random shuffle drops GPT-4 from **34.73** to **12.93** and GPT-4o from **28.89** to **7.78** [2510.04120]. This supports the claim that many models respond to overt irregularity as a cue for metaphoricity, rather than reconstructing deeper compositional structure.

A major controversy concerns benchmark validity. “Metaphor and Large Language Models: When Surface Features Matter More than Deep Understanding” shows that performance on metaphor-oriented NLI and QA tasks tracks **lexical overlap** and **sentence length** more strongly than metaphoricity. Under CoT prompting, Qwen2.5–72B reaches an average of **91.22** on the original metaphor sets but **85.82** on literal paraphrase versions with the same labels, and the authors attribute this gap to higher lexical overlap and shorter sentences in the original datasets [2507.15357]. This directly challenges the common assumption that strong benchmark scores imply robust conceptual metaphor processing.

A related diagnostic reframes the field in terms of difficulty strata. “Finding Challenging Metaphors that Confuse Pretrained Language Models” argues that most VUA metaphors are easy for modern models and defines hard metaphors by low overlap ratio \(\varphi = s/k\) in sense-representation space. The resulting Hard Metaphor Dataset contains **21k** examples over **82 words** and **110 metaphorical senses**. On this subset, machine translation drops by **16–18%**, NLI by **6–7%**, QA by **2–3%**, and metaphor identification recall by **over 14%** [2401.16012]. This suggests that a stratified model should distinguish not only processing levels but also levels of metaphor difficulty.

## 5. Multimodal, agentic, and mechanistic extensions

Stratified modeling is especially explicit in multimodal work. CM3D introduces **6,108** Chinese advertisements annotated with target and source domains, and CPMMIM turns metaphor mapping into a two-stage hierarchy: target-domain identification followed by source-domain identification [2501.02434]. On this task, CPMMIM improves target-domain performance over the best baseline from **32.13** to **36.23** Accuracy and from **53.28** to **58.52** Human Evaluation, and source-domain performance from **25.38** to **28.47** Accuracy and from **46.89** to **50.49** Human Evaluation [2501.02434]. Ablation shows that removing the first CoT stage reduces target H-E from **58.52** to **53.24** and source H-E from **50.49** to **47.70**, while removing the second CoT stage reduces source H-E to **48.52** [2501.02434]. This is strong evidence that lower and upper layers are functionally coupled.

Visual Metaphor Transfer expands the idea into a multi-agent architecture. Its central intermediate representation is a Schema Grammar
$$
G = \{S, C, A_S, G, V, I\},
$$
where \(S\) is subject, \(C\) carrier, \(G\) relational invariants, \(V\) violation/conflict points, and \(I\) emergent meaning [2602.01335]. A perception agent extracts \(G_{ref}\), a transfer agent preserves generic-space invariance while adapting the schema to a new subject, a generation agent realizes the target schema, and a diagnostic agent assigns failures to prompt-level, component-level, or abstraction-level errors. The evaluation framework uses Metaphor Consistency, Analogy Appropriateness, and Conceptual Integration, and reports **98.2% agreement** between LLM-ensemble judgments and human ratings in a preliminary study [2602.01335]. This work makes the diagnostic stratum explicit and closed-loop.

Mechanistic interpretability extends stratification into transformer depth. Using residual trajectories
$$
x_{l+1}^\tau = x_l^\tau + \Delta_l(x_l^\tau),
$$
a contrast direction \(v^*\), wavelet responses, and conditional scale entropy
$$
H(\mathrm{scale} \mid b_k) = -\sum_{j=1}^{S} p(a_j \mid b_k)\,\log p(a_j \mid b_k),
$$
CSE analysis finds that metaphorical tokens produce higher spectral breadth than literal tokens at contiguous layer positions across GPT-2 Small, GPT-2 Medium, GPT-2 Large, LLaMA-2 7B, and GPT-oss 20B [2605.21391]. Significant active zones fall in early-to-mid relative depth, such as layers **5–13** in GPT-2 Medium and **5–11** in LLaMA-2 7B, and the effect survives cluster-based permutation correction [2605.21391]. Because CSE is invariant to uniform scaling of updates, the result isolates structural coordination across depth rather than raw update magnitude. This suggests that a mechanistic stratum of metaphor processing can be localized as a depth band of reinterpretive reconfiguration.

## 6. Diachronic variation, limitations, and open problems

Temporal and genre-sensitive work adds macro- and meso-strata to the model. Using TWEC embeddings trained on **124 million tokens**, “Metaphors’ journeys across time and genre” tracks **515** nineteenth-century literary metaphors across nineteenth- and twenty-first-century literary and nonliterary Italian corpora [2602.13701]. Topic–vehicle cosine similarity is used as a proxy for processing cost. The overall temporal effect is null, but genre interacts strongly with epoch: mean similarity is **0.31** in nineteenth-century literary language, **0.27** in twenty-first-century literary language, **0.30** in nineteenth-century nonliterary language, and **0.33** in twenty-first-century nonliterary language [2602.13701]. The base mixed model reports no main effect of Epoch, a main effect of Genre with \(\beta = -0.03\), \(t = -6.85\), \(p < 0.001\), and an Epoch × Genre interaction with \(\beta = -0.07\), \(t = -7.82\), \(p < 0.001\) [2602.13701]. This suggests that a stratified account of metaphor must include not only micro-level semantic operations but also historically variable semantic spaces.

Word-level properties further refine this picture. In the extended model, Topic SND has \(\beta = 0.57\), \(t = 7.63\), \(p < 0.001\), Vehicle SND has \(\beta = 0.58\), \(t = 7.90\), \(p < 0.001\), Topic VC × Genre × Epoch has \(\beta = 0.225\), \(t = 3.15\), \(p = 0.002\), and Vehicle SND × Genre × Epoch has \(\beta = -0.602\), \(t = -3.25\), \(p = 0.001\) [2602.13701]. In that formulation, metaphor difficulty depends on time, genre, topic stability, and semantic neighborhood density, not just on a timeless source–target distance.

The current literature also makes the limits of existing strata explicit. The geometric LLM study notes limitations of SVD-based planes, English-only scope, use of models “as is,” and the focus on single-sentence metaphors [2510.04120]. The RSA model captures human distributions well when intended meanings capitalize on properties inherent to the vehicle concept, but it identifies “the more creative nuances of metaphorical meaning, not strictly encoded in the lexical concepts,” as a challenge for machines [2404.02983]. The onion model itself is programmatic: it proposes an integrated content–blend–pragmatics framework but does not yet provide an end-to-end implementation [2507.10354].

Open questions therefore remain at every level. One set concerns representation: how to represent source and target domains explicitly, how to disentangle lexical repository activation from syntactic anomaly detection and true conceptual mapping, and how to define objective functions that reduce concept-irrelevant interpretations [2510.04120]. Another concerns benchmarking: how to build evaluations that are not dominated by lexical overlap, sentence length, or model-specific easy cases [2507.15357][2401.16012]. A third concerns integration: how to connect symbolic blending, probabilistic pragmatics, multimodal schemas, and mechanistic transformer analysis into a unified stratified theory without collapsing one layer into another. The cumulative record suggests that metaphor processing is best treated not as a single capability but as a stack of partially separable operations whose interactions are still only partly understood.

Source: https://www.emergentmind.com/topics/stratified-model-of-metaphor-processing