paper-with-me

홈 › Papers

D-SCoRE: Document-Centric Segmentation and CoT Reasoning with Structured Export for QA-CoT Data Generation

2025-08-02 · Weibo Zhou, Lingbo Li, Shangsong Liang arxiv

The scarcity and high cost of high-quality domain-specific question-answering (QA) datasets limit supervised fine-tuning of large language models (LLMs). We introduce $\textbf{D-SCoRE}$, a training-free framework that leverages LLMs and prompt engineering to automatically generate diverse, rich QA datasets with Chain-of-Thought (CoT) from arbitrary textual sources. By integrating $\textbf{D}$ocument-centric processing, $\textbf{S}$egmentation, $\textbf{Co}$T $\textbf{R}$easoning, and structured $\textbf{E}$xport - along with multi-dimensional controls such as semantic role transformation, question type balancing, and counterfactual augmentation - D-SCoRE produces tailored QA pairs with enhanced diversity and relevance. LLMs fine-tuned on D-SCoRE-generated datasets outperform those trained on human-annotated QA data across most evaluated domains. Its efficiency and scalability enable rapid, high-performance domain-adaptive fine-tuning on consumer-grade hardware, generating over 1,100 high-quality QA pairs per GPU-hour end-to-end.

📄 PDF Abstract BibTeX arXiv:2508.01309

Code (0)

등록된 구현이 없습니다.

Tasks

Prompt Engineering

Similar Papers 제목 키워드 기반

OmniMapBench: Benchmarking Visual-Centric Reasoning on Diverse Map Documents

2026-07-10 · Yang Chen, Yunwen Li, Yufan Shen, Minghao Liu 외 arxiv

Recent advancements in LVLMs necessitate robust benchmarks for complex, visually grounded reasoning. A critical limitation is identified in many document understanding benchmarks: visual content is often reducible to tex…

Visual ReasoningVisual Grounding

LakeQA: An Exploratory QA Benchmark over a Million-Scale Data Lake

2026-06-09 · Haonan Wang, Jiaxiang Liu, Yurong Liu, Austin Senna Wijaya 외 arxiv

Recent large language models (LLMs) have shown rapid progress in reading-based question answering (QA), where evidence is explicitly provided or can be trivially retrieved. In contrast, real-world questions are often not…

Question Answering

Structured Definitions and Segmentations for Legal Reasoning in LLMs: A Study on Indian Legal Data

2025-11-14 · Mann Khatri, Mirza Yusuf, Rajiv Ratn Shah, Ponnurangam Kumaraguru arxiv

Large Language Models (LLMs), trained on extensive datasets from the web, exhibit remarkable general reasoning skills. Despite this, they often struggle in specialized areas like law, mainly because they lack domain-spec…

Legal Reasoning

From Surface to Semantics: Semantic Structure Parsing for Table-Centric Document Analysis

2025-08-14 · Xuan Li, Jialiang Dong, Raymond Wong arxiv

Documents are core carriers of information and knowl-edge, with broad applications in finance, healthcare, and scientific research. Tables, as the main medium for structured data, encapsulate key information and are amon…

Semantic ParsingTable RetrievalTable Detection

Model-Document Protocol for AI Search

2025-10-29 · Hongjin Qian, Zheng Liu arxiv

AI search depends on linking large language models (LLMs) with vast external knowledge sources. Yet web pages, PDF files, and other raw documents are not inherently LLM-ready: they are long, noisy, and unstructured. Conv…