Skip to content

BLEURT #2

Description

@forrestbao

Two issues.

  1. Why BLEURT medians here are negative? BLEURT value should always be between 0 and 1.
  2. BLEURT can be based on different architectures. Default model in HuggingFace is BLEURT-Tiny, which is very inaccurate and not recommended by BLEURT authors. Please use BLEURT-20, which is reportedly the best by the authors. See more on different version of BLEURT here. To do that, simply change bleurt.compute(predictions=predictions, references=references) to bleurt.compute(predictions=predictions, references=references, checkpoint="BLEURT-20"). However, since we use the same language model for both traditional and new approach, I am not sure whether a language model matters.

@NKWBTB @lihebi What are your thoughts for 2?
@TURX Please let me know your thoughts for 1.

Metadata

Metadata

Assignees

Labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions