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

Supports for Korean BertScore #195

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Conversation

metterian
Copy link

Korean BertScore

Implementation of BERTScore for Korean text generation evaluation.

Key Features

  • Support for Korean-optimized pre-trained models
    • kykim/electra-kor-base
    • monologg/koelectra-base-v3-discriminator
    • beomi/KcELECTRA-base
    • Support for other multilingual models

Experiment

sheet

kikodde and others added 10 commits January 7, 2025 22:09
- Add AIHub Korean translation quality assessment dataset support
- Add Korean BERT models (kykim/bert-kor-base, klue/bert-base, etc.)
- Implement data preprocessing for AIHub dataset
- Add Korean font support for visualization
- Update gitignore for new data directories

This commit enables BERTScore evaluation on Korean translation pairs
(en-ko, ja-ko, zh-ko) using AIHub's translation quality assessment dataset
and various Korean BERT models.
This commit refactors the preprocess.py and tune_layers.py files.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants