paper-with-me

Papers

XLM: A Python package for non-autoregressive language models

2025-12-18 · Dhruvesh Patel, Durga Prasad Maram, Sai Sreenivas Chintha, Benjamin Rozonoyer, Andrew McCallum arxiv

In recent years, there has been a resurgence of interest in non-autoregressive text generation in the context of general language modeling. Unlike the well-established autoregressive language modeling paradigm, which has a plethora of standard training and inference libraries, implementations of non-autoregressive language modeling have largely been bespoke making it difficult to perform systematic comparisons of different methods. Moreover, each non-autoregressive language model typically requires it own data collation, loss, and prediction logic, making it challenging to reuse common components. In this work, we present the XLM python package, which is designed to make implementing small non-autoregressive language models faster with a secondary goal of providing a suite of small pre-trained models (through a companion xlm-models package) that can be used by the research community. The code is available at https://github.com/dhruvdcoder/xlm-core.

📄 PDF Abstract BibTeX arXiv:2512.17065

Code (0)

등록된 구현이 없습니다.

Tasks

Text Generation

Similar Papers 제목 키워드 기반

PyGen: A Collaborative Human-AI Approach to Python Package Creation

2024-11-13 · Saikat Barua, Mostafizur Rahman, Md Jafor Sadek, Rafiul Islam 외

The principles of automation and innovation serve as foundational elements for advancement in contemporary science and technology. Here, we introduce Pygen, an automation platform designed to empower researchers, technol…

Code Generation

An Empirical Study of Vulnerabilities in Python Packages and Their Detection

2025-09-04 · Haowei Quan, Junjie Wang, Xinzhe Li, Terry Yue Zhuo 외 arxiv

In the rapidly evolving software development landscape, Python stands out for its simplicity, versatility, and extensive ecosystem. Python packages, as units of organization, reusability, and distribution, have become a …

Vulnerability Detection

SBMLDiagrams: A python package to process and visualize SBML layout and render

2022-04-26 · Jin Xu, Jessie Jiang, Herbert M. Sauro

Summary: The Systems Biology Markup Language (SBML) is an extensible standard format for exchanging biochemical models. One of the extensions for SBML is the SBML Layout and Render package. This allows modelers to descri…

The GRADIEND Python Package: An End-to-End System for Gradient-Based Feature Learning

2026-02-27 · Jonathan Drechsel, Steffen Herbold arxiv

We present gradiend, an open-source Python package that operationalizes the GRADIEND method for learning feature directions from factual-counterfactual MLM and CLM gradients in language models. The package provides a uni…

normflows: A PyTorch Package for Normalizing Flows

2023-01-26 · Vincent Stimper, David Liu, Andrew Campbell, Vincent Berenz 외

Normalizing flows model probability distributions through an expressive tractable density. They transform a simple base distribution, such as a Gaussian, through a sequence of invertible functions, which are referred to …

Image GenerationVariational Inference