← Latest papers
💻 computer science

Translate or Simplify First: An Analysis of Cross-lingual Text Simplification in English and French

This study evaluates various prompting strategies for cross-lingual text simplification between English and French using large language models, finding that while direct prompting yields the highest meaning fidelity, a "translate-then-simplify" approach produces the most simplified output.

Original authors: Ido Dahan, Omer Toledano, Roey J. Gafter, Sharon Pardo, Oren Tsur, Hila Zahavi, Elior Sulem

Published 2026-04-28
📖 4 min read☕ Coffee break read

Original authors: Ido Dahan, Omer Toledano, Roey J. Gafter, Sharon Pardo, Oren Tsur, Hila Zahavi, Elior Sulem

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you have a very complex, dense recipe written in English. You want to serve this dish to a French-speaking friend who is a beginner cook. You need to do two things at once: translate the words into French and simplify the instructions so they aren't overwhelming.

This paper is like a cooking competition where the researchers tested different ways to get that job done using "super-smart robots" (called Large Language Models or LLMs). They wanted to find out: What is the best way to ask the robot to translate and simplify at the same time?

Here is the breakdown of their experiment in simple terms:

The Five "Recipes" for Asking the Robot

The researchers tried five different ways to give the robot instructions (called "prompts"):

  1. The "Do It All at Once" Approach (Direct): You tell the robot, "Here is the hard English text; please give me the simple French version." You don't tell it how to do it; you just want the result.
  2. The "Translate Then Simplify" Approach (Composition): You tell the robot, "First, translate this to French. Then, take that French text and make it simpler." You do this in one single message.
  3. The "Simplify Then Translate" Approach (Composition): You tell the robot, "First, make this English text simpler. Then, translate that simple English to French." Also one single message.
  4. The "Translate Then Simplify" Approach (Decomposition): You have a two-step conversation. First, you ask the robot to translate. Once it gives you the French, you take that output and ask a second question: "Now, make this French text simpler."
  5. The "Simplify Then Translate" Approach (Decomposition): Similar to #4, but you ask it to simplify the English first, and then in a second message, you ask it to translate the result.

The Taste Test (Evaluation)

The researchers didn't just guess which was best; they ran a massive taste test using:

  • 5 different types of text: From Wikipedia articles to medical instructions.
  • 7 different robot models: Some are very famous (like GPT-4), some are open-source, and some are older models.
  • Three ways to judge the food:
    • The Robot Judge (Automatic Metrics): Computers compared the output to a "perfect" reference to check for word matching and meaning.
    • The Grammar Police (Linguistic Analysis): They checked if the sentences were shorter, used simpler words, and had easier grammar structures.
    • The Human Judges: Real people who speak both English and French read the results to see if they actually felt easier to understand and if the meaning was lost.

The Results: What Worked Best?

The study found that there is no single "magic bullet" that wins every time. It depends on what you value most:

  • If you care about Accuracy (Keeping the exact meaning):
    The "Do It All at Once" (Direct) approach was the winner. It produced French text that stayed closest to the original English meaning. It was like a translator who is very careful not to change a single fact, even if the sentences remain a bit long and complex.

  • If you care about Simplicity (Making it easy to read):
    The "Translate Then Simplify" approaches were the winners. By translating first and then asking the robot to simplify, the resulting French text was much easier to read, had shorter sentences, and used simpler words.

    • Analogy: Think of it like building a house. If you try to build and decorate it all at once, you might miss some details. But if you build the structure (translate) first, and then go back to strip away the unnecessary decorations (simplify), the house ends up being much more open and airy.

The "Translation Trap"

The researchers noticed something interesting about the order of operations. If you try to simplify the English text before translating it, the robot sometimes gets confused or loses information. It's like trying to explain a complex joke in simple English, then translating that simple version to French—the nuance might get lost in the first step. However, translating first and then simplifying the French allowed the robot to handle the complexity of the French language better.

The Bottom Line

The paper concludes that:

  • If you need perfect accuracy (like for a legal document), use the Direct method.
  • If you need maximum readability (like for a child or a beginner learner), use the Translate-then-Simplify method.

The researchers also noted that while their robots are very good, they are still just snapshots of technology as it exists today. As robots get smarter, the best way to ask them might change again. But for now, knowing how to ask the question is just as important as the question itself.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →