paper-with-me

홈 › Papers

Suggesting Relevant Questions for a Query Using Statistical Natural Language Processing Technique

2022-04-26 · Shriniwas Nayak, Anuj Kanetkar, Hrushabh Hirudkar, Archana Ghotkar, Sheetal Sonawane, Onkar Litake

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.

📄 PDF Abstract BibTeX arXiv:2204.12069

Code (0)

등록된 구현이 없습니다.

Tasks

Self-LearningSemantic SimilaritySemantic Textual Similaritytext similarity

Methods 이 논문이 사용한 방법론

Self-Learning 설명 없음

Similar Papers 제목 키워드 기반

NLmaps: A Natural Language Interface to Query OpenStreetMap

2016-12-01 · COLING 2016 12 · Carolin Lawrence, Stefan Riezler

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

2020-02-07 · LREC 2018 5 · Adarsh Kumar, Sandipan Dandapat, Sushil Chordia

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+1

Follow-on Question Suggestion via Voice Hints for Voice Assistants

2023-10-25 · Besnik Fetahu, Pedro Faustini, Giuseppe Castellucci, Anjie Fang 외

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

2026-01-13 · Fabian Spaeh, Tianyi Chen, Chen-Hao Chiang, Bin Shen arxiv

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 Learning

Generating Clarifying Questions for Query Refinement in Source Code Search

2022-01-24 · Zachary Eberhart, Collin McMillan

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