CULTURE-MT / src /about.py
Wulinjuan's picture
Update src/about.py
296736f verified
Raw
History Blame Contribute Delete
610 Bytes
TITLE = """
# CULTURE-MT Leaderboard
"""
INTRODUCTION_TEXT = """
CULTURE-MT is a benchmark for evaluating culturally-aware social media translation.
Participants submit English translations for the benchmark inputs. Submissions are evaluated by a private Judger API, and the aggregated scores are displayed on this leaderboard.
"""
SUBMISSION_GUIDE = """
## Submission Format
Please upload a `submission.jsonl` file. Each line should be a JSON object:
```json
{"id": "0001", "translation": "This place is amazing. I’ll definitely come back!"}
{"id": "0002", "translation": "This is way too ridiculous."}