TangentCFT icon indicating copy to clipboard operation
TangentCFT copied to clipboard

Results 12 TangentCFT issues
Sort by recently updated
recently updated
newest added

HI, nice repo here. However whilst I tried to run python3 tangent_cft_front_end.py -ds "./NTCIR-12_MathIR_Wikipedia_Corpus/MathTagArticles" -cid 1 -em slt_encoder.tsv --mp slt_model --rf slt_ret.tsv --qd "/TestQueries" --ri 1 I get the following...

When I try to train the model on the NTCIR-12 data, following the instructions in the readme, the call to gensim's FastText (line 30 in `tangent_cft_model.py`) throws "RuntimeError: you must...

I searched for this error, and it was caused by the word is not present in the training vocabulary. Hence, the FastText model cannot return a meaningful word vector for...

Bumps [numpy](https://github.com/numpy/numpy) from 1.17.2 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

run the follow command: trec_eval -q -c -l 1.0 judge_modified.dat res_tangent_cft the avg bpref is 0.6824 while the paper is 0.71?

when I input the command:python3 tangent_cft_front_end.py -cid 1 -ds '/online/haoyu.hao/formula_semantic/TangentCFT-0909/DataSet/NTCIR-12/MathTagArticles' --slt False -em 'encoder.csv' --mp 'opt_model' --t False --rf res_1 I got raceback (most recent call last): File "tangent_cft_front_end.py", line...

Getting this error while trying to run the command `python3 tangent_cft_front_end.py -ds "/NTCIR12_MathIR_WikiCorpus_v2.1.0/MathTagArticles" -cid 1 -em slt_encoder.tsv --mp slt_model --rf slt_ret.tsv --qd "/TestQueries" --ri 1` def for encode_tuples ``` def...

I only find many html files and some FormulaStats and filecounts files in dataset. But no file is called 'query' and I couldn't find anything about query in CorpusOverview.md. Could...

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.23 to 1.24.2. Changelog *Sourced from [urllib3's changelog](https://github.com/urllib3/urllib3/blob/master/CHANGES.rst).* > 1.24.2 (2019-04-17) > ------------------- > > * Don't load system certificates by default when any other ``ca_certs``, ``ca_certs_dir``...

dependencies