paper-with-me

홈 › Papers

One-shot Learning for Question-Answering in Gaokao History Challenge

2018-06-24 · COLING 2018 8 · Zhuosheng Zhang, Hai Zhao

Answering questions from university admission exams (Gaokao in Chinese) is a challenging AI task since it requires effective representation to capture complicated semantic relations between questions and answers. In this work, we propose a hybrid neural model for deep question-answering task from history examinations. Our model employs a cooperative gated neural network to retrieve answers with the assistance of extra labels given by a neural turing machine labeler. Empirical study shows that the labeler works well with only a small training dataset and the gated mechanism is good at fetching the semantic representation of lengthy answers. Experiments on question answering demonstrate the proposed model obtains substantial performance gains over various neural model baselines in terms of multiple evaluation metrics.

📄 PDF Abstract BibTeX arXiv:1806.09105

Code (1)

cooelf/OneshotQA 공식 구현

Tasks

One-Shot LearningQuestion Answering

Similar Papers 제목 키워드 기반

Which is the Effective Way for Gaokao: Information Retrieval or Neural Networks?

2017-04-01 · EACL 2017 4 · Shangmin Guo, Xiangrong Zeng, Shizhu He, Kang Liu 외

As one of the most important test of China, Gaokao is designed to be difficult enough to distinguish the excellent high school students. In this work, we detailed the Gaokao History Multiple Choice Questions(GKHMC) and p…

Information RetrievalMultiple-choiceQuestion AnsweringReading Comprehension+2

Evaluating the Performance of Large Language Models on GAOKAO Benchmark

2023-05-21 · Xiaotian Zhang, Chunyang Li, Yi Zong, Zhengyu Ying 외

Large Language Models(LLMs) have demonstrated remarkable performance across various natural language processing tasks; however, how to comprehensively and accurately assess their performance becomes an urgent issue to be…

Just ASR + LLM? A Study on Speech Large Language Models' Ability to Identify and Understand Speaker in Spoken Dialogue

2024-09-07 · Junkai Wu, Xulin Fan, Bo-Ru Lu, Xilin Jiang 외

In recent years, we have observed a rapid advancement in speech language models (SpeechLLMs), catching up with humans' listening and reasoning abilities. SpeechLLMs have demonstrated impressive spoken dialog question-ans…

Question AnsweringSpeaker Identification

GAOKAO-Eval: Does high scores truly reflect strong capabilities in LLMs?

2024-12-13 · Zhikai Lei, Tianyi Liang, Hanglei Hu, Jin Zhang 외

Large Language Models (LLMs) are commonly evaluated using human-crafted benchmarks, under the premise that higher scores implicitly reflect stronger human-like performance. However, there is growing concern that LLMs may…

BERT with History Answer Embedding for Conversational Question Answering

2019-05-14 · Chen Qu, Liu Yang, Minghui Qiu, W. Bruce Croft 외

Conversational search is an emerging topic in the information retrieval community. One of the major challenges to multi-turn conversational search is to model the conversation history to answer the current question. Exis…

Conversational Question AnsweringConversational SearchInformation RetrievalQuestion Answering+1