Spaces:
Paused
Paused
Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,7 @@ sdk: streamlit
|
|
7 |
sdk_version: 1.26.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
|
|
10 |
---
|
11 |
|
12 |
# Navigating ACL Anthology
|
@@ -22,6 +23,9 @@ Overall, 12,282 papers were derived from 4 conferences/journals, i.e. ACL (5.2K)
|
|
22 |
We encoded the papers (titles + abstracts) using [spectre2](https://huggingface.co/allenai/specter2_base), a BERT-based model designed for scientific literature.
|
23 |
We applied t-SNE to reduce dimensions for visualization.
|
24 |
|
|
|
|
|
|
|
25 |
π To learn about how we generated the plot, check out our step-by-step guide [here](scipapers_scatter.ipynb).
|
26 |
|
27 |
π For questions (β), problems (π οΈ), or bug reports (π), please open an [issue](https://huggingface.co/spaces/gwf-uwaterloo/acl-spectrum/discussions) under the Community tab.
|
|
|
7 |
sdk_version: 1.26.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
+
license: mit
|
11 |
---
|
12 |
|
13 |
# Navigating ACL Anthology
|
|
|
23 |
We encoded the papers (titles + abstracts) using [spectre2](https://huggingface.co/allenai/specter2_base), a BERT-based model designed for scientific literature.
|
24 |
We applied t-SNE to reduce dimensions for visualization.
|
25 |
|
26 |
+
|
27 |
+
π Released under the MIT License.
|
28 |
+
|
29 |
π To learn about how we generated the plot, check out our step-by-step guide [here](scipapers_scatter.ipynb).
|
30 |
|
31 |
π For questions (β), problems (π οΈ), or bug reports (π), please open an [issue](https://huggingface.co/spaces/gwf-uwaterloo/acl-spectrum/discussions) under the Community tab.
|