ashokurlana
Results
3
comments of
ashokurlana
Order inconsistency of output candidate file with original test.json when testing bertSum Extractive
@cece00 Modify the Line 89 src/model/[data_loader.py](https://github.com/nlpyang/BertSum/blob/master/src/models/data_loader.py) The following code fixed the similar issue for me > def atoi(text): > return int(text) if text.isdigit() else text > def natural_keys(text): > return...
I am also having similar issue
https://aclanthology.org/2023.findings-emnlp.777/