paper-with-me

홈 › Papers

Query Expansion for Cross-Language Question Re-Ranking

2019-04-16 · Muhammad Mahbubur Rahman, Sorami Hisamoto, Kevin Duh

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 similar questions, due to the open-ended nature of informal discussions. Further, if the platform allows questions and answers in multiple languages, we are faced with the additional challenge of matching cross-lingual information. In this work, we focus on the cross-language question re-ranking shared task, which aims to find existing questions that may be written in different languages. Our contribution is an exploration of query expansion techniques for this problem. We investigate expansions based on Word Embeddings, DBpedia concepts linking, and Hypernym, and show that they outperform existing state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:1904.07982

Code (0)

등록된 구현이 없습니다.

Tasks

Community Question AnsweringQuestion AnsweringRe-RankingWord Embeddings

Similar Papers 제목 키워드 기반

Can Query Expansion Improve Generalization of Strong Cross-Encoder Rankers?

2023-11-15 · Minghan Li, Honglei Zhuang, Kai Hui, Zhen Qin 외

Query expansion has been widely used to improve the search results of first-stage retrievers, yet its influence on second-stage, cross-encoder rankers remains under-explored. A recent work of Weller et al. [44] shows tha…

Instruction FollowingLanguage ModellingLarge Language ModelPrompt Engineering

Expand, Rerank, and Retrieve: Query Reranking for Open-Domain Question Answering

2023-05-26 · Yung-Sung Chuang, Wei Fang, Shang-Wen Li, Wen-tau Yih 외

We propose EAR, a query Expansion And Reranking approach for improving passage retrieval, with the application to open-domain question answering. EAR first applies a query expansion model to generate a diverse set of que…

Open-Domain Question AnsweringPassage RetrievalQuestion AnsweringReranking+1

Query Expansion Should Be Coordinated: Dense Expands, Sparse Anchors

2026-08-16 · Chunran Zhang arxiv

Retrieval-augmented generation (RAG) systems rely on retrieval modules to ground large language model (LLM) outputs. LLM-based query expansion enriches retrieval with document-like passages, but evaluations of hybrid ret…

Caraman at SemEval-2026 Task 8: Three-Stage Multi-Turn Retrieval with Query Rewriting, Hybrid Search, and Cross-Encoder Reranking

2026-05-12 · David-Maximilian Caraman, Gheorghe Cosmin Silaghi arxiv

We describe our system for SemEval-2026 Task 8 (MTRAGEval), participating in Task A (Retrieval) across four English-language domains. Our approach employs a three-stage pipeline: (1) query rewriting via a LoRA-fine-tuned…

Schema-First Retrieval: Embedding Catalogs for Natural Language Analytics

2026-06-23 · Adarsh Agrawal, Shashank Indukuri arxiv

Enterprise text-to-SQL systems often fail before SQL is generated: the model receives the wrong schema context. Modern warehouses contain thousands of tables, abbreviated columns, informal metrics, hidden join convention…

Semantic Retrieval