paper-with-me

홈 › Papers

Focus, Merge, Rank: Improved Question Answering Based on Semi-structured Knowledge Bases

2025-05-14 · Derian Boer, Stephen Roth, Stefan Kramer

In many real-world settings, machine learning models and interactive systems have access to both structured knowledge, e.g., knowledge graphs or tables, and unstructured content, e.g., natural language documents. However, most rely on either. Semi-Structured Knowledge Bases (SKBs) bridge this gap by linking unstructured content to nodes within structured data, thereby enabling new strategies for knowledge access and use. In this work, we present FocusedRetriever, a modular SKB-based framework for multi-hop question answering. It integrates components (VSS-based entity search, LLM-based generation of Cypher queries and pairwise re-ranking) in a way that enables it to outperform state-of-the-art methods across all three STaRK benchmark test sets, covering diverse domains and multiple performance metrics. The average first-hit rate exceeds that of the second-best method by 25.7%. FocusedRetriever leverages (1) the capacity of Large Language Models (LLMs) to extract relational facts and entity attributes from unstructured text, (2) node set joins to filter answer candidates based on these extracted triplets and constraints, (3) vector similarity search to retrieve and rank relevant unstructured content, and (4) the contextual capabilities of LLMs to finally rank the top-k answers. For generality, we only incorporate base LLMs in FocusedRetriever in our evaluation. However, our analysis of intermediate results highlights several opportunities for further upgrades including finetuning. The source code is publicly available at https://github.com/kramerlab/FocusedRetriever .

📄 PDF Abstract BibTeX arXiv:2505.09246

Code (1)

kramerlab/focusedretriever 공식 구현 pytorch

Tasks

Knowledge GraphsMulti-hop Question AnsweringQuestion AnsweringRe-Ranking

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
BASE 설명 없음

Similar Papers 제목 키워드 기반

RECONSIDER: Improved Re-Ranking using Span-Focused Cross-Attention for Open Domain Question Answering

2021-06-01 · NAACL 2021 4 · Srinivasan Iyer, Sewon Min, Yashar Mehdad, Wen-tau Yih

State-of-the-art Machine Reading Comprehension (MRC) models for Open-domain Question Answering (QA) are typically trained for span selection using distantly supervised positive examples and heuristically retrieved negati…

Machine Reading ComprehensionNatural QuestionsOpen-Domain Question AnsweringQuestion Answering+3

Open-Domain Question-Answering for COVID-19 and Other Emergent Domains

2021-10-13 · EMNLP (ACL) 2021 11 · Sharon Levy, Kevin Mo, Wenhan Xiong, William Yang Wang

Since late 2019, COVID-19 has quickly emerged as the newest biomedical domain, resulting in a surge of new information. As with other emergent domains, the discussion surrounding the topic has been rapidly changing, lead…

DiversityMisinformationOpen-Domain Question AnsweringQuestion Answering+1

Exploring the Role of Logically Related Non-Question Phrases for Answering Why-Questions

2013-03-29 · Niraj Kumar, Rashmi Gangadharaiah, Kannan Srinathan, Vasudeva Varma

In this paper, we show that certain phrases although not present in a given question/query, play a very important role in answering the question. Exploring the role of such phrases in answering questions not only reduces…

Fine-Tuning LLMs for Reliable Medical Question-Answering Services

2024-10-21 · Ali Anaissi, Ali Braytee, Junaid Akram

We present an advanced approach to medical question-answering (QA) services, using fine-tuned Large Language Models (LLMs) to improve the accuracy and reliability of healthcare information. Our study focuses on optimizin…

Decision MakingMedical Question AnsweringQuestion AnsweringQuestion Rewriting

Aligning LLMs through Multi-perspective User Preference Ranking-based Feedback for Programming Question Answering

2024-05-27 · Hongyu Yang, Liyang He, Min Hou, Shuanghong Shen 외

Code Community Question Answering (CCQA) seeks to tackle programming-related issues, thereby boosting productivity in both software engineering and academic research. Recent advancements in Reinforcement Learning from Hu…

Community Question AnsweringIn-Context LearningQuestion Answering