Skip to content
View ahmeshaf's full-sized avatar

Highlights

  • Pro

Organizations

@csci5832-f23

Block or report ahmeshaf

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ahmeshaf/README.md

Hi, I’m an AI/ML Research Scientist at Accenture’s Center for Advanced AI, working on building and evaluating agentic systems and large-scale AI workflows.

I earned my PhD in Computer Science from the University of Colorado Boulder in 2024, where my research focused on event understanding in natural language, linguistic variation, and scalable NLP systems. I previously completed my Bachelor’s degree at IIT Hyderabad and my Master’s at CU Boulder.

Before and during my PhD, I accumulated five years of industry experience at HP, where I led the NLP group and co-developed patented work on stochastic modeling for troubleshooting systems. I also completed two research internships at Explosion.ai (spaCy), resulting in peer-reviewed publications.

My academic work includes eight publications, with five first-author papers in 2023–24 and a main-conference ACL acceptance. I also served as a research assistant on two DARPA projects, leading efforts on knowledge graph construction from noisy and conflicting news sources.

I’m especially interested in agentic AI, multi-agent systems, evaluation methodologies, and developer experience for AI frameworks. On GitHub, I share research prototypes, benchmarks, and tools that bridge theory and real-world deployment.

Check out ahmeshaf.github.io

Frequently used code:

  • Save csv file from an array of dict
import pandas as pd

pd.DataFrame(dict_array).to_csv(file_path, index=False)

Pinned Loading

  1. dotfiles dotfiles Public

    ~/.dotfiles for improving my quality of life

    Shell