paper-with-me

Papers

Cleared for Takeoff? Compositional & Conditional Reasoning may be the Achilles Heel to (Flight-Booking) Language Agents

2024-04-05 · Harsh Kohli, Huan Sun

The rapid progress of large language models (LLMs) has seen them excel and frequently surpass human performance on standard benchmarks. This has enabled many downstream applications, such as LLM agents, to rely on their sophisticated reasoning to navigate complex task requirements. However, LLMs are known to unexpectedly falter in simple tasks and under seemingly straightforward circumstances - underscoring the need for better and more diverse evaluation setups to measure their true capabilities. To this end, we choose to study compositional and conditional reasoning, two cornerstones of human cognition, and introduce GroundCocoa - a lexically diverse benchmark connecting these reasoning skills to the real-world problem of flight booking. Our task involves aligning detailed user preferences with available flight options presented in a multiple-choice format. Results indicate a significant disparity in performance among current state-of-the-art LLMs with even the best performing model, GPT-4 Turbo, not exceeding 67% accuracy despite advanced prompting techniques.

📄 PDF Abstract BibTeX arXiv:2404.04237

Code (0)

등록된 구현이 없습니다.

Tasks

Multiple-choiceNavigate

Methods 이 논문이 사용한 방법론

Attention 설명 없음
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$…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
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…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
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…

Similar Papers 제목 키워드 기반

Unified Growth Theory Contradicted by the Absence of Takeoffs in the Gross Domestic Product

2016-03-25

Data describing historical economic growth are analysed. They demonstrate convincingly that the takeoffs from stagnation to growth, claimed in the Unified Growth Theory, never happened. This theory is again contradicted …

Linguistically Driven Graph Capsule Network for Visual Question Reasoning

2020-03-23 · Qingxing Cao, Xiaodan Liang, Keze Wang, Liang Lin

Recently, studies of visual question answering have explored various architectures of end-to-end networks and achieved promising results on both natural and synthetic datasets, which require explicitly compositional reas…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Adventures in Mathematical Reasoning

2020-08-20 · Toby Walsh

"Mathematics is not a careful march down a well-cleared highway, but a journey into a strange wilderness, where the explorers often get lost. Rigour should be a signal to the historian that the maps have been made, and t…

Mathematical Reasoning

Brief Notes on Hard Takeoff, Value Alignment, and Coherent Extrapolated Volition

2017-04-03 · Gopal P. Sarma

I make some basic observations about hard takeoff, value alignment, and coherent extrapolated volition, concepts which have been central in analyses of superintelligent AI systems.

MM-CondChain: A Programmatically Verified Benchmark for Visually Grounded Deep Compositional Reasoning

2026-03-12 · Haozhan Shen, Shilin Yan, Hongwei Xue, Shuaiqi Lu 외 arxiv

Multimodal Large Language Models (MLLMs) are increasingly used to carry out visual workflows such as navigating GUIs, where the next step depends on verified visual compositional conditions (e.g., "if a permission dialog…