ehsk commited on
Commit
85ec060
1 Parent(s): cce988b

Upload scipapers_scatter.ipynb

Browse files
Files changed (1) hide show
  1. scipapers_scatter.ipynb +1 -1
scipapers_scatter.ipynb CHANGED
@@ -708,7 +708,7 @@
708
  "cell_type": "markdown",
709
  "source": [
710
  "# Navigating Scientific Papers in 2D Scatter Plots\n",
711
- "A simple way to get a glimpse of how scientific papers are related to one another is to plot their projections on a 2D plain, similar to https://huggingface.co/spaces/gwf-uwaterloo/aclscatter2d.\n",
712
  "\n",
713
  "This notebook provides steps to visualize papers from the [ACL Anthology](https://aclanthology.org/). For this purpose, we first embed papers using a model (e.g. [spectre2](https://huggingface.co/allenai/specter2_base) by default) into dense representations. After clustering them, we apply t-SNE to project them into 2 dimensions for visualization.\n",
714
  "\n",
 
708
  "cell_type": "markdown",
709
  "source": [
710
  "# Navigating Scientific Papers in 2D Scatter Plots\n",
711
+ "A simple way to get a glimpse of how scientific papers are related to one another is to plot their projections on a 2D plain, similar to https://huggingface.co/spaces/gwf-uwaterloo/acl-spectrum.\n",
712
  "\n",
713
  "This notebook provides steps to visualize papers from the [ACL Anthology](https://aclanthology.org/). For this purpose, we first embed papers using a model (e.g. [spectre2](https://huggingface.co/allenai/specter2_base) by default) into dense representations. After clustering them, we apply t-SNE to project them into 2 dimensions for visualization.\n",
714
  "\n",