Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- sci
|
4 |
+
- en
|
5 |
+
tags:
|
6 |
+
- classification
|
7 |
+
- similarity
|
8 |
+
license: mit
|
9 |
+
datasets:
|
10 |
+
- cord19
|
11 |
+
---
|
12 |
+
|
13 |
+
# Aspect-based Document Similarity for Research Papers
|
14 |
+
|
15 |
+
A `scibert-scivocab-uncased` model fine-tuned on the CORD-19 corpus as in [Aspect-based Document Similarity for Research Papers](https://arxiv.org/abs/2010.06395).
|
16 |
+
|
17 |
+
<img src="https://raw.githubusercontent.com/malteos/aspect-document-similarity/master/docrel.png">
|
18 |
+
|
19 |
+
See GitHub for more details: https://github.com/malteos/aspect-document-similarity
|
20 |
+
|
21 |
+
## Demo
|
22 |
+
|
23 |
+
<a href="https://colab.research.google.com/github/malteos/aspect-document-similarity/blob/master/demo.ipynb"><img src="https://camo.githubusercontent.com/52feade06f2fecbf006889a904d221e6a730c194/68747470733a2f2f636f6c61622e72657365617263682e676f6f676c652e636f6d2f6173736574732f636f6c61622d62616467652e737667" alt="Google Colab"></a>
|
24 |
+
|
25 |
+
You can try our trained models directly on Google Colab on all papers available on Semantic Scholar (via DOI, ArXiv ID, ACL ID, PubMed ID):
|
26 |
+
|
27 |
+
<a href="https://colab.research.google.com/github/malteos/aspect-document-similarity/blob/master/demo.ipynb"><img src="https://raw.githubusercontent.com/malteos/aspect-document-similarity/master/demo.gif" alt="Click here for demo"></a>
|
28 |
+
|