ehsk commited on
Commit
f070a06
β€’
1 Parent(s): ca2af91

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -15,10 +15,13 @@ With the goal of understanding how scientific papers are related to one another,
15
 
16
  ## Data
17
  We downloaded meta information of [ACL Anthology](https://aclanthology.org/) papers from [here](https://github.com/acl-org/acl-anthology/tree/master/data/xml).
 
18
  Overall, 12,282 papers were derived from 4 conferences/journals, i.e. ACL (5.2K), EMNLP (4.6K), NAACL (2K), and TACL (442), over 7 years (2016-2023).
19
 
20
  ## Embeddings
21
  We encoded the papers (titles + abstracts) using [spectre2](https://huggingface.co/allenai/specter2_base), a BERT-based model designed for scientific literature.
22
  We applied t-SNE to reduce dimensions for visualization.
23
 
24
- πŸ‘‰ To learn about how we generated the plot, check out our step-by-step guide [here](scipapers_scatter.ipynb).
 
 
 
15
 
16
  ## Data
17
  We downloaded meta information of [ACL Anthology](https://aclanthology.org/) papers from [here](https://github.com/acl-org/acl-anthology/tree/master/data/xml).
18
+
19
  Overall, 12,282 papers were derived from 4 conferences/journals, i.e. ACL (5.2K), EMNLP (4.6K), NAACL (2K), and TACL (442), over 7 years (2016-2023).
20
 
21
  ## Embeddings
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.