Suggesting Relevant Questions for a Query Using Statistical Natural Language Processing Technique
Suggesting similar questions for a user query has many applications ranging from reducing search time of users on e-commerce websites, training of employees in companies to holistic learning for students. The use of Natural Language Processing techniques for suggesting similar questions is prevalent over the existing architecture. Mainly two approaches are studied for finding text similarity namely syntactic and semantic, however each has its draw-backs and fail to provide the desired outcome. In this article, a self-learning combined approach is proposed for determining textual similarity that introduces a robust weighted syntactic and semantic similarity index for determining similar questions from a predetermined database, this approach learns the optimal combination of the mentioned approaches for a database under consideration. Comprehensive analysis has been carried out to justify the efficiency and efficacy of the proposed approach over the existing literature.
Code (0)
등록된 구현이 없습니다.
Tasks
Self-LearningSemantic SimilaritySemantic Textual Similaritytext similarityMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
NLmaps: A Natural Language Interface to Query OpenStreetMap
We present a Natural Language Interface (nlmaps.cl.uni-heidelberg.de) to query OpenStreetMap. Natural language questions about geographical facts are parsed into database queries that can be executed against the OpenStre…
Translating Web Search Queries into Natural Language Questions
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…
Community Question AnsweringMachine TranslationNMTQuestion Answering+1Follow-on Question Suggestion via Voice Hints for Voice Assistants
The adoption of voice assistants like Alexa or Siri has grown rapidly, allowing users to instantly access information via voice search. Query suggestion is a standard feature of screen-based search experiences, allowing …
Query Suggestion for Retrieval-Augmented Generation via Dynamic In-Context Learning
Retrieval-augmented generation with tool-calling agents (agentic RAG) has become increasingly powerful in understanding, processing, and responding to user queries. However, the scope of the grounding knowledge is limite…
Few-Shot LearningGenerating Clarifying Questions for Query Refinement in Source Code Search
In source code search, a common information-seeking strategy involves providing a short initial query with a broad meaning, and then iteratively refining the query using terms gleaned from the results of subsequent searc…
Code Search