arXiv ScienceSearch

arXiv subjects

Prasanna Devadiga

Publications and source records attributed to Prasanna Devadiga.

5 recordsLinked to original sources

Geometric Function Atlas: certified computing for geometric function theory in Python

We describe geometric-function-atlas, our open-source Python package for the sharp extremal problems of geometric function theory. We organise it around a catalogue of thirty-nine Ma--Minda starlike generators. From this catalogue we compute exact Taylor coefficients, closed-form Fekete--Szeg\H{o} constants, exact coefficients of the Ma--Minda extremal function, and admissibility screens. Our verifier answers membership questions for normalised polynomials at three levels of evidence: a floating-point grid screen, an exact sufficient condition decided in rational arithmetic, and a certified interval enclosure at the worst screened point. Every answer names the level at which we obtained it. We ship a checksummed artifact snapshot with three hundred and six coefficient certificates and seven hundred and two directed inclusion radii. Eight reviewed radius lanes carry certificates whose proof chains we replay symbolically, and we re-execute every coefficient certificate through our exact Schur-parameter machinery on request. We emit all results through one versioned envelope that records the method, the evidence status, the assumptions, and the artifact identifiers. Two optional laboratories apply the same discipline to cryptographic S-box metrics and to image-quality metrics. We present our design, state as propositions what each tier establishes, follow one radius lane from screen to replayed certificate, report measured timings, and place our package among symbolic-algebra, rigorous-numerics, and mathematical-database software. We release geometric-function-atlas under the MIT licence on the Python Package Index and at https://github.com/Prasanna28Devadiga/geometric-function-atlas.

cs.MS

The Geometric Function Atlas: A Software System for Radius and Coefficient Problems

Let $\D=\{z\in\C:|z|<1\}$, and let $\mathcal A$ be the class of analytic functions normalized by $f(0)=0$ and $f'(0)=1$. For an admissible Ma--Minda generator $\varphi$, write $\Sstar{\varphi}=\{f\in\mathcal A:zf'(z)/f(z)\prec\varphi(z)\}$. Given two generators $\varphi_1$ and $\varphi_2$, we study the largest $R\in(0,1]$ for which $f(rz)/r\in\Sstar{\varphi_2}$ whenever $f\in\Sstar{\varphi_1}$ and $0<r\le R$. We present the Geometric Function Atlas, a software system that records these directed radius problems and coefficient problems by their exact generators, parameter domains, normalizations, and sharpness statements. This representation identifies the same class across alternative names and transliterations while keeping the two directions of an inclusion problem distinct. The coefficient engine recovers all 216 Fekete--Szeg\H{o} values predicted by the general Ma--Minda formula across 36 registered classes. The directed-radius atlas contains 702 ordered comparisons; omitting direction merges unequal constants in 253 of the 262 class-pair families represented in both directions. Using boundary contact, analytic majorants, and explicit Ma--Minda extremals, we prove nineteen exact sharp inclusion radii. In particular, the sine-to-modified-sigmoid radius is $\arcsin((e-1)/(e+1))$, improving the published sufficient radius $\operatorname{arsinh}((e-1)/(e+1))$ by 7.45\%. For the crescent and exponential classes, the reciprocal sharp radii are $\sin1$ and $\log(1+\sqrt2)$; the latter corrects a published constant. The Python package, exact certificates, and registry records accompany the paper.

math.CV

Multilingual Conversational AI for Financial Assistance: Bridging Language Barriers in Indian FinTech

India's linguistic diversity presents both opportunities and challenges for fintech platforms. While the country has 31 major languages and over 100 minor ones, only 10\% of the population understands English, creating barriers to financial inclusion. We present a multilingual conversational AI system for a financial assistance use case that supports code-mixed languages like Hinglish, enabling natural interactions for India's diverse user base. Our system employs a multi-agent architecture with language classification, function management, and multilingual response generation. Through comparative analysis of multiple language models and real-world deployment, we demonstrate significant improvements in user engagement while maintaining low latency overhead (4-8\%). This work contributes to bridging the language gap in digital financial services for emerging markets.

cs.CL

Reasoning-Guided Claim Normalization for Noisy Multilingual Social Media Posts

We address claim normalization for multilingual misinformation detection - transforming noisy social media posts into clear, verifiable statements across 20 languages. The key contribution demonstrates how systematic decomposition of posts using Who, What, Where, When, Why and How questions enables robust cross-lingual transfer despite training exclusively on English data. Our methodology incorporates finetuning Qwen3-14B using LoRA with the provided dataset after intra-post deduplication, token-level recall filtering for semantic alignment and retrieval-augmented few-shot learning with contextual examples during inference. Our system achieves METEOR scores ranging from 41.16 (English) to 15.21 (Marathi), securing third rank on the English leaderboard and fourth rank for Dutch and Punjabi. The approach shows 41.3% relative improvement in METEOR over baseline configurations and substantial gains over existing methods. Results demonstrate effective cross-lingual generalization for Romance and Germanic languages while maintaining semantic coherence across diverse linguistic structures.

cs.CL

TIFIN India at SemEval-2025: Harnessing Translation to Overcome Multilingual IR Challenges in Fact-Checked Claim Retrieval

We address the challenge of retrieving previously fact-checked claims in monolingual and crosslingual settings - a critical task given the global prevalence of disinformation. Our approach follows a two-stage strategy: a reliable baseline retrieval system using a fine-tuned embedding model and an LLM-based reranker. Our key contribution is demonstrating how LLM-based translation can overcome the hurdles of multilingual information retrieval. Additionally, we focus on ensuring that the bulk of the pipeline can be replicated on a consumer GPU. Our final integrated system achieved a success@10 score of 0.938 and 0.81025 on the monolingual and crosslingual test sets, respectively.

cs.CL