Geraldine commited on
Commit
c58bf1b
1 Parent(s): 9ea8364

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -7,14 +7,14 @@ language:
7
  - en
8
  ---
9
 
10
- This dataset comes from a request on the HAL API (the French national open archive) limited to the UNIV-COTEDAZUR portal instance.
11
  The request collects the bibliographic records of the SHS articles with abstract published between 2013 and 2023
12
 
13
  The parameters passed in the url request are :
14
 
15
  https://api.archives-ouvertes.fr/search/UNIV-COTEDAZUR/?q=docType_s:ART&fq=abstract_s:[%22%22%20TO%20*]&fq=domain_s:*shs*&fq=publicationDateY_i:[2013%20TO%202023]&fl=doiId_s,uri_s,title_s,subTitle_s,authFullName_s,producedDate_s,journalTitle_s,journalPublisher_s,abstract_s,domain_s,openAccess_bool
16
 
17
- The embeddings corpus stores the embeddings of the "combined" column values converted in vectors with the sentence-transformers/all-MiniLM-L6-v2 embeddings model.
18
 
19
  ## Metadata extraction
20
 
 
7
  - en
8
  ---
9
 
10
+ The hal_data.csv dataset comes from a request on the HAL API (the French national open archive) limited to the UNIV-COTEDAZUR portal instance.
11
  The request collects the bibliographic records of the SHS articles with abstract published between 2013 and 2023
12
 
13
  The parameters passed in the url request are :
14
 
15
  https://api.archives-ouvertes.fr/search/UNIV-COTEDAZUR/?q=docType_s:ART&fq=abstract_s:[%22%22%20TO%20*]&fq=domain_s:*shs*&fq=publicationDateY_i:[2013%20TO%202023]&fl=doiId_s,uri_s,title_s,subTitle_s,authFullName_s,producedDate_s,journalTitle_s,journalPublisher_s,abstract_s,domain_s,openAccess_bool
16
 
17
+ The embeddings corpus hal_embeddings.pkl stores the embeddings of the "combined" column values converted in vectors with the sentence-transformers/all-MiniLM-L6-v2 embeddings model.
18
 
19
  ## Metadata extraction
20