This is one of the great research I found. I having logs without the labels. I wanted to use this semantic vectors to detect anomalies. I saw in neurallog/data_loader.py file. In this file at function load_HDFS if label is None you are creating the data frame which contains 'BlockId', 'EventSequence', "TimeSequence" columns. but after this how to proceed for the log anomaly detection can you please tell?(specifically if labes are not available) Thank you