
Hey! I'm Krithika, a Ph.D. student in Computer Science at the Johns Hopkins Center for Language and Speech Processing, where I'm advised by Dr. Anjalie Field. My research focuses on privacy and memorization in language models, and my work has primarily been centered around elements that are essential for building trustworthy systems.
Prior to my Ph.D., I spent time as a research intern at Microsoft Research India as a part of the NLP and EzPC teams. I have also interned with the Amazon's AGI Foundations team.
I'm always open to discussion, so if you have any queries related to anything, or if there's any way I could help you, feel free to drop me a mail at public-krramesh [at] proton [dot] me!
- Our paper The Privacy-Hallucination Tradeoff in Differentially Private Language Models was accepted to the Findings of EMNLP 2026!
- Pulkit's and Yaxuan's papers on text anonymization were accepted to EACL 2026 and AACL-IJCNLP 2025 (Findings), respectively.
- I'll be interning with the Amazon AGI Foundations team this fall.
- SynthTextEval has been accepted as a system demonstration at EMNLP 2025!
- We released SynthTextEval, a framework for generating and evaluating synthetic data for high-stakes domains.
-
Proceedings of the 2026 Conference on Empirical Methods in Natural Language Processing (Findings)
-
19th Conference of the European Chapter of the Association for Computational Linguistics, 2026
-
International Joint Conference on Natural Language Processing & Asia-Pacific Chapter of the Association for Computational Linguistics 2025
abstract
In this work, we aim to clarify and reconcile metrics for evaluating privacy protection in text through a systematic survey. Although text anonymization is essential for enabling NLP research and model development in domains with sensitive data, evaluating whether anonymization methods sufficiently protect privacy remains an open challenge. In manually reviewing 47 papers that report privacy metrics, we identify and compare six distinct privacy notions, and analyze how the associated metrics capture different aspects of privacy risk. We then assess how well these notions align with legal privacy standards (HIPAA and GDPR), as well as user-centered expectations grounded in HCI studies. Our analysis offers practical guidance on navigating the landscape of privacy evaluation approaches further and highlights gaps in current practices. Ultimately, we aim to facilitate more robust, comparable, and legally aware privacy evaluations in text anonymization.
-
Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing: System Demonstrations
abstract
We present SynthTextEval, a toolkit for conducting comprehensive evaluations of synthetic text. The fluency of large language model (LLM) outputs has made synthetic text potentially viable for numerous applications, such as reducing the risks of privacy violations in the development and deployment of AI systems in high-stakes domains. Realizing this potential, however, requires principled consistent evaluations of synthetic data across multiple dimensions: its utility in downstream systems, the fairness of these systems, the risk of privacy leakage, and general distributional differences from the source text. SynthTextEval allows users to conduct evaluations along all of these dimensions over synthetic data that they upload or generate using the toolkit's generation module. While our toolkit can be run over any data, we highlight its functionality and effectiveness over datasets from two high-stakes domains: healthcare and law. By consolidating and standardizing evaluation metrics, we aim to improve the viability of synthetic text, and in-turn, privacy-preservation in AI development.
-
Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing (Findings)
abstract
The difficulty of anonymizing text data hinders the development and deployment of NLP in high-stakes domains that involve private data, such as healthcare and social services. Poorly anonymized sensitive data cannot be easily shared with annotators or external researchers, nor can it be used to train public models. In this work, we explore the feasibility of using synthetic data generated from differentially private language models in place of real data to facilitate the development of NLP in these domains without compromising privacy. In contrast to prior work, we generate synthetic data for real high-stakes domains, and we propose and conduct use-inspired evaluations to assess data quality. Our results show that prior simplistic evaluations have failed to highlight utility, privacy, and fairness issues in the synthetic data. Overall, our work underscores the need for further improvements to synthetic data generation for it to be a viable way to enable privacy-preserving data sharing.