paper-with-me

Papers

Honest Students from Untrusted Teachers: Learning an Interpretable Question-Answering Pipeline from a Pretrained Language Model

2022-10-05 · Jacob Eisenstein, Daniel Andor, Bernd Bohnet, Michael Collins, David Mimno

Explainable question answering systems should produce not only accurate answers but also rationales that justify their reasoning and allow humans to check their work. But what sorts of rationales are useful and how can we train systems to produce them? We propose a new style of rationale for open-book question answering, called \emph{markup-and-mask}, which combines aspects of extractive and free-text explanations. In the markup phase, the passage is augmented with free-text markup that enables each sentence to stand on its own outside the discourse context. In the masking phase, a sub-span of the marked-up passage is selected. To train a system to produce markup-and-mask rationales without annotations, we leverage in-context learning. Specifically, we generate silver annotated data by sending a series of prompts to a frozen pretrained language model, which acts as a teacher. We then fine-tune a smaller student model by training on the subset of rationales that led to correct answers. The student is "honest" in the sense that it is a pipeline: the rationale acts as a bottleneck between the passage and the answer, while the "untrusted" teacher operates under no such constraints. Thus, we offer a new way to build trustworthy pipeline systems from a combination of end-task annotations and frozen pretrained language models.

📄 PDF Abstract BibTeX arXiv:2210.02498

Code (0)

등록된 구현이 없습니다.

Tasks

In-Context LearningLanguage ModelingLanguage ModellingQuestion AnsweringSentence

Similar Papers 제목 키워드 기반

A Question-centric Multi-experts Contrastive Learning Framework for Improving the Accuracy and Interpretability of Deep Sequential Knowledge Tracing Models

2024-03-12 · Hengyuan Zhang, Zitao Liu, Chenming Shang, Dawei Li 외

Knowledge tracing (KT) plays a crucial role in predicting students' future performance by analyzing their historical learning processes. Deep neural networks (DNNs) have shown great potential in solving the KT problem. H…

Contrastive LearningDeep LearningKnowledge TracingPrediction

On Perception of Prevalence of Cheating and Usage of Generative AI

2024-05-29 · Roman Denkin

This report investigates the perceptions of teaching staff on the prevalence of student cheating and the impact of Generative AI on academic integrity. Data was collected via an anonymous survey of teachers at the Depart…

DUPE: Detection Undermining via Prompt Engineering for Deepfake Text

2024-04-17 · James Weichert, Chinecherem Dimobi

As large language models (LLMs) become increasingly commonplace, concern about distinguishing between human and AI text increases as well. The growing power of these models is of particular concern to teachers, who may w…

Face SwappingPrompt Engineering

Computationally Identifying Funneling and Focusing Questions in Classroom Discourse

2022-07-08 · NAACL (BEA) 2022 7 · Sterling Alic, Dorottya Demszky, Zid Mancenido, Jing Liu 외

Responsive teaching is a highly effective strategy that promotes student learning. In math classrooms, teachers might "funnel" students towards a normative answer or "focus" students to reflect on their own thinking, dee…

Math

A Human-Centric Approach to Explainable AI for Personalized Education

2025-05-28 · Vinitra Swamy

Deep neural networks form the backbone of artificial intelligence research, with potential to transform the human experience in areas ranging from autonomous driving to personal assistants, healthcare to education. Howev…

Autonomous DrivingMixture-of-Experts