Skip to content
View IamAdiSri's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro
Block or Report

Block or report IamAdiSri

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
IamAdiSri/README.md

Hi, I'm Aditya πŸ‘‹

Graduate student at CU Boulder, pursuing an MS in Computer Science. Summer '23 Intern at Dropbox. Formerly an engineer at SentiSum, where I worked on the research and development of NLP and ML solutions. Also graduated from IIIT Hyderabad in 2022, with a BTech (Honors) in Computer Science and MS (Research) in Computational Linguistics, where I have worked extensively on the application of deep-learning to research problems in low resource Indian languages and code-mixing.

Apart from my professional interests, I enjoy tinkering with small coding and hardware projects, and practice music making as a hobby.

πŸ’β€β™‚οΈ How to Pronounce My Name

My name is pronounced 'a' as in Argon, 'dit' as in ditto and 'ya' as in yum.

IPA for fellow linguists: [ΛˆΙ‘dΜͺitΜͺˌjΙ™] πŸ€“

πŸ‘¨β€πŸ’» What I've Been Up To Recently

  • Presented my work on lookup free unicasting and in-network computation at the IEEE 802 Plenary Session, 2024 held at Denver, CO.
  • Awarded the AI-First prize at the Dropbox Hack Week '23 for building an LLM powered natural language search.
  • DevOps Engineering Intern @ Dropbox, for Summer '23.
  • Released the hf-trim Python package. (July 2022)
  • Graduated with a BTech (Honors) in Computer Science and an MS (by Research) in Computational Linguistics from IIIT Hyderabad. πŸŽ‰ (July 2022)
  • Published TLDR: Transformers for Learning Dictionaries and their Representations at SemEval Workshop 2022 (July 2022). The system achieved rank 1 on the definition modeling subtask. πŸ† (July 2022)
  • Successfully defended my Master's Thesis on Neural Methods for Code-Mixed NLP in Low Resource Conditions. (May 2022)
  • Shortlisted to attend Google Research Week (February 2022).
  • Joined SentiSum as an NLP and ML engineer. πŸ’Ό
  • Made the lori website as a joke(?).
  • Worked on a platform for AI for medicine in collaboration with Intel Labs.
  • Ranked within the top 10 percentile in Task 9 Sentimix at SemEval 2020. Published the research paper at the SemEval Workshop 2020 @ COLING 2020.
  • Secured rank 8 worldwide in the Labor challenge @ AIcrowd.
  • Secured rank 11 worldwide in the SCRBL challenge @ AIcrowd.

πŸ’¬ Ways to Reach Me

Feel free to message me on Twitter or LinkedIn (links below), or create an issue on this document.

πŸ”— Links

Pinned Loading

  1. hf-trim hf-trim Public

    Reduce the size of pretrained Hugging Face models via vocabulary trimming.

    Python 36 4

  2. hcms-semeval20 hcms-semeval20 Public

    HCMS at SemEval-2020 Task 9: A Neural Approach to Sentiment Analysis for Code-Mixed Texts

    Jupyter Notebook 3 2

  3. cmn4recosys cmn4recosys Public

    Collaborative Memory Networks for Recommendation Systems, implementation in PyTorch

    Jupyter Notebook 13 1

  4. Setting up and using Python3, Pip3, ... Setting up and using Python3, Pip3, Virtualenv (for Python3) and Virtualenvwrapper (for Python3)
    1
    First install pip for Python2. Download the get-pip.py file from https://bootstrap.pypa.io/get-pip.py
    2
    $ cd <download location>
    3
    $ sudo -H python ./get-pip.py
    4
    
                  
    5
    Installing pip also installs Python3
  5. federated_learning_bda federated_learning_bda Public

    Using distributed machine learning and federated learning techniques to preserve privacy when learning from personal data.

    Jupyter Notebook 1

  6. auth-id auth-id Public

    A hierarchical bi-LSTM model trained to identify the author of a given email (SMAI@IIIT-H 2017)

    Python 6 3