paper-with-me

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 problem conditions, decompose a chain of thought into statement-evidence pairs, and verify the logical validity of each pair. Leveraging only the off-the-shelf Meta-Llama-3-8B-Instruct, we craft a concise few-shot, multi-turn prompt that first enumerates all conditions and then guides the model to label, cite, and adjudicate every reasoning step. A lightweight post-processor based on regular expressions normalises spans and enforces the official JSON schema. Without fine-tuning, external retrieval, or ensembling, our method ranks 5th overall, achieving macro F1 scores on par with substantially more complex and resource-consuming pipelines. We conclude by analysing the strengths and limitations of our approach and outlining directions for future research in structural reasoning with LLMs. Our code is available at https://github.com/asdfo123/LLMSR-asdfo123.

📄 PDF Abstract BibTeX arXiv:2505.12328

Code (1)

asdfo123/llmsr-asdfo123 공식 구현 pytorch

Similar 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 외

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 app…

Text Generation

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

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