<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Home on Tamanna Hossain-Kay</title>
    <link>/</link>
    <description>Recent content in Home on Tamanna Hossain-Kay</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 27 Jan 2026 00:00:00 +0000</lastBuildDate><atom:link href="/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>SATLM: Satisfiability-Aided Language Models Using Declarative Prompting</title>
      <link>/post/2026/01/27/satlm/</link>
      <pubDate>Tue, 27 Jan 2026 00:00:00 +0000</pubDate>
      
      <guid>/post/2026/01/27/satlm/</guid>
      <description>Paper:SATLM: Satisfiability-Aided Language Models Using Declarative Prompting
Authors: Xi Ye, Qiaochu Chen, Isil Dillig, Greg Durrett
Chain-of-thought works best when the task is mostly forward (has a linear procedure), and adding tools (e.g., a Python executor) helps most when the main failure mode is arithmetic or other execution mistakes. But many real problems are closer to constraint solving: you need to pick a plan, search over possibilities, and keep global consistency—where LLMs often fail due to planning errors even if they can execute steps correctly.</description>
    </item>
    
    <item>
      <title>Yet Another DeepSeek Overview</title>
      <link>/post/2025/02/08/deepseek/</link>
      <pubDate>Sat, 08 Feb 2025 00:00:00 +0000</pubDate>
      
      <guid>/post/2025/02/08/deepseek/</guid>
      <description>The release of DeepSeek-R1, a Chinese open-weight language model, in January 2025 sent shockwaves through the tech industry, triggering a stunning $1 trillion loss in US stock market value in a single day. For the first time in a few years, an open-weight model has demonstrated the capability to rival proprietary giants like OpenAI’s GPT models. Not only does it offer competitive performance, but it also achieves this using older GPUs than Western labs due to US export restrictions.</description>
    </item>
    
    <item>
      <title>Paper Summary: Whose Opinions Do Language Models Reflect?</title>
      <link>/post/2023/08/05/paper-summary-whose-opinions-do-language-models-reflect/</link>
      <pubDate>Sat, 05 Aug 2023 00:00:00 +0000</pubDate>
      
      <guid>/post/2023/08/05/paper-summary-whose-opinions-do-language-models-reflect/</guid>
      <description>Paper Link: https://arxiv.org/pdf/2303.17548.pdfAuthors: Shibani Santurkar \(^1\), Esin Durmus\(^1\), Faisal Ladhak\(^2\), Cinoo Lee\(^1\), Percy Liang\(^1\), Tatsunori Hashimoto\(^1\) (\(^1\) Stanford, \(^2\) Columbia University)
Language models, or LMs, can give “opinionated” answers to open-ended, subjective questions. But whose opinions are these? This is important to understand as LMs become more integrated into open-ended applications.
Recent studies have shown that LMs can exhibit specific political stances and even mirror beliefs of certain demographics.</description>
    </item>
    
    <item>
      <title>Paper Summary: Harms of Gender Exclusivity and Challenges in Non-Binary Representation in Language Technologies</title>
      <link>/post/2022/01/08/paper-summary-harms-of-gender-exclusivity-and-challenges-in-non-binary-representation-in-language-technologies/</link>
      <pubDate>Sat, 08 Jan 2022 00:00:00 +0000</pubDate>
      
      <guid>/post/2022/01/08/paper-summary-harms-of-gender-exclusivity-and-challenges-in-non-binary-representation-in-language-technologies/</guid>
      <description>Paper link: https://aclanthology.org/2021.emnlp-main.150.pdfAuthors: Sunipa Dev (she/her), Masoud Monajatipoor (he/him), Anaelia Ovalle (they/he/she), Arjun Subramonian (they/them), Jeff M Phillips (he/him), Kai-Wei Chang (he/him) (UCLA)
