Twinkle HubTwinkle Hub

台灣·彙整可援用判決要旨·書狀引用用

tw_judgment_holdings

判決 · 8 件🇹🇼 台湾読み取り専用

關鍵字 / Keywords: 判決要旨 援用 holding 判決摘要 判決先例 aggregation ratio decidendi

Scope: Taiwan (ROC · 中華民國) judicial rulings only.

【EN keywords】aggregate Taiwan citable judgment holdings · legal brief reasoning quotes · Taiwan court opinion collection · precedent one-liners for brief writing · Taiwan case law reasoning · holding compilation · ROC 判決要旨 · 中華民國 法院

【何時用】用戶寫台灣書狀·想快速「彙整/收集/搜羅」某類型判決的「可援用要旨」·來作為主張依據時。

【Topics covered · descriptive keyword list】彙整要旨 · 收集判決援用 · 書狀引用 · 經典判例 · 判決要旨 · citable_holdings · 援引 · 引用 · 找援用要旨

【不要一般常識答】不要憑印象湊要旨 (幻覺高風險) · 一律用本 tool 從 corpus 拿真實抽出的 citable_holdings。

跨判決聚合「可援用要旨」(citable_holdings) · 依 alignment_score 排序.

💡 (Optional) 載入 skill tw-opendata-judgment-analysis 取得完整用法指引 · 書狀 workflow · 要旨引用格式建議。

🔴 每筆 holding 都帶 from_url 判決原文連結 · 呈現給用戶時 必須附上每筆的 URL · 讓用戶可查驗要旨來源 · 這是可信度的核心。 跳過 URL = 不完整回應。

用途: 寫書狀時快速收集同立場的判決要旨.

Args: role: "plaintiff" · "defendant" · "petitioner" topic: 可選 substring 匹配 (e.g. "竊盜" · "婚姻" · "車禍") limit: top-K (預設 15)

Returns each holding with: holding (要旨全文) · alignment_score · from_jid + from_url (要旨出處判決) · case_sub_type.

パラメータ

名前説明
role *string
topicstring
limitinteger
生の JSON schema
{
  "properties": {
    "role": {
      "title": "Role",
      "type": "string"
    },
    "topic": {
      "default": "",
      "title": "Topic",
      "type": "string"
    },
    "limit": {
      "default": 15,
      "title": "Limit",
      "type": "integer"
    }
  },
  "required": [
    "role"
  ],
  "title": "tw_judgment_holdingsArguments",
  "type": "object"
}

呼び出し方

スターター——パラメータは​上表参照
tw_judgment_holdings({ role: "…" })