Skip to content

Commit

Permalink
added contact section, modified theme, added news
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakn97 committed Dec 19, 2023
1 parent d940914 commit 6e7d6f7
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 22 deletions.
26 changes: 14 additions & 12 deletions _bibliography/papers.bib
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ @inproceedings{DBLP:conf/icml/SharmaNK18
biburl = {https://dblp.org/rec/bib/conf/icml/SharmaNK18},
bibsource = {dblp computer science bibliography, https://dblp.org},
abstract="We present an alternate formulation of the partial assignment problem as matching random clique complexes, that are higher-order analogues of random graphs, designed to provide a set of invariants that better detect higher-order structure. The proposed method creates random clique adjacency matrices for each k-skeleton of the random clique complexes and matches them, taking into account each point as the affine combination of its geometric neighbourhood. We justify our solution theoretically, by analyzing the runtime and storage complexity of our algorithm along with the asymptotic behaviour of the quadratic assignment problem (QAP) that is associated with the underlying random clique adjacency matrices. Experiments on both synthetic and real-world datasets, containing severe occlusions and distortions, provide insight into the accuracy, efficiency, and robustness of our approach. We outperform diverse matching algorithms by a significant margin.",
bibtex_show=true,
abbr="ICML",
pdf="https://arxiv.org/pdf/1907.01739.pdf"
arxiv="arxiv:1907.01739",
code="https://github.com/charusharma1991/RandomCliqueComplexes_ICML2018",
blog="https://medium.com/@charusharma1991/graph-matching-partial-assignment-problem-using-random-clique-complexes-59aef2bf7b57"
}

@InProceedings{KBGAT2019,
Expand All @@ -34,9 +35,10 @@ @InProceedings{KBGAT2019
publisher = "Association for Computational Linguistics",
location = "Florence, Italy",
abstract="The recent proliferation of knowledge graphs (KGs) coupled with incomplete or partial information, in the form of missing relations (links) between entities, has fueled a lot of research on knowledge base completion (also known as relation prediction). Several recent works suggest that convolutional neural network (CNN) based models generate richer and more expressive feature embeddings and hence also perform well on relation prediction. However, we observe that these KG embeddings treat triples independently and thus fail to cover the complex and hidden information that is inherently implicit in the local neighborhood surrounding a triple. To this effect, our paper proposes a novel attention based feature embedding that captures both entity and relation features in any given entity's neighborhood. Additionally, we also encapsulate relation clusters and multihop relations in our model. Our empirical study offers insights into the efficacy of our attention based model and we show marked performance gains in comparison to state of the art methods on all datasets.",
bibtex_show=true,
abbr="ACL",
pdf="https://aclanthology.org/P19-1466.pdf"
arxiv="arxiv:1906.01195",
blog="https://www.dnathani.net/blog/2019/Knowledge-Base-Relation-Prediction/",
code="https://github.com/deepakn97/relationPrediction"
}

@inproceedings{Chauhan2020FEW-SHOT,
Expand All @@ -46,9 +48,10 @@ @inproceedings{Chauhan2020FEW-SHOT
year="2020",
url="https://openreview.net/forum?id=Bkeeca4Kvr",
abstract="We propose to study the problem of few shot graph classification in graph neural networks (GNNs) to recognize unseen classes, given limited labeled graph examples. Despite several interesting GNN variants being proposed recently for node and graph classification tasks, when faced with scarce labeled examples in the few shot setting, these GNNs exhibit significant loss in classification performance. Here, we present an approach where a probability measure is assigned to each graph based on the spectrum of the graphs normalized Laplacian. This enables us to accordingly cluster the graph base labels associated with each graph into super classes, where the Lp Wasserstein distance serves as our underlying distance metric. Subsequently, a super graph constructed based on the super classes is then fed to our proposed GNN framework which exploits the latent inter class relationships made explicit by the super graph to achieve better class label separation among the graphs. We conduct exhaustive empirical evaluations of our proposed method and show that it outperforms both the adaptation of state of the art graph classification methods to few shot scenario and our naive baseline GNNs. Additionally, we also extend and study the behavior of our method to semi supervised and active learning scenarios.",
bibtex_show=true,
abbr="ICLR",
pdf="https://arxiv.org/pdf/2002.12815.pdf"
arxiv="arxiv:2002.12815",
code="https://github.com/chauhanjatin10/GraphsFewShot",
blog="https://medium.com/@cs17btech11019/few-shot-learning-on-graphs-f6312a9e9de5"
}

@InProceedings{10.1007/978-3-030-36687-2_3,
Expand All @@ -59,7 +62,6 @@ @InProceedings{10.1007/978-3-030-36687-2_3
publisher="Springer International Publishing",
pages="27--39",
abstract="Persistent homology is a powerful tool in Topological Data Analysis (TDA) to capture topological properties of data succinctly at different spatial resolutions. For graphical data, shape and structure of the neighborhood of individual data items (nodes) is an essential means of characterizing their properties. We propose the use of persistent homology methods to capture structural and topological properties of graphs and use it to address the problem of link prediction. We achieve encouraging results on nine different real-world datasets that attest to the potential of persistent homology based methods for network analysis.",
bibtex_show = true,
pdf = "http://sumitbhatia.net/papers/complex-nets-19.pdf"
}

Expand All @@ -79,9 +81,11 @@ @inproceedings{krishna-etal-2022-shot
doi = "10.18653/v1/2022.acl-long.514",
pages = "7439--7468",
abstract = "Style transfer is the task of rewriting a sentence into a target style while approximately preserving content. While most prior literature assumes access to a large style-labelled corpus, recent work (Riley et al. 2021) has attempted {``}few-shot{''} style transfer using only 3-10 sentences at inference for style extraction. In this work we study a relevant low-resource setting: style transfer for languages where no style-labelled corpora are available. We notice that existing few-shot methods perform this task poorly, often copying inputs verbatim. We push the state-of-the-art for few-shot style transfer with a new method modeling the stylistic difference between paraphrases. When compared to prior work, our model achieves 2-3x better performance in formality transfer and code-mixing addition across seven languages. Moreover, our method is better at controlling the style transfer magnitude using an input scalar knob. We report promising qualitative results for several attribute transfer tasks (sentiment transfer, simplification, gender neutralization, text anonymization) all without retraining the model. Finally, we find model evaluation to be difficult due to the lack of datasets and metrics for many languages. To facilitate future research we crowdsource formality annotations for 4000 sentence pairs in four Indic languages, and use this data to design our automatic evaluations.",
bibtex_show = true,
abbr = "ACL",
pdf = "https://aclanthology.org/2022.acl-long.514.pdf",
arxiv="arxiv:2110.07385",
website="https://martiansideofthemoon.github.io/2022/03/03/acl22.html",
slides="https://docs.google.com/presentation/d/1PGk58vWuHP3FBt8EBA_aN9juo3gPPObAVhshwS3Rpkg/edit?resourcekey=0-Ma8fX94-cdv4SHTIpsFajw#slide=id.p"
}

@inproceedings{10.1145/3503252.3531301,
Expand All @@ -100,7 +104,6 @@ @inproceedings{10.1145/3503252.3531301
keywords = {persuasive models, Automated assistant, behavior science, fitness coaching, personalization},
location = {Barcelona, Spain},
series = {UMAP '22},
bibtex_show = true,
abbr = "UMAP",
pdf = "https://dl.acm.org/doi/pdf/10.1145/3503252.3531301",
}
Expand All @@ -113,9 +116,9 @@ @misc{nathani2023maf
eprint={2310.12426},
archivePrefix={arXiv},
primaryClass={cs.CL},
bibtex_show = true,
abbr = "EMNLP",
pdf = "https://arxiv.org/pdf/2310.12426.pdf",
arxiv="arxiv:2310.12426",
code="https://github.com/deepakn97/MAF/tree/main"
}

@misc{pan2023automatically,
Expand All @@ -126,7 +129,6 @@ @misc{pan2023automatically
eprint={2308.03188},
archivePrefix={arXiv},
primaryClass={cs.CL},
bibtex_show=true,
abbr="Arxiv",
pdf="https://arxiv.org/pdf/2308.03188.pdf"
}
16 changes: 8 additions & 8 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
# Site settings
# -----------------------------------------------------------------------------

title: Deepak Nathani # the website title (if blank, full name will be used instead)
title: blank # the website title (if blank, full name will be used instead)
first_name: Deepak
middle_name:
last_name: Nathani
email: [email protected]
description: > # the ">" symbol means to ignore newlines until "footer_text:"
A blog dedicated to my insterests like food, travelling and Computer Science.
A blog dedicated to my insterests like food, travelling and Computer Science.
footer_text: >
Powered by <a href="https://jekyllrb.com/" target="_blank">Jekyll</a> with <a href="https://github.com/alshedivat/al-folio">al-folio</a> theme.
Hosted by <a href="https://pages.github.com/" target="_blank">GitHub Pages</a>.
<a href="https://deepakn97.github.io/sitemap.xml">Sitemap</a>
# keywords: computer science, natural language processing, Deepak Nathani, personal website, academic, Ph.D., Research # add your own keywords or leave empty
<a href="https://www.dnathani.net/sitemap.xml">Sitemap</a>
keywords: computer science, natural language processing, Deepak Nathani, personal website, academic, Ph.D., Research # add your own keywords or leave empty

lang: en # the language of your site (for example: en, fr, cn, ru, etc.)
icon: 💻 # the emoji used as the favicon (alternatively, provide image name in /assets/img/)
Expand All @@ -32,8 +32,8 @@ highlight_theme_light: github # https://github.com/jwarby/jekyll-pygments-them
highlight_theme_dark: native # https://github.com/jwarby/jekyll-pygments-themes

# repo color theme
repo_theme_light: default # https://github.com/anuraghazra/github-readme-stats/blob/master/themes/README.md
repo_theme_dark: dark # https://github.com/anuraghazra/github-readme-stats/blob/master/themes/README.md
repo_theme_light: calm # https://github.com/anuraghazra/github-readme-stats/blob/master/themes/README.md
repo_theme_dark: calm # https://github.com/anuraghazra/github-readme-stats/blob/master/themes/README.md

# -----------------------------------------------------------------------------
# RSS Feed
Expand Down Expand Up @@ -74,7 +74,7 @@ mastodon_username: sigmoid.social/@dnathani # your mastodon instance+username in
linkedin_username: deepak-nathani # your LinkedIn user name
telegram_username: # your Telegram user name
scholar_userid: HZSadHkAAAAJ&hl=en # your Google Scholar ID
semanticscholar_id: # your Semantic Scholar ID
semanticscholar_id: 51130642 # your Semantic Scholar ID
whatsapp_number: # your WhatsApp number (full phone number in international format. Omit any zeroes, brackets, or dashes when adding the phone number in international format.)
orcid_id: # your ORCID ID
medium_username: # your Medium username
Expand All @@ -96,7 +96,7 @@ instagram_id: # your instagram id
facebook_id: # your facebook id
discord_id: # your discord id (18-digit unique numerical identifier)

contact_note: The best way to reach out to me is at my email address.
contact_note:

# -----------------------------------------------------------------------------
# Analytics and search engine verification
Expand Down
2 changes: 1 addition & 1 deletion _includes/news.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

<div class="news">
<h2>news</h2>
<h2 class="font-weight-bold">news</h2>
{% if site.news != blank -%}
{%- assign news_size = site.news | size -%}
<div class="table-responsive" {% if site.news_scrollable and news_size > 3 %}style="max-height: 10vw"{% endif %}>
Expand Down
7 changes: 7 additions & 0 deletions _news/announcement_10.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: post
date: 2023-12-19 15:59:00
inline: true
---

I am looking for internship positions for Summer 2024. If you think I will be a good fit for your team, please reach out!
15 changes: 15 additions & 0 deletions _pages/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,25 @@ selected_papers: false # includes a list of papers marked as "selected={true}"
social: true # includes social icons at the bottom of the page
---

<!-- modify this section to include main research interests -->
Hello! I am Deepak Nathani. I am currently a 2nd year PhD student at [UC, Santa Barbara](https://www.cs.ucsb.edu/) advised by [Prof. William Wang](https://sites.cs.ucsb.edu/~william/) in the [UCSB NLP](http://nlp.cs.ucsb.edu/) lab. My research interests lie broadly in the areas of Natural Language Generation and Commonsense Reasoning. Recently, I have been interested in automated feedback generation to boost reasoning performance in LLMs.

In the past, I have worked as a **Pre-Doctoral Researcher** at [Google Research, India](https://research.google/locations/india/) with [Dr. Partha Talukdar](https://research.google/people/ParthaTalukdar/). At Google, I worked on Controllable Text Generation and Conversational AI. I have also worked as a **Software Engineering AMTS** at [Salesforce.com](https://www.salesforce.com/).

I graduated from [IIT Hyderabad](https://iith.ac.in/) with a B.Tech degree in Mechanical Engineering and Computer Science as my second major. During my time as an undergraduate, I worked on various research problems with [Dr. Manohar Kaul](https://manukaul.github.io/).

Among other things, I enjoy playing games, listening to music, reading books and most important of them all, I love food. :wink:

<!-- Add Career Philosophy -->

### **contact**



**Graduate Admissions and Research Guidance:** Need advice on starting in NLP/ML research or navigating graduate admissions? Connect with me through the [CARE Program](https://care-program.github.io/). I am happy to help.

**Research Collaborations:** Interested in discussing interesting research directions or potential collaborations? I'd love to hear from you. Let's schedule a time to talk. Please book a slot on my [calendar](https://fantastical.app/dnathani/appointments) and I will get back to you.

**General Queries:** For any other questions or if you're unsure where your query fits, feel free to reach me via email or [X/Twitter](https://twitter.com/deepaknathani11).

Looking forward to connecting with you and sharing ideas!
2 changes: 1 addition & 1 deletion _sass/_themes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ html[data-theme='dark'] {
--global-code-bg-color: #{$code-bg-color-dark};
--global-text-color: #{$grey-color-light};
--global-text-color-light: #{$grey-color-light};
--global-theme-color: #{$cyan-color};
--global-theme-color: #FF8080;
--global-hover-color: #{$cyan-color};
--global-footer-bg-color: #{$grey-color-light};
--global-footer-text-color: #{$grey-color-dark};
Expand Down

0 comments on commit 6e7d6f7

Please sign in to comment.