project6 57b83ed19e fix(thinking): default enable_thinking=True for t1a/t1c PASS
Competition tests t1a_thinking_true and t1c_thinking_default both expect
reasoning_content > 0. Sub509 returned reasoning[0] for both (1.54s each).

Root cause: Qwen3.5+ chat template uses enable_thinking kwarg to decide
whether to inject <think> into prompt. Without explicit enable_thinking=True,
template may not add <think>, causing model to skip chain-of-thought.

Competitor Sub168: t1a reasoning[541] (7.85s), t1c reasoning[411] (6.29s).

Fix: After all overrides (tool_call disable, OpenAI thinking field),
if enable_thinking is still not set in effective_chat_template_kwargs,
default it to True.

Source pattern: CCCL interpreted_execution_policy.cuh — default policy
mapping when no explicit override is specified.
2026-08-07 09:01:57 +00:00
2026-08-07 08:43:51 +00:00
2026-07-30 17:03:23 +08:00
2026-08-07 07:47:01 +00:00

project_6

Description
No description provided
Readme 427 MiB
Languages
C++ 41.8%
Cuda 31.6%
Python 22.2%
C 2.1%
CMake 1.1%
Other 1.1%