Skip to content

added long machine translation datasets and servers - #1458

Merged
bxyu-nvidia merged 2 commits into
NVIDIA-NeMo:mainfrom
jeffwillette:jwillette/longmt
Jun 8, 2026
Merged

added long machine translation datasets and servers#1458
bxyu-nvidia merged 2 commits into
NVIDIA-NeMo:mainfrom
jeffwillette:jwillette/longmt

Conversation

@jeffwillette

Copy link
Copy Markdown
Contributor

added longmt_eval resources_server
added long_pg19 and long_wmt24pp benchmarks
added shared prompts between benchmarks

@copy-pr-bot

copy-pr-bot Bot commented May 29, 2026

Copy link
Copy Markdown

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

added longmt_eval resources_server
added long_pg19 and long_wmt24pp benchmarks
added shared prompts between benchmarks

Signed-off-by: Jeff Willette <jwillette@nvidia.com>
Comment thread resources_servers/longmt_eval/app.py Outdated
# ---------------------------------------------------------------------------


def _strip_reasoning_preamble(text: str) -> str:

@cmunley1 cmunley1 Jun 2, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this be done by reasoning parser ?

@jeffwillette jeffwillette Jun 2, 2026

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it should be, but I wasn't sure if I should add it here too as I found it in some other resources_servers (example: https://github.com/NVIDIA-NeMo/Gym/blob/main/resources_servers/proof_judge/app.py#L172).

I put it here as an extra safeguard because it would definitely mess up the translation score if any reasoning tokens got through. But, if it should solely be the job of the endpoint to remove the reasoning, we can remove it.

- reasoning should be parsed by the inference server
- changed PG19 prepare to include different context lengths

Signed-off-by: Jeff Willette <jwillette@nvidia.com>

@cmunley1 cmunley1 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bxyu-nvidia
bxyu-nvidia merged commit 0aa7887 into NVIDIA-NeMo:main Jun 8, 2026
5 checks passed
jeffwillette pushed a commit that referenced this pull request Jun 10, 2026
Follow up to #1458

Fix failing data validation errors for the `longmt_eval` resources
server

- Fix dataset license "Apache-2.0" -> "Apache 2.0" in longmt_eval.yaml
and longmt_pg19.yaml.
- Rebuild example.jsonl into materialized Responses format
- Add the generated example_metrics.json

Signed-off-by: Ananth Subramaniam <ansubramania@nvidia.com>
@jeffwillette
jeffwillette deleted the jwillette/longmt branch June 12, 2026 21:56
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.

3 participants