paper-with-me

Papers

Automated Question Generation on Tabular Data for Conversational Data Exploration

2024-07-10 · Ritwik Chaudhuri, Rajmohan C, Kirushikesh DB, Arvind Agarwal

Exploratory data analysis (EDA) is an essential step for analyzing a dataset to derive insights. Several EDA techniques have been explored in the literature. Many of them leverage visualizations through various plots. But it is not easy to interpret them for a non-technical user, and producing appropriate visualizations is also tough when there are a large number of columns. Few other works provide a view of some interesting slices of data but it is still difficult for the user to draw relevant insights from them. Of late, conversational data exploration is gaining a lot of traction among non-technical users. It helps the user to explore the dataset without having deep technical knowledge about the data. Towards this, we propose a system that recommends interesting questions in natural language based on relevant slices of a dataset in a conversational setting. Specifically, given a dataset, we pick a select set of interesting columns and identify interesting slices of such columns and column combinations based on few interestingness measures. We use our own fine-tuned variation of a pre-trained language model(T5) to generate natural language questions in a specific manner. We then slot-fill values in the generated questions and rank them for recommendations. We show the utility of our proposed system in a coversational setting with a collection of real datasets.

📄 PDF Abstract BibTeX arXiv:2407.12859

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModellingQuestion GenerationQuestion-Generation

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Automatic Generation of Conversational Interfaces for Tabular Data Analysis

2023-05-18 · Marcos Gomez-Vazquez, Jordi Cabot, Robert Clarisó

Tabular data is the most common format to publish and exchange structured data online. A clear example is the growing number of open data portals published by public administrations. However, exploitation of these data s…

Chatbot

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

2022-10-17 · Yang Deng, Wenqiang Lei, Wenxuan Zhang, Wai Lam 외

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, (…

Code GenerationConversational Question AnsweringMulti-Task LearningQuestion Answering+2

Automated Utterance Generation

2020-04-07 · Soham Parikh, Quaizar Vohra, Mitul Tiwari

Conversational AI assistants are becoming popular and question-answering is an important part of any conversational assistant. Using relevant utterances as features in question-answering has shown to improve both the pre…

Extractive SummarizationQuestion Answering

Ask to Learn: A Study on Curiosity-driven Question Generation

2019-11-08 · COLING 2020 8 · Thomas Scialom, Jacopo Staiano

We propose a novel text generation task, namely Curiosity-driven Question Generation. We start from the observation that the Question Generation task has traditionally been considered as the dual problem of Question Answ…

Conversational Question AnsweringMachine Reading ComprehensionQuestion AnsweringQuestion Generation+4

ASTRID -- An Automated and Scalable TRIaD for the Evaluation of RAG-based Clinical Question Answering Systems

2025-01-14 · Mohita Chowdhury, Yajie Vera He, Aisling Higham, Ernest Lim

Large Language Models (LLMs) have shown impressive potential in clinical question answering (QA), with Retrieval Augmented Generation (RAG) emerging as a leading approach for ensuring the factual accuracy of model respon…

Question AnsweringRAGRetrieval-augmented Generation