Content Warning: This paper contains examples of stereotypes and associations, misgendering, erasure, and other harms that couldbe offensive and triggering to trans and nonbinary individuals.
Gender in this paper refers to gender identity, which concerns how individuals experience their own gender. Gender identity is broader than the gender binary that is historically normative in Western cultures, i.</description>
    </item>
    
    <item>
      <title>Weird Stuff in High Dimensions</title>
      <link>/post/2021/11/28/weird-stuff-in-high-dimensions/</link>
      <pubDate>Sun, 28 Nov 2021 00:00:00 +0000</pubDate>
      
      <guid>/post/2021/11/28/weird-stuff-in-high-dimensions/</guid>
      <description>--figure {padding-top: 20px;padding-bottom: 20px;}We’re usually putzing around in a \(3\) dimensional space, perceiving the \(4^{th}\) dimension of time as something we’re moving forward through. Attempts to explain our reality, however, have intriguingly and disturbingly given rise to the possibility of higher dimensions. Superstring Theory, for example, posits \(10\) dimensions to provide a unifying framework between general relativity and quantum mechanics. M-Theory, on the other hand, posits \(11\) dimensions, and Bosonic String Theory a daunting \(26\) dimensions!</description>
    </item>
    
    <item>
      <title>Box Embeddings: Paper Overviews</title>
      <link>/post/2021/11/09/box-embeddings-paper-overviews/</link>
      <pubDate>Tue, 09 Nov 2021 00:00:00 +0000</pubDate>
      
      <guid>/post/2021/11/09/box-embeddings-paper-overviews/</guid>
      <description>Geometric embeddings can be used to represent transitive asymmetric relationships. Box-embeddings are n-dimensional hyperrectangles that can represent such relationships by containment.
Source: Box Embeddings: An open-source library for representation learningusing geometric structuresFormally, a “box” is defined as a Cartesian product of closed intervals,\[\begin{aligned}B(\theta) &amp;amp;=\prod_{i=1}^{n}\left[z_{i}(\theta), Z_{i}(\theta)\right] \\&amp;amp;=\left[z_{1}(\theta), Z_{1}(\theta)\right] \times \cdots \times\left[z_{n}(\theta), Z_{n}(\theta)\right]\\&amp;amp;=[x_{m,1},x_{M,1}]\times \cdots \times [x_{m,n},x_{M,n}]\end{aligned}\]
Parameterization: \(\theta\) may be the output from a neural network</description>
    </item>
    
    <item>
      <title>Orthogonal Procrustes</title>
      <link>/post/2021/06/28/orthogonal-procrustes/</link>
      <pubDate>Mon, 28 Jun 2021 00:00:00 +0000</pubDate>
      
      <guid>/post/2021/06/28/orthogonal-procrustes/</guid>
      <description>I came across the Orthogonal Procrustes technique when reading the paper Diachronic Word Embeddings Reveal Statistical Laws of Semantic Change. It was used to align word embeddings from different runs of SVD (Singular Value Decomposition) and SGNS (Skipgram with Negative Sampling), since they can both result in arbitrary orthogonal transformations of word vectors.
So what is Orthogonal Procrustes?
ProblemSolutionProof of SolutionExample 
ProblemGiven two matrices \(A\), \(B\) find a matrix \(R\) for mapping \(A\) to \(B\).</description>
    </item>
    
    <item>
      <title>Five Year Anniversary Trip to Maui</title>
      <link>/post/2019/12/25/five-year-anniversary-trip-to-maui/</link>
      <pubDate>Wed, 25 Dec 2019 00:00:00 +0000</pubDate>
      
      <guid>/post/2019/12/25/five-year-anniversary-trip-to-maui/</guid>
      <description>My husband and I got married on Christmas Eve, 2014, and this year we decided to celebrate our fifth anniversary vacationing on the island of Maui in Hawaii. Although we live in Irvine, we flew out of San Jose In Northern California because (i) flight prices were cheaper and (ii) upon our return we could easily drive to Santa Cruz to spend some time with my in-laws.</description>
    </item>
    
    <item>
      <title>About</title>
      <link>/about/</link>
      <pubDate>Sat, 28 Sep 2019 00:00:00 +0000</pubDate>
      
      <guid>/about/</guid>
      <description>Some things I like:
