Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 835 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 835 Bytes

iclr-23-viz

Visualization of paper submissions for the ICLR 2023 conference.

The visualization was made by:

  1. Fetching data from
  2. Passing the paper title, keywords, abstract, and category through the SPECTER language model
  3. Using the first token as the sequence embedding
  4. Running TSNE to reduce down to 2 dimensions. (The plots look nicer and less scattered than PCA.)

Powered by create-svelte.

Deployed with Vercel.

Developing

npm install
npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.