paper-with-me

Papers

LLMSR@XLLM25: Less is More: Enhancing Structured Multi-Agent Reasoning via Quality-Guided Distillation

2025-04-23 · Jiahao Yuan, Xingzhe Sun, Xing Yu, Jingwen Wang, Dehui Du, Zhiqing Cui, Zixiang Di

The LLMSR@XLLM25 formulates a low-resource structural reasoning task that challenges LLMs to generate interpretable, step-by-step rationales with minimal labeled data. We present Less is More, the third-place winning approach in the LLMSR@XLLM25, which focuses on structured reasoning from only 24 labeled examples. Our approach leverages a multi-agent framework with reverse-prompt induction, retrieval-augmented reasoning synthesis via GPT-4o, and dual-stage reward-guided filtering to distill high-quality supervision across three subtasks: question parsing, CoT parsing, and step-level verification. All modules are fine-tuned from Meta-Llama-3-8B-Instruct under a unified LoRA+ setup. By combining structure validation with reward filtering across few-shot and zero-shot prompts, our pipeline consistently improves structure reasoning quality. These results underscore the value of controllable data distillation in enhancing structured inference under low-resource constraints. Our code is available at https://github.com/JhCircle/Less-is-More.

📄 PDF Abstract BibTeX arXiv:2504.16408

Code (3)

jhcircle/less-is-more 공식 구현 pytorch
Jiahao-Yuan/Reversal-of-Thought pytorch
RoT-llm/Reversal-of-Thought

Tasks

Text Generation

Similar Papers 제목 키워드 기반

LLMSR@XLLM25: An Empirical Study of LLM for Structural Reasoning

2025-05-18 · Xinye Li, Mingqi Wan, Dianbo Sui

We present Team asdfo123's submission to the LLMSR@XLLM25 shared task, which evaluates large language models on producing fine-grained, controllable, and interpretable reasoning processes. Systems must extract all proble…

PrefixLLM: LLM-aided Prefix Circuit Design

2024-12-03 · Weihua Xiao, Venkata Sai Charan Putrevu, Raghu Vamshi Hemadri, Siddharth Garg 외

Prefix circuits are fundamental components in digital adders, widely used in digital systems due to their efficiency in calculating carry signals. Synthesizing prefix circuits with minimized area and delay is crucial for…

Text Generationvalid

The Whole is Better than the Sum: Using Aggregated Demonstrations in In-Context Learning for Sequential Recommendation

2024-03-15 · Lei Wang, Ee-Peng Lim

Large language models (LLMs) have shown excellent performance on various NLP tasks. To use LLMs as strong sequential recommenders, we explore the in-context learning approach to sequential recommendation. We investigate …

In-Context LearningSequential Recommendation

xLLM Technical Report

2025-10-16 · Tongxuan Liu, Tao Peng, Peijun Yang, Xiaoyang Zhao 외 arxiv

We introduce xLLM, an intelligent and efficient Large Language Model (LLM) inference framework designed for high-performance, large-scale enterprise-grade serving, with deep optimizations for diverse AI accelerators. To …

FlexLLM: A System for Co-Serving Large Language Model Inference and Parameter-Efficient Finetuning

2024-02-29 · Gabriele Oliaro, Xupeng Miao, Xinhao Cheng, Vineeth Kada 외

Finetuning large language models (LLMs) is essential for task adaptation, yet serving stacks today isolate inference and finetuning on separate GPU clusters -- wasting resources and under-utilizing hardware. We introduce…

GPULanguage ModelingLanguage ModellingLarge Language Model