paper-with-me

홈 › Papers

MFBE: Leveraging Multi-Field Information of FAQs for Efficient Dense Retrieval

2023-02-23 · Debopriyo Banerjee, Mausam Jain, Ashish Kulkarni

In the domain of question-answering in NLP, the retrieval of Frequently Asked Questions (FAQ) is an important sub-area which is well researched and has been worked upon for many languages. Here, in response to a user query, a retrieval system typically returns the relevant FAQs from a knowledge-base. The efficacy of such a system depends on its ability to establish semantic match between the query and the FAQs in real-time. The task becomes challenging due to the inherent lexical gap between queries and FAQs, lack of sufficient context in FAQ titles, scarcity of labeled data and high retrieval latency. In this work, we propose a bi-encoder-based query-FAQ matching model that leverages multiple combinations of FAQ fields (like, question, answer, and category) both during model training and inference. Our proposed Multi-Field Bi-Encoder (MFBE) model benefits from the additional context resulting from multiple FAQ fields and performs well even with minimal labeled data. We empirically support this claim through experiments on proprietary as well as open-source public datasets in both unsupervised and supervised settings. Our model achieves around 27% and 20% better top-1 accuracy for the FAQ retrieval task on internal and open datasets, respectively over the best performing baseline.

📄 PDF Abstract BibTeX arXiv:2302.11953

Code (1)

mausamsion/mfbe 공식 구현

Tasks

Question AnsweringRetrieval

Similar Papers 제목 키워드 기반

FAQ-Gen: An automated system to generate domain-specific FAQs to aid content comprehension

2024-02-08 · Sahil Kale, Gautam Khaire, Jay Patankar

Frequently Asked Questions (FAQs) refer to the most common inquiries about specific content. They serve as content comprehension aids by simplifying topics and enhancing understanding through succinct presentation of inf…

Question Answering

orgFAQ: A New Dataset and Analysis on Organizational FAQs and User Questions

2020-09-03 · Guy Lev, Michal Shmueli-Scheuer, Achiya Jerbi, David Konopnicki

Frequently Asked Questions (FAQ) webpages are created by organizations for their users. FAQs are used in several scenarios, e.g., to answer user questions. On the other hand, the content of FAQs is affected by user quest…

Do Voters Get the Information They Want? Understanding Authentic Voter FAQs in the US and How to Improve for Informed Electoral Participation

2024-12-17 · Vipula Rawte, Deja N Scott, Gaurav Kumar, Aishneet Juneja 외

Accurate information is crucial for democracy as it empowers voters to make informed decisions about their representatives and keeping them accountable. In the US, state election commissions (SECs), often required by law…

Multi-turn Dialog System on Single-turn Data in Medical Domain

2021-05-27 · Nazib Sorathiya, Chuan-An Lin, Daniel Chen Daniel Xiong, Scott Zin 외

Recently there has been a huge interest in dialog systems. This interest has also been developed in the field of the medical domain where researchers are focusing on building a dialog system in the medical domain. This r…

Semi-Automatically Extracting FAQs to Improve Accessibility of Software Development Knowledge

2012-03-23 · Stefan Henß, Martin Monperrus, Mira Mezini

Frequently asked questions (FAQs) are a popular way to document software development knowledge. As creating such documents is expensive, this paper presents an approach for automatically extracting FAQs from sources of s…