paper-with-me

Papers

Critical Thinking for Language Models

2020-09-15 · IWCS (ACL) 2021 6 · Gregor Betz, Christian Voigt, Kyle Richardson

This paper takes a first step towards a critical thinking curriculum for neural auto-regressive language models. We introduce a synthetic corpus of deductively valid arguments, and generate artificial argumentative texts to train and evaluate GPT-2. Significant transfer learning effects can be observed: Training a model on three simple core schemes allows it to accurately complete conclusions of different, and more complex types of arguments, too. The language models generalize the core argument schemes in a correct way. Moreover, we obtain consistent and promising results for NLU benchmarks. In particular, pre-training on the argument schemes raises zero-shot accuracy on the GLUE diagnostics by up to 15 percentage points. The findings suggest that intermediary pre-training on texts that exemplify basic reasoning abilities (such as typically covered in critical thinking textbooks) might help language models to acquire a broad range of reasoning skills. The synthetic argumentative texts presented in this paper are a promising starting point for building such a "critical thinking curriculum for language models."

📄 PDF Abstract BibTeX arXiv:2009.07185

Code (1)

debatelab/aacorpus 공식 구현

Tasks

Transfer Learningvalid

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Weight Decay 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Linear Warmup With Cosine Annealing Linear Warmup With Cosine Annealing is a learning rate schedule where we increase the learning rate linearly for $n$ updates and then anneal according to a cosine schedule…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…

Similar Papers 제목 키워드 기반

Language Models as Critical Thinking Tools: A Case Study of Philosophers

2024-04-06 · Andre Ye, Jared Moore, Rose Novick, Amy X. Zhang

Current work in language models (LMs) helps us speed up or even skip thinking by accelerating and automating cognitive work. But can LMs help us with critical thinking -- thinking in deeper, more reflective ways which ch…

Philosophy

An Application of the Generalized Rectangular Fuzzy Model to Critical Thinking Assessment

2016-01-08 · Igor Ya. Subbotin, Michael Gr. Voskoglou

The authors apply the Generalized Rectangular Model to assessing critical thinking skills and its relations with their language competency.

Toward LLM-Supported Automated Assessment of Critical Thinking Subskills

2025-10-14 · Marisa C. Peczuh, Nischal Ashok Kumar, Ryan Baker, Blair Lehman 외 arxiv

As the world becomes increasingly saturated with AI-generated content, disinformation, and algorithmic persuasion, critical thinking - the capacity to evaluate evidence, detect unreliable claims, and exercise independent…

Think Fast, Think Slow, Think Critical: Designing an Automated Propaganda Detection Tool

2024-02-29 · Liudmila Zavolokina, Kilian Sprenkamp, Zoya Katashinskaya, Daniel Gordon Jones 외

In today's digital age, characterized by rapid news consumption and increasing vulnerability to propaganda, fostering citizens' critical thinking is crucial for stable democracies. This paper introduces the design of Cla…

ArticlesPropaganda detection

MMCTAgent: Multi-modal Critical Thinking Agent Framework for Complex Visual Reasoning

2024-05-28 · Somnath Kumar, Yash Gadhia, Tanuja Ganu, Akshay Nambi

Recent advancements in Multi-modal Large Language Models (MLLMs) have significantly improved their performance in tasks combining vision and language. However, challenges persist in detailed multi-modal understanding, co…

Decision MakingVideo UnderstandingVisual Question AnsweringVisual Reasoning