Data and Computational Inference
Constructing useful measurements and representations from structured and unstructured data, then testing what can be inferred from them.
Current work
I design AI systems and studies, then test whether the apparent gains are stable, interpretable, and meaningful beyond a single result.
Overview
Constructing useful measurements and representations from structured and unstructured data, then testing what can be inferred from them.
Designing controlled interventions to study how AI systems change decisions, coordination, and other downstream outcomes.
Training and adapting language models, building reproducible pipelines, measuring computational efficiency, and testing whether improvements generalize.
In Depth
Computational Experimentation
I am co-developing an online experiment that separates information provision from strategic interpretation, normative framing, and coordination support. The goal is to identify which kinds of assistance change what people do—not merely what they are shown.
Shared supply chains provide a concrete social dilemma: buyers can improve labor conditions together, but each has an incentive to reduce its own costs and hope others act. The study turns that tension into repeated choices, messages, links, and group outcomes.
Participants decide whether to pay fairly, audit, form information-sharing links, communicate, and join costly remediation. The AI does not choose on anyone’s behalf; it changes how people interpret and coordinate around the decision.
Measures include fair pay, auditing, links, remediation, welfare, responsibility attribution, and persistence after AI withdrawal.
Model Training and Evaluation
This project asks how domain knowledge can be introduced into pretrained protein models while preserving the efficiency benefits of parameter-efficient fine-tuning.
I co-developed a method that incorporates BLOSUM62, hydrophobicity, and Grantham priors into LoRA adapters for ESM-2. BLOSUM62-guided adaptation matches or exceeds full fine-tuning on SignalP6 benchmarks while training approximately 3.6% of model parameters and using approximately 43% less peak GPU memory at the 3B-parameter scale.
~3.6%of parameters trained
~43%less peak GPU memory at 3B scale
Multi-seedevaluation and sensitivity analysis
My contribution focuses on training and evaluation design. I developed multi-seed protocols and a one-factor sensitivity analysis; several single-seed gains did not replicate, underscoring the importance of controlled comparison.
Under review at an EMNLP 2026 workshop.
Data and Representation
This project compared task-specific multilingual fine-tuning with zero-shot general-purpose models on Hinglish named-entity recognition, where languages and scripts are mixed within the same data.
I fine-tuned mBERT and XLM-RoBERTa on the COMI-LINGUA dataset, then evaluated them against GPT-4o and Claude 3.5 Sonnet baselines under a common protocol. Fine-tuned XLM-RoBERTa achieved 78% entity-level F1, compared with 76% for the GPT-4o baseline.