paper-with-me

홈 › Papers

Keyword Embeddings for Query Suggestion

2023-01-19 · Jorge Gabín, M. Eduardo Ares, Javier Parapar

Nowadays, search engine users commonly rely on query suggestions to improve their initial inputs. Current systems are very good at recommending lexical adaptations or spelling corrections to users' queries. However, they often struggle to suggest semantically related keywords given a user's query. The construction of a detailed query is crucial in some tasks, such as legal retrieval or academic search. In these scenarios, keyword suggestion methods are critical to guide the user during the query formulation. This paper proposes two novel models for the keyword suggestion task trained on scientific literature. Our techniques adapt the architecture of Word2Vec and FastText to generate keyword embeddings by leveraging documents' keyword co-occurrence. Along with these models, we also present a specially tailored negative sampling approach that exploits how keywords appear in academic publications. We devise a ranking-based evaluation methodology following both known-item and ad-hoc search scenarios. Finally, we evaluate our proposals against the state-of-the-art word and sentence embedding models showing considerable improvements over the baselines for the tasks.

📄 PDF Abstract BibTeX arXiv:2301.08006

Code (0)

등록된 구현이 없습니다.

Tasks

RetrievalSentenceSentence EmbeddingSentence-Embedding

Methods 이 논문이 사용한 방법론

fastText fastText embeddings exploit subword information to construct word embeddings. Representations are learnt of character $n$-grams, and words represented as the sum of the…

Similar Papers 제목 키워드 기반

Policy-Grounded Dynamic Facet Suggestions for Job Search

2026-05-15 · Dan Xu, Baofen Zheng, Qianqi Shen, Jianqiang Shen 외 arxiv

Job seekers often initiate search with short, underspecified queries. At LinkedIn, over 80% of job-related queries contain three or fewer keywords, making accurate user intent inference and relevant job retrieval particu…

Guided K-best Selection for Semantic Parsing Annotation

2022-05-01 · ACL 2022 5 · Anton Belyy, Chieh-Yang Huang, Jacob Andreas, Emmanouil Antonios Platanios 외

Collecting data for conversational semantic parsing is a time-consuming and demanding process. In this paper we consider, given an incomplete dataset with only a small amount of data, how to build an AI-powered human-in-…

Semantic Parsingvalid

Sequence to Sequence Learning for Query Expansion

2018-12-25 · Salah Zaiem, Fatiha Sadat

Using sequence to sequence algorithms for query expansion has not been explored yet in Information Retrieval literature nor in Question-Answering's. We tried to fill this gap in the literature with a custom Query Expansi…

Information RetrievalKeyword ExtractionRetrievalSentence+1

Multilingual Query-by-Example Keyword Spotting with Metric Learning and Phoneme-to-Embedding Mapping

2023-04-19 · Paul M. Reuter, Christian Rollwage, Bernd T. Meyer

In this paper, we propose a multilingual query-by-example keyword spotting (KWS) system based on a residual neural network. The model is trained as a classifier on a multilingual keyword dataset extracted from Common Voi…

Keyword SpottingMetric LearningWord Embeddings

KS-GNN: Keywords Search over Incomplete Graphs via Graphs Neural Network

2021-12-01 · NeurIPS 2021 12 · Yu Hao, Xin Cao, Yufan Sheng, Yixiang Fang 외

Keyword search is a fundamental task to retrieve information that is the most relevant to the query keywords. Keyword search over graphs aims to find subtrees or subgraphs containing all query keywords ranked according t…

Graph Neural Network