paper-with-me

Papers

PACIFIC: Towards Proactive Conversational Question Answering over Tabular and Textual Data in Finance

2022-10-17 · Yang Deng, Wenqiang Lei, Wenxuan Zhang, Wai Lam, Tat-Seng Chua

To facilitate conversational question answering (CQA) over hybrid contexts in finance, we present a new dataset, named PACIFIC. Compared with existing CQA datasets, PACIFIC exhibits three key features: (i) proactivity, (ii) numerical reasoning, and (iii) hybrid context of tables and text. A new task is defined accordingly to study Proactive Conversational Question Answering (PCQA), which combines clarification question generation and CQA. In addition, we propose a novel method, namely UniPCQA, to adapt a hybrid format of input and output content in PCQA into the Seq2Seq problem, including the reformulation of the numerical reasoning process as code generation. UniPCQA performs multi-task learning over all sub-tasks in PCQA and incorporates a simple ensemble strategy to alleviate the error propagation issue in the multi-task learning by cross-validating top-$k$ sampled Seq2Seq outputs. We benchmark the PACIFIC dataset with extensive baselines and provide comprehensive evaluations on each sub-task of PCQA.

📄 PDF Abstract BibTeX arXiv:2210.08817

Code (1)

dengyang17/pacific 공식 구현 pytorch

Tasks

Code GenerationConversational Question AnsweringMulti-Task LearningQuestion AnsweringQuestion GenerationQuestion-Generation

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…

Similar Papers 제목 키워드 기반

PCQPR: Proactive Conversational Question Planning with Reflection

2024-10-02 · Shasha Guo, Lizi Liao, Jing Zhang, Cuiping Li 외

Conversational Question Generation (CQG) enhances the interactivity of conversational question-answering systems in fields such as education, customer service, and entertainment. However, traditional CQG, focusing primar…

Conversational Question AnsweringQuestion AnsweringQuestion GenerationQuestion-Generation

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

Ericson: An Interactive Open-Domain Conversational Search Agent

2023-04-05 · ZiHao Wang, Ali Ahmadvand, Jason Choi, Payam Karisani 외

Open-domain conversational search (ODCS) aims to provide valuable, up-to-date information, while maintaining natural conversations to help users refine and ultimately answer information needs. However, creating an effect…

Conversational SearchDialogue ManagementInformation Retrievalintent-classification+4

Enhancing Discoverability in Enterprise Conversational Systems with Proactive Question Suggestions

2024-12-14 · Xiaobin Shen, Daniel Lee, Sumit Ranjan, Sai Sree Harsha 외

Enterprise conversational AI systems are becoming increasingly popular to assist users in completing daily tasks such as those in marketing and customer management. However, new users often struggle to ask effective ques…

ManagementMarketingQuestion GenerationQuestion-Generation

Prompting and Evaluating Large Language Models for Proactive Dialogues: Clarification, Target-guided, and Non-collaboration

2023-05-23 · Yang Deng, Lizi Liao, Liang Chen, Hongru Wang 외

Conversational systems based on Large Language Models (LLMs), such as ChatGPT, show exceptional proficiency in context understanding and response generation. However, despite their impressive capabilities, they still pos…

DescriptiveResponse Generation