paper-with-me

Papers

Interactive query expansion for professional search applications

2021-06-25 · Tony Russell-Rose, Philip Gooch, Udo Kruschwitz

Knowledge workers (such as healthcare information professionals, patent agents and recruitment professionals) undertake work tasks where search forms a core part of their duties. In these instances, the search task is often complex and time-consuming and requires specialist expert knowledge to formulate accurate search strategies. Interactive features such as query expansion can play a key role in supporting these tasks. However, generating query suggestions within a professional search context requires that consideration be given to the specialist, structured nature of the search strategies they employ. In this paper, we investigate a variety of query expansion methods applied to a collection of Boolean search strategies used in a variety of real-world professional search tasks. The results demonstrate the utility of context-free distributional language models and the value of using linguistic cues such as ngram order to optimise the balance between precision and recall.

📄 PDF Abstract BibTeX arXiv:2106.13528

Code (1)

tgr2uk/query_suggestions 공식 구현

Similar Papers 제목 키워드 기반

BioRAGent: A Retrieval-Augmented Generation System for Showcasing Generative Query Expansion and Domain-Specific Search for Scientific Q&A

2024-12-16 · Samy Ateia, Udo Kruschwitz

We present BioRAGent, an interactive web-based retrieval-augmented generation (RAG) system for biomedical question answering. The system uses large language models (LLMs) for query expansion, snippet extraction, and answ…

Answer GenerationFew-Shot LearningQuestion AnsweringRAG+2

Query Expansion for Patent Searching using Word Embedding and Professional Crowdsourcing

2019-11-14 · Arthi Krishna, Ye Jin, Christine Foster, Greg Gabel 외

The patent examination process includes a search of previous work to verify that a patent application describes a novel invention. Patent examiners primarily use keyword-based searches to uncover prior art. A critical pa…

Learning Query Expansion over the Nearest Neighbor Graph

2021-12-05 · Benjamin Klein, Lior Wolf

Query Expansion (QE) is a well established method for improving retrieval metrics in image search applications. When using QE, the search is conducted on a new query vector, constructed using an aggregation function over…

Image RetrievalRetrieval

NeuralQA: A Usable Library for Question Answering (Contextual Query Expansion + BERT) on Large Datasets

2020-07-30 · EMNLP 2020 11 · Victor Dibia

Existing tools for Question Answering (QA) have challenges that limit their use in practice. They can be complex to set up or integrate with existing infrastructure, do not offer configurable interactive interfaces, and …

Language ModelingLanguage ModellingQuestion AnsweringRetrieval

Improving LLM Reasoning via Dependency-Aware Query Decomposition and Logic-Parallel Content Expansion

2025-10-28 · Xianjun Gao, Jianchun Liu, Hongli Xu, Liusheng Huang arxiv

The integration of Large Language Models (LLMs) into real-time Web applications, such as AI-powered search and conversational agents, presents a fundamental Web infrastructure challenge: reconciling the demand for high-q…