paper-with-me

Papers

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 even with the recent advancements in large language models (LLMs), because it requires generating an abstract description from thousands of lines of code. In this demo paper, we show that LLMs are capable of generating a coherent and factually correct readmes if we can identify a code fragment that is representative of the repository. Building upon this finding, we developed LARCH (LLM-based Automatic Readme Creation with Heuristics) which leverages representative code identification with heuristics and weak supervision. Through human and automated evaluations, we illustrate that LARCH can generate coherent and factually correct readmes in the majority of cases, outperforming a baseline that does not rely on representative code identification. We have made LARCH open-source and provided a cross-platform Visual Studio Code interface and command-line interface, accessible at https://github.com/hitachi-nlp/larch. A demo video showcasing LARCH's capabilities is available at https://youtu.be/ZUKkh5ED-O4.

📄 PDF Abstract BibTeX arXiv:2308.03099

Code (1)

hitachi-nlp/larch 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingLarge Language Model

Similar Papers 제목 키워드 기반

Larch: Learned Query Optimization for Semantic Predicates

2026-06-06 · Fuheng Zhao, Pawel Liskowski, Zihan Li, Benjamin Han 외 arxiv

With the advent of Large Language Models (LLMs), many database systems introduced semantic operators that enabled analytical queries over unstructured data (e.g. text, images, videos). Semantic operators typically incur …

Graph Neural Network

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

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

Toward Multimodal Conversational AI for Age-Related Macular Degeneration

2026-04-28 · Ran Gu, Benjamin Hou, Mélanie Hébert, Asmita Indurkar 외 arxiv

Despite strong performance of deep learning models in retinal disease detection, most systems produce static predictions without clinical reasoning or interactive explanation. Recent advances in multimodal large language…

Visual Question Answering

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