Watch: Query Well-formedness
The property of a search query being grammatically natural and unambiguous — a signal used to distinguish full-sentence questions from fragmentary keyword strings, with implications for query expansion and intent classification.
Transcript
When you search for something online, how you phrase your question changes how a search engine behaves. A well-formed query reads like a natural sentence, such as, "What are the best noise-cancelling headphones for travel?" A poorly-formed query is just a fragment of keywords, like "best headphones travel."
This distinction is crucial for search engines, especially in the age of AI. Well-formed queries have clear grammatical structure, making their intent much easier to understand. They tell the system exactly what is needed, which leads to better-targeted sub-queries and more relevant search results. On the other hand, keyword fragments are ambiguous. They force the search engine to guess whether you want to buy something, find a specific website, or just learn more.
To tackle this, researchers at DEJAN built a new machine learning classifier to identify well-formed queries. Built on the ALBERT architecture and trained on Google data alongside real-world client searches, this model achieves eighty percent accuracy. That is a ten percent improvement over older models.
By identifying whether a query is well-formed right at the start, search pipelines can immediately route it to the best retrieval strategy, or flag ambiguous keywords for expansion before trying to guess the user's intent.
