paper-with-me

Papers

Readme_AI: Dynamic Context Construction for Large Language Models

2025-09-12 · Millie Vyas, Timothy Blattner, Alden Dima arxiv

Despite being trained on significant amounts of data, Large Language Models (LLMs) can provide inaccurate or unreliable information in the context of a user's specific query. Given query-specific context significantly improves the usefulness of its responses. In this paper, we present a specification that can be used to dynamically build context for data sources. The data source owner creates the file containing metadata for LLMs to use when reasoning about dataset-related queries. To demonstrate our proposed specification, we created a prototype Readme_AI Model Context Protocol (MCP) server that retrieves the metadata from the data source and uses it to dynamically build context. Some features that make this specification dynamic are the extensible types that represent crawling web-pages, fetching data from data repositories, downloading and parsing publications, and general text. The context is formatted and grouped using user-specified tags that provide clear contextual information for the LLM to reason about the content. We demonstrate the capabilities of this early prototype by asking the LLM about the NIST-developed Hedgehog library, for which common LLMs often provides inaccurate and irrelevant responses containing hallucinations. With Readme_AI, the LLM receives enough context that it is now able to reason about the library and its use, and even generate code interpolated from examples that were included in the Readme_AI file provided by Hedgehog's developer. Our primary contribution is a extensible protocol for dynamically grounding LLMs in specialized, owner-provided data, enhancing responses from LLMs and reducing hallucinations. The source code for the Readme_AI tool is posted here: https://github.com/usnistgov/readme_ai .

📄 PDF Abstract BibTeX arXiv:2509.19322

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ReadMe++: Benchmarking Multilingual Language Models for Multi-Domain Readability Assessment

2023-05-23 · Tarek Naous, Michael J. Ryan, Anton Lavrouk, Mohit Chandra 외

We present a comprehensive evaluation of large language models for multilingual readability assessment. Existing evaluation resources lack domain and language diversity, limiting the ability for cross-domain and cross-li…

BenchmarkingCross-Lingual TransferDiversityDomain Generalization+2

LARCH: Large Language Model-based Automatic Readme Creation with Heuristics

2023-08-06 · Yuta Koreeda, Terufumi Morishita, Osamu Imaichi, Yasuhiro Sogawa

Writing a readme is a crucial aspect of software development as it plays a vital role in managing and reusing program code. Though it is a pain point for many developers, automatically creating one remains a challenge ev…

Language ModelingLanguage ModellingLarge Language Model

NERdME: a Named Entity Recognition Dataset for Indexing Research Artifacts in Code Repositories

2026-03-05 · Genet Asefa Gesese, Zongxiong Chen, Shufan Jiang, Mary Ann Tan 외 arxiv

Existing scholarly information extraction (SIE) datasets focus on scientific papers and overlook implementation-level details in code repositories. README files describe datasets, source code, and other implementation-le…

Information Extraction

README: Bridging Medical Jargon and Lay Understanding for Patient Education through Data-Centric NLP

2023-12-24 · Zonghai Yao, Nandyala Siddharth Kantu, Guanghao Wei, Hieu Tran 외

The advancement in healthcare has shifted focus toward patient-centric approaches, particularly in self-care and patient education, facilitated by access to Electronic Health Records (EHR). However, medical jargon in EHR…

Retrieval-augmented Generation

LLM-based Content Classification Approach for GitHub Repositories by the README Files

2025-07-29 · Malik Uzair Mehmood, Shahid Hussain, Wen Li Wang, Muhammad Usama Malik arxiv

GitHub is the world's most popular platform for storing, sharing, and managing code. Every GitHub repository has a README file associated with it. The README files should contain project-related information as per the re…

parameter-efficient fine-tuningText ClassificationText SummarizationText Generation