Update README.md
Browse files
README.md
CHANGED
@@ -50,13 +50,24 @@ Apache-2.0
|
|
50 |
|
51 |
### Citation Information
|
52 |
|
53 |
-
Citation for this dataset
|
54 |
|
55 |
```
|
56 |
-
@misc{
|
57 |
author = {Augustin Luna},
|
58 |
title = {biostars_qa Dataset},
|
59 |
year = {2023},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
howpublished = {\url{https://github.com/cannin/biostars_qa}}
|
61 |
}
|
62 |
```
|
|
|
50 |
|
51 |
### Citation Information
|
52 |
|
53 |
+
Citation for this dataset:
|
54 |
|
55 |
```
|
56 |
+
@misc{Luna2023a,
|
57 |
author = {Augustin Luna},
|
58 |
title = {biostars_qa Dataset},
|
59 |
year = {2023},
|
60 |
+
howpublished = {\url{https://huggingface.co/datasets/cannin/biostars_qa}}
|
61 |
+
}
|
62 |
+
```
|
63 |
+
|
64 |
+
Citation for the code to generate this dataset:
|
65 |
+
|
66 |
+
```
|
67 |
+
@misc{Luna2023b,
|
68 |
+
author = {Augustin Luna},
|
69 |
+
title = {biostars_qa Code},
|
70 |
+
year = {2023},
|
71 |
howpublished = {\url{https://github.com/cannin/biostars_qa}}
|
72 |
}
|
73 |
```
|