paper-with-me

홈 › Papers

$π^2$: Structure-Originated Reasoning Data Improves Long-Context Reasoning Ability of Large Language Models

2026-04-06 · Quyet V. Do, Thinh Pham, Nguyen Nguyen, Sha Li, Pratibha Zunjare, Tu Vu arxiv

We study a pipeline that curates reasoning data from initial structured data for improving long-context reasoning in large language models (LLMs). Our approach, $π^2$, constructs high-quality reasoning data through rigorous QA curation: 1) extracting and expanding tables from Wikipedia, 2) from the collected tables and relevant context, generating realistic and multi-hop analytical reasoning questions whose answers are automatically determined and verified through dual-path code execution, and 3) back-translating step-by-step structured reasoning traces as solutions of QA pairs given realistic web-search context. Supervised fine-tuning with \textsc{\small{gpt-oss-20b}} and \textsc{\small{Qwen3-4B-Instruct-2507}} on $π^2$ yields consistent improvements across four long-context reasoning benchmarks and our alike $π^2$-Bench, with average absolute accuracy gains of +4.3% and +2.7% respectively. Notably, our dataset facilitates self-distillation, where \textsc{\small{gpt-oss-20b}} even improves its average performance by +4.4% with its own reasoning traces, demonstrating $π^2$'s usefulness. Our code, data, and models are open-source at https://github.com/vt-pi-squared/pi-squared.

📄 PDF Abstract BibTeX arXiv:2604.05114

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

According to Me: Long-Term Personalized Referential Memory QA

2026-03-02 · Jingbiao Mei, Jinghong Chen, Guangyu Yang, Xinyu Hou 외 arxiv

Personalized AI assistants must recall and reason over long-term user memory, which naturally spans multiple modalities and sources such as images, videos, and emails. However, existing Long-term Memory benchmarks focus …

Answer Generation

SRLGRN: Semantic Role Labeling Graph Reasoning Network

2020-10-07 · EMNLP 2020 11 · Chen Zheng, Parisa Kordjamshidi

This work deals with the challenge of learning and reasoning over multi-hop question answering (QA). We propose a graph reasoning network based on the semantic structure of the sentences to learn cross paragraph reasonin…

Multi-hop Question AnsweringQuestion AnsweringSemantic Role LabelingSentence

Obstruction reasoning for robotic grasping

2025-11-28 · Runyu Jiao, Matteo Bortolon, Francesco Giuliari, Alice Fasoli 외 arxiv

Successful robotic grasping in cluttered environments not only requires a model to visually ground a target object but also to reason about obstructions that must be cleared beforehand. While current vision-language embo…

Robotic Grasping

Probing How Scalable Table Data Enhances General Long-Context Reasoning

2026-03-23 · Huaibing Xie, Guoliang Zhao, Yang Liu, Shihan Dou 외 arxiv

As real-world tasks grow increasingly complex, long-context reasoning has become a core capability for Large Language Models (LLMs). However, few studies explore which data types are effective for long-context reasoning …

STOP: Structured On-Policy Pruning of Long-Form Reasoning in Low-Data Regimes

2026-05-13 · Chenjun Xu, Zhennan Zhou, Zhan Su, Bill Howe 외 arxiv

Long chain-of-thought (Long CoT) reasoning improves performance on multi-step problems, but it also induces overthinking: models often generate low-yield reasoning that increases inference cost and latency. This ineffici…