Visualization of paper submissions for the ICLR 2023 conference.
The visualization was made by:
- Fetching data from
- Passing the paper title, keywords, abstract, and category through the SPECTER language model
- Using the first token as the sequence embedding
- Running TSNE to reduce down to 2 dimensions. (The plots look nicer and less scattered than PCA.)
Powered by create-svelte
.
Deployed with Vercel.
npm install
npm run dev -- --open
To create a production version of your app:
npm run build
You can preview the production build with npm run preview
.