paper-with-me

Papers

A Clarifying Question Selection System from NTES_ALONG in Convai3 Challenge

2020-10-27 · Wenjie Ou, Yue Lin

This paper presents the participation of NetEase Game AI Lab team for the ClariQ challenge at Search-oriented Conversational AI (SCAI) EMNLP workshop in 2020. The challenge asks for a complete conversational information retrieval system that can understanding and generating clarification questions. We propose a clarifying question selection system which consists of response understanding, candidate question recalling and clarifying question ranking. We fine-tune a RoBERTa model to understand user's responses and use an enhanced BM25 model to recall the candidate questions. In clarifying question ranking stage, we reconstruct the training dataset and propose two models based on ELECTRA. Finally we ensemble the models by summing up their output probabilities and choose the question with the highest probability as the clarification question. Experiments show that our ensemble ranking model outperforms in the document relevance task and achieves the best recall@[20,30] metrics in question relevance task. And in multi-turn conversation evaluation in stage2, our system achieve the top score of all document relevance metrics.

📄 PDF Abstract BibTeX arXiv:2010.14202

Code (0)

등록된 구현이 없습니다.

Tasks

Information RetrievalQuestion SelectionRetrieval

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Weight Decay 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention 설명 없음
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Guided Transformer: Leveraging Multiple External Sources for Representation Learning in Conversational Search

2020-06-13 · Helia Hashemi, Hamed Zamani, W. Bruce Croft

Asking clarifying questions in response to ambiguous or faceted queries has been recognized as a useful technique for various information retrieval systems, especially conversational search systems with limited bandwidth…

Conversational SearchInformation RetrievalQuestion SelectionRepresentation Learning+1

PAQA: Toward ProActive Open-Retrieval Question Answering

2024-02-26 · Pierre Erbacher, Jian-Yun Nie, Philippe Preux, Laure Soulier

Conversational systems have made significant progress in generating natural language responses. However, their potential as conversational search systems is currently limited due to their passive role in the information-…

Conversational SearchPassage RetrievalQuestion AnsweringRetrieval

Asking Clarifying Questions in Open-Domain Information-Seeking Conversations

2019-07-15 · Mohammad Aliannejadi, Hamed Zamani, Fabio Crestani, W. Bruce Croft

Users often fail to formulate their complex information needs in a single query. As a consequence, they may need to scan multiple result pages or reformulate their queries, which may be a frustrating experience. Alternat…

Question SelectionRetrieval

Pseudo Ambiguous and Clarifying Questions Based on Sentence Structures Toward Clarifying Question Answering System

2022-05-01 · dialdoc (ACL) 2022 5 · Yuya Nakano, Seiya Kawano, Koichiro Yoshino, Katsuhito Sudoh 외

Question answering (QA) with disambiguation questions is essential for practical QA systems because user questions often do not contain information enough to find their answers. We call this task clarifying question answ…

Question AnsweringQuestion GenerationQuestion-GenerationSentence

Building and Evaluating Open-Domain Dialogue Corpora with Clarifying Questions

2021-09-13 · EMNLP 2021 11 · Mohammad Aliannejadi, Julia Kiseleva, Aleksandr Chuklin, Jeffrey Dalton 외

Enabling open-domain dialogue systems to ask clarifying questions when appropriate is an important direction for improving the quality of the system response. Namely, for cases when a user request is not specific enough …