Geraldine commited on
Commit
0437de0
1 Parent(s): 539c591

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -18,7 +18,7 @@ The parameters passed in the url request are :
18
  - fq=publicationDateY_i:[2013%20TO%202023]
19
  - fl=halId_s,doiId_s,uri_s,title_s,subTitle_s,authFullName_s,producedDate_s,journalTitle_s,journalPublisher_s,abstract_s,fr_keyword_s,openAccess_bool,submitType_s
20
 
21
- The combined column conatins a concatenation of the textual contents of the three columns : title_s, subTitle_s and abstract_s.
22
  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.
23
 
24
  Furthermore, all the dataset (except the "abstract" and "combined" columns) has been converted in a Knowledge Graph and stored in a Neo4j Graph store which persists texts and embeddings.
 
18
  - fq=publicationDateY_i:[2013%20TO%202023]
19
  - fl=halId_s,doiId_s,uri_s,title_s,subTitle_s,authFullName_s,producedDate_s,journalTitle_s,journalPublisher_s,abstract_s,fr_keyword_s,openAccess_bool,submitType_s
20
 
21
+ The combined column contains a concatenation of the textual contents of these three columns : title_s, subTitle_s and abstract_s.
22
  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.
23
 
24
  Furthermore, all the dataset (except the "abstract" and "combined" columns) has been converted in a Knowledge Graph and stored in a Neo4j Graph store which persists texts and embeddings.