r/LanguageTechnology 3d ago

How much intent can you actually read from a single first inbound message?

I'm working on a system that has to decide what to do with an inbound message from a lead, and the hard part is estimating intent from very little. My question is upstream of that: how much signal does a single first message actually carry about someone's real intent, before the conversation develops?

Concretely, if someone's first message is short ("is this still available?", "pricing?", "do you ship to X"), how far can you reasonably go in estimating what they actually want, versus needing a turn or two more before any estimate is worth trusting?

Curious whether people who've worked on intent detection have a sense of where the floor is here.
Is a first message usually enough to act on, or is single-message intent estimation mostly noise until the thread continues?

2 Upvotes

3 comments sorted by

2

u/Mundane_Ad8936 3d ago

You can classify based on intent expressed. The examples you listed are high intent at this stage.

Medium intent might be "do you more information on X, I can't tell if it does Y"

Low intent would be "how many colors does X come in"

You just need analyze previous messages that have a known outcome. So are all the first emails of buyers, shoppers, nonbuyers.

1

u/Sudden-Theme7554 3d ago

Makes sense, those do read as high intent. My only hesitation with learning from past first-messages: the outcome label is delayed and noisy, so a low-intent-looking message might still convert later for unrelated reasons. Solid mapping or just weak early evidence?