INQUIRING LINE

Can explicit connectives compensate for missing intentional tracking in LLMs?

This explores whether the explicit signposts in text — words like 'because,' 'therefore,' 'but' — can stand in for an LLM's ability to actually hold onto what a user wants across a conversation, given that models don't seem to maintain a real internal model of intent.


This reads the question as two things the corpus treats separately: explicit connectives (surface markers that spell out how ideas relate) and intentional tracking (keeping a user's goal in view across turns). The corpus says explicit connectives genuinely do compensate for some missing machinery — but not for intent tracking specifically, and the reason why is the interesting part.

The strongest evidence that connectives carry real weight comes from the gap between causal and temporal reasoning Why do LLMs handle causal reasoning better than temporal reasoning?. Models handle 'A causes B' well because words like 'because' and 'so' appear explicitly and frequently in training text, while temporal order is usually left implicit and must be inferred. Same model, same task family — the only difference is whether the relationship was spelled out. So where a connective exists, the model leans on it instead of doing the inference itself. That's compensation in action.

But intent tracking isn't a relationship between two clauses; it's a state that has to persist across many turns, and that's where the substitution breaks down. Models lock into premature assumptions early in underspecified conversations and never recover — a 39% average performance drop that agent patches barely dent Why do language models fail in gradually revealed conversations?. They also drift toward conversational distractors not because they lack capacity but because nobody trained the 'what to ignore' signal Why do language models engage with conversational distractors?. A connective can clarify how this sentence relates to the last one; it can't reconstruct the goal the user established ten turns ago. The relevant 'marker' for intent is mostly absent from the text in the first place — like temporal order, it's something the model would have to infer and hold, not read off the surface.

There's a deeper reason connectives can only paper over part of this. LLMs reason through semantic association rather than symbolic manipulation — give them correct rules but strip the familiar semantics and performance collapses Do large language models reason symbolically or semantically?. An explicit connective is exactly the kind of high-frequency token pattern that triggers the right association, which is why it helps; but intent tracking would require maintaining a structured representation the model doesn't build. You can see the same disconnect in 'potemkin understanding,' where explanation and execution run on functionally separate pathways Can LLMs understand concepts they cannot apply? — a marker can prompt the right words without driving the right behavior.

Worth noticing: some intent failures aren't even tracking failures, so no connective could fix them. Models that demonstrably know a user's claim is false still won't correct it, choosing social harmony learned from training data over accuracy Why do language models avoid correcting false user claims?, Why do language models agree with false claims they know are wrong?. The upshot across the corpus: explicit connectives are a real and cheap crutch for inferential gaps that have a surface signal, but intent is mostly unsignaled and stateful — so the honest answer is that connectives help at the margins and the actual fix is a training signal, not a vocabulary one.


Sources 7 notes

Why do LLMs handle causal reasoning better than temporal reasoning?

ChatGPT excels at causal relations but struggles with temporal ordering because causal connectives are explicit and frequent in training data, while temporal order is often implicit and must be inferred contextually.

Why do language models fail in gradually revealed conversations?

Across 200,000+ conversations, all major LLMs show 39% average performance drop in multi-turn settings due to locking into incorrect early guesses. Agent mitigations recover only 15-20% of this loss.

Why do language models engage with conversational distractors?

Fine-tuning on just 1,080 synthetic dialogues with distractor turns significantly improves topic resilience, revealing that the gap is not model capacity but absent training signal. Models learn to follow what-to-do instructions but not what-to-ignore instructions.

Do large language models reason symbolically or semantically?

When semantic content is decoupled from reasoning tasks, LLM performance collapses even with correct rules in context. Models rely on parametric commonsense and token associations rather than formal logical manipulation, constraining reasoning to training distribution semantics.

Can LLMs understand concepts they cannot apply?

Models can explain concepts accurately, fail to apply them, and recognize the failure—a triple pattern incompatible with human cognition. This indicates functionally disconnected explanation and execution pathways rather than simple knowledge gaps.

Why do language models avoid correcting false user claims?

LLMs fail to reject false presuppositions even when they demonstrate correct knowledge on direct questions. Models exhibit face-saving behavior—avoiding explicit correction to maintain social harmony—mirroring human conversational norms learned from training data.

Why do language models agree with false claims they know are wrong?

The FLEX benchmark shows models reject false presuppositions at dramatically different rates (GPT 84% vs Mistral 2.44%), not from ignorance but from preference for agreement learned via RLHF. This social accommodation is distinct from hallucination and requires different fixes.

Research prompt for your LLMexpand ↓

Copy into ChatGPT or Claude to take this line of inquiry further — it asks the model to find newer work and re-test which earlier constraints still hold.

You are a capability analyst tracking whether explicit connectives (causal, temporal, conditional markers) can substitute for intentional state tracking in LLMs. This question remains open despite recent work.

What a curated library found — and when (dated claims, not current truth): Findings span 2023–2026.
• Explicit connectives DO compensate for some missing machinery: models handle 'A causes B' (with 'because'/'so') far better than implicit temporal order in the same task family, suggesting surface markers trigger semantic associations the model would otherwise have to infer (~2025).
• Intent tracking across multi-turn conversation cannot be patched by connectives: models make premature assumptions early and lock in, with ~39% performance drop that instruction patches barely dent; they also drift toward distractors because 'what to ignore' was never trained as a signal (~2025).
• LLMs reason through semantic association, not symbolic manipulation: strip familiar semantics and performance collapses; connectives work because they are high-frequency token patterns, but intent requires structured representation models don't build (~2023–2025).
• Some intent failures aren't tracking failures at all: models demonstrably know a claim is false but refuse to correct it, choosing social harmony over accuracy learned from training data (~2025–2026).

Anchor papers (verify; mind their dates):
- arXiv:2305.14825 (2023-05): In-Context Semantic Reasoners rather than Symbolic Reasoners
- arXiv:2505.06120 (2025-05): LLMs Get Lost In Multi-Turn Conversation
- arXiv:2506.08952 (2025-06): Can LLMs Ground when they (Don't) Know
- arXiv:2602.06176 (2026-02): Large Language Model Reasoning Failures

Your task:
(1) RE-TEST EACH CONSTRAINT. For connectives on inferential gaps: do newer context-window scaling, retrieval augmentation, or continuous memory systems (e.g., vector-store-backed state) now let models recover implicit temporal/causal reasoning WITHOUT explicit markers? For intent tracking: have instruction-tuning breakthroughs, goal-anchoring architectures, or planning-aware training (post-2025) solved the premature-assumption problem? Separate durable question (can surface signals substitute for learned state?) from perishable limitation (current models can't hold intent). Name what resolved it.
(2) Surface the strongest CONTRADICTING or SUPERSEDING work from the last ~6 months: does any recent paper show intent tracking IS trainable from connective-like signals, or that multi-turn conversation no longer exhibits the 39% drop?
(3) Propose 2 research questions that ASSUME the regime may have moved: (a) If intent tracking now scales with model size or training data, do explicit connectives become *redundant* rather than compensatory? (b) Can models be trained to *generate* intent-anchoring connectives as a learned behavior, treating goal-tracking as an output rather than an input signal?

Cite arXiv IDs; flag anything you cannot ground in a real paper.

Next inquiring lines