MLNLP-World/SimBiber

A sample error

yuezih opened this issue · 1 comments

Simbiber工具在处理一篇CVPR的时候貌似出了些问题,处理完只剩authortitle了。

处理前:

@inproceedings{zhang_open-book_2021,
 author = {Zhang, Ziqi and Qi, Zhongang and Yuan, Chunfeng and Shan, Ying and Li, Bing and Deng, Ying and Hu, Weiming},
 date = {2021},
 eventtitle = {Proceedings of the {IEEE}/{CVF} Conference on Computer Vision and Pattern Recognition},
 file = {Full Text PDF:D\:\\Zotero_Data\\storage\\4SQ2DJ8E\\Zhang 等。 - 2021 - Open-Book Video Captioning With Retrieve-Copy-Gene.pdf:application/pdf;Snapshot:D\:\\Zotero_Data\\storage\\LXXMRANI\\Zhang_Open-Book_Video_Captioning_With_Retrieve-Copy-Generate_Network_CVPR_2021_paper.html:text/html},
 langid = {english},
 pages = {9837--9846},
 title = {Open-Book Video Captioning With Retrieve-Copy-Generate Network},
 url = {https://openaccess.thecvf.com/content/CVPR2021/html/Zhang_Open-Book_Video_Captioning_With_Retrieve-Copy-Generate_Network_CVPR_2021_paper.html},
 urldate = {2022-04-26}
}

处理后:

@inproceedings{zhang_open-book_2021,
 author = {Zhang, Ziqi and Qi, Zhongang and Yuan, Chunfeng and Shan, Ying and Li, Bing and Deng, Ying and Hu, Weiming},
 title = {Open-Book Video Captioning With Retrieve-Copy-Generate Network}
}

Thank you for your issue. After investigation, the problem is caused by the problem of zotero export format and rebiber currently does not support cvpr2021. We are not able to solve this problem, sorry.