output stringclasses 3
values | input stringclasses 3
values | instruction stringclasses 1
value |
|---|---|---|
Construction site is a keyword. Autobahn A1 is a keyword. A is linked to construction site. Autobahn A1 has no quantifier. So the returning JSON will be: {
"keywords": ["construction site", "Autobahn A1"],
"quantifiers": {
"construction sites": "more than two"
}
} | Is there a construction site on Autobahn A1? | Identify input keywords. If these keywords have a quantifier, link the keyword to its quantifier. Return in JSON. |
Construction sites is a keyword. Autobahn A1 is a keyword. More than two is linked to construction sites. Autobahn A1 has no quantifier. So the returning JSON will be: {
"keywords": ["construction sites", "Autobahn A1"],
"quantifiers": {
"construction sites": "more than two"
}
} | Are there more than two construction sites on Autobahn A1? | Identify input keywords. If these keywords have a quantifier, link the keyword to its quantifier. Return in JSON. |
number 9s is a keyword. number 9 large is a keyword. number 6 with extra dip is a keyword. number 7 is a keyword. number 45s is a keyword. one with cheese is a keyword. the keyword one with cheese is linked to the keyword number 45s. large soda is a keyword. The quantifier two is linked to number 9s. The quantifier a i... | I'll have two number 9s, a number 9 large, a number 6 with extra dip, a number 7, two number 45s, one with cheese, and a large soda. | Identify input keywords. If these keywords have a quantifier, link the keyword to its quantifier. Return in JSON. |
README.md exists but content is empty.
- Downloads last month
- 8