Skip to content

Add passive voice, tailing negation, and em dash patterns#66

Open
inancgumus wants to merge 1 commit intoblader:mainfrom
inancgumus:add-passive-voice-and-tailing-negation-patterns
Open

Add passive voice, tailing negation, and em dash patterns#66
inancgumus wants to merge 1 commit intoblader:mainfrom
inancgumus:add-passive-voice-and-tailing-negation-patterns

Conversation

@inancgumus
Copy link

Summary

Examples

Passive voice (#13)

Before:

No configuration file needed. The results are preserved automatically.

After:

You do not need a configuration file. The system preserves the results automatically.

Tailing negation (#9)

Before:

The options come from the selected item, no guessing.

After:

The options come from the selected item without needing to guess.

LLMs produce passive constructions and subjectless fragments
("No configuration needed", "Results are preserved") that read
as robotic. Added pattern blader#13 for passive voice detection.

Expanded pattern blader#9 to catch tailing negation fragments
("x, no waste", "y, no guessing") that LLMs append to sentences.

Strengthened pattern blader#15 (em dash) to recommend avoiding em dashes
entirely rather than just reducing overuse.

Renumbered patterns 14-26 to accommodate the new entry.
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.

1 participant