dejanseo commited on
Commit
56736d2
1 Parent(s): ece7996

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -11,10 +11,10 @@ pipeline_tag: text-classification
11
  ---
12
  [![Dejan AI Logo](https://dejan.ai/wp-content/uploads/2024/02/dejan.png)](https://dejan.ai/blog/search-query-quality-classifier/)
13
 
14
- We build on [the work](https://research.google/pubs/identifying-well-formed-natural-language-questions/) by Manaal Faruqui and Dipanjan Das from [Google AI Language](https://research.google/teams/language/) team to train a search query classifier of well-formed search queries. Our model offers a 10% improvement over Google's classifier by utilising ALBERT architecture instead of LSTM. With accuracy of 80%, the model is production ready and has already been deployed in Dejan AI's query processing pipeline. The role of the model is to help identify query expansion candidates by flagging ambiguous queries retrieved via Google Search Console API.
15
 
16
- ## See This Model in Action
17
- See [Dejan AI](https://dejan.ai/blog/search-query-quality-classifier/)
18
 
19
  # Engage Our Team
20
  Interested in using this in an automated pipeline for bulk query classification?
 
11
  ---
12
  [![Dejan AI Logo](https://dejan.ai/wp-content/uploads/2024/02/dejan.png)](https://dejan.ai/blog/search-query-quality-classifier/)
13
 
14
+ We build on [the work](https://research.google/pubs/identifying-well-formed-natural-language-questions/) by Manaal Faruqui and Dipanjan Das from [Google AI Language](https://research.google/teams/language/) team to train a search query classifier of well-formed search queries. Our model offers a [10% improvement](https://dejan.ai/blog/search-query-quality-classifier/) over Google's classifier by utilising ALBERT architecture instead of LSTM. With accuracy of 80%, the model is production ready and has already been deployed in Dejan AI's query processing pipeline. The role of the model is to help identify query expansion candidates by flagging ambiguous queries retrieved via Google Search Console API.
15
 
16
+ ## Practical Application
17
+ Most search queries are ambiguous making it difficult to classify intent and make decisions on how to optimise for them. Query expansion helps, but only only if you know which queries to expand. This is where our model comes in. Take it for a spin here and try proper questions vs raw keyword queries and [experience the model in action](https://dejan.ai/tools/query-expansion-classifier/).
18
 
19
  # Engage Our Team
20
  Interested in using this in an automated pipeline for bulk query classification?