← heapsort-ai

prompt engineering

256 items

RESEARCHarXiv CS.CL·4/30/2026

Information Extraction from Electricity Invoices with General-Purpose Large Language Models

This study evaluates general-purpose LLMs like Gemini 1.5 Pro and Mistral-small for information extraction from Spanish electricity invoices, demonstrating that prompt quality is paramount over hyperparameter tuning. It shows few-shot strategies yield significantly better results than zero-shot approaches, with a performance gap exceeding 19 percentage points.

27
RESEARCHarXiv CS.CL·5/7/2026

Self-Prompting Small Language Models for Privacy-Sensitive Clinical Information Extraction

This research presents a locally deployable framework enabling small language models to extract privacy-sensitive clinical entities from unstructured dental notes through self-generated and refined prompts. The study evaluated open-weight models, achieving high F1 scores with Qwen2.5-14B-Instruct and Llama-3.1-8B-Instruct after supervised fine-tuning and direct preference optimization.

27
ARTICLEDEV.to AI·5/11/2026

Save Your ChatGPT and Claude Prompts Privately in Chrome (No SaaS, No Cloud)

Serious users of generative AI, such as ChatGPT and Claude, face the problem of not being able to find and reuse effective prompts. This prompt management challenge affects professionals across various fields, who accumulate dozens of prompts without a proper organization system. The article highlights the need for a solution to privately and efficiently store and search prompts.

27
ARTICLEDEV.to AI·4/27/2026

Context Compression in .NET

This quick tip explains how to implement context compression in .NET for RAG systems, addressing the lack of a direct equivalent to tools like LLMLingua. It proposes using a smaller, cheaper worker model to pre-process retrieved documentation, extracting only essential facts to reduce cost and latency with premium AI models.

27