Science fictionColors (currently obsessed with pastels)Intersectional feminismNature stuff (hiking, camping, gardening, beach lounging)Hanging out at breweriesDoodling, drawing + consuming visual artNapping Contact Information  Email : tamanna.hossainkay@gmail.com  LinkedIn : tamanna-hossain-kay  Github :  atleastbeth3   Instagram : tamannahossainkay  Twitter :  thossainkay  Tableau :  tamanna.hossain.kay</description>
    </item>
    
    <item>
      <title>A Brief Introduction to fMRI Analysis</title>
      <link>/post/2018/11/01/a-brief-introduction-to-fmri-analysos/</link>
      <pubDate>Thu, 01 Nov 2018 00:00:00 +0000</pubDate>
      
      <guid>/post/2018/11/01/a-brief-introduction-to-fmri-analysos/</guid>
      <description>There are quite a few popular neural imaging modalities in use today.However, they vary in what they measure, level of invasiveness, and spatiotemporalresolution. Functional magnetic resonance imaging has becomethe dominant technique in recent years because it is noninvasive while alsoproviding decent spatial and temporal resolutions.During an fMRI experiment, brain images are acquired over time whilethe subject is exposed to certain stimuli or performs a set of tasks.</description>
    </item>
    
    <item>
      <title>Viz : The Rohingya Exodus</title>
      <link>/post/2018/05/18/viz-the-rohingya-exodus/</link>
      <pubDate>Fri, 18 May 2018 00:00:00 +0000</pubDate>
      
      <guid>/post/2018/05/18/viz-the-rohingya-exodus/</guid>
      <description>August 25th, 2017 marked a new wave of violence against the Rohingya in Myanmar . Since then over 640,000 refugees have fled to neighboring Bangladesh. The legal condition of the Rohingya has been compared to apartheid by many, including Amnesty International and Nobel Laureate, Desmund Tutu. The United Nations has described them as one of the most persecuted minorities in the world and a UN backed court in Italy fund Myanmar guilty of genocide in September 2017.</description>
    </item>
    
    <item>
      <title>Viz : Drawing [e]</title>
      <link>/post/2018/05/16/viz-drawing-e/</link>
      <pubDate>Wed, 16 May 2018 00:00:00 +0000</pubDate>
      
      <guid>/post/2018/05/16/viz-drawing-e/</guid>
      <description>The mathematical constant e is visualized in five different ways below:Parametric (dynamic) uses a parametric equation from Frank Farris’ book Creating Symmetry. A dynamic graph can be found on Sine of the Times.Radial with Transition Lines, Parallel with Transition Lines, Spiral inpired by Ken Flerlage’s Beauty of Pi viz. I needed a geometry refresher to plot points equidistant on an Archimedean Spiral.Radial Rays chart just because I’ve been wanting to try one out in Tableau.</description>
    </item>
    
    <item>
      <title>Viz : US Same Sex Marriage Laws</title>
      <link>/post/2018/02/22/viz-us-same-sex-marriage-laws/</link>
      <pubDate>Thu, 22 Feb 2018 00:00:00 +0000</pubDate>
      
      <guid>/post/2018/02/22/viz-us-same-sex-marriage-laws/</guid>
      <description>var divElement = document.getElementById(&#39;viz1519290060404&#39;); var vizElement = divElement.getElementsByTagName(&#39;object&#39;)[0]; vizElement.style.width=&#39;1000px&#39;;vizElement.style.height=&#39;1027px&#39;; var scriptElement = document.createElement(&#39;script&#39;); scriptElement.src = &#39;https://public.tableau.com/javascripts/api/viz_v1.js&#39;; vizElement.parentNode.insertBefore(scriptElement, vizElement); </description>
    </item>
    
    <item>
      <title>Viz : The Words of Larry Nassar Survivors</title>
      <link>/post/2018/02/11/the-words-of-larry-nassar-survivors/</link>
      <pubDate>Sun, 11 Feb 2018 00:00:00 +0000</pubDate>
      
      <guid>/post/2018/02/11/the-words-of-larry-nassar-survivors/</guid>
      <description>More than two hundred women and girls submitted or read impact statements in court regarding sexual abuse they faced at the hand of former USA gymnastics and Michigan State University doctor, Larry Nassar. Their testimonies contributed to his prison sentence on ten counts of sexual assault.These are their words.
Testimonies were scraped from the Glamour article ‘My Voice Matters’ : The Survivors of Larry Nassar, In Their Own Words .</description>
    </item>
    
    <item>
      <title>Viz : Encoded Photo - An Anniversary Card</title>
      <link>/post/2017/12/22/encoded-photo-an-anniversary-card/</link>
      <pubDate>Fri, 22 Dec 2017 00:00:00 +0000</pubDate>
      
      <guid>/post/2017/12/22/encoded-photo-an-anniversary-card/</guid>
      <description>var divElement = document.getElementById(&#39;viz1513973903457&#39;); var vizElement = divElement.getElementsByTagName(&#39;object&#39;)[0]; vizElement.style.width=&#39;800px&#39;;vizElement.style.height=&#39;777px&#39;; var scriptElement = document.createElement(&#39;script&#39;); scriptElement.src = &#39;https://public.tableau.com/javascripts/api/viz_v1.js&#39;; vizElement.parentNode.insertBefore(scriptElement, vizElement); For my husband on our third anniversary. Encoded in binary in this photo of us is three love poems that I really like - one by Yeats, two by Robert Graves.
All required code is on Github. The density of the image matrix is varied along a frame boundary allowing the bits constructing the image to peak through.</description>
    </item>
    
    <item>
      <title>Viz : Text Mining Stranger Things (Season 1 vs. Season 2)</title>
      <link>/post/2017/12/03/text-mining-stranger-things-season-1-vs-season-2/</link>
      <pubDate>Sun, 03 Dec 2017 00:00:00 +0000</pubDate>
      
      <guid>/post/2017/12/03/text-mining-stranger-things-season-1-vs-season-2/</guid>
      <description>Right after my husband and I finished binge watching Season 2 , a friend sent me a really interesting sentiment analysis of Stranger Things by Jordan Dworkin. I loved it so much I did a remix !
var divElement = document.getElementById(&#39;viz1512538944513&#39;); var vizElement = divElement.getElementsByTagName(&#39;object&#39;)[0]; vizElement.style.width=&#39;800px&#39;;vizElement.style.height=&#39;1277px&#39;; var scriptElement = document.createElement(&#39;script&#39;); scriptElement.src = &#39;https://public.tableau.com/javascripts/api/viz_v1.js&#39;; vizElement.parentNode.insertBefore(scriptElement, vizElement); The viz is set up as a comparison of episodes across seasons .</description>
    </item>
    
    <item>
      <title>Viz : #MeToo Twitter</title>
      <link>/post/2017/11/19/metoo-twitter-viz/</link>
      <pubDate>Sun, 19 Nov 2017 00:00:00 +0000</pubDate>
      
      <guid>/post/2017/11/19/metoo-twitter-viz/</guid>
      <description>#MeToo is a social media campaign to raise awareness about the prevalence of sexual harassment and violence. Originally coined by the founder of Just Be Inc., Tarana Burke, the slogan went viral in October, 2017 after being tweeted by actress Alyssa Milano. As someone who’s both heard and said “me too” many times , I was curious about the global conversation that followed.
The following visualization uses a sample of 7000 tweets from October 17, 2017.</description>
    </item>
    
    <item>
      <title>Viz : #MeToo Twitter</title>
      <link>/post/2017/11/19/metoo-twitter-viz/</link>
      <pubDate>Sun, 19 Nov 2017 00:00:00 +0000</pubDate>
      
      <guid>/post/2017/11/19/metoo-twitter-viz/</guid>
      <description>#MeToo is a social media campaign to raise awareness about the prevalence of sexual harassment and violence. Originally coined by the founder of Just Be Inc., Tarana Burke, the slogan went viral in October, 2017 after being tweeted by actress Alyssa Milano. As someone who’s both heard and said “me too” many times , I was curious about the global conversation that followed.
The following visualization uses a sample of 7000 tweets from October 17, 2017.</description>
    </item>
    
    <item>
      <title>AI Creations</title>
      <link>/ai_art/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/ai_art/</guid>
      <description>CLIPPaper: Learning Transferable Visual Models From Natural Language Supervision
CLIP for Text-to-Image GenerationGif Source 
BigSleep Implementaiton
Source: BigSleep Repo Portfolio: BigSleep Twitter
BigSleep is a combinmation of BigGan and CLIP created by Ryan Murdock, a graduate student studying cognitive neuroscience at the University of Utah.The Big Sleep’s optimization objective when generating images is to find a point in GAN latent space that maximally corresponds to a given sequence of words under CLIP.</description>
    </item>
    
    <item>
      <title>Data Viz</title>
      <link>/dataviz/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/dataviz/</guid>
      <description>Posts • 
2018/11/01A Brief Introduction to fMRI Analysis2018/05/18Viz : The Rohingya Exodus2018/05/16Viz : Drawing [e]2018/02/22Viz : US Same Sex Marriage Laws2018/02/11Viz : The Words of Larry Nassar Survivors2017/12/22Viz : Encoded Photo - An Anniversary Card2017/12/03Viz : Text Mining Stranger Things (Season 1 vs.</description>
    </item>
    
    <item>
      <title>Travel</title>
      <link>/travel/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/travel/</guid>
      <description>Posts • 
2019/12/25Five Year Anniversary Trip to Maui</description>
    </item>
    
  </channel>
</rss>
