paper-with-me

Papers

ThoughtSource: A central hub for large language model reasoning data

2023-01-27 · Simon Ott, Konstantin Hebenstreit, Valentin Liévin, Christoffer Egeberg Hother, Milad Moradi, Maximilian Mayrhauser, Robert Praas, Ole Winther, Matthias Samwald

Large language models (LLMs) such as GPT-4 have recently demonstrated impressive results across a wide range of tasks. LLMs are still limited, however, in that they frequently fail at complex reasoning, their reasoning processes are opaque, they are prone to 'hallucinate' facts, and there are concerns about their underlying biases. Letting models verbalize reasoning steps as natural language, a technique known as chain-of-thought prompting, has recently been proposed as a way to address some of these issues. Here we present ThoughtSource, a meta-dataset and software library for chain-of-thought (CoT) reasoning. The goal of ThoughtSource is to improve future artificial intelligence systems by facilitating qualitative understanding of CoTs, enabling empirical evaluations, and providing training data. This first release of ThoughtSource integrates seven scientific/medical, three general-domain and five math word question answering datasets.

📄 PDF Abstract BibTeX arXiv:2301.11596

Code (1)

openbiolink/thoughtsource 공식 구현

Tasks

Language ModelingLanguage ModellingLarge Language ModelMathQuestion Answering

Methods 이 논문이 사용한 방법론

Library 설명 없음
Attention 설명 없음
fail 설명 없음
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…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
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…
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…

Similar Papers 제목 키워드 기반

TRUST: A Decentralized Framework for Auditing Large Language Model Reasoning

2025-10-23 · Morris Yu-Chao Huang, Zhen Tan, Mohan Zhang, Pingzhi Li 외 arxiv

Large Language Models generate complex reasoning chains that reveal their decision-making, yet verifying the faithfulness and harmlessness of these intermediate steps remains a critical unsolved problem. Existing auditin…

ContextGuard: Structured Self-Auditing for Context Learning in Language Models

2026-05-26 · Hongbo Jin, Chi Wang, Haoran Tang, Zhongjing Du 외 arxiv

Recent benchmarks reveal that despite strong reasoning capabilities, large language models (LLMs) still struggle to faithfully apply complex contextual knowledge. These failures are often not wholesale reasoning collapse…

Generics and Default Reasoning in Large Language Models

2025-08-19 · James Ravi Kirkpatrick, Rachel Katharine Sterken arxiv

This paper evaluates the capabilities of 28 large language models (LLMs) to reason with 20 defeasible reasoning patterns involving generic generalizations (e.g., 'Birds fly', 'Ravens are black') central to non-monotonic …

All Roads Lead to Rome: Graph-Based Confidence Estimation for Large Language Model Reasoning

2025-09-16 · Caiqi Zhang, Chang Shu, Ehsan Shareghi, Nigel Collier arxiv

Confidence estimation is essential for the reliable deployment of large language models (LLMs). Existing methods are primarily designed for factual QA tasks and often fail to generalize to reasoning tasks. To address thi…

Decentralized Multi-Agent Systems with Shared Context

2026-06-09 · Yuzhen Mao, Azalia Mirhoseini arxiv

Multi-agent systems (MAS) can scale large language model reasoning at test time by decomposing complex problems into parallel subtasks. However, most existing MAS rely on centralized orchestration, where a main agent ass…