Skip to content
View Shuvam-Banerji-Seal's full-sized avatar
💭
Still Existing
💭
Still Existing

Highlights

  • Pro

Organizations

@HenshinLabs

Block or report Shuvam-Banerji-Seal

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Shuvam Banerji Seal

Profile Views


Rotating anime quotes


About

BS-MS student at Indian Institute of Science Education and Research, Kolkata (Chemistry Major, Computer Science Minor, CGPA 8.2). My work sits at the intersection of computational chemistry, AI/ML research, and information retrieval. I co-founded two MeitY-funded deeptech startups and have published at ECIR 2026, FIRE 2025, and TREC 2024.

Current Research Hybrid RAG architectures, DFT-based catalyst modelling, query reformulation for NLP
Learning LAMMPS, HPC workflows, advanced DFT, Agentic AI frameworks
Looking to Collaborate ML, Data Science, Molecular Simulations, Quantum Chemistry
Contact sbs22ms076@iiserkol.ac.in

Research — Animated Overviews

DFT Molecular Orbital Animation Deep Neural Network Visualization

Hybrid RAG Pipeline — ECIR 2026 / FIRE 2025

Research Workflow Startups — Synapse and UnderWater AI


Extended Visualizations

Attention Heads / Transformer Architecture

Multi-Head Self-Attention

Molecular Orbital Spin Diagram — [VO(SALIEP)(DTP)]

Chem Orbital Spin

Gradient Descent Loss Landscape

Gradient Descent

Molecular Dynamics Simulation — LAMMPS

Molecular Dynamics

Neural Activation Pulse — Spiking NN

Neural Pulse

Quantum Spin Grid — Ising Model

Quantum Spin Grid


Publications

Year Venue Title
2026 ECIR 2026 (34.5% acceptance) AgriIR: A Scalable Framework for Domain-Specific Knowledge Retrieval
2025 FIRE 2025 Hierarchical Opinion Classification using Large Language Models
2024 TREC 2024 (NIST) IISERK@ToT_2024: Query Reformulation and Layered Retrieval
WIP To be submitted Computational Modeling of [VO(SALIEP)(DTP)] as Water Reducing Catalyst (DFT/B3LYP)

Entrepreneurial Ventures

Startup Domain Grant Status
Synapse AI-Fintech — democratising ML for smart trading MeitY GENESIS EiR Funded; DPIIT Q1 2026
UnderWater AI DeepTech — underwater vision for marine species ID MeitY GENESIS EiR Funded; DPIIT Q1 2026

Tech Skills

Molecular / HPC

LAMMPS Gaussian VMD PyMol

Languages

Python C C++ Java Rust LaTeX

AI / ML / Data

PyTorch TensorFlow NumPy Pandas scikit-learn HuggingFace

Frameworks & Tools

Django Flask FastAPI React MongoDB SQLite


GitHub Stats

GitHub Stats Top Languages

GitHub Streak Trophies

Activity Graph

Top Contributed Repos Productive Time


Research Workflow

flowchart LR
    A[Problem Statement] --> B[Literature Review]
    B --> C[Dataset & Baseline]
    C --> D[Model Design]
    D --> E[Experiments & Ablations]
    E --> F{Results Satisfactory?}
    F -- No  --> D
    F -- Yes --> G[Paper Writing]
    G --> H[Peer Review]
    H --> I[Publication ECIR / FIRE / TREC]
    I --> J[Open-Source Release]

    style A fill:#1e3a5f,stroke:#58a6ff,color:#c9d1d9
    style I fill:#2d1f4a,stroke:#d2a8ff,color:#c9d1d9
    style J fill:#1f3a2d,stroke:#56d364,color:#c9d1d9
Loading

Interactive Lab — Synthesize the Catalyst from the DFT Study

Can you replicate the complex from Shuvam's computational chemistry research? Step through the synthesis:

Step 1 — Choose your central metal

You need a redox-active transition metal capable of oxo-coordination for water reduction.

  • Select Vanadium (V)

    Excellent choice. Vanadium(IV) oxo-complexes are known water-reduction catalysts.

    • Add Salen-type ligand (SALIEP)

      SALIEP provides strong N/O donors that stabilise V(IV). Now choose the co-ligand.

      • Add dithiophosphate (DTP)

        You built [VO(SALIEP)(DTP)] — the target complex from the DFT/B3LYP study. Run Gaussian with the B3LYP functional to compute MO energies and map the water-reduction pathway. Correct. This is exactly the compound Shuvam modelled computationally.

      -
      Add bipyridine (bpy)

      Interesting coordination, but different from the target. Try dithiophosphate (DTP).

    • Add only H2O as ligand

      Water alone does not form the stable complex needed. Try a stronger donor ligand like SALIEP.

  • Select Iron (Fe)

    Iron forms great catalysts in other systems, but this specific DFT study uses Vanadium. Try again.


Interactive Lab — Build the Hybrid RAG Pipeline (ECIR 2026)

Design the retrieval architecture step by step:

Step 1 — Choose your retriever
  • Dense retrieval only (vector embeddings)

    Handles semantic similarity well, but misses exact keyword matches for rare technical terms. Upgrade?

    • Add BM25 sparse retrieval in parallel

      Now you have hybrid retrieval. How do you merge the two ranked lists?

      • Reciprocal Rank Fusion (RRF)

        Perfect. RRF combines ranked lists without score calibration. Add HyDE (hypothetical document embeddings) for query refinement and wrap in a Streamlit UI — you have replicated the ECIR 2026 / IISER-K intranet system.

      -
      Weighted linear score combination

      Works, but requires per-domain calibration. RRF is more robust. Try again.

  • BM25 sparse only

    Fast and interpretable, but misses paraphrases. Upgrade to hybrid for better recall.


Connect

Website LinkedIn Instagram X Quora


Contribution Snake

Popular repositories Loading

  1. AgriIR AgriIR Public

    AgriIR: Configurable RAG framework for domain-specific knowledge retrieval in agriculture. Features 6-stage pipeline, deterministic citations, and domain-specific agents. ECIR'26.

    Python 6 1

  2. 2d_hcp 2d_hcp Public

    This will help you draw the 2d hexagonal closed packing structure in python using simple turtle.

    Python 2

  3. fourier_transform_2d_images fourier_transform_2d_images Public

    This kis a python code that helps in transforming any 2d image into its Fourier transform and also implement its inverse by sinosodial grating. All thanks to https://thepythoncodingbook.com for pro…

    Python 2

  4. NAEST_Sample_Experiments NAEST_Sample_Experiments Public

    Well, I am just creating this repo for NAEST peeps. Explore the wonders of optics through hands-on experiments conducted at home. This repository delves into experiments from the National Anveshika…

    TeX 2

  5. Wi-Fi-channel-optimizer Wi-Fi-channel-optimizer Public

    This Bash script automates the process of optimizing Wi-Fi channels for better network performance. It performs several tasks including scanning available networks, testing speed on different chann…

    Shell 2

  6. Python-Course-for-Beginners Python-Course-for-Beginners Public

    This is a repository dedicated to the python course, I am developing for my students. This is not designed for any Indian Educational board but rather has a heuristic approach to python coding.

    Jupyter Notebook 2 1