Pfizer logoCurrently an Extern @Pfizer
Labannya Debnath portrait

Data science student focused on AI and document data

Sophomore at Saint Peter's University studying Data Science, gaining hands-on experience via a Pfizer externship in AI-powered document insights and data extraction.

Work samples

Portfolio of coursework and work from a Pfizer externship, focused on AI methods for parsing documents and extracting data, plus class projects from my Data Science program.

  • Pfizer Advanced: AI-Powered Document Insights & Data Extraction Externship
    Pfizer logo

    Pfizer · ✅ Verified by Extern · ⏱️ In progress

    Pfizer Advanced: AI-Powered Document Insights & Data Extraction Externship

    Prototype AI-powered document intelligence with Pfizer—using OCR, LLMs, and RAG to automate real enterprise PDF workflows and build a standout portfolio project.

    AI & MLPythonDocument IntelligencePresentation Skills

About me

Sophomore at Saint Peter's University studying Data Science, gaining hands-on experience via a Pfizer externship in AI-powered document insights and data extraction.

I am Labannya Debnath, a sophomore at Saint Peter's University pursuing a Bachelors in Data Science. I have limited formal work experience and I am building practical skills through coursework and a Pfizer externship focused on AI document insights and data extraction.

Externships

Pfizer Advanced: AI-Powered Document Insights & Data Extraction Externship

Pfizer

Experience

Research Assistant

Saint Peter's Unversity · May 2025 - Aug 2025

Education

Saint Peter's University

BSc In Data Science · Class of 2028

Skills

Data Science fundamentalsAI for document insightsData extraction techniquesPython (coursework)Statistical basics

✅ Verified by Extern · ⏱️ In progress

Pfizer Advanced: AI-Powered Document Insights & Data Extraction Externship

Prototype AI-powered document intelligence with Pfizer—using OCR, LLMs, and RAG to automate real enterprise PDF workflows and build a standout portfolio project.

AI & MLPythonDocument IntelligencePresentation Skills

Overview

The externship explored AI-driven document intelligence for enterprise PDF workflows, combining optical character recognition, large language models, and retrieval-augmented generation. The work surveyed foundational LLM concepts and produced explanatory material that connected model mechanics to document-processing patterns.

Pfizer Advanced: AI-Powered Document Insights & Data Extraction Externship

What I've accomplished

I produced a focused summary of how large language models learn from corpora, use Transformer self-attention for context, generate text via next-token prediction, and are refined with human feedback for safer, more relevant outputs.

Project breakdown

I summarized how large language models learned from large text corpora, used Transformer self-attention to model context, generated responses by next-token prediction, and were refined with human feedback to improve safety and relevance.

The externship tasks were completed in Colab notebooks. I prepared and ran Python code to create data structures, clean and normalize text, parse JSON into DataFrames, and apply image preprocessing steps (grayscale, denoise, contrast, threshold) to improve OCR readiness.

The project processed a sample SDF with PyMuPDF, inspected word-level and block-level outputs, noted table structure loss and column misalignment, and recommended line/block aggregation, regex with proximity logic, and table-specific parsing for reliable date/vendor extraction.

Google Docs
Access

The task analyzed three OCR engines on CoA scans. I ran each engine, collected raw outputs, mapped bounding boxes to fields like lot number, vendor, expiration date, and reported that all three extracted those fields with minor format differences (e.g., date formats).

Google Docs
Access

During the RAG pipeline project I converted PDFs to embeddings with sentence-transformers/all-MiniLM-L6-v2, chunked text into 512-token windows with 50-token overlap, implemented hybrid retrieval (vector + BM25) with a reranker, and produced example QA outputs showing retrieved answers.

Google Docs
Access

Faced with a sample SDF query about quality control, I ran three RAG configurations varying top_k and similarity threshold, logged retrieved chunks and short answers, and found the top_k=8 run returned the most context (best coverage) though it included some redundant text.

Google Docs
Access
View all work