zhzhang
zhzhang
Unfortunately I cannot apply either of these fixes, even though I'd love to! These modules are automatically generated by [JSII](https://github.com/aws/jsii/) and I don't think editing them post generation is a...
@redgumnfp this is no longer working, error returned is ``` ./node_modules/react-pdf/dist/esm/pdf.worker.entry.js (./node_modules/worker-loader/dist/cjs.js!./node_modules/react-pdf/dist/esm/pdf.worker.entry.js) TypeError: Cannot read property 'tapAsync' of undefined ``` Resulting from a recent-ish change in webpack. Repro with code...
This has more to do with there not being any central database for the ACL. For the scheduling application, we prepended the source venue of the paper, i.e. TACL.123, CL.123,...
This has to do with unsanitized data coming from OpenReview.net or softconf I believe. @marcopoli any insight on this?
Hm, I can't think of a way to address this without forcing people to register if their co-authors submit a paper. How much names are affected? Is it feasible to...
@tnaumann the github action is a good idea. Will look into it. I looked into packaging for PyPI but it didn't seem feasible for the reasons you mentioned. The ideal...
Related question, how does the FIM model learn to stop generation when the EOS and PAD tokens are the same, and so the model never learns to predict the EOS...