Revise README
Browse files
README.md
CHANGED
@@ -1,3 +1,19 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
pipeline_tag: fill-mask
|
4 |
---
|
5 |
+
|
6 |
+
This is a version of the SciBERT encoder trained for the purpose of retrieving datasets by textual description given a natural language query.
|
7 |
+
|
8 |
+
If useful, please cite
|
9 |
+
```
|
10 |
+
@inproceedings{viswanathan23acl,
|
11 |
+
title = {DataFinder: Scientific Dataset Recommendation from Natural Language Descriptions},
|
12 |
+
author = {Vijay Viswanathan and Luyu Gao and Tongshuang Wu and Pengfei Liu and Graham Neubig},
|
13 |
+
booktitle = {Annual Conference of the Association for Computational Linguistics (ACL)},
|
14 |
+
address = {Toronto, Canada},
|
15 |
+
month = {July},
|
16 |
+
url = {https://arxiv.org/abs/2305.16636},
|
17 |
+
year = {2023}
|
18 |
+
}
|
19 |
+
```
|