paper-with-me

Papers

PromptPort: A Reliability Layer for Cross-Model Structured Extraction

2026-01-06 · Varun Kotte arxiv

Structured extraction with LLMs fails in production not because models lack understanding, but because output formatting is unreliable across models and prompts. A prompt that returns clean JSON on GPT-4 may produce fenced, prose-wrapped, or malformed output on Llama, causing strict parsers to reject otherwise correct extractions. We formalize this as format collapse and introduce a dual-metric evaluation framework: ROS (strict parsing, measuring operational reliability) and CSS (post-canonicalization, measuring semantic capability). On a 37,346-example camera metadata benchmark across six model families, we find severe format collapse (for example, Gemma-2B: ROS 0.116 versus CSS 0.246) and large cross-model portability gaps (0.4 to 0.6 F1). We then present PromptPort, a reliability layer combining deterministic canonicalization with a lightweight verifier (DistilBERT) and a safe-override policy. PromptPort recovers format failures (plus 6 to 8 F1), adds verifier-driven semantic selection (plus 14 to 16 F1 beyond canonicalization), and approaches per-field oracle performance (0.890 versus 0.896 in zero-shot) without modifying base models. The method generalizes to held-out model families and provides explicit abstention when uncertain, enabling reliable structured extraction in production deployments.

📄 PDF Abstract BibTeX arXiv:2601.06151

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ExtractBench: A Benchmark and Evaluation Methodology for Complex Structured Extraction

2026-02-12 · Nick Ferguson, Josh Pennington, Narek Beghian, Aravind Mohan 외 arxiv

Unstructured documents like PDFs contain valuable structured information, but downstream systems require this data in reliable, standardized formats. LLMs are increasingly deployed to automate this extraction, making acc…

Semantic-Aware Gaussian Process Calibration with Structured Layerwise Kernels for Deep Neural Networks

2025-07-21 · Kyung-hwan Lee, Kyung-tae Kim arxiv

Calibrating the confidence of neural network classifiers is essential for quantifying the reliability of their predictions during inference. However, conventional Gaussian Process (GP) calibration methods often fail to c…

From Failure Modes to Reliability Awareness in Generative and Agentic AI System

2025-10-24 · Janet, Lin, Liangwei Zhang arxiv

This chapter bridges technical analysis and organizational preparedness by tracing the path from layered failure modes to reliability awareness in generative and agentic AI systems. We first introduce an 11-layer failure…

LCC-LLM: Leveraging Code-Centric Large Language Models for Malware Attribution

2026-05-07 · Christopher G. Pedraza Pohlenz, Hassan Jalil Hadi, Ali Hassan, Ali Shoker arxiv

LLMs are increasingly explored for malware analysis; however, current LLM-based malware attribution remains limited by unsupported indicators and insufficient code-level grounding for identifying malicious and vulnerable…

Semantic Similarity

Deep reflective reasoning in interdependence constrained structured data extraction from clinical notes for digital health

2026-03-20 · Jingwei Huang, Kuroush Nezafati, Zhikai Chi, Ruichen Rong 외 arxiv

Extracting structured information from clinical notes requires navigating a dense web of interdependent variables where the value of one attribute logically constrains others. Existing Large Language Model (LLM)-based ex…