HiLAP icon indicating copy to clipboard operation
HiLAP copied to clipboard

Code for paper "Hierarchical Text Classification with Reinforced Label Assignment" EMNLP 2019

Results 7 HiLAP issues
Sort by recently updated
recently updated
newest added

I cant find the two examples in "yelp_data_100.csv.sample" in YELP datasets that i download,can you give me more examples? So i can konw how to address my datassets.

Also found another unbound local error. ``` Traceback (most recent call last): File "main.py", line 786, in train_sl() File "main.py", line 542, in train_sl loss_avg = loss_total / (ct +...

Hi, I found unboundlocalerror in util.py ``` Traceback (most recent call last): File "main.py", line 786, in train_sl() File "main.py", line 523, in train_sl for ct, (tokens, doc_ids) in tqdm(enumerate(g)):...

I had a lot of problems running your model. I tried with rcv1 but it is not clear what to put in "doc.txt". I tried also with YELP strating from...

Hi, thank you for sharing the rcv data source and I managed to request data and preprocessed it. I used my preprocessed rcv text and its id as X_train/X_test, train_id/text_id...

This is the error iam getting when iam running with ohcnn-bow-fast base_model in hilap mode. In the below function, gen_minibatch_from_cache(logger, args, tree, mini_batch_size, name, shuffle) 253 if not os.path.exists(pkl_path): 254...