Files
2022-06-27 23:03:22 -07:00

595 lines
22 KiB
JSON

{
"somebody_do_something_at": {
"init_prompts": [
"<ENT0> can <ENT1> in <ENT2> ."
],
"seed_ent_tuples": [
[
"people",
"work out",
"gym"
],
[
"bird",
"fly",
"sky"
],
[
"student",
"study",
"classroom"
],
[
"player",
"play",
"ground"
],
[
"sodier",
"fight",
"battleground"
]
],
"prompts": [
"At the <ENT2>, <ENT0> can <ENT1> .",
"<ENT0>s can <ENT1> in the <ENT2> .",
"The <ENT2> is a place where <ENT0> can <ENT1> .",
"The <ENT0> can choose to <ENT1> in the <ENT2> or online .",
"A <ENT0> can learn effectively by <ENT1>ing in a <ENT2> setting .",
"Looking up at the <ENT2>, it's easy to see that <ENT0>s can <ENT1> .",
"At the <ENT2>, <ENT0>s can <ENT1> together and learn from each other .",
"A <ENT0> can <ENT1> in a <ENT2> by themselves or with a group of friends .",
"At the <ENT2>, <ENT0> can use the machines to <ENT1>, or they can take classes .",
"At the <ENT2>, <ENT0> can <ENT1> by using the various machines and equipment available .",
"There are many facilities available for <ENT0> who want to stay in shape and <ENT1>, one of which is the <ENT2> ."
]
},
"prevent": {
"init_prompts": [
"<ENT0> prevents <ENT1> ."
],
"seed_ent_tuples": [
[
"mask",
"virus"
],
[
"exercise",
"disease"
],
[
"study hard",
"fail the exam"
],
[
"reading",
"stupid"
],
[
"insurance",
"bankruptcy"
]
],
"prompts": [
"<ENT0> prevents <ENT1> .",
"If you <ENT0>, you will not <ENT1> .",
"<ENT0> provides a safety net against <ENT1> .",
"If you <ENT0>, you are less likely to <ENT1> .",
"A <ENT0> will protect you from getting the <ENT1> .",
"If you want to avoid being <ENT1>, start <ENT0> more .",
"If you don't want to be <ENT1>, you should <ENT0> often .",
"<ENT0>s are effective at preventing the spread of <ENT1>es .",
"This is a paraphrase of the saying \"<ENT0> prevents <ENT1>ity.\" .",
"<ENT0> is an important part of staying healthy and preventing <ENT1> .",
"Regular <ENT0> has been shown to be one of the most effective ways to prevent <ENT1> .",
"<ENT0> protects people from having to declare <ENT1> in the event of an accident or emergency .",
"<ENT0>s prevent the spread of <ENT1>es by trapping droplets that are released when the user talks, coughs, or sneezes .",
"It could be said that <ENT0> prevents <ENT1>, as it provides a safety net for people in the event of an unexpected setback .",
"Regular <ENT0> has various health benefits and is often prescribed by doctors as a preventative measure against developing various <ENT1>s ."
]
},
"help": {
"init_prompts": [
"<ENT0> can help <ENT1> ."
],
"seed_ent_tuples": [
[
"doctor",
"patient"
],
[
"teacher",
"student"
],
[
"housekeeper",
"housewife"
],
[
"teaching assistant",
"professor"
],
[
"police",
"victim"
]
],
"prompts": [
"A <ENT0> can help a <ENT1> .",
"The <ENT0> can help with the <ENT1>'s chores .",
"A <ENT0> can assist a <ENT1> with her duties .",
"If you are a <ENT1> of a crime, the <ENT0> can help you .",
"The <ENT0> can help the <ENT1> with their medical needs .",
"A <ENT0> can help a <ENT1> by providing guidance and support .",
"A <ENT0> can help take care of the household duties for a <ENT1> .",
"A <ENT0> officer can help a <ENT1> by providing them with protection and assistance .",
"A <ENT0> can help with the chores around the house, giving the <ENT1> more free time .",
"A <ENT0> can help out a <ENT1> by doing things like cleaning, cooking, and running errands .",
"A <ENT0> can help a <ENT1> in many ways, from grading papers to leading discussion sections .",
"A <ENT0> can help a <ENT1> by providing guidance, answering questions, and offering feedback .",
"A <ENT0> can help a <ENT1> with their workload by taking on some of the teaching responsibilities .",
"A <ENT0> can help a <ENT1> by grading papers, leading discussion sections, and providing office hours .",
"The <ENT0> can help <ENT1>s of crime by investigating the incident and taking statements from witnesses ."
]
},
"place_for": {
"init_prompts": [
"<ENT0> is the place for <ENT1> ."
],
"seed_ent_tuples": [
[
"gym",
"exercise"
],
[
"classroom",
"study"
],
[
"office",
"work"
],
[
"hosipital",
"medical treatment"
],
[
"mart",
"shopping"
]
],
"prompts": [
"The <ENT0> is the place for <ENT1> .",
"There's no place like <ENT0> for <ENT1> .",
"<ENT0> is a great place to do some <ENT1> .",
"The <ENT0> is a place where people go to <ENT1> .",
"There's no better place to <ENT1> than in an <ENT0> .",
"The <ENT0> is the best place to get some <ENT1> done .",
"The <ENT0> provides an environment for people to <ENT1> .",
"If you want to do some <ENT1>ing, you can go to the <ENT0> .",
"If you're looking to do some <ENT1>, <ENT0> is the place for you .",
"If you're looking to do some <ENT1>, then you should head on over to <ENT0> .",
"If you're looking to get fit and <ENT1>, the <ENT0> is the perfect place to do so .",
"There's no place like the <ENT0> for <ENT1> because you have access to all the equipment you need to get a good workout ."
]
},
"antonym": {
"init_prompts": [
"<ENT0> is the opposite of <ENT1> ."
],
"seed_ent_tuples": [
[
"fat",
"thin"
],
[
"happy",
"sad"
],
[
"north",
"south"
],
[
"woman",
"man"
],
[
"pass",
"fail"
]
],
"prompts": [
"A <ENT0> is not a <ENT1> .",
"The antonym of <ENT0> is <ENT1> .",
"<ENT1> is the opposite of <ENT0> .",
"When you're <ENT1>, you're not <ENT0> .",
"<ENT1> is to <ENT0> as night is to day .",
"<ENT0> and <ENT1> are opposite concepts .",
"If you <ENT1>, it means you didn't <ENT0> .",
"When a person is <ENT0>, they are not <ENT1> .",
"The two words \"<ENT0>\" and \"<ENT1>\" are antonyms .",
"<ENT0> is the direction that is opposite of <ENT1> .",
"To be <ENT1> is to have a small amount of body <ENT0> .",
"When something <ENT0>es, it is successful, and when something <ENT1>s, it is not successful .",
"If you <ENT0> something, you have succeeded, and if you <ENT1> something, you have not succeeded .",
"This means that simply because someone does not <ENT0> something does not mean they have <ENT1>ed ."
]
},
"separated_by_the_ocean": {
"init_prompts": [
"<ENT1> and <ENT0> are separated by the ocean ."
],
"seed_ent_tuples": [
[
"China",
"Japan"
],
[
"Australia",
"New Zealand"
],
[
"United Kingdom",
"the Continent"
],
[
"United State",
"Cuba"
],
[
"Spain",
"Morocco"
]
],
"prompts": [
"The ocean separates <ENT1> from the <ENT0> .",
"There is an ocean separating <ENT1> and <ENT0> .",
"The pacific ocean lies between <ENT0> and <ENT1> .",
"<ENT1> and <ENT0> are separated by the tasman sea .",
"There is a distance of about 1,500 miles between <ENT1> and the <ENT0>s .",
"The distance between <ENT1> and <ENT0> is vast, with an ocean between them .",
"<ENT1> and <ENT0> are two different countries located on different continents .",
"<ENT0> and <ENT1> are two countries that are close to each other but are separated by the ocean .",
"There is a large body of water, known as the atlantic ocean, which separates the two land masses of <ENT1> and the <ENT0> .",
"While <ENT1> and <ENT0> are both located in the oceania region of the world, the two countries are separated by the tasman sea ."
]
},
"representative_figure": {
"init_prompts": [
"<ENT0> is the representative figure of <ENT1> ."
],
"seed_ent_tuples": [
[
"Lionel Messi",
"Barcelona"
],
[
"Steven Jobs",
"Apple"
],
[
"Nelson Mandela",
"South Africa"
],
[
"Taylor Swift",
"country music"
],
[
"2Pac",
"pop music"
]
],
"prompts": [
"<ENT0> was a <ENT1> icon .",
"<ENT0> is the face of <ENT1> .",
"<ENT0> was the representative figure of <ENT1> .",
"<ENT0> was the co-founder and ceo of <ENT1> inc .",
"<ENT0> was the most iconic <ENT1>ian of his time .",
"<ENT0> was a symbol of hope for many people in <ENT1> .",
"<ENT0> is one of the most popular <ENT1> artists today .",
"<ENT0> is considered the father of the modern <ENT1>n state .",
"<ENT0> is one of the most influential <ENT1>ians of our time .",
"<ENT0> is a <ENT1> icon and one of the best soccer players in the world .",
"As one of the most successful and popular <ENT1> artists, <ENT0> represents the genre well .",
"If you're looking for a representative figure of <ENT1>, you can't do much better than <ENT0> .",
"<ENT0> is the co-founder of <ENT1> and served as the ceo of the company until his death in 2011 .",
"If <ENT0> is the representative figure of <ENT1>, then that means he is the one who speaks for the country .",
"If <ENT0> were the representative figure of <ENT1>, he would be an extremely influential and popular artist .",
"If we're talking about current, popular <ENT1>, then yeah, you could say that <ENT0> is the representative figure ."
]
},
"ingredient_for": {
"init_prompts": [
"<ENT0> is an ingredient for <ENT1> ."
],
"seed_ent_tuples": [
[
"flour",
"cake"
],
[
"beef",
"hamburger"
],
[
"potato",
"chip"
],
[
"fried rice",
"rice"
],
[
"stargazer pie",
"pilchard"
]
],
"prompts": [
"<ENT1> needs <ENT0> as an ingredient .",
"One way to use <ENT0>es is to make <ENT1>s .",
"<ENT0> is a key ingredient in making a <ENT1> .",
"One of the ingredients for making a <ENT1> is <ENT0> .",
"If you want to make a <ENT1>, you'll need some <ENT0> .",
"A <ENT0> is an ingredient that is used to make <ENT1>s .",
"<ENT0> is a dish that contains <ENT1> as one of its ingredients .",
"<ENT0> is a popular dish made with <ENT1> as the main ingredient .",
"<ENT0> is a type of fish pie that is typically made with <ENT1>s .",
"<ENT0> is a dish made from <ENT1> that has been fried in a wok or a pan ."
]
},
"business": {
"init_prompts": [
"<ENT0> sells <ENT1> ."
],
"seed_ent_tuples": [
[
"Nissan",
"car"
],
[
"Apple",
"laptop"
],
[
"Shell",
"oil"
],
[
"Nvidia",
"GPU"
],
[
"McDonald",
"hamburger"
]
],
"prompts": [
"<ENT0> sells <ENT1>s .",
"<ENT0> is an <ENT1> company .",
"<ENT0> is known for selling <ENT1>s .",
"<ENT0> is a company that sells <ENT1>s .",
"<ENT0> is an international <ENT1> and gas company .",
"<ENT0> is a <ENT1> company that manufactures and sells vehicles .",
"<ENT0> sells <ENT1>s through its online store and retail locations .",
"<ENT0> is a popular fast food chain that is known for selling <ENT1>s .",
"<ENT0> is a fast food company that specializes in <ENT1>s, fried chicken, and soft drinks .",
"<ENT0> is a company that specializes in the production of <ENT1>s, or graphics processing units .",
"<ENT0> is a japanese <ENT1> company that sells a wide variety of vehicles, from small to large, and from economy to luxury .",
"<ENT0> describes themselves as \"the world\u2019s largest information technology company by revenue,\" and they sell many products, including <ENT1>s ."
]
},
"featured_thing": {
"init_prompts": [
"<ENT0> is a very <ENT1> <ENT2> ."
],
"seed_ent_tuples": [
[
"egg",
"cheap",
"food"
],
[
"boa",
"long",
"snake"
],
[
"Messi",
"skillful",
"football player"
],
[
"Russia",
"large",
"country"
],
[
"Amazon",
"rich",
"company"
]
],
"prompts": [
"The <ENT0> <ENT2> is very <ENT1> .",
"<ENT0>s are a very <ENT1> <ENT2> .",
"<ENT0> is definitely a <ENT1> <ENT2> .",
"<ENT0> is a very <ENT1> and successful <ENT2> .",
"You can hardly find a <ENT1>er <ENT2> than <ENT0>s .",
"There is no doubt that <ENT0> is a very <ENT1> <ENT2> .",
"It covers a lot of ground, <ENT0> is a very <ENT1> <ENT2> .",
"A single <ENT0> is a very <ENT1> and affordable <ENT2> item .",
"<ENT0>s are a type of <ENT2> that can grow to be very <ENT1> .",
"Although <ENT0> is not the world's <ENT1>est <ENT2>, it is still very wealthy ."
]
},
"need_sth_to_do_sth": {
"init_prompts": [
"<ENT0> needs <ENT1> to <ENT2> ."
],
"seed_ent_tuples": [
[
"developer",
"computer",
"code"
],
[
"people",
"social media",
"connect"
],
[
"pig",
"food",
"grow"
],
[
"people",
"money",
"live"
],
[
"intern",
"good performance",
"return offer"
]
],
"prompts": [
"<ENT0> need <ENT1> to <ENT2> .",
"In order to <ENT2>, <ENT0> need <ENT1> .",
"There is a need for <ENT1> to <ENT2> <ENT0> .",
"A <ENT0> requires <ENT1> in order to <ENT2> .",
"<ENT0> feel the need to <ENT2> through <ENT1> .",
"A <ENT0> requires <ENT1> to <ENT2> with each other .",
"<ENT0> feel that they need <ENT1> in order to <ENT2> .",
"A <ENT0> will only <ENT2> if it has enough <ENT1> to eat .",
"Without <ENT1>, <ENT0> would have a harder time <ENT2>ing with others .",
"It is important for <ENT0> to be able to <ENT2> with each other through <ENT1> ."
]
},
"can_but_not_good": {
"init_prompts": [
"<ENT0> can <ENT1> but not good at ."
],
"seed_ent_tuples": [
[
"chicken",
"fly"
],
[
"dog",
"swim"
],
[
"long-distance runner",
"sprint"
],
[
"skater",
"ski"
],
[
"researcher",
"teach"
]
],
"prompts": [
"<ENT0>s are not good at <ENT1>ing .",
"<ENT0>s can <ENT1>, but they aren't very good at it .",
"The average <ENT0> is not especially good at <ENT1>ing .",
"The <ENT0> is skilled at <ENT1>ing, but not particularly good at it .",
"<ENT0>s are not good at <ENT1>ing because they are not built for it .",
"<ENT1>ing requires explosive speed and power, which <ENT0>s typically lack .",
"<ENT0>s aren't particularly good <ENT1>mers, but they can do it if they need to .",
"While <ENT0>s are capable of <ENT1>ming, they are not particularly proficient at it .",
"<ENT0>s are not good at <ENT1>ing because they lack the proper equipment and training .",
"While <ENT0>s are typically excellent at their jobs, <ENT1>ing is not usually a strong suit .",
"Although <ENT0>s are theoretically able to <ENT1>, they are not very good at it and usually stay on the ground .",
"While <ENT0>s are able to <ENT1>, they are not instinctively good at it and may need some help or encouragement to do so ."
]
},
"worth_celebrating": {
"init_prompts": [
"It\u2019s worth celebrating for a <ENT0> to <ENT1> ."
],
"seed_ent_tuples": [
[
"team",
"wim"
],
[
"student",
"pass exam"
],
[
"researcher",
"publish paper"
],
[
"people",
"earn money"
],
[
"parents",
"get a baby"
]
],
"prompts": [
"It's good when <ENT0> <ENT1> .",
"It's great for <ENT0> to <ENT1> .",
"It's great when a group of <ENT0> <ENT1> .",
"It's great when <ENT0>s <ENT1>s as a group .",
"It's worth celebrating when a <ENT0> <ENT1> .",
"It's always good when <ENT0> <ENT1> is doing well .",
"When a group of <ENT0> <ENT1>, it is worth celebrating .",
"There is value in celebrating when group of <ENT0>s <ENT1> .",
"It's always good when <ENT0>s <ENT1>s, regardless of the topic .",
"It is seen as significant accomplishment for <ENT0> when they <ENT1> ."
]
},
"potential_risk": {
"init_prompts": [
"A potential risk of <ENT0> is <ENT1> ."
],
"seed_ent_tuples": [
[
"playing game",
"fail the exam"
],
[
"sleep insufficiency",
"heart disease"
],
[
"candy",
"tooth decay"
],
[
"flight",
"plane crash"
],
[
"investment",
"lose money"
]
],
"prompts": [
"<ENT0> may lead to <ENT1> .",
"<ENT0> can potentially cause <ENT1> .",
"One potential risk of <ENT0> is <ENT1> .",
"Eating too much <ENT0> can cause <ENT1> .",
"If a <ENT1>es, it is a potential risk of <ENT0> .",
"If you have <ENT1>, you may be at risk for <ENT0> .",
"<ENT0> has been linked to an increased risk of <ENT1> .",
"An <ENT0> always entails some risk\u2014you could <ENT1> on it .",
"<ENT0> can lead to <ENT1> if it is not eaten in moderation .",
"An <ENT0> always comes with the potential to make or <ENT1> .",
"If a <ENT0> is not properly executed, it can cause a <ENT1> .",
"If a <ENT0> is not well-planned or executed, it may lead to a <ENT1> .",
"A new study has found that <ENT0> is linked to an increased risk of <ENT1> .",
"If you have a <ENT1>, you are at a greater risk for cavities if you eat <ENT0> .",
"A recent study has found that there is a correlation between eating <ENT0> and an increased risk of <ENT1> ."
]
}
}