Graham Neubig
Graham Neubig
Hi! Thanks for releasing the library. I'm encountering "nan" loss on training with the following commit, which I think is the most recent version: `60f35edc52862109555f4acf66236becc29705ad` Here are instructions to reproduce:...
#### Issue description It seems that perhaps the DOI database for the anthology is missing venue information, or it is not included in a way that makes it ingestible by...
Currently there is no way to generate random sentences from the command line. This would be nice to have for language models, etc.
Pending #6, it might be nice to have the ability to take the aggregate reports, then click on a link that shows individual examples of the outputs of the two...
This is a major refactoring of ExplainaBoard to: 1. Introduce the concept of "analysis levels", where analysis can be performed over examples, spans, tokens, etc. separately. In order to implement...
Hi everyone, maybe especially @odashi and @pfliu-nlp: I'm thinking that we might want to make a more complete contribution guide with the dual goal of: 1. Making it easier for...
This adds rudimentary visualization for confusion matrices to the offline visualization tool. These will be output automatically when using the `draw_charts` utility (which used to be called the `draw_hist` utility)...
SysOutputInfo.write_to_directory() is useful for writing out the results of an analysis. However, if the directory doesn't exist it isn't created automatically, which is a bit annoying.
Version 0.11 can be merged into main once a certain level of support has been achieved in explainaboard_web.
Currently the visualization scripts will not output visualizations for CombinationCountAnalysis, but they should.