paper-with-me

홈 › Papers

Weak-eval-Strong: Evaluating and Eliciting Lateral Thinking of LLMs with Situation Puzzles

2024-10-09 · Qi Chen, BoWen Zhang, Gang Wang, Qi Wu

While advancements in NLP have significantly improved the performance of Large Language Models (LLMs) on tasks requiring vertical thinking, their lateral thinking capabilities remain under-explored and challenging to measure due to the complexity of assessing creative thought processes and the scarcity of relevant data. To address these challenges, we introduce SPLAT, a benchmark leveraging Situation Puzzles to evaluate and elicit LAteral Thinking of LLMs. This benchmark, containing 975 graded situation puzzles across three difficulty levels, employs a new multi-turn player-judge framework instead of the traditional model-based evaluation, which often necessitates a stronger evaluation model. This framework simulates an interactive game where the model (player) asks the evaluation model (judge) questions about an incomplete story to infer the full scenario. The judge answers based on a detailed reference scenario or evaluates if the player's predictions align with the reference one. This approach lessens dependence on more robust evaluation models, enabling the assessment of state-of-the-art LLMs. The experiments demonstrate that a robust evaluation model, such as WizardLM-2, closely matches human judgements in both intermediate question-answering and final scenario accuracy, achieving over 80% agreement-similar to the agreement levels among humans. Furthermore, applying data and reasoning processes from our benchmark to other lateral thinking-related benchmarks, e.g., RiddleSense and BrainTeaser, leads to performance enhancements. This suggests that our benchmark effectively evaluates and elicits the lateral thinking abilities of LLMs. Code is available at: https://github.com/chenqi008/LateralThinking.

📄 PDF Abstract BibTeX arXiv:2410.06733

Code (1)

chenqi008/LateralThinking 공식 구현 pytorch

Tasks

Question Answering

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Truthfulness Despite Weak Supervision: Evaluating and Training LLMs Using Peer Prediction

2026-01-28 · Tianyi Alex Qiu, Micah Carroll, Cameron Allen arxiv

The evaluation and post-training of large language models (LLMs) rely on supervision, but strong supervision for difficult tasks is often unavailable, especially when evaluating frontier models. In such cases, models are…

Weak-to-Strong Generalization: Eliciting Strong Capabilities With Weak Supervision

2023-12-14 · Collin Burns, Pavel Izmailov, Jan Hendrik Kirchner, Bowen Baker 외

Widely used alignment techniques, such as reinforcement learning from human feedback (RLHF), rely on the ability of humans to supervise model behavior - for example, to evaluate whether a model faithfully followed instru…

A transfer learning framework for weak-to-strong generalization

2024-05-25 · Seamus Somerstep, Felipe Maia Polo, Moulinath Banerjee, Ya'acov Ritov 외

Modern large language model (LLM) alignment techniques rely on human feedback, but it is unclear whether these techniques fundamentally limit the capabilities of aligned LLMs. In particular, it is unknown if it is possib…

Language ModelingLanguage ModellingLarge Language ModelTransfer Learning

Scaling Multi-Camera 3D Object Detection through Weak-to-Strong Eliciting

2024-04-10 · Hao Lu, Jiaqi Tang, Xinli Xu, Xu Cao 외

The emergence of Multi-Camera 3D Object Detection (MC3D-Det), facilitated by bird's-eye view (BEV) representation, signifies a notable progression in 3D object detection. Scaling MC3D-Det training effectively accommodate…

3D Object DetectionAutonomous Drivingobject-detectionObject Detection

Eliciting Weak-to-Strong Generalization with On-Policy Reverse Distillation

2026-09-08 · Youngrok Park, Sangmin Bae, Hojung Jung, Jongwoo Ko 외 hf

Weak-to-strong generalization asks whether stronger models can learn from weaker supervisors and surpass them. This question is particularly important for successive model generations and multi-domain consolidation, wher…