id stringlengths 13 36 | type stringclasses 12
values | constraint stringlengths 17 179 | verifier_type stringclasses 2
values | description stringclasses 13
values | content_template bool 2
classes | verifier_prompt stringclasses 7
values | quality int64 2 5 | frequency int64 1 5 |
|---|---|---|---|---|---|---|---|---|
hard-file_format-028 | file_format | Emit the solution as a markdown blockquote for each paragraph, prefixed with "> ". | hard | Responding with some self-defined or wellknown format or template. | false | 5 | 4 | |
hard-file_format-029 | file_format | Present the output as a markdown code block annotated with the language "plaintext", containing the raw text. | hard | Responding with some self-defined or wellknown format or template. | false | 5 | 4 | |
hard-file_format-030 | file_format | Provide the response as a markdown admonition of type "note", using the syntax "!!! note". | hard | Responding with some self-defined or wellknown format or template. | false | 5 | 4 | |
hard-file_format-031 | file_format | Deliver the answer as a markdown ordered list using Roman numerals (I., II., III.). | hard | Responding with some self-defined or wellknown format or template. | false | 5 | 4 | |
hard-file_format-032 | file_format | Format the reply as a plain text key‑value list, each line "key = value", no surrounding fences. | hard | Responding with some self-defined or wellknown format or template. | false | 5 | 4 | |
hard-file_format-033 | file_format | Return the result as an HTML table, wrapped in ```html``` fences. | hard | Responding with some self-defined or wellknown format or template. | false | 5 | 4 | |
hard-file_format-034 | file_format | Output the content as a markdown image gallery, with each image using the syntax "". | hard | Responding with some self-defined or wellknown format or template. | false | 5 | 4 | |
hard-linguistic_format-015 | linguistic_format | Every sentence must begin with a prepositional phrase. | hard | Responding with linguistic requirements, such as grammar, vocabulary, etc. | false | - Hint: you can use NLTK or spaCy python packages to verify the linguistic requirements, for example `import nltk` or `import spacy`. | 5 | 3 |
hard-linguistic_format-016 | linguistic_format | No sentence may contain more than two commas. | hard | Responding with linguistic requirements, such as grammar, vocabulary, etc. | false | - Hint: you can use NLTK or spaCy python packages to verify the linguistic requirements, for example `import nltk` or `import spacy`. | 5 | 3 |
hard-linguistic_format-017 | linguistic_format | All adjectives must appear after the nouns they modify. | hard | Responding with linguistic requirements, such as grammar, vocabulary, etc. | false | - Hint: you can use NLTK or spaCy python packages to verify the linguistic requirements, for example `import nltk` or `import spacy`. | 5 | 3 |
hard-linguistic_format-018 | linguistic_format | The response must contain exactly five sentences. | hard | Responding with linguistic requirements, such as grammar, vocabulary, etc. | false | - Hint: you can use NLTK or spaCy python packages to verify the linguistic requirements, for example `import nltk` or `import spacy`. | 5 | 3 |
hard-linguistic_format-019 | linguistic_format | Use only modal verbs (can, could, may, might, must, shall, should, will, would) for expressing possibility. | hard | Responding with linguistic requirements, such as grammar, vocabulary, etc. | false | - Hint: you can use NLTK or spaCy python packages to verify the linguistic requirements, for example `import nltk` or `import spacy`. | 5 | 3 |
hard-linguistic_format-020 | linguistic_format | No proper nouns allowed. | hard | Responding with linguistic requirements, such as grammar, vocabulary, etc. | false | - Hint: you can use NLTK or spaCy python packages to verify the linguistic requirements, for example `import nltk` or `import spacy`. | 5 | 3 |
hard-linguistic_format-021 | linguistic_format | Each sentence must end with an exclamation mark. | hard | Responding with linguistic requirements, such as grammar, vocabulary, etc. | false | - Hint: you can use NLTK or spaCy python packages to verify the linguistic requirements, for example `import nltk` or `import spacy`. | 5 | 3 |
hard-linguistic_format-022 | linguistic_format | All verbs must be in the gerund form. | hard | Responding with linguistic requirements, such as grammar, vocabulary, etc. | false | - Hint: you can use NLTK or spaCy python packages to verify the linguistic requirements, for example `import nltk` or `import spacy`. | 5 | 3 |
hard-linguistic_format-023 | linguistic_format | Use only words that have exactly five letters. | hard | Responding with linguistic requirements, such as grammar, vocabulary, etc. | false | - Hint: you can use NLTK or spaCy python packages to verify the linguistic requirements, for example `import nltk` or `import spacy`. | 5 | 3 |
hard-linguistic_format-024 | linguistic_format | The response must include at least one palindrome word. | hard | Responding with linguistic requirements, such as grammar, vocabulary, etc. | false | - Hint: you can use NLTK or spaCy python packages to verify the linguistic requirements, for example `import nltk` or `import spacy`. | 5 | 3 |
hard-linguistic_format-025 | linguistic_format | No conjunctions longer than three letters. | hard | Responding with linguistic requirements, such as grammar, vocabulary, etc. | false | - Hint: you can use NLTK or spaCy python packages to verify the linguistic requirements, for example `import nltk` or `import spacy`. | 5 | 3 |
hard-linguistic_format-026 | linguistic_format | All pronouns must be reflexive. | hard | Responding with linguistic requirements, such as grammar, vocabulary, etc. | false | - Hint: you can use NLTK or spaCy python packages to verify the linguistic requirements, for example `import nltk` or `import spacy`. | 5 | 3 |
hard-linguistic_format-027 | linguistic_format | Use no passive constructions. | hard | Responding with linguistic requirements, such as grammar, vocabulary, etc. | false | - Hint: you can use NLTK or spaCy python packages to verify the linguistic requirements, for example `import nltk` or `import spacy`. | 5 | 3 |
hard-linguistic_format-028 | linguistic_format | Each sentence must contain a colon. | hard | Responding with linguistic requirements, such as grammar, vocabulary, etc. | false | - Hint: you can use NLTK or spaCy python packages to verify the linguistic requirements, for example `import nltk` or `import spacy`. | 5 | 3 |
hard-linguistic_format-029 | linguistic_format | The text must be written in the form of a haiku (5-7-5 syllable lines). | hard | Responding with linguistic requirements, such as grammar, vocabulary, etc. | false | - Hint: you can use NLTK or spaCy python packages to verify the linguistic requirements, for example `import nltk` or `import spacy`. | 5 | 3 |
hard-linguistic_format-030 | linguistic_format | All nouns must be singular. | hard | Responding with linguistic requirements, such as grammar, vocabulary, etc. | false | - Hint: you can use NLTK or spaCy python packages to verify the linguistic requirements, for example `import nltk` or `import spacy`. | 5 | 3 |
hard-linguistic_format-031 | linguistic_format | No use of the letter 'e'. | hard | Responding with linguistic requirements, such as grammar, vocabulary, etc. | false | - Hint: you can use NLTK or spaCy python packages to verify the linguistic requirements, for example `import nltk` or `import spacy`. | 5 | 3 |
hard-linguistic_format-032 | linguistic_format | All sentences must be declarative. | hard | Responding with linguistic requirements, such as grammar, vocabulary, etc. | false | - Hint: you can use NLTK or spaCy python packages to verify the linguistic requirements, for example `import nltk` or `import spacy`. | 5 | 3 |
hard-linguistic_format-033 | linguistic_format | Use only words that start with consonants. | hard | Responding with linguistic requirements, such as grammar, vocabulary, etc. | false | - Hint: you can use NLTK or spaCy python packages to verify the linguistic requirements, for example `import nltk` or `import spacy`. | 5 | 3 |
hard-linguistic_format-034 | linguistic_format | The response must contain exactly three different colors mentioned. | hard | Responding with linguistic requirements, such as grammar, vocabulary, etc. | false | - Hint: you can use NLTK or spaCy python packages to verify the linguistic requirements, for example `import nltk` or `import spacy`. | 5 | 3 |
hard-linguistic_format-035 | linguistic_format | No use of any numbers (numeric or spelled-out). | hard | Responding with linguistic requirements, such as grammar, vocabulary, etc. | false | - Hint: you can use NLTK or spaCy python packages to verify the linguistic requirements, for example `import nltk` or `import spacy`. | 5 | 3 |
hard-linguistic_format-036 | linguistic_format | All adverbial clauses must begin with "when". | hard | Responding with linguistic requirements, such as grammar, vocabulary, etc. | false | - Hint: you can use NLTK or spaCy python packages to verify the linguistic requirements, for example `import nltk` or `import spacy`. | 5 | 3 |
hard-linguistic_format-037 | linguistic_format | Each sentence must contain a rhetorical question. | hard | Responding with linguistic requirements, such as grammar, vocabulary, etc. | false | - Hint: you can use NLTK or spaCy python packages to verify the linguistic requirements, for example `import nltk` or `import spacy`. | 5 | 3 |
hard-linguistic_format-038 | linguistic_format | The response must be in the form of a dialogue between two characters. | hard | Responding with linguistic requirements, such as grammar, vocabulary, etc. | false | - Hint: you can use NLTK or spaCy python packages to verify the linguistic requirements, for example `import nltk` or `import spacy`. | 5 | 3 |
hard-linguistic_format-039 | linguistic_format | Use only words that are of Latin origin. | hard | Responding with linguistic requirements, such as grammar, vocabulary, etc. | false | - Hint: you can use NLTK or spaCy python packages to verify the linguistic requirements, for example `import nltk` or `import spacy`. | 5 | 3 |
hard-linguistic_format-040 | linguistic_format | The response must be written in all caps. | hard | Responding with linguistic requirements, such as grammar, vocabulary, etc. | false | - Hint: you can use NLTK or spaCy python packages to verify the linguistic requirements, for example `import nltk` or `import spacy`. | 5 | 3 |
hard-linguistic_format-041 | linguistic_format | No use of any punctuation except periods. | hard | Responding with linguistic requirements, such as grammar, vocabulary, etc. | false | - Hint: you can use NLTK or spaCy python packages to verify the linguistic requirements, for example `import nltk` or `import spacy`. | 5 | 3 |
hard-linguistic_format-042 | linguistic_format | Each sentence must contain a simile using "like". | hard | Responding with linguistic requirements, such as grammar, vocabulary, etc. | false | - Hint: you can use NLTK or spaCy python packages to verify the linguistic requirements, for example `import nltk` or `import spacy`. | 5 | 3 |
hard-linguistic_format-043 | linguistic_format | The response must contain exactly one instance of the word "however". | hard | Responding with linguistic requirements, such as grammar, vocabulary, etc. | false | - Hint: you can use NLTK or spaCy python packages to verify the linguistic requirements, for example `import nltk` or `import spacy`. | 5 | 3 |
hard-linguistic_format-044 | linguistic_format | All sentences must have a subject‑verb inversion. | hard | Responding with linguistic requirements, such as grammar, vocabulary, etc. | false | - Hint: you can use NLTK or spaCy python packages to verify the linguistic requirements, for example `import nltk` or `import spacy`. | 5 | 3 |
hard-prosody_phonetics_format-011 | prosody_phonetics_format | Each line must start with a word that begins with a voiceless plosive. | hard | Responding with prosody or phonetics requirements on the words or sentences, such as rhythm, stress, prosody, rhyme scheme, vowels, consonant, etc. | false | - Hint: you can use Epitran python packages to verify the phonetic requirements, for example, `import epitran`.
- If the constraint implicitly requires the number of words, sentences, verify them as well. | 5 | 1 |
hard-prosody_phonetics_format-012 | prosody_phonetics_format | All nouns in the paragraph must have primary stress on the second syllable. | hard | Responding with prosody or phonetics requirements on the words or sentences, such as rhythm, stress, prosody, rhyme scheme, vowels, consonant, etc. | false | - Hint: you can use Epitran python packages to verify the phonetic requirements, for example, `import epitran`.
- If the constraint implicitly requires the number of words, sentences, verify them as well. | 5 | 1 |
hard-prosody_phonetics_format-013 | prosody_phonetics_format | Use a trochaic meter throughout the paragraph (alternating stressed‑unstressed). | hard | Responding with prosody or phonetics requirements on the words or sentences, such as rhythm, stress, prosody, rhyme scheme, vowels, consonant, etc. | false | - Hint: you can use Epitran python packages to verify the phonetic requirements, for example, `import epitran`.
- If the constraint implicitly requires the number of words, sentences, verify them as well. | 5 | 1 |
hard-prosody_phonetics_format-014 | prosody_phonetics_format | Every adjective must contain at least one nasal consonant. | hard | Responding with prosody or phonetics requirements on the words or sentences, such as rhythm, stress, prosody, rhyme scheme, vowels, consonant, etc. | false | - Hint: you can use Epitran python packages to verify the phonetic requirements, for example, `import epitran`.
- If the constraint implicitly requires the number of words, sentences, verify them as well. | 5 | 1 |
hard-prosody_phonetics_format-015 | prosody_phonetics_format | The final syllable of each sentence must be a closed syllable ending in a voiceless fricative. | hard | Responding with prosody or phonetics requirements on the words or sentences, such as rhythm, stress, prosody, rhyme scheme, vowels, consonant, etc. | false | - Hint: you can use Epitran python packages to verify the phonetic requirements, for example, `import epitran`.
- If the constraint implicitly requires the number of words, sentences, verify them as well. | 5 | 1 |
hard-prosody_phonetics_format-016 | prosody_phonetics_format | Include exactly two iambic feet per line. | hard | Responding with prosody or phonetics requirements on the words or sentences, such as rhythm, stress, prosody, rhyme scheme, vowels, consonant, etc. | false | - Hint: you can use Epitran python packages to verify the phonetic requirements, for example, `import epitran`.
- If the constraint implicitly requires the number of words, sentences, verify them as well. | 5 | 1 |
hard-prosody_phonetics_format-017 | prosody_phonetics_format | Ensure that each sentence contains a palindrome word. | hard | Responding with prosody or phonetics requirements on the words or sentences, such as rhythm, stress, prosody, rhyme scheme, vowels, consonant, etc. | false | - Hint: you can use Epitran python packages to verify the phonetic requirements, for example, `import epitran`.
- If the constraint implicitly requires the number of words, sentences, verify them as well. | 5 | 1 |
hard-prosody_phonetics_format-018 | prosody_phonetics_format | All verbs must be in the past tense and end with a voiced alveolar stop. | hard | Responding with prosody or phonetics requirements on the words or sentences, such as rhythm, stress, prosody, rhyme scheme, vowels, consonant, etc. | false | - Hint: you can use Epitran python packages to verify the phonetic requirements, for example, `import epitran`.
- If the constraint implicitly requires the number of words, sentences, verify them as well. | 5 | 1 |
hard-prosody_phonetics_format-019 | prosody_phonetics_format | Each sentence must contain a pair of homophones. | hard | Responding with prosody or phonetics requirements on the words or sentences, such as rhythm, stress, prosody, rhyme scheme, vowels, consonant, etc. | false | - Hint: you can use Epitran python packages to verify the phonetic requirements, for example, `import epitran`.
- If the constraint implicitly requires the number of words, sentences, verify them as well. | 5 | 1 |
hard-prosody_phonetics_format-020 | prosody_phonetics_format | The poem must follow an ABAB rhyme scheme with alternating line lengths of 8 and 6 syllables. | hard | Responding with prosody or phonetics requirements on the words or sentences, such as rhythm, stress, prosody, rhyme scheme, vowels, consonant, etc. | false | - Hint: you can use Epitran python packages to verify the phonetic requirements, for example, `import epitran`.
- If the constraint implicitly requires the number of words, sentences, verify them as well. | 5 | 1 |
hard-prosody_phonetics_format-021 | prosody_phonetics_format | Each line must contain exactly three monosyllabic words. | hard | Responding with prosody or phonetics requirements on the words or sentences, such as rhythm, stress, prosody, rhyme scheme, vowels, consonant, etc. | false | - Hint: you can use Epitran python packages to verify the phonetic requirements, for example, `import epitran`.
- If the constraint implicitly requires the number of words, sentences, verify them as well. | 5 | 1 |
hard-prosody_phonetics_format-022 | prosody_phonetics_format | The text must contain at least one example of a sibilant cluster (e.g., “sh”, “st”). | hard | Responding with prosody or phonetics requirements on the words or sentences, such as rhythm, stress, prosody, rhyme scheme, vowels, consonant, etc. | false | - Hint: you can use Epitran python packages to verify the phonetic requirements, for example, `import epitran`.
- If the constraint implicitly requires the number of words, sentences, verify them as well. | 5 | 1 |
hard-prosody_phonetics_format-023 | prosody_phonetics_format | Every line must include a word that ends with a velar nasal. | hard | Responding with prosody or phonetics requirements on the words or sentences, such as rhythm, stress, prosody, rhyme scheme, vowels, consonant, etc. | false | - Hint: you can use Epitran python packages to verify the phonetic requirements, for example, `import epitran`.
- If the constraint implicitly requires the number of words, sentences, verify them as well. | 5 | 1 |
hard-prosody_phonetics_format-024 | prosody_phonetics_format | The stress pattern of each line must be DUM‑da‑DUM (anapestic) across the entire line. | hard | Responding with prosody or phonetics requirements on the words or sentences, such as rhythm, stress, prosody, rhyme scheme, vowels, consonant, etc. | false | - Hint: you can use Epitran python packages to verify the phonetic requirements, for example, `import epitran`.
- If the constraint implicitly requires the number of words, sentences, verify them as well. | 5 | 1 |
hard-prosody_phonetics_format-025 | prosody_phonetics_format | Each sentence must end with a word that begins with the same letter as the sentence’s first word. | hard | Responding with prosody or phonetics requirements on the words or sentences, such as rhythm, stress, prosody, rhyme scheme, vowels, consonant, etc. | false | - Hint: you can use Epitran python packages to verify the phonetic requirements, for example, `import epitran`.
- If the constraint implicitly requires the number of words, sentences, verify them as well. | 5 | 1 |
hard-inclusion_exclusion_types-009 | inclusion_exclusion_types | Include exactly one blockquote formatted with a leading > character. | hard | Responding with or without a specific text type. | false | 5 | 4 | |
hard-inclusion_exclusion_types-010 | inclusion_exclusion_types | Do not use any bold formatting (i.e., **text** or __text__). | hard | Responding with or without a specific text type. | false | 5 | 4 | |
hard-inclusion_exclusion_types-011 | inclusion_exclusion_types | Include a single footnote reference in the text (e.g., [^1]). | hard | Responding with or without a specific text type. | false | 5 | 4 | |
hard-inclusion_exclusion_types-012 | inclusion_exclusion_types | Do not include any inline code formatting using backticks. | hard | Responding with or without a specific text type. | false | 5 | 4 | |
hard-inclusion_exclusion_types-013 | inclusion_exclusion_types | Include a markdown ordered list with exactly three items. | hard | Responding with or without a specific text type. | false | 5 | 4 | |
hard-inclusion_exclusion_types-014 | inclusion_exclusion_types | Do not include any unordered (bulleted) markdown list. | hard | Responding with or without a specific text type. | false | 5 | 4 | |
hard-inclusion_exclusion_types-015 | inclusion_exclusion_types | Include a single hashtag followed by a word (e.g., #example). | hard | Responding with or without a specific text type. | false | 5 | 4 | |
hard-inclusion_exclusion_types-016 | inclusion_exclusion_types | Do not include any email address patterns (e.g., name@domain.com). | hard | Responding with or without a specific text type. | false | 5 | 4 | |
hard-inclusion_exclusion_types-017 | inclusion_exclusion_types | Include an ISBN‑13 number in the standard format (ISBN 978‑X‑XXXX‑XXXX‑X). | hard | Responding with or without a specific text type. | false | 5 | 4 | |
hard-inclusion_exclusion_types-018 | inclusion_exclusion_types | Do not include any telephone number in any format. | hard | Responding with or without a specific text type. | false | 5 | 4 | |
hard-inclusion_exclusion_types-019 | inclusion_exclusion_types | Include a markdown image syntax with alt text and a placeholder URL (e.g., ). | hard | Responding with or without a specific text type. | false | 5 | 4 | |
hard-inclusion_exclusion_types-020 | inclusion_exclusion_types | Do not include any markdown link syntax [text](url). | hard | Responding with or without a specific text type. | false | 5 | 4 | |
hard-inclusion_exclusion_types-021 | inclusion_exclusion_types | Include a markdown horizontal rule consisting of three hyphens (---) on its own line. | hard | Responding with or without a specific text type. | false | 5 | 4 | |
hard-inclusion_exclusion_types-022 | inclusion_exclusion_types | Do not include any markdown strike‑through formatting (~~text~~). | hard | Responding with or without a specific text type. | false | 5 | 4 | |
hard-inclusion_exclusion_types-023 | inclusion_exclusion_types | Include a single line of CSV data with three comma‑separated values. | hard | Responding with or without a specific text type. | false | 5 | 4 | |
hard-inclusion_exclusion_types-024 | inclusion_exclusion_types | Include a fenced code block containing Python code. | hard | Responding with or without a specific text type. | false | 5 | 4 | |
hard-inclusion_exclusion_types-025 | inclusion_exclusion_types | Do not include any fenced code blocks. | hard | Responding with or without a specific text type. | false | 5 | 4 | |
hard-inclusion_exclusion_types-026 | inclusion_exclusion_types | Include exactly one animal emoji (e.g., 🐱). | hard | Responding with or without a specific text type. | false | 5 | 4 | |
hard-inclusion_exclusion_types-027 | inclusion_exclusion_types | Do not include any Unicode characters outside the Basic Latin block. | hard | Responding with or without a specific text type. | false | 5 | 4 | |
hard-inclusion_exclusion_types-028 | inclusion_exclusion_types | Include a quoted phrase using double quotes ("..."). | hard | Responding with or without a specific text type. | false | 5 | 4 | |
hard-inclusion_exclusion_types-029 | inclusion_exclusion_types | Do not use any parentheses ( ). | hard | Responding with or without a specific text type. | false | 5 | 4 | |
hard-inclusion_exclusion_types-030 | inclusion_exclusion_types | Include a single bullet point using a hyphen (-) at the start of a line. | hard | Responding with or without a specific text type. | false | 5 | 4 | |
hard-inclusion_exclusion_types-031 | inclusion_exclusion_types | Do not include any footnote definitions (lines that start with [^1]:). | hard | Responding with or without a specific text type. | false | 5 | 4 | |
hard-inclusion_exclusion_types-032 | inclusion_exclusion_types | Include a markdown spoiler using double pipe symbols (||spoiler||). | hard | Responding with or without a specific text type. | false | 5 | 4 | |
hard-consistency-006 | consistency | Provide the same data as a plain‑text list and as an ordered HTML <ol> list. | hard | Responding the same content but with different formats. | false | - The verification function should verify if all different formats exist and are valid, and then, verify if all formats present the same content. | 5 | 2 |
hard-consistency-007 | consistency | Output the identical code logic in both Python and JavaScript syntax. | hard | Responding the same content but with different formats. | false | - The verification function should verify if all different formats exist and are valid, and then, verify if all formats present the same content. | 5 | 2 |
hard-consistency-008 | consistency | Deliver the same summary as a bullet list and as a numbered list. | hard | Responding the same content but with different formats. | false | - The verification function should verify if all different formats exist and are valid, and then, verify if all formats present the same content. | 5 | 2 |
hard-consistency-009 | consistency | Show the same chart as an SVG image and as a base64‑encoded PNG. | hard | Responding the same content but with different formats. | false | - The verification function should verify if all different formats exist and are valid, and then, verify if all formats present the same content. | 5 | 2 |
hard-consistency-010 | consistency | Present the same table in reStructuredText grid format and in AsciiDoc table format. | hard | Responding the same content but with different formats. | false | - The verification function should verify if all different formats exist and are valid, and then, verify if all formats present the same content. | 5 | 2 |
hard-consistency-011 | consistency | Provide the same information as a JSON object and as an XML document, with matching keys/tags. | hard | Responding the same content but with different formats. | false | - The verification function should verify if all different formats exist and are valid, and then, verify if all formats present the same content. | 5 | 2 |
hard-consistency-012 | consistency | Give the same bibliography entries in MLA and Harvard style, ensuring titles and years align. | hard | Responding the same content but with different formats. | false | - The verification function should verify if all different formats exist and are valid, and then, verify if all formats present the same content. | 5 | 2 |
hard-consistency-013 | consistency | Return the same configuration settings in TOML and INI file formats. | hard | Responding the same content but with different formats. | false | - The verification function should verify if all different formats exist and are valid, and then, verify if all formats present the same content. | 5 | 2 |
hard-consistency-014 | consistency | Supply the same algorithm description as a Mermaid flowchart and as a textual step list. | hard | Responding the same content but with different formats. | false | - The verification function should verify if all different formats exist and are valid, and then, verify if all formats present the same content. | 5 | 2 |
hard-consistency-015 | consistency | Render the same equation in plain‑text ASCII art and in MathML. | hard | Responding the same content but with different formats. | false | - The verification function should verify if all different formats exist and are valid, and then, verify if all formats present the same content. | 5 | 2 |
hard-consistency-016 | consistency | Provide the same list of URLs as a plain list and as a Markdown link list. | hard | Responding the same content but with different formats. | false | - The verification function should verify if all different formats exist and are valid, and then, verify if all formats present the same content. | 5 | 2 |
hard-consistency-017 | consistency | Output the same schedule as a CSV file and as an iCalendar (.ics) file. | hard | Responding the same content but with different formats. | false | - The verification function should verify if all different formats exist and are valid, and then, verify if all formats present the same content. | 5 | 2 |
hard-inclusion_exclusion_content-013 | inclusion_exclusion_content | Contain the word '[PLACEHOLDER]' exactly 3 times. | hard | Containing or not containing a specific text content (e.g., letters, words, phrases, sentences, or even paragraphs), where the possible content is in [PLACEHOLDER] | true | - Hint: you can use NLTK WordNet to find synonyms/antonyms.
- If the [PLACEHOLDER] is supposed to contain multiple letters, words or phrases (e.g., the constraint specifically requires the placeholder to contain two/three words), expect they are separated by a comma or a semicolon when filling the placeholder. Make sur... | 5 | 5 |
hard-inclusion_exclusion_content-014 | inclusion_exclusion_content | Use the phrase '[PLACEHOLDER]' at least once in each paragraph. | hard | Containing or not containing a specific text content (e.g., letters, words, phrases, sentences, or even paragraphs), where the possible content is in [PLACEHOLDER] | true | - Hint: you can use NLTK WordNet to find synonyms/antonyms.
- If the [PLACEHOLDER] is supposed to contain multiple letters, words or phrases (e.g., the constraint specifically requires the placeholder to contain two/three words), expect they are separated by a comma or a semicolon when filling the placeholder. Make sur... | 5 | 5 |
hard-inclusion_exclusion_content-015 | inclusion_exclusion_content | Include the sentence '[PLACEHOLDER]' verbatim in your answer. | hard | Containing or not containing a specific text content (e.g., letters, words, phrases, sentences, or even paragraphs), where the possible content is in [PLACEHOLDER] | true | - Hint: you can use NLTK WordNet to find synonyms/antonyms.
- If the [PLACEHOLDER] is supposed to contain multiple letters, words or phrases (e.g., the constraint specifically requires the placeholder to contain two/three words), expect they are separated by a comma or a semicolon when filling the placeholder. Make sur... | 5 | 5 |
hard-inclusion_exclusion_content-016 | inclusion_exclusion_content | Do not use the word '[PLACEHOLDER]' anywhere in the response. | hard | Containing or not containing a specific text content (e.g., letters, words, phrases, sentences, or even paragraphs), where the possible content is in [PLACEHOLDER] | true | - Hint: you can use NLTK WordNet to find synonyms/antonyms.
- If the [PLACEHOLDER] is supposed to contain multiple letters, words or phrases (e.g., the constraint specifically requires the placeholder to contain two/three words), expect they are separated by a comma or a semicolon when filling the placeholder. Make sur... | 5 | 5 |
hard-inclusion_exclusion_content-017 | inclusion_exclusion_content | Do not include the phrase '[PLACEHOLDER]' in any heading. | hard | Containing or not containing a specific text content (e.g., letters, words, phrases, sentences, or even paragraphs), where the possible content is in [PLACEHOLDER] | true | - Hint: you can use NLTK WordNet to find synonyms/antonyms.
- If the [PLACEHOLDER] is supposed to contain multiple letters, words or phrases (e.g., the constraint specifically requires the placeholder to contain two/three words), expect they are separated by a comma or a semicolon when filling the placeholder. Make sur... | 5 | 5 |
hard-inclusion_exclusion_content-018 | inclusion_exclusion_content | Begin each paragraph with the word '[PLACEHOLDER]'. | hard | Containing or not containing a specific text content (e.g., letters, words, phrases, sentences, or even paragraphs), where the possible content is in [PLACEHOLDER] | true | - Hint: you can use NLTK WordNet to find synonyms/antonyms.
- If the [PLACEHOLDER] is supposed to contain multiple letters, words or phrases (e.g., the constraint specifically requires the placeholder to contain two/three words), expect they are separated by a comma or a semicolon when filling the placeholder. Make sur... | 5 | 5 |
hard-inclusion_exclusion_content-019 | inclusion_exclusion_content | End the last sentence of the response with the phrase '[PLACEHOLDER]'. | hard | Containing or not containing a specific text content (e.g., letters, words, phrases, sentences, or even paragraphs), where the possible content is in [PLACEHOLDER] | true | - Hint: you can use NLTK WordNet to find synonyms/antonyms.
- If the [PLACEHOLDER] is supposed to contain multiple letters, words or phrases (e.g., the constraint specifically requires the placeholder to contain two/three words), expect they are separated by a comma or a semicolon when filling the placeholder. Make sur... | 5 | 5 |
hard-inclusion_exclusion_content-020 | inclusion_exclusion_content | Insert the quote '[PLACEHOLDER]' in a blockquote. | hard | Containing or not containing a specific text content (e.g., letters, words, phrases, sentences, or even paragraphs), where the possible content is in [PLACEHOLDER] | true | - Hint: you can use NLTK WordNet to find synonyms/antonyms.
- If the [PLACEHOLDER] is supposed to contain multiple letters, words or phrases (e.g., the constraint specifically requires the placeholder to contain two/three words), expect they are separated by a comma or a semicolon when filling the placeholder. Make sur... | 5 | 5 |
hard-inclusion_exclusion_content-021 | inclusion_exclusion_content | Mention the term '[PLACEHOLDER]' only within a code block. | hard | Containing or not containing a specific text content (e.g., letters, words, phrases, sentences, or even paragraphs), where the possible content is in [PLACEHOLDER] | true | - Hint: you can use NLTK WordNet to find synonyms/antonyms.
- If the [PLACEHOLDER] is supposed to contain multiple letters, words or phrases (e.g., the constraint specifically requires the placeholder to contain two/three words), expect they are separated by a comma or a semicolon when filling the placeholder. Make sur... | 5 | 5 |
hard-inclusion_exclusion_content-022 | inclusion_exclusion_content | Highlight the word '[PLACEHOLDER]' using **bold** exactly twice. | hard | Containing or not containing a specific text content (e.g., letters, words, phrases, sentences, or even paragraphs), where the possible content is in [PLACEHOLDER] | true | - Hint: you can use NLTK WordNet to find synonyms/antonyms.
- If the [PLACEHOLDER] is supposed to contain multiple letters, words or phrases (e.g., the constraint specifically requires the placeholder to contain two/three words), expect they are separated by a comma or a semicolon when filling the placeholder. Make sur... | 5 | 5 |
hard-inclusion_exclusion_content-023 | inclusion_exclusion_content | Write a footnote that contains the phrase '[PLACEHOLDER]'. | hard | Containing or not containing a specific text content (e.g., letters, words, phrases, sentences, or even paragraphs), where the possible content is in [PLACEHOLDER] | true | - Hint: you can use NLTK WordNet to find synonyms/antonyms.
- If the [PLACEHOLDER] is supposed to contain multiple letters, words or phrases (e.g., the constraint specifically requires the placeholder to contain two/three words), expect they are separated by a comma or a semicolon when filling the placeholder. Make sur... | 5 | 5 |
hard-inclusion_exclusion_content-024 | inclusion_exclusion_content | Ensure the acronym '[PLACEHOLDER]' appears in all caps at least once. | hard | Containing or not containing a specific text content (e.g., letters, words, phrases, sentences, or even paragraphs), where the possible content is in [PLACEHOLDER] | true | - Hint: you can use NLTK WordNet to find synonyms/antonyms.
- If the [PLACEHOLDER] is supposed to contain multiple letters, words or phrases (e.g., the constraint specifically requires the placeholder to contain two/three words), expect they are separated by a comma or a semicolon when filling the placeholder. Make sur... | 5 | 5 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.