mauro-nievoff commited on
Commit
26d0fea
1 Parent(s): 17de592

Upload 6 files

Browse files
.gitattributes CHANGED
@@ -53,3 +53,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
53
  *.jpg filter=lfs diff=lfs merge=lfs -text
54
  *.jpeg filter=lfs diff=lfs merge=lfs -text
55
  *.webp filter=lfs diff=lfs merge=lfs -text
 
 
53
  *.jpg filter=lfs diff=lfs merge=lfs -text
54
  *.jpeg filter=lfs diff=lfs merge=lfs -text
55
  *.webp filter=lfs diff=lfs merge=lfs -text
56
+ captions_and_labels.csv filter=lfs diff=lfs merge=lfs -text
abstracts.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4bd88ad66490d230a390825b50889c98380c3f51e114755a274fb141de9e4c0
3
+ size 44928471
captions_and_labels.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a5ee557a973273f9e3241cea05f6fa0a6b21943b30542ae345f6ed4daea8a08
3
+ size 60061891
case_images.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fc9704a9fa425ee8aaa13590ee9b05d995819a7175232bb23365e777f1fa810
3
+ size 51998874
cases.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f988382b57379d6e39c285895510b4d210bb704a4b8b9c7535349170eb16da1
3
+ size 159559347
data_dictionary.csv ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ file,field,explanation
2
+ captions_and_labels.csv,file_id,"Primary key for each row. Each row contains one image, with its caption and corresponding chunks and labels."
3
+ captions_and_labels.csv,file,"Name of the image file. The file is in the folder images, in the subfolder that starts with the first six characters of the file name (i.g. the path to that file is f""{file[:4]}/{file[:6]}/{file}""). For example, the path to the image ""PMC10000323_jbsr-107-1-3012-g3_undivided_1_1.jpg"" is ""PMC1/PMC100/PMC10000323_jbsr-107-1-3012-g3_undivided_1_1.jpg"". The last part of the name before .jpg refer to the reference present in the caption, the sub-image order and the total amount of sub-images in a given image. For example, if the file corresponds to figure b (according to the caption) out of 4 sub-images present in an article image, the last part of the file name will be ""b_2_4.jgp""."
4
+ captions_and_labels.csv,main_image,"Id from the original image (it corresponds to image_id from case_images.parquet). Files that were created as splits from an image file in a given article will have different file_id and file, and the same main_image value."
5
+ captions_and_labels.csv,patient_id,"Id of the patient, created combining the PMC of the article plus a sequential number."
6
+ captions_and_labels.csv,license,"License of the article. The possible values are CC BY, CC BY-NC-ND, CC BY-NC-SA, CC BY-NC, NO-CC CODE, CC BY-ND and CC BY-SA. NO-CC CODE means that the article is open access but the actual license cannot be retrieved through the API, it has to be done manually."
7
+ captions_and_labels.csv,caption,"It is the caption that corresponds to the image. If the image is a part of the original image present in the article, this field includes the corresponding part of the whole caption. In cases where the caption was split, there may be some extra special characters or truncated sentences, but this in no case affects the labels that are assigned to each image."
8
+ captions_and_labels.csv,chunk,List of chunks that were identified as having relevant clinical data.
9
+ captions_and_labels.csv,generic_label,List of labels that were assigned to each extracted chunk. They can be considered as label with a low level of granularity.
10
+ captions_and_labels.csv,pathology_test,"If any chunk from the chunk list is of this type and has a normalized term, such normalized term is included in this column."
11
+ captions_and_labels.csv,image_type,"If any chunk from the chunk list is of this type and has a normalized term, such normalized term is included in this column."
12
+ captions_and_labels.csv,image_technique,"If any chunk from the chunk list is of this type and has a normalized term, such normalized term is included in this column."
13
+ captions_and_labels.csv,image_view,"If any chunk from the chunk list is of this type and has a normalized term, such normalized term is included in this column."
14
+ captions_and_labels.csv,site,"If any chunk from the chunk list is of this type and has a normalized term, such normalized term is included in this column."
15
+ captions_and_labels.csv,position,"If any chunk from the chunk list is of this type and has a normalized term, such normalized term is included in this column."
16
+ captions_and_labels.csv,laterality,"If any chunk from the chunk list is of this type and has a normalized term, such normalized term is included in this column."
17
+ captions_and_labels.csv,finding,"If any chunk from the chunk list is of this type and has a normalized term, such normalized term is included in this column."
18
+ captions_and_labels.csv,negation,"If any chunk from the chunk list is of this type and has a normalized term, such normalized term is included in this column."
19
+ case_images.parquet,article_id,PMCID of the article.
20
+ case_images.parquet,case_id,"Id of the patient, created combining the PMC of the article plus a sequential number."
21
+ case_images.parquet,tag,File tag present assigned to the image in PubMed (e.g. 'ARSR-12-0031F1').
22
+ case_images.parquet,caption,Image caption.
23
+ case_images.parquet,file,Original name of the file in the article.
24
+ case_images.parquet,image_id,Id of the image downloaded from PMC. The ID combines patient ID + file name.
25
+ case_images.parquet,text_references,"Parts of the case reports that refer to a given image (taken from the content of the text, and not from the captions)."
26
+ abstracts.parquet,article_id,PMCID of the article.
27
+ abstracts.parquet,abstract,Abstract of the article.
28
+ metadata.parquet,article_id,PMCID of the article.
29
+ metadata.parquet,title,Self-explanatory.
30
+ metadata.parquet,authors,Self-explanatory.
31
+ metadata.parquet,journal,Self-explanatory.
32
+ metadata.parquet,journal_detail,Other details taken from metadata for article citation.
33
+ metadata.parquet,year,Self-explanatory.
34
+ metadata.parquet,doi ,Self-explanatory.
35
+ metadata.parquet,pmid ,Self-explanatory.
36
+ metadata.parquet,pmcid ,Self-explanatory.
37
+ metadata.parquet,mesh_terms ,Self-explanatory.
38
+ metadata.parquet,major_mesh_terms,MeSH terms marked as major.
39
+ metadata.parquet,keywords,Keywords are taken from the keywords section that is sometimes available in the content of the article.
40
+ metadata.parquet,link,Link to the article.
41
+ metadata.parquet,license,"License of the article. The possible values are CC BY, CC BY-NC-ND, CC BY-NC-SA, CC BY-NC, NO-CC CODE, CC BY-ND and CC BY-SA. NO-CC CODE means that the article is open access but the actual license cannot be retrieved through the API, it has to be done manually."
42
+ metadata.parquet,case_amount ,Amount of cases included in the article.
43
+ cases.parquet,article_id,PMCID of the article.
44
+ cases.parquet,case_id,"Id of the patient, created combining the PMC of the article plus a sequential number."
45
+ cases.parquet,case_text,Self-explanatory.
46
+ cases.parquet,age,Age of the patient. Ages lower than 1 y.o. are assigned 0 as age.
47
+ cases.parquet,gender,"Gender of the patient. It can be either Female, Male, Transgender or Unknown."
metadata.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71a0f2d56bbac4721bc99f25b488848ff9d665c3a9be361e3fbd02b96107ba80
3
+ size 20318955