中文
相关论文

相关论文: Using Word Embeddings for Automatic Query Expansio…

200 篇论文

We investigate the integration of Large Language Models (LLMs) into query encoders to improve dense retrieval without increasing latency and cost, by circumventing the dependency on LLMs at inference time. SoftQE incorporates knowledge from…

计算与语言 · 计算机科学 2024-02-21 Varad Pimpalkhute , John Heyer , Xusen Yin , Sameer Gupta

Knowledge Graph Embedding methods aim at representing entities and relations in a knowledge base as points or vectors in a continuous vector space. Several approaches using embeddings have shown promising results on tasks such as link…

In search advertising, keyword matching connects user queries with relevant ads. While token-based matching increases ad coverage, it can reduce relevance due to overly permissive semantic expansion. This work extends keyword reach through…

信息检索 · 计算机科学 2025-05-27 Dipanwita Saha , Anis Zaman , Hua Zou , Ning Chen , Xinxin Shu , Nadia Vase , Abraham Bagherjeiran

Community question-answering (CQA) platforms have become very popular forums for asking and answering questions daily. While these forums are rich repositories of community knowledge, they present challenges for finding relevant answers and…

信息检索 · 计算机科学 2019-04-18 Muhammad Mahbubur Rahman , Sorami Hisamoto , Kevin Duh

As the core algorithm in recommendation systems, collaborative filtering (CF) algorithms inevitably face the problem of data sparsity. Since CF captures similar users and items for recommendations, it is effective to augment the lacking…

Pseudo relevance feedback (PRF) automatically performs query expansion based on top-retrieved documents to better represent the user's information need so as to improve the search results. Previous PRF methods mainly select expansion terms…

信息检索 · 计算机科学 2021-11-17 Handong Ma , Jiawei Hou , Chenxu Zhu , Weinan Zhang , Ruiming Tang , Jincai Lai , Jieming Zhu , Xiuqiang He , Yong Yu

Modern retrieval-augmented generation (RAG) systems treat vector embeddings as static, context-free artifacts: an embedding has no notion of when it was created, how trustworthy its source is, or which other embeddings depend on it. This…

信息检索 · 计算机科学 2026-04-23 Naizhong Xu

Large language models have recently pushed open domain question answering (ODQA) to new frontiers. However, prevailing retriever-reader pipelines often depend on multiple rounds of prompt level instructions, leading to high computational…

计算与语言 · 计算机科学 2025-09-23 Zhanghao Hu , Hanqi Yan , Qinglin Zhu , Zhenyi Shen , Yulan He , Lin Gui

Representation learning has overcome the often arduous and manual featurization of networks through (unsupervised) feature learning as it results in embeddings that can apply to a variety of downstream learning tasks. The focus of…

机器学习 · 计算机科学 2021-01-01 Piotr Bielak , Tomasz Kajdanowicz , Nitesh V. Chawla

Unsupervised text embeddings extraction is crucial for text understanding in machine learning. Word2Vec and its variants have received substantial success in mapping words with similar syntactic or semantic meaning to vectors close to each…

计算与语言 · 计算机科学 2018-05-30 Furong Huang , Animashree Anandkumar

Query expansion has been employed for a long time to improve the accuracy of query retrievers. Earlier works relied on pseudo-relevance feedback (PRF) techniques, which augment a query with terms extracted from documents retrieved in a…

信息检索 · 计算机科学 2024-06-12 Muhammad Shihab Rashid , Jannat Ara Meem , Yue Dong , Vagelis Hristidis

Query Expansion (QE) enriches queries and Document Expansion (DE) enriches documents, and these two techniques are often applied separately. However, such separate application may lead to semantic misalignment between the expanded queries…

信息检索 · 计算机科学 2025-12-22 Yu Yang , Feng Tian , Ping Chen

Word embedding has become ubiquitous and is widely used in various natural language processing (NLP) tasks, such as web retrieval, web semantic analysis, and machine translation, and so on. Unfortunately, training the word embedding in a…

计算与语言 · 计算机科学 2023-12-29 Wenting Li , Jiahong Xue , Xi Zhang , Huacan Chen , Zeyu Chen , Feijuan Huang , Yuanzhe Cai

A key challenge in attribute value extraction (AVE) from e-commerce sites is how to handle a large number of attributes for diverse products. Although this challenge is partially addressed by a question answering (QA) approach which finds a…

计算与语言 · 计算机科学 2022-06-30 Keiji Shinzato , Naoki Yoshinaga , Yandi Xia , Wei-Te Chen

Open-domain question answering can be reformulated as a phrase retrieval problem, without the need for processing documents on-demand during inference (Seo et al., 2019). However, current phrase retrieval models heavily depend on sparse…

计算与语言 · 计算机科学 2021-06-03 Jinhyuk Lee , Mujeen Sung , Jaewoo Kang , Danqi Chen

Query auto completion (QAC) systems are a standard part of search engines in industry, helping users formulate their query. Such systems update their suggestions after the user types each character, predicting the user's intent using…

计算与语言 · 计算机科学 2018-05-10 Nicolas Fiorini , Zhiyong Lu

In this paper, we present the experimental work done on Query Expansion (QE) for retrieval tasks of Gujarati text documents. In information retrieval, it is very difficult to estimate the exact user need, query expansion adds terms to the…

信息检索 · 计算机科学 2020-01-23 Hardik Joshi , Jyoti Pareek

Recent works using artificial neural networks based on word distributed representation greatly boost the performance of various natural language learning tasks, especially question answering. Though, they also carry along with some…

计算与语言 · 计算机科学 2016-12-23 Lingxun Meng , Yan Li , Mengyi Liu , Peng Shu

This work presents an unsupervised approach for improving WordNet that builds upon recent advances in document and sense representation via distributional semantics. We apply our methods to construct Wordnets in French and Russian,…

计算与语言 · 计算机科学 2017-05-02 Mikhail Khodak , Andrej Risteski , Christiane Fellbaum , Sanjeev Arora

Complementary to finding good general word embeddings, an important question for representation learning is to find dynamic word embeddings, e.g., across time or domain. Current methods do not offer a way to use or predict information on…

计算与语言 · 计算机科学 2022-10-12 Stephanie Brandl , David Lassner , Anne Baillot , Shinichi Nakajima