Chih-Hao Wang

Results 7 issues of Chih-Hao Wang

Hi, thanks for building this amazing tool! Currently, it doesn't seem to handle inflections of special adjectives like beautiful and handsome correctly. Example: ``` from lemminflect import getLemma, getInflection lemma...

enhancement

@sampepose Thank you for creating this amazing repository! **Main question**: I would like to know why do we need `flow = predict_flow2 * 20.0` (line 107) in `flownet_s.py`? In the...

In `processors/text_classification.py`, feature "label" has the following bucke info: ``` "label": feature.Value( dtype="string", description="category", is_bucket=True, bucket_info=feature.BucketInfo( method="bucket_attribute_discrete_value", number=4, setting=1 ), ), ``` The number should be 2 (for label 0...

Since `metric_stats` contains NumPy arrays, it needs to be binarized/serialized before being stored in MongoDB. Currently this process is implemented in the web interface, but it makes more sense to...

As discussed in https://github.com/neulab/ExplainaBoard/pull/157, `table_schema.py` is only used by the web frontend so it might be better to move the information there. If we do so, it will be the...

As mentioned in #476, `value` should be set to `None` under empty buckets. This requires a fix on both SDK and the web interface.

Although this issue occurs in the web interface. I'm writing it here as it's mainly SDK-related. ### Problem #### In the web interface: ``` [0] File "/Users/oscar/opt/anaconda3/envs/exb/lib/python3.9/site-packages/explainaboard/processors/processor.py", line 252, in...