paper-with-me

홈 › Papers

Fast Analysis of the OpenAI O1-Preview Model in Solving Random K-SAT Problem: Does the LLM Solve the Problem Itself or Call an External SAT Solver?

2024-09-17 · Raffaele Marino

In this manuscript, I present an analysis on the performance of OpenAI O1-preview model in solving random K-SAT instances for K$\in {2,3,4}$ as a function of $\alpha=M/N$ where $M$ is the number of clauses and $N$ is the number of variables of the satisfiable problem. I show that the model can call an external SAT solver to solve the instances, rather than solving them directly. Despite using external solvers, the model reports incorrect assignments as output. Moreover, I propose and present an analysis to quantify whether the OpenAI O1-preview model demonstrates a spark of intelligence or merely makes random guesses when outputting an assignment for a Boolean satisfiability problem.

📄 PDF Abstract BibTeX arXiv:2409.11232

Code (1)

raffaelemarino/analysisopenaio1modelksat 공식 구현

Similar Papers 제목 키워드 기반

System 2 thinking in OpenAI's o1-preview model: Near-perfect performance on a mathematics exam

2024-09-19 · Joost de Winter, Dimitra Dodou, Yke Bauke Eisma

The processes underlying human cognition are often divided into System 1, which involves fast, intuitive thinking, and System 2, which involves slow, deliberate reasoning. Previously, large language models were criticize…

Can OpenAI o1 outperform humans in higher-order cognitive thinking?

2024-12-07 · Ehsan Latif, Yifan Zhou, Shuchen Guo, Lehong Shi 외

This study evaluates the performance of OpenAI's o1-preview model in higher-order cognitive domains, including critical thinking, systematic thinking, computational thinking, data literacy, creative thinking, logical rea…

Logical Reasoning

Evaluation of OpenAI o1: Opportunities and Challenges of AGI

2024-09-27 · Tianyang Zhong, Zhengliang Liu, Yi Pan, Yutong Zhang 외

This comprehensive study evaluates the performance of OpenAI's o1-preview large language model across a diverse array of complex reasoning tasks, spanning multiple domains, including computer science, mathematics, natura…

Emotion RecognitionLarge Language ModelMathematical ReasoningNatural Language Inference+2

Enhancing LLM Problem Solving with REAP: Reflection, Explicit Problem Deconstruction, and Advanced Prompting

2024-09-14 · Ryan Lingo, Martin Arroyo, Rajeev Chhajer

Large Language Models (LLMs) have transformed natural language processing, yet improving their problem-solving capabilities, particularly for complex, reasoning-intensive tasks, remains a persistent challenge. This paper…

A Systematic Assessment of OpenAI o1-Preview for Higher Order Thinking in Education

2024-10-11 · Ehsan Latif, Yifan Zhou, Shuchen Guo, Yizhu Gao 외

As artificial intelligence (AI) continues to advance, it demonstrates capabilities comparable to human intelligence, with significant potential to transform education and workforce development. This study evaluates OpenA…

Logical Reasoning