afg1 commited on
Commit
e020177
1 Parent(s): 0097f26

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - text-generation
4
+ language:
5
+ - en
6
+ size_categories:
7
+ - 1M<n<10M
8
+ ---
9
+ ## LitScan EPMC Subset
10
+
11
+ This dataset is a subset of [afg1/epmc-oa-subset](https://huggingface.co/datasets/afg1/epmc-oa-subset),
12
+ which itself comes from the [Europe PMC open access subset](https://europepmc.org/downloads/openaccess) of about 5.9 million articles.
13
+
14
+ Here, we take the ~960 parquet files from the full OA subset and join them against a list of PMCIDs for articles found by [LitScan](https://rnacentral.org/help/litscan),
15
+ which should discuss ncRNA for the ~9.6 million IDs searched from RNAcentral. The result is a collection of just over 1 million open access
16
+ fulltext articles ostensibly about ncRNA.
17
+
18
+ The primary use case for this is pre-finetuning on domain specific text. This idea of domain adaptation is similar to what
19
+ NVIDIA have done with their [ChipNeMo model](https://research.nvidia.com/publication/2023-10_chipnemo-domain-adapted-llms-chip-design).
20
+
21
+ We are planning to finetune some models on this dataset, probably TinyLlama, since it is quite quick to train.
22
+ These will be useful for e.g. generating embeddings for RAG, or further downstream finetuning on tasks like summarisation.
23
+
24
+ ## Limitations
25
+
26
+ The epmc-oa-subset parquet files are parsed from JATS, which does not always go entirely to plan. As a result, there are likely to be some
27
+ articles with missing text, or strange tags left in. These should be quite rare, but I can't guarantee they're not in there.
28
+
29
+ LitScan itself also has some limitations, namely that there is quite a high false positive rate for those RNA IDs that are a bit generic. This
30
+ means that while most of the articles in this dataset should be focused on RNA, there will be a significant minority that are about all sorts of
31
+ other things, including but not limited to: concrete, female mice, recurrent neural networks. This is a very tricky problem to solve!
32
+
33
+