huckiyang commited on
Commit
d3515b8
·
1 Parent(s): 5d0138c
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -249,7 +249,7 @@ target_languages = [
249
 
250
  # Create an enhanced Gradio interface
251
  with gr.Blocks(title="Test-Time Machine Translation with Plan2Align")
252
- gr.Markdown("This demo uses the Plan2Align approach to translate Chinese text to your chosen language, showing how the reward model evaluates different translation candidates. Paper: https://arxiv.org/pdf/2502.20795.")
253
 
254
  with gr.Row():
255
  with gr.Column(scale=1):
 
249
 
250
  # Create an enhanced Gradio interface
251
  with gr.Blocks(title="Test-Time Machine Translation with Plan2Align")
252
+ gr.Markdown("Showing how the reward model evaluates different translation candidates. Plan2Align 2025. Predictive Planning Based Test-Time Preference Alignmentin Paragraph-Level Machine Translation")
253
 
254
  with gr.Row():
255
  with gr.Column(scale=1):