paper-with-me

홈 › Papers

XCompress: LLM assisted Python-based text compression toolkit

2024-08-12 · SoftwareX 2024 8 · Emir Öztürk

This study introduces XCompress, a Python-based tool for effectively utilizing various compression algorithms. XCompress offers manual, brute force, and Large Language Model (LLM) methods to determine the most suitable algorithm based on the type of text data. Its modular structure allows easy addition of new algorithms and includes functions for benchmarking and result comparison. Tests on diverse text types demonstrate the efficacy of the LLM-assisted Compression Selection Model (CSM). With XCompress, users can determine the most suitable method for their files. Additionally, in academic research, they can easily compare different methods without needing any scripting or programming language.

📄 PDF Abstract BibTeX

Code (1)

emirozturk/XCompress

Tasks

BenchmarkingLanguage ModelingLanguage ModellingLarge Language ModelText Compression

Similar Papers 제목 키워드 기반

500xCompressor: Generalized Prompt Compression for Large Language Models

2024-08-06 · Zongqian Li, Yixuan Su, Nigel Collier

Prompt compression is crucial for enhancing inference speed, reducing costs, and improving user experience. However, current methods face challenges such as low compression ratios and potential data leakage during evalua…

Language ModellingLarge Language ModelQuestion Answering

MixCompress: Mixture of Experts for Variable Rate Learned Image Compression

2026-07-15 · Calvin-Khang Ta, Praneet Singh, Tong Shao, Peng Yin arxiv

Learned image compression (LIC) is bottlenecked by the need to store independent models for each rate-distortion operating point. Existing variable bit-rate (VBR) methods aim to reduce this overhead via dense parameter m…

Image Compression

BDI-Kit Demo: A Toolkit for Programmable and Conversational Data Harmonization

2026-04-07 · Roque Lopez, Yurong Liu, Christos Koutras, Juliana Freire arxiv

Data harmonization remains a major bottleneck for integrative analysis due to heterogeneity in schemas, value representations, and domain-specific conventions. BDI-Kit provides an extensible toolkit for schema and value …

mwetoolkit-lib: Adaptation of the mwetoolkit as a Python Library and an Application to MWE-based Document Clustering

2022-06-01 · LREC (MWE) 2022 6 · Fernando Zagatti, Paulo Augusto de Lima Medeiros, Esther da Cunha Soares, Lucas Nildaimon dos Santos Silva 외

This paper introduces the mwetoolkit-lib, an adaptation of the mwetoolkit as a python library. The original toolkit performs the extraction and identification of multiword expressions (MWEs) in large text bases through t…

A Flexible, Extensible Software Framework for Neural Net Compression

2018-10-20 · Yerlan Idelbayev, Miguel Carreira-Perpinan

We propose a software framework based on ideas of the Learning-Compression algorithm , that allows one to compress any neural network by different compression mechanisms (pruning, quantization, low-rank, etc.). By design…

Quantization