BiSET icon indicating copy to clipboard operation
BiSET copied to clipboard

BiSET: Bi-directional Selective Encoding with Template for Abstractive Summarization (ACL 2019)

Results 9 BiSET issues
Sort by recently updated
recently updated
newest added

Bumps [joblib](https://github.com/joblib/joblib) from 0.11 to 1.2.0. Changelog Sourced from joblib's changelog. Release 1.2.0 Fix a security issue where eval(pre_dispatch) could potentially run arbitrary code. Now only basic numerics are supported....

dependencies

I trained the model successfully and ran the command `$ python3 translate.py -model model_step_85000.pt -src path_to_data/test.article.txt -template path_to_data/test.template.rerank-5` for translation but it occurred the following error: ``` Traceback (most recent...

Hello, I am not sure that I set all parameters right. Can you provide some parameters? Thanks.

Excuse me, I am wondering what is the dataset for retrieve? Is it same as the training set of source articles, English Gigaword? I am really not familiar with Information...

I didn't execute the “Retrieve” module, I think it took a little bit of time. You provided retrived and reranked data in "Notice". I downloaded the data from "Google Disk",...

I have read this article, but I did not find any introduction on how to generate a template!could you please tell me how to generate a template?

Hi, Is it possible to either provide the generated outputs on the test set or any pretrained model checkpoint that I can directly use to decode the summaries ? I...

when I was trying to train my model with `-copy_attn` (copy attention function) It occurs some errors in both condition of whether using gpu or not But I'm thinking the...

In `config.py`, on line 26-28 it seems like the `preprocessing` step need `article.txt`, `title.txt`, `template`, `samples.index.json` and `_score.json` to be prepared in `config.py` to run the whole process But after...