No Vague References
data class NoVagueReferences(val excludedStarters: List<String> = listOf("this", "that", "these", "those", "the", "an", "a")) : MentionValidationRule
Rejects mentions starting with vague demonstrative pronouns or articles.