Twinkle HubTwinkle Hub

教檢題目語意+關鍵字檢索

tw_search_teacher_exam_questions

시험 · 9개🇹🇼 대만읽기 전용

關鍵字 / Keywords: 教檢題目 教資考選擇題 師培題 teacher exam questions 幼兒園 特教

以自然語言 + (可選) 關鍵字過濾, 檢索教檢題目級別.

Corpus: 教師資格考試 (教育部), 民國 094-115 選擇題逐題抽取 + Qwen3- Embedding-4B 向量化. 約 ~3,000-4,000 題 (試題本含 selection question 部分; 申論/綜合/寫作題不抽取).

參數: query: 自然語言, 例「兒童認知發展階段」「特殊教育學生評量」 stem_contains: 題幹必含此子字串 (硬性 keyword filter) exid / category_contains / subject_contains: 同 tw_search_teacher_exam year_from / year_to: 西元年範圍 limit: top-K (1..100)

回傳 schema: {n_corpus, n_returned, query, hits: [{paper_id, exam_year (民國), exam_year_西元, exam_name, exid, category, subject_name, question_no, question_type, stem, options{A,B,C,D}, answer, similarity}, ...]}

典型用法: tw_search_teacher_exam_questions("皮亞傑認知發展") tw_search_teacher_exam_questions("特殊兒童", category_contains="特殊") tw_search_teacher_exam_questions("教學評量", subject_contains="課程與教學", year_from=2020)

파라미터

이름타입설명
query *string
stem_containsstring
exidstring
category_containsstring
subject_containsstring
year_frominteger
year_tointeger
limitinteger
원본 JSON schema
{
  "properties": {
    "query": {
      "title": "Query",
      "type": "string"
    },
    "stem_contains": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Stem Contains"
    },
    "exid": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Exid"
    },
    "category_contains": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Category Contains"
    },
    "subject_contains": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Subject Contains"
    },
    "year_from": {
      "anyOf": [
        {
          "type": "integer"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Year From"
    },
    "year_to": {
      "anyOf": [
        {
          "type": "integer"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Year To"
    },
    "limit": {
      "default": 20,
      "title": "Limit",
      "type": "integer"
    }
  },
  "required": [
    "query"
  ],
  "title": "tw_search_teacher_exam_questionsArguments",
  "type": "object"
}

호출 방법

스타터 — 파라미터는 위 표 참조
tw_search_teacher_exam_questions({ query: "…" })