Yusuke Oda

Results 232 comments of Yusuke Oda

I encountered the same problem. A smaller reproduction should be: ```python """Test.""" from collections.abc import Sequence from typing import overload class MySeq(Sequence[int]): """Test.""" @overload def __getitem__(self, i: int) -> int:...

> I think any statistical testing is probably better than none. I don't fully agree with this. A problem of employing statistical testing is that users and reviewers sometimes believe...

Thanks for clarifying! I think it would be helpful to add a link to this issue in README since the further discussion may happen here, and replace the title "statistical...

Every statistical test is meaningful if and only if the underlying hypothesis is suitable. As for the bootstrap resampling, the H0 of this test is that *this particular system produces...

It looks not trivial changes are pushed to non-main branch. could you merge it directly to main?

> they would be everything where inputs and outputs are basically the same format Does this mean the task category will provide input/output schemas? I guessed these can also be...

I'd appreciate if we have follows: - The definition list of technical terms in `doc/glossary.md`. - Use defined terms everywhere in this repository (discussions, code, and so on) Since the...

@pfliu-nlp Yes, we would need to work for 2, 3, then 1. > datasets, tasks, metrics, which almost define NLP. This is a good point, but we also need to...