data2text-plan-py icon indicating copy to clipboard operation
data2text-plan-py copied to clipboard

Code for AAAI 2019 paper on Data-to-Text Generation with Content Selection and Planning

Results 5 data2text-plan-py issues
Sort by recently updated
recently updated
newest added

Hi @ratishsp Traceback (most recent call last): File "scripts/create_content_plan_from_index.py", line 29, in output.append(input[int(record)].encode("utf-8")) ValueError: invalid literal for int() with base 10: 'tensor(589,' The first line of file which is generated...

run train.py TypeError: process() missing 1 required positional argument: 'train'

![图片](https://user-images.githubusercontent.com/59444174/125227998-7e1beb80-e306-11eb-830b-e359f359c504.png) Thanks for your sharing. when I used your dataset to drive your model, I get the problem. But I have followed your requirements to install the environment. Do you...

![图片](https://user-images.githubusercontent.com/59444174/125325047-18197d80-e373-11eb-8115-ece7244e5b55.png) Hi, I've been sticking to the problem for five hours. I don't know how to solve the problem. Could you give me some advice? Thank you

While creating train-roto-ptrs.txt using ptrs mode, I am getting this index error: ``` Traceback (most recent call last): File "data_utils.py", line 859, in make_pointerfi(args.output_fi, inp_file=args.input_path, content_plan_inp=args.train_content_plan) File "data_utils.py", line 593,...