paper-with-me

홈 › Papers

Answering Complicated Question Intents Expressed in Decomposed Question Sequences

2016-11-04 · Mohit Iyyer, Wen-tau Yih, Ming-Wei Chang

Recent work in semantic parsing for question answering has focused on long and complicated questions, many of which would seem unnatural if asked in a normal conversation between two humans. In an effort to explore a conversational QA setting, we present a more realistic task: answering sequences of simple but inter-related questions. We collect a dataset of 6,066 question sequences that inquire about semi-structured tables from Wikipedia, with 17,553 question-answer pairs in total. Existing QA systems face two major problems when evaluated on our dataset: (1) handling questions that contain coreferences to previous questions or answers, and (2) matching words or phrases in a question to corresponding entries in the associated table. We conclude by proposing strategies to handle both of these issues.

📄 PDF Abstract BibTeX arXiv:1611.01242

Code (0)

등록된 구현이 없습니다.

Tasks

Question AnsweringSemantic Parsing

Similar Papers 제목 키워드 기반

Zero-shot User Intent Detection via Capsule Neural Networks

2018-09-02 · EMNLP 2018 10 · Congying Xia, Chenwei Zhang, Xiaohui Yan, Yi Chang 외

User intent detection plays a critical role in question-answering and dialog systems. Most previous works treat intent detection as a classification problem where utterances are labeled with predefined intents. However, …

Intent DetectionQuestion AnsweringTransfer LearningZero-Shot Learning

IPQA: A Benchmark for Core Intent Identification in Personalized Question Answering

2025-10-27 · Jieyong Kim, Maryam Amirizaniani, Soojin Yoon, Dongha Lee arxiv

Intent identification serves as the foundation for generating appropriate responses in personalized question answering (PQA). However, existing benchmarks evaluate only response quality or retrieval performance without d…

Question AnsweringAnswer Selection

Decomposed Prompting to Answer Questions on a Course Discussion Board

2024-07-30 · Brandon Jaipersaud, Paul Zhang, Jimmy Ba, Andrew Petersen 외

We propose and evaluate a question-answering system that uses decomposed prompting to classify and answer student questions on a course discussion board. Our system uses a large language model (LLM) to classify questions…

Language ModelingLanguage ModellingLarge Language ModelQuestion Answering

Code-Mixed Question Answering Challenge: Crowd-sourcing Data and Techniques

2018-07-01 · WS 2018 7 · Ch, Khyathi u, Ekaterina Loginova, Vishal Gupta 외

Code-Mixing (CM) is the phenomenon of alternating between two or more languages which is prevalent in bi- and multi-lingual communities. Most NLP applications today are still designed with the assumption of a single inte…

Question AnsweringSentence

Building the Intent Landscape of Real-World Conversational Corpora with Extractive Question-Answering Transformers

2022-08-26 · Jean-Philippe Corbeil, Mia Taige Li, Hadi Abdi Ghavidel

For companies with customer service, mapping intents inside their conversational data is crucial in building applications based on natural language understanding (NLU). Nevertheless, there is no established automated tec…

ClusteringExtractive Question-AnsweringNatural Language UnderstandingQuestion Answering+2