SearcharxivSearch

arXiv subjects

Abdullah Al Imran

Publications and source records attributed to Abdullah Al Imran.

5 recordsLinked to original sources

FrugalPrompt: Reducing Contextual Overhead in Large Language Models via Token Attribution

Human communication heavily relies on laconism and inferential pragmatics, allowing listeners to successfully reconstruct rich meaning from sparse, telegraphic speech. In contrast, large language models (LLMs) owe much of their stellar performance to expansive input contexts, yet such verbosity inflates monetary costs, carbon footprint, and inference-time latency. This overhead manifests from the redundant low-utility tokens present in typical prompts, as only a fraction of tokens typically carries the majority of the semantic weight. Inspired by the aforementioned cognitive psycholinguistic processes, we address this inefficiency by introducing FrugalPrompt, a novel prompt compression framework for LLMs, which retains only the most semantically significant tokens. Leveraging two state-of-the-art token attribution methods, GlobEnc and DecompX, we assign salience scores to every token in an input sequence, rank them to retain the top-k% tokens, and obtain a sparse frugalized prompt. We establish the theoretical stability of our approach and provide strong empirical results across a suite of four NLP tasks to study the trade-off between the portion of retained tokens and performance. Experimental findings across retention settings reveal asymmetric performance patterns that suggest potential task contamination effects. We posit that our work contributes to a more nuanced understanding of LLM behavior in performance-efficiency trade-offs and delineates the boundary between tasks tolerant of contextual sparsity and those requiring exhaustive context.

cs.CL

High-Order CFD Modeling of Rotating Actuator Line Systems

High-order computational fluid dynamics (CFD) methods combined with actuator-based blade representations provide an attractive approach for simulating rotating energy systems. In this work, we develop a high-order computational framework that couples the flux reconstruction/correction procedure via reconstruction (FR/CPR) formulation with a rotating actuator line model (ALM). Blade rotation and unsteady aerodynamic forces are implemented through time-dependent source terms applied on a fixed cartesian grid. This approach allows simulations of a fully rotating turbine without using explicit blade geometry. Aerodynamic loads are computed using quasi-steady airfoil data and distributed into the flow field with Gaussian smoothing to maintain numerical stability in the high-order scheme. The framework is tested using a two-bladed vertical-axis wind turbine (VAWT) operating at a low tip speed ratio (TSR). The phase-averaged blade motion and overall load are analyzed to study variations with azimuthal angle. In addition, instantaneous and mean flow fields are examined to describe wake structure and unsteady vortex shedding. Normalized mean wake velocity profiles are used for validation through comparison with experimental measurements and blade-resolved large-eddy simulations (LES) reported in the literature. The results show that the proposed high-order virtual-body framework can reliably capture major blade-loading trends, flow organization, and wake features under strongly unsteady conditions, while maintaining geometric simplicity.

physics.flu-dyn

A High-Order Flux Reconstruction Actuator-Line Framework for Rotating-Blade Aerodynamics on Fixed Cartesian Grids

This work couples a high-order flux reconstruction/correction procedure via reconstruction (FR/CPR) solver with a rotating actuator-line model (ALM) to simulate rotating-blade aerodynamics on fixed Cartesian grids. Blade loading is represented by volumetric body force source terms projected through an isotropic Gaussian kernel in a blade-attached frame, eliminating the need to resolve blade geometry. Vertical-axis wind turbines (VAWTs) serve as the demonstration configuration, with a modified Boeing-Vertol dynamic stall model incorporated to capture unsteady lift and drag. A mesh-resolution criterion for the Gaussian projection kernel on reasonably coarse meshes is derived. It shows that cost-effective coarse meshes can operate in a mesh-controlled regime with negligible induction feedback, motivating a Double Multiple Streamtube (DMST) correction to recover the physical inflow. Simulations are carried out over a range of tip-speed ratios at a chord-based Reynolds number of Re_c ~ 3.6 x 10^5. The framework is validated against experimental near-wake measurements and previously reported LES-ALM results, and the mean wake profile shows good agreement. The predicted power-coefficient curve matches high-fidelity three-dimensional LES-ALM data to within 6% around the optimal VAWT operation conditions. The framework also captures the regime-dependent influence of dynamic stall, azimuthal blade loading, lift hysteresis, and characteristic wake structures. These results demonstrate that the FR/CPR-ALM framework provides an accurate and computationally efficient geometry-free approach for VAWT analysis, making it well suited for parametric studies and large-scale wind energy applications.

physics.flu-dyn

FourierKAN outperforms MLP on Text Classification Head Fine-tuning

In resource constraint settings, adaptation to downstream classification tasks involves fine-tuning the final layer of a classifier (i.e. classification head) while keeping rest of the model weights frozen. Multi-Layer Perceptron (MLP) heads fine-tuned with pre-trained transformer backbones have long been the de facto standard for text classification head fine-tuning. However, the fixed non-linearity of MLPs often struggles to fully capture the nuances of contextual embeddings produced by pre-trained models, while also being computationally expensive. In our work, we investigate the efficacy of KAN and its variant, Fourier KAN (FR-KAN), as alternative text classification heads. Our experiments reveal that FR-KAN significantly outperforms MLPs with an average improvement of 10% in accuracy and 11% in F1-score across seven pre-trained transformer models and four text classification tasks. Beyond performance gains, FR-KAN is more computationally efficient and trains faster with fewer parameters. These results underscore the potential of FR-KAN to serve as a lightweight classification head, with broader implications for advancing other Natural Language Processing (NLP) tasks.

cs.CL

BaitBuster-Bangla: A Comprehensive Dataset for Clickbait Detection in Bangla with Multi-Feature and Multi-Modal Analysis

This study presents a large multi-modal Bangla YouTube clickbait dataset consisting of 253,070 data points collected through an automated process using the YouTube API and Python web automation frameworks. The dataset contains 18 diverse features categorized into metadata, primary content, engagement statistics, and labels for individual videos from 58 Bangla YouTube channels. A rigorous preprocessing step has been applied to denoise, deduplicate, and remove bias from the features, ensuring unbiased and reliable analysis. As the largest and most robust clickbait corpus in Bangla to date, this dataset provides significant value for natural language processing and data science researchers seeking to advance modeling of clickbait phenomena in low-resource languages. Its multi-modal nature allows for comprehensive analyses of clickbait across content, user interactions, and linguistic dimensions to develop more sophisticated detection methods with cross-linguistic applications.

cs.LG