Raphael Tang

Results 16 issues of Raphael Tang

I made some modifications to the codebase, so this might be a problem on my end... But does `finetune.py` require `SplitCrossEntropyLoss` to be used for the criterion instead? The decoder...

Check out https://huggingface.co/models

Type hints explicitly constrain arguments' types, aiding the readability and maintainability of a project. [AllenNLP](https://github.com/allenai/allennlp) is a great example of a clean, research-ready codebase that uses type hints; I think...

documentation

**Describe the bug** `absl/time/time.h` masks time.h/ctime if the current directory is in the include directory. This happens if, say, `$CPATH` contains an empty directory. **Steps to reproduce the bug** ```bash...

bug

1. Document the codebase. 2. Generate HTML documentation using Sphinx with the Napoleon and autodoc extensions. 3. Write some tutorials and getting started guides. 4. Create a GitHub page for...

One and a half years later, I'm finally getting better results on KimCNN using the original hyperparameters in the paper. There are a few discrepancies with the PyTorch and Castor...

In preparation for the NAACL2019 camera ready and future work, @achyudh is currently working on moving the document classification models into [Hedwig](https://github.com/castorini/hedwig).

The document classification paper deserves a _clean_ snapshot for reproducibility and extensibility. Readers should be able to click the link in the paper, run a few commands in the README,...

A few issues we should address: 1. Redundant [argument parsers](https://github.com/castorini/Castor/blob/master/vdpwi/__main__.py#L25) throughout the codebase. I think moving to a [hierarchical JSON config system](https://github.com/daemon/argconf/tree/master/examples) makes sense, where we have a single global...