paper-with-me

홈 › Papers

GLoRE: Evaluating Logical Reasoning of Large Language Models

2023-10-13 · Hanmeng Liu, Zhiyang Teng, Ruoxi Ning, Yiran Ding, Xiulai Li, Xiaozhang Liu, Yue Zhang

Large language models (LLMs) have shown significant general language understanding abilities. However, there has been a scarcity of attempts to assess the logical reasoning capacities of these LLMs, an essential facet of natural language understanding. To encourage further investigation in this area, we introduce GLoRE, a General Logical Reasoning Evaluation platform that not only consolidates diverse datasets but also standardizes them into a unified format suitable for evaluating large language models across zero-shot and few-shot scenarios. Our experimental results show that compared to the performance of humans and supervised fine-tuning models, the logical reasoning capabilities of large reasoning models, such as OpenAI's o1 mini, DeepSeek R1 and QwQ-32B, have seen remarkable improvements, with QwQ-32B achieving the highest benchmark performance to date. GLoRE is designed as a living project that continuously integrates new datasets and models, facilitating robust and comparative assessments of model performance in both commercial and Huggingface communities.

📄 PDF Abstract BibTeX arXiv:2310.09107

Code (1)

csitfun/glore 공식 구현 pytorch

Tasks

Logical ReasoningNatural Language Understanding

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Unlocking General Long Chain-of-Thought Reasoning Capabilities of Large Language Models via Representation Engineering

2025-03-14 · Xinyu Tang, Xiaolei Wang, Zhihao Lv, Yingqian Min 외

Recent advancements in long chain-of-thoughts(long CoTs) have significantly improved the reasoning capabilities of large language models(LLMs). Existing work finds that the capability of long CoT reasoning can be efficie…

GloResNet: A lightweight 3D CNN with global topological features for preterm brain injury prediction

2026-06-01 · Boyu Yuan, Jiamiao Lu, Weichuan Zhang, Benqing Wu 외 arxiv

This study introduces an automated deep learning framework for predicting brain injury (BI) in preterm infants from T2-weighted MRI (dHCP dataset). We propose GloResNet, a lightweight 3D CNN based on ResNet-10, pretraine…

Graph-Based Global Reasoning Networks

2018-11-30 · CVPR 2019 6 · Yunpeng Chen, Marcus Rohrbach, Zhicheng Yan, Shuicheng Yan 외

Globally modeling and reasoning over relations between regions can be beneficial for many computer vision tasks on both images and videos. Convolutional Neural Networks (CNNs) excel at modeling local relations by convolu…

Action ClassificationAction Recognitionimage-classificationImage Classification+3

Learning to Distill Global Representation for Sparse-View CT

2023-08-16 · ICCV 2023 1 · Zilong Li, Chenglong Ma, Jie Chen, Junping Zhang 외

Sparse-view computed tomography (CT) -- using a small number of projections for tomographic reconstruction -- enables much lower radiation dose to patients and accelerated data acquisition. The reconstructed images, howe…

Computed Tomography (CT)Diagnostic

Multi-LogiEval: Towards Evaluating Multi-Step Logical Reasoning Ability of Large Language Models

2024-06-24 · Nisarg Patel, Mohith Kulkarni, Mihir Parmar, Aashna Budhiraja 외

As Large Language Models (LLMs) continue to exhibit remarkable performance in natural language understanding tasks, there is a crucial need to measure their ability for human-like multi-step logical reasoning. Existing l…

Logical ReasoningNatural Language Understanding