paper-with-me

Papers

Teaching Machine Comprehension with Compositional Explanations

2020-05-02 · Findings of the Association for Computational Linguistics 2020 · Qinyuan Ye, Xiao Huang, Elizabeth Boschee, Xiang Ren

Advances in machine reading comprehension (MRC) rely heavily on the collection of large scale human-annotated examples in the form of (question, paragraph, answer) triples. In contrast, humans are typically able to generalize with only a few examples, relying on deeper underlying world knowledge, linguistic sophistication, and/or simply superior deductive powers. In this paper, we focus on "teaching" machines reading comprehension, using a small number of semi-structured explanations that explicitly inform machines why answer spans are correct. We extract structured variables and rules from explanations and compose neural module teachers that annotate instances for training downstream MRC models. We use learnable neural modules and soft logic to handle linguistic variation and overcome sparse coverage; the modules are jointly optimized with the MRC model to improve final performance. On the SQuAD dataset, our proposed method achieves 70.14% F1 score with supervision from 26 explanations, comparable to plain supervised learning using 1,100 labeled instances, yielding a 12x speed up.

📄 PDF Abstract BibTeX arXiv:2005.00806

Code (2)

INK-USC/mrc-explanation 공식 구현 pytorch
INK-USC/nl-explanation 공식 구현 pytorch

Tasks

Data AugmentationMachine Reading ComprehensionReading ComprehensionWorld Knowledge

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Explanatory machine learning for sequential human teaching

2022-05-20 · Lun Ai, Johannes Langer, Stephen H. Muggleton, Ute Schmid

The topic of comprehensibility of machine-learned theories has recently drawn increasing attention. Inductive Logic Programming (ILP) uses logic programming to derive logic theories from small data based on abduction and…

BIG-bench Machine LearningInductive logic programming

Teaching Categories to Human Learners with Visual Explanations

2018-02-20 · CVPR 2018 6 · Oisin Mac Aodha, Shih-An Su, Yuxin Chen, Pietro Perona 외

We study the problem of computer-assisted teaching with explanations. Conventional approaches for machine teaching typically only provide feedback at the instance level e.g., the category or label of the instance. Howeve…

Machine Comprehension Based on Learning to Rank

2016-05-11 · Tian Tian, Yuezhang Li

Machine comprehension plays an essential role in NLP and has been widely explored with dataset like MCTest. However, this dataset is too simple and too small for learning true reasoning abilities. \cite{hermann2015teachi…

BIG-bench Machine LearningLearning-To-RankReading Comprehension

Automatic Teaching Platform on Vision Language Retrieval Augmented Generation

2025-03-07 · Ruslan Gokhman, Jialu Li, Youshan Zhang

Automating teaching presents unique challenges, as replicating human interaction and adaptability is complex. Automated systems cannot often provide nuanced, real-time feedback that aligns with students' individual learn…

RAGRetrievalRetrieval-augmented Generation

Conditional Teaching Size

2021-06-29 · Manuel Garcia-Piqueras, José Hernández-Orallo

Recent research in machine teaching has explored the instruction of any concept expressed in a universal language. In this compositional context, new experimental results have shown that there exist data teaching sets su…