Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

readme update #7

Merged
merged 3 commits into from
Nov 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/python_poetry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
fail-fast: false
matrix:
python-version: [ 3.9.6 ]
poetry-version: [ 1.1.5 ]
poetry-version: [ 1.4.2 ]
os: [ ubuntu-20.04 ]
runs-on: ${{ matrix.os }}
defaults:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python_poetry_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
python-version: [ 3.9.6 ]
poetry-version: [ 1.1.5 ]
poetry-version: [ 1.4.2 ]
os: [ ubuntu-20.04 ]
runs-on: ${{ matrix.os }}
defaults:
Expand Down
21 changes: 17 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# LEPISZCZE
This is the official code implementation for the LEPISZCZE benchmark experiments
**"This is the way: designing and compiling LEPISZCZE, a comprehensive NLP benchmark for Polish"**
This is the official code implementation for the LEPISZCZE benchmark experiments.
**"This is the way: designing and compiling LEPISZCZE, a comprehensive NLP benchmark for Polish"** (NeurIPS 2022)
(Łukasz Augustyniak, Kamil Tagowski, Albert Sawczyn,
Denis Janiak, Roman Bartusiak, Adrian Szymczak,
Marcin Wątroba, Arkadiusz Janz, Piotr Szymański,
Expand All @@ -12,16 +12,29 @@ LEPISZCZE benchmark resources

| Name | Description | URL |
|-----------------------|--------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------|
| **Leaderboard** | **LEPISZCZE Leaderboard** | [**LEPISZCZE**](https://lepiszcze.clarin-pl.eu/) |
| Libary | **clarin-pl/embeddings** Our library with pre-defined NLP pipelines for text classification, pair text classification and sequence labeling taks | [GitHub](https://github.com/cLARIN-PL/embeddings/) |
| Experiments dashboard | Weight&Biases dashboard with our experiments | [W&B](https://wandb.ai/embeddings/LEPISZCZE) |
| Leaderboard | LEPISZCZE Leaderboard | [LEPISZCZE.ml](https://lepiszcze.ml) |
| Datasets | LEPISZCZE Datasets are accessible through our HuggingFace Hub organization page. | [HuggingFace](https://huggingface.co/clarin-pl) |
| KLEJ-Datasets | Datasets for KLEJ benchmark are accessible through Allegro HuggingFace organization page. | [HuggingFace](https://huggingface.co/allegro) || | | |


## Citation

TBA
```bibtex
@inproceedings{augustyniak2022lepiszcze,
author = {Augustyniak, Lukasz and Tagowski, Kamil and Sawczyn, Albert and Janiak, Denis and Bartusiak, Roman and Szymczak, Adrian and Janz, Arkadiusz and Szyma\'{n}ski, Piotr and W\k{a}troba, Marcin and Morzy, Miko\l aj and Kajdanowicz, Tomasz and Piasecki, Maciej},
booktitle = {Advances in Neural Information Processing Systems},
editor = {S. Koyejo and S. Mohamed and A. Agarwal and D. Belgrave and K. Cho and A. Oh},
pages = {21805--21818},
publisher = {Curran Associates, Inc.},
title = {This is the way: designing and compiling LEPISZCZE, a comprehensive NLP benchmark for Polish},
url = {https://proceedings.neurips.cc/paper_files/paper/2022/file/890b206ebb79e550f3988cb8db936f42-Paper-Datasets_and_Benchmarks.pdf},
volume = {35},
year = {2022}
}

```

## Contact

Expand Down
Loading