paper-with-me

홈 › Papers

CoTu at EXACT 2026: Neuro-Symbolic Reasoning for Transparent Educational QA

2026-07-16 · Quoc-Khang Tran, Minh-Thien Nguyen, Phu-An Thai, Xuan-Tung Bui, Truong-Thanh Ma, Nguyen-Khang Pham arxiv

Transparent educational question answering asks for answers that are not only correct but explainable, and doing so with small models rules out the reasoning power of the largest proprietary systems. The EXACT 2026 competition poses this problem concretely: open-weight language models of at most 8B parameters, self-hosted, with a natural-language explanation for every answer. It pairs two tasks: logical reasoning over university regulations, and multi-step physics problem solving. We describe the system that team \cotu{} developed to address both, a neuro-symbolic Program-of-Thought pipeline in which a 4B backbone writes a program rather than stating an answer directly: for regulation queries it emits a Z3 encoding whose entailment verdict grounds the deduction, and for physics it emits numerical Python, both wrapped in a shared self-correction loop and a unified explained-JSON output. Answer-type routing, distillation-based task fine-tuning, and a latency-aware serving stack -- SGLang with speculative decoding -- keep the system within the 60-second per-query limit. The system achieved a \textbf{perfect score} on the physics task in both automated selection rounds and obtained the \textbf{highest final-round technical score} of any team -- $13.44/15$, combining automated answer evaluation with expert-judged reasoning depth -- with the equally weighted presentation score included, \cotu{} placed 3rd overall. Grounding answers in a symbolic solver yields correct, verifiable deductions at the 4B scale, and the residual difficulty lies in premise selection rather than the deduction itself.

📄 PDF Abstract BibTeX arXiv:2607.14735

Code (1)

Tavish9/awesome-daily-AI-arxiv ★ 111

Tasks

Question AnsweringLogical Reasoning

Similar Papers 제목 키워드 기반

Differentiable Fuzzy Neural Networks for Recommender Systems

2025-05-09 · Stephan Bartl, Kevin Innerebner, Elisabeth Lex

As recommender systems become increasingly complex, transparency is essential to increase user trust, accountability, and regulatory compliance. Neuro-symbolic approaches that integrate symbolic reasoning with sub-symbol…

Decision MakingRecommendation Systems

NeuroSymAD: A Neuro-Symbolic Framework for Interpretable Alzheimer's Disease Diagnosis

2025-03-01 · Yexiao He, Ziyao Wang, Yuning Zhang, Tingting Dan 외

Alzheimer's disease (AD) diagnosis is complex, requiring the integration of imaging and clinical data for accurate assessment. While deep learning has shown promise in brain MRI analysis, it often functions as a black bo…

DiagnosticLanguage ModelingLanguage ModellingLarge Language Model

Distilling Neuro-Symbolic Programs into 3D Multi-modal LLMs

2026-05-31 · Wentao Mo, Yang Liu arxiv

Current 3D spatial reasoning methods face a fundamental trade-off: neuro-symbolic 3D (NS3D) concept learners achieve interpretable reasoning through compositional programs but are constrained to closed-set concept vocabu…

Question AnsweringSpatial Reasoning

Neuro-Symbolic Continual Learning: Knowledge, Reasoning Shortcuts and Concept Rehearsal

2023-02-02 · Emanuele Marconato, Gianpaolo Bontempo, Elisa Ficarra, Simone Calderara 외

We introduce Neuro-Symbolic Continual Learning, where a model has to solve a sequence of neuro-symbolic tasks, that is, it has to map sub-symbolic inputs to high-level concepts and compute predictions by reasoning consis…

Continual Learning

CRAFT: A Neuro-Symbolic Framework for Visual Functional Affordance Grounding

2025-07-19 · Zhou Chen, Joe Lin, Sathyanarayanan N. Aakur arxiv

We introduce CRAFT, a neuro-symbolic framework for interpretable affordance grounding, which identifies the objects in a scene that enable a given action (e.g., "cut"). CRAFT integrates structured commonsense priors from…

Scene Understanding