init-commit

This commit is contained in:
lilinyang 2025-05-23 15:27:15 +08:00
commit 18a552597a
3461 changed files with 1150579 additions and 0 deletions

View file

@ -0,0 +1,74 @@
[
{
"s_list": [
"metals",
"products",
"students",
"mammals",
"pencils",
"stars",
"individual businesses"
],
"p_list": [
"conductive",
"qualified",
"like mathematics",
"warm-blooded animals",
"pens",
"planets",
"paid taxes"
],
"problem_types": [
"components",
"proposition_type",
"relationship_exists",
"relationship_type",
"truth_value"
]
},
{
"s_list": [
"students",
"animals",
"fruits",
"countries",
"books",
"cities"
],
"p_list": [
"happy",
"furry",
"sweet",
"large",
"interesting",
"populated"
],
"problem_types": [
"components",
"proposition_type",
"relationship_exists",
"truth_value"
]
},
{
"s_list": [
"plants",
"rocks",
"mountains",
"oceans",
"stars"
],
"p_list": [
"green",
"hard",
"tall",
"deep",
"bright"
],
"problem_types": [
"proposition_type",
"relationship_exists",
"truth_value"
]
}
]