paper-with-me

홈 › Papers

On the Programmatic Generation of Reproducible Documents

2020-06-23 · Michael J. Kane, Simon Urbanek

Reproducible document standards, like R Markdown, facilitate the programmatic creation of documents whose content is itself programmatically generated. While these documents are generally not complete in the sense that they will not include prose content, generated by an author to provide context, a narrative, etc., programmatic generation can provide substantial efficiencies for structuring and constructing documents. This paper explores the programmatic generation of reproducible by distinguishing components than can be created by computational means from those requiring human-generated prose, providing guidelines for the generation of these documents, and identifying a use case in clinical trial reporting. These concepts and use case are illustrated through the listdown package for the R programming environment, which is is currently available on the Comprehensive R Archive Network (CRAN).

📄 PDF Abstract BibTeX arXiv:2007.12631

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

TACIT Benchmark: A Programmatic Visual Reasoning Benchmark for Generative and Discriminative Models

2026-02-27 · Daniel Nobrega Medeiros arxiv

Existing visual reasoning benchmarks predominantly rely on natural language prompts, evaluate narrow reasoning modalities, or depend on subjective scoring procedures such as LLM-as-judge. We introduce the TACIT Benchmark…

Visual Reasoning

Survival Dynamics of Neural and Programmatic Policies in Evolutionary Reinforcement Learning

2026-01-07 · Anton Roupassov-Ruiz, Yiyang Zuo arxiv

In evolutionary reinforcement learning tasks (ERL), agent policies are often encoded as small artificial neural networks (NERL). Such representations lack explicit modular structure, limiting behavioral interpretation. W…

Reinforcement Learning

Efficient and Reproducible Biomedical Question Answering using Retrieval Augmented Generation

2025-05-12 · Linus Stuhlmann, Michael Alexander Saxer, Jonathan Fürst

Biomedical question-answering (QA) systems require effective retrieval and generation components to ensure accuracy, efficiency, and scalability. This study systematically examines a Retrieval-Augmented Generation (RAG) …

Question AnsweringRAGRerankingRetrieval+1

MORSE-500: A Programmatically Controllable Video Benchmark to Stress-Test Multimodal Reasoning

2025-06-05 · Zikui Cai, Andrew Wang, Anirudh Satheesh, Ankit Nakhawa 외

Despite rapid advances in vision-language models (VLMs), current benchmarks for multimodal reasoning fall short in three key dimensions. First, they overwhelmingly rely on static images, failing to capture the temporal c…

Dataset GenerationMathematical Problem-SolvingMultimodal Reasoning

The Bitter Lesson of Tool Calling

2026-08-06 · Ishan Patel, Sahil Sen, Elias Lumer, Vamse Kumar Subbiah arxiv

Tool use transforms LLMs into agents that act beyond their training data, and for code-capable models, programmatic tool calling extends this further by replacing rigid JSON calls with scripts that chain and parallelize …