CLAIFeb 7, 2020

Translating Web Search Queries into Natural Language Questions

arXiv:2002.02631v11093 citations
AI Analysis

This addresses a practical issue for users and systems in search engines, community question answering, and bots, but it is incremental as it applies existing machine translation methods to a new task.

The paper tackles the problem of converting keyword-based web search queries into well-formed natural language questions with the same intent, using statistical and neural machine translation models, and reports that these models perform well in automatic and human evaluations.

Users often query a search engine with a specific question in mind and often these queries are keywords or sub-sentential fragments. For example, if the users want to know the answer for "What's the capital of USA", they will most probably query "capital of USA" or "USA capital" or some keyword-based variation of this. For example, for the user entered query "capital of USA", the most probable question intent is "What's the capital of USA?". In this paper, we are proposing a method to generate well-formed natural language question from a given keyword-based query, which has the same question intent as the query. Conversion of keyword-based web query into a well-formed question has lots of applications, with some of them being in search engines, Community Question Answering (CQA) website and bots communication. We found a synergy between query-to-question problem with standard machine translation(MT) task. We have used both Statistical MT (SMT) and Neural MT (NMT) models to generate the questions from the query. We have observed that MT models perform well in terms of both automatic and human evaluation.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes