41 lines
1.9 KiB
Properties
41 lines
1.9 KiB
Properties
#LDA TUNING
|
|
#workingPath = /user/michele.debonis/lda_experiments/lda_working_dir2
|
|
#numPartitions = 1000
|
|
#entitiesPath = /tmp/publications_with_pid_pubmed
|
|
#inputFieldJPath = $.description[0].value
|
|
#vocabularyPath = /user/michele.debonis/lda_experiments/dewey_vocabulary
|
|
#vocabularyType = file
|
|
#trainRatio = 0.6
|
|
#numTopics = 5,10,15,20,25,30,35,40,45,50,55,60,65,70,75,80,85,90,95,100
|
|
#maxIterations = 300
|
|
#outputModelPath = /user/michele.debonis/lda_experiments/lda_dewey2.model
|
|
|
|
#LDA INFERENCE
|
|
#numPartitions = 1000
|
|
#inputFieldJPath = $.description[0].value
|
|
#vocabularyPath = /user/michele.debonis/lda_experiments/dewey_vocabulary
|
|
#entitiesPath = /tmp/publications_with_pid_pubmed
|
|
#workingPath = /user/michele.debonis/lda_experiments/lda_inference_working_dir
|
|
#ldaInferencePath = /user/michele.debonis/lda_experiments/publications_pubmed_topics
|
|
#ldaModelPath = /user/michele.debonis/lda_experiments/lda_dewey.model
|
|
#authorsPath = /user/michele.debonis/lda_experiments/authors_pubmed
|
|
|
|
#GNN TRAINING
|
|
#groupsPath = /user/michele.debonis/authors_dedup/gt_dedup/groupentities
|
|
#workingPath = /user/michele.debonis/gnn_experiments
|
|
#numPartitions = 1000
|
|
#numEpochs = 100
|
|
#groundTruthJPath = $.orcid
|
|
#idJPath = $.id
|
|
#featuresJPath = $.topics
|
|
|
|
#FEATURE EXTRACTION
|
|
publicationsPath = /tmp/publications_with_pid_pubmed
|
|
workingPath = /user/michele.debonis/feature_extraction
|
|
numPartitions = 1000
|
|
featuresPath = /user/michele.debonis/feature_extraction/publications_pubmed_features
|
|
topicsPath = /user/michele.debonis/lda_experiments/publications_pubmed_topics
|
|
outputPath = /user/michele.debonis/feature_extraction/authors_pubmed
|
|
wordEmbeddingsModel = /user/michele.debonis/nlp_models/glove_100d_en_2.4.0_2.4_1579690104032
|
|
bertSentenceModel = /user/michele.debonis/nlp_models/sent_small_bert_L6_512_en_2.6.0_2.4_1598350624049
|
|
bertModel = /user/michele.debonis/nlp_models/small_bert_L2_128_en_2.6.0_2.4_1598344320681 |