generated from explainers-by-googlers/template
-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Summary
While testing the Proofreader API (Origin Trial), I found that the model aggressively removes HTML tags from the input, treating them as noise or errors to be cleaned.
Steps to Reproduce
- Open the official Proofreader API Playground/Demo (or run locally).
- Input the following text containing an HTML tag and a typo:
<div>The div is not closd - Run the proofread function.
Actual Result
The model returns: "The div is not closed."
The <div> tag is completely removed from the output string.
Expected Result
The model should correct the typo but preserve the HTML structure:
<div>The div is not closed.
Impact
This behavior makes the API unsuitable for use cases involving technical documentation, code editors, or rich-text environments where markup must be preserved.
tomayac
Metadata
Metadata
Assignees
Labels
No labels