challenge machines ability to understand a document • Later apply the learned knowledge to answer to queries • By completing a blank: Cloze-style • Selecting from a pool of answer candidates: Multiple choice • Select an answer span from the document: Span-based
numerous dataset, but… • No multiparty dialogue! • Wiki articles and News articles • (non-) fictional stories • Children’s books • Multiparty dialogue is the most natural mean of communication,
on summarization for an article • Children’s Book Test • Expand to predict all entities using children’s books • BookTest • 60 time larger than CBT • Who-did-what • Description sentence and evidence passage from English Gigaword Corpus
RACE: compiled from English assessments for 12-18 years old students • TQA: compiled from middle school science lessons and textbooks • SciQ: passages from science exams collected via crowdsourcing • DREAM: multiparty dialogue passages from English-as-a-foreign-language
and SQuAD: wikipedia • NewsQA: CNN articles • MS MARCO: web documents (Bing) • TriviaQA: from trivia enthusiasts • CoQA: conversational flow between questioner and answerer
for character identification tasks • Annotations are again extended to plural mentions • The first 4 seasons are also annotated with fine-grained emotion detection • All 10 seasons are processed for a cloze-style RC task
• CoQA aims to answer questions in one- to-one conversation between a questioner and answerer • The evidence passage is still wiki articles • FriendsQA vs. Cloze-style RC task • Cloze-style reasoning is less complex comparing to span-based QA • The predictions are limited to PERSON entities • FriendsQA vs. DREAM • Multiple choice questions are not ideal for practical QA applications
because of having fewer than 5 utterances) • All utterances are concatenated together to form an evidence passage • The task is to find a contiguous answer span from the evidence passage
Amazon Mechanical Turk. • Left panel: the dialogue • Right panel: text inputs for question generation • Prior to actual tasks: a quiz to ensure annotators’ understanding of this task and web interface
guidelines • 4 questions out of six: {what, when, where, who, why, how} • Answerable question • Multiple answers • However, selected answers must be relevant to the question • speaker name and • Utterance ID can also be selected
after passing all rules • Are there at least 4 types of questions annotated? • Does each question have at least one answer span associated with it? • Does any question have too much string overlaps with the original text in the dialogue?
generated in Phase 1 are published again without answers • Annotators are asked to revise the questions if unanswerable or ambiguous • Annotators are asked to answer the questions • Annotators are asked to paraphrase the questions • Additional checking for quality assurance: • Check if the paraphrased question is the exact copy
and redistributed as the training (80%), development (10%), and test (10%) • Each training instance consists of a dialogue, questions, and a single answer to each question • Utterance IDs are replaced with the actual utterance Set Dialogues Questions Answers Training 977 8,535 17,074 Development 122 1,010 2,057 Test 123 1,065 2,131
multiple answers • Three strategy to generate training instances with single answer • Select the shortest answer and discard the rest • Select the longest answer and discard the rest • If a question Q1 have multiple answers A1 and A2, generate two training instances (Q1, A1) and (Q1, A2) and train independently
QA, utterance match is introduced • Models are considered to be powerful if always looking for answers in the correct utterance • UM mainly checks if the prediction resides within the same utterance as the gold answer span
are mostly factoid, which show the highest performance with UM • why and how require cross-utterance reasoning, leading to worse performance • who and what questions give a good mixture of proper and common nouns and show moderate performance Type Dist. UM SM EM What 19.70% 77.42 69.39 55.04 Where 18.28% 84.35 78.86 65.93 Who 17.17% 74.12 64.34 55.29 Why 15.76% 60.47 50.03 27.14 How 14.65% 65.52 52.04 32.64 When 14.44% 80.65 65.81 51.98
referred to somewhere else in the conversation. • Partially correct, especially for why and how questions, which could be acceptable in practice. • Motivates us to evaluate using Utterance Match.
in understanding human-to-human conversation. • Reason across multiple utterances back and forth, especially if a story or an event unfolds gradually, scatters in different places, and is told by different speakers
predictions overly rely on the question types. Q: Why is Chandler against marriage? A: …because Joey built this chair on his own • Because is not necessarily the correct answer!
An extensive and comprehensive analysis: validity, difficulty and diversity • Three state-of-the-art models are run and compared: shown its potential • Error analysis offers insightful retrospective and make suggestions to future deeper study
as guidelines to further enhance the QA model performance. • Why and how questions should be studied more attentively • Speaker information could be encoded into the utterance • Top-k answer: another challenging but tangible task • Answer existence prediction and an utterance-based model to select utterance candidates