INQUIRING LINE

How does the Question Under Discussion shape what content projects?

This explores the linguistic idea that the implicit question a discourse is answering — the Question Under Discussion — governs which content becomes salient and surfaces, and asks what the corpus says about how the framing question shapes what information projects forward.


This reads "Question Under Discussion" in its discourse-theory sense: the implicit question a piece of talk is answering, which decides what becomes foregrounded versus what stays in the background. The corpus doesn't have a paper named after QUD theory, but several notes converge on its core claim — that what surfaces in language is governed by the question being addressed, not by the raw content alone. The closest structural account is work showing that discourse coherence requires tracking three layers at once: the linguistic segments, the *intentional structure* (what each part is for), and attentional salience — and that these constrain each other rather than running in sequence How do readers track segments, purposes, and salience together?. The intentional layer is essentially the QUD doing its work: the purpose driving a segment determines what gets pushed to salience.

The sharpest demonstration that the framing question controls what content projects comes from summarization. When each source document is handed a *tailored* query rather than one uniform question, perspective coverage jumps 38–58% — the same documents yield wildly different material depending on which question is asked of them Can tailoring queries per document improve debatable summarization?. That's QUD made operational: change the question, and entirely different content projects out of identical text. The same logic shows up in retrieval-augmented dialogue, where matching retrieved reviews to the user's stance prevents contradictory context from surfacing — the active question (the user's polarity) filters what content is allowed to project Can review sentiment alignment fix sparse CRS dialogue?.

What's striking is how easily the governing question gets set by things other than the explicit ask. Emotional tone alone reshapes what an LLM presents: negative-framed prompts get converted to neutral-positive answers ~86% of the time, so the same literal question projects different information depending on its affective framing Does emotional tone in prompts change what information LLMs provide?. And in the prompt itself, the QUD is frozen — a prompt bundles utterance, context, and role into a single static frame the model can't renegotiate mid-conversation, unlike human dialogue where the question under discussion drifts cooperatively turn by turn How do prompts reshape the role of context in AI conversation?. This is why systems lose the thread when a topic returns: rigid stack structures can't re-open an old QUD, while attention-based ones can revisit any prior turn Why do dialogue systems lose context when topics return?.

The payoff the reader may not expect: explanation quality turns out to be a QUD phenomenon too. Explanations don't work because they're intrinsically good — they work when source, framing, and recipient align, and when topic relation and dialogue act jointly fit the question actually being asked What if XAI is fundamentally a communication problem? What makes explanations work in real conversation?. That reframes a lot of AI work: the bottleneck isn't generating content, it's correctly identifying which question is live — which is exactly why training models to ask good clarifying questions (decomposing quality into clarity, relevance, specificity) matters so much, since a wrong QUD projects confident but irrelevant content Can models learn to ask genuinely useful clarifying questions?.


Sources 9 notes

How do readers track segments, purposes, and salience together?

Discourse processing demands parallel recognition of linguistic segments, intentional structure, and attentional salience—not sequential processing. These three layers constrain each other during comprehension, and failures in any single layer disrupt overall understanding.

Can tailoring queries per document improve debatable summarization?

MODS achieves 38–58% improvement in topic coverage and balance by assigning each document a specialized speaker LLM that receives tailored queries, rather than applying uniform queries across all documents. This reframes summarization as a retrieval problem solved through source-aware query planning.

Can review sentiment alignment fix sparse CRS dialogue?

RevCore demonstrates that retrieving user reviews with polarity matching the user's stance—then integrating them into dialogue history and generation—produces more informative and aligned recommendations. Sentiment-coordinated filtering prevents contradictory context that random review retrieval would introduce.

Does emotional tone in prompts change what information LLMs provide?

GPT-4 exhibits emotional rebound (negative prompts yield ~86% neutral-positive responses) and a tone floor (positive prompts rarely go negative), causing identical questions to receive different answers depending on emotional framing. This bias is suppressed only on sensitive topics where alignment constraints override tone effects.

How do prompts reshape the role of context in AI conversation?

LLM prompts bundle utterance, context assignment, and role specification into a single static frame the model cannot renegotiate, unlike human dialogue where context evolves cooperatively. This makes mid-conversation pivots require explicit re-prompting rather than implicit adjustment.

Why do dialogue systems lose context when topics return?

Research shows stack-based dialogue structures lose context when popped topics are revisited, while transformer attention enables systems to retrieve any previous turn without structural loss. Attention-based approaches naturally support the interleaved, revisiting nature of human conversation.

What if XAI is fundamentally a communication problem?

Explanation quality is not intrinsic to the explanation itself but depends on the rhetorical situation: who presents it, how it is framed, and what role the recipient plays. Evaluations that ignore this triad measure only a narrow slice of real-world effectiveness.

What makes explanations work in real conversation?

Analysis of 399 daily-life explanations shows that topic relation, dialogue act, and explanation move jointly predict understanding success. Explanations are co-constructed through interaction patterns, not monological delivery—challenging how LLMs currently generate explanations.

Can models learn to ask genuinely useful clarifying questions?

The ALFA framework breaks down question quality into theory-grounded attributes (clarity, relevance, specificity) and trains models on 80K attribute-specific preference pairs. Attribute-specific optimization outperforms single-score training, especially in clinical reasoning where asking the right clarifying question directly impacts decision quality.

Next inquiring lines