VT-NLP / EVENT_APEX

3 stars 1 forks source link

dataset split #1

Open xiehou-design opened 8 months ago

xiehou-design commented 8 months ago

python ace/read_args_with_entity_ace.py error. I cannot get the data split. I need more detailed information.

'train.doc.txt', 'dev.doc.txt', 'test.doc.txt'

Zfade commented 6 months ago

For MAVEN dataset, this code can get the data split. But I haven't tried the ACE dataset.

Zfade commented 6 months ago

May I ask if you can run the code save_dataset_maven.py

zy201901778 commented 5 months ago

python ace/read_args_with_entity_ace.py error. I cannot get the data split. I need more detailed information.

'train.doc.txt', 'dev.doc.txt', 'test.doc.txt'

I have also encountered this problem. I am not sure what the input file is, especially the data partitioning file. Have you solved this problem?