SLAHAN
SLAHAN copied to clipboard
SLAHAN is an implementation of Kamigaito et al., 2020, "Syntactically Look-A-Head Attention Network for Sentence Compression", In Proc. of AAAI2020.
Hey, I was studying and trying to work on your model. It is really very amazing. The only problem I am facing is- I am not able to find a...
> lstm: /root/SLAHAN-master/compressor/include/s2s/corpus/batch.hpp:268: void s2s::batch::elmo2batch(unsigned int, unsigned int, const std::vector&, const std::vector&): Assertion `false' failed. How can I fix it?
Hi, How does one use the Syntatic Compressor for Your custom dataset and maybe integrating it into another code? is there any simplified version of it that we can use?
Hey! I tried running the setup, but for some reason, the CMake isn't working for build_compressor and build_dynet. Multiple cudnn based errors turn up. For e.g. undefined reference to `cudnnGetConvolutionBackwardFilterAlgorithm'...
Hi, I found this interesting for my ongoing experiment. I tried setting up everything but I struggle to make it work. Is it possible for you to release a Dockerfile?...
When I build, I get the error of: ``` [ 6%] Building CXX object CMakeFiles/slahan.dir/lib/slahan.cpp.o [ 13%] Building CXX object CMakeFiles/base.dir/lib/base.cpp.o [ 20%] Building CXX object CMakeFiles/lstm.dir/lib/lstm.cpp.o [ 26%] Building...