{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-@l10n/ja/sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":[]},"type":"markdown"},"seo":{"title":"個人攻撃","projectTitle":"Tisane Developer Documentation","description":"Tisane is an NLP platform, used for content moderation & more.","llmstxt":{"hide":false,"sections":[{"title":"Table of contents","includeFiles":["**/*"],"excludeFiles":[]}],"excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"個人攻撃","__idx":0},"children":["個人攻撃"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["個人攻撃とは、侮辱、個人攻撃（人身攻撃）、ネットいじめ、または会話の参加者に対するその他のいかなる種類の攻撃を指します。検出された個人攻撃のインスタンスは、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["abuse"]},"セクションに記録され、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["type"]},"属性は",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["personal_attack"]},"に設定されます。"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"個人攻撃とみなされないものは何ですか","__idx":1},"children":["個人攻撃とみなされないものは何ですか？"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["社会集団に対する攻撃"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["対象が民族的、宗教的、または人種的な集団である場合、これは",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigotry"]},"（ヘイトスピーチ）に分類されます。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["他の社会集団に対する攻撃は、いずれのカテゴリーにも該当しない場合があります。または、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["contentious"]},"（争いを引き起こす可能性のあるコンテンツ）としてマークされる場合があります。"]}]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["架空のキャラクターまたは著名人に対する攻撃"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["架空のキャラクターや著名人に対する批判は、個人攻撃には該当しません。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["現在、会話に参加していない人物に対する攻撃。つまり、2人称（「あなた」）ではなく、ユーザーのハンドル名（例：@user12345）に紐付けられた発言で特定されていないすべてのユーザーを指します。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["個人を直接攻撃しない否定的な感情。例えば、「お前の音楽はひどい」は個人的な攻撃ではありません。__"]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"例","__idx":2},"children":["例"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["リクエスト："]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"language\":\"en\",\n  \"content\":\"You are so stupid, nobody likes you here!\",\n  \"settings\": \n  {\n    \"snippets\":true, \"explain\":true\n  }\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["レスポンス："]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n\t\"text\": \"You are so stupid, nobody likes you here!\",\n\t\"abuse\": [\n\t\t{\n\t\t\t\"sentence_index\": 0,\n\t\t\t\"offset\": 0,\n\t\t\t\"length\": 17,\n\t\t\t\"text\": \"You are so stupid\",\n\t\t\t\"type\": \"personal_attack\",\n\t\t\t\"severity\": \"medium\",\n\t\t\t\"explanation\": \"Calling someone unsatisfactory\"\n\t\t},\n\t\t{\n\t\t\t\"sentence_index\": 0,\n\t\t\t\"offset\": 19,\n\t\t\t\"length\": 16,\n\t\t\t\"text\": \"nobody likes you\",\n\t\t\t\"type\": \"personal_attack\",\n\t\t\t\"severity\": \"medium\",\n\t\t\t\"explanation\": \"Claim of universal dislike\"\n\t\t}\n\t]\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"デフォルトポリシーの再定義","__idx":3},"children":["デフォルトポリシーの再定義"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["デフォルトのポリシー（第三者を除外する設定）は、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["memory"]},"モジュールを使用して変更可能です。"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"指定された当事者に対する攻撃の検出","__idx":4},"children":["指定された当事者に対する攻撃の検出"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["名前で参照されている人物に対する攻撃を検出するため、以下のメモリ設定を追加してください。"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"assign\": [\n    {\n      \"if\": {\n        \"features\": [\n          {\n            \"index\": 1,\n            \"value\": \"NOUN\"\n          },\n          {\n            \"index\": 14,\n            \"value\": \"NA\"\n          },\n          {\n            \"index\": 22,\n            \"value\": \"PERS\"\n          }\n        ]\n      },\n      \"then\": {\n        \"features\": [\n          {\n            \"index\": 33,\n            \"value\": \"DIPA\"\n          }\n        ],\n        \"hypernym\": 123887\n      }\n    }\n  ]\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["例："]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"language\": \"en\",\n  \"content\": \"John Smith sucks\",\n  \"settings\": \n  {\n    \"memory\":\n    {\n      \"assign\": [\n      {\n        \"if\": {\n          \"features\": [\n            {\n              \"index\": 1,\n              \"value\": \"NOUN\"\n            },\n            {\n              \"index\": 14,\n              \"value\": \"NA\"\n            },\n            {\n              \"index\": 22,\n              \"value\": \"PERS\"\n            }\n          ]\n        },\n        \"then\": {\n          \"features\": [\n            {\n              \"index\": 33,\n              \"value\": \"DIPA\"\n            }\n          ],\n          \"hypernym\": 123887\n        }\n      } ]\n    }\n  }\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"すべての第三者に対する攻撃の検出","__idx":5},"children":["すべての第三者に対する攻撃の検出"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["すべての第三者に対する攻撃を検出するため、以下のメモリ設定を追加してください。"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"assign\": [\n    {\n      \"if\": {\n        \"features\": [\n          {\n            \"index\": 1,\n            \"value\": \"NOUN\"\n          },\n          {\n            \"index\": 9,\n            \"value\": \"3\"\n          },\n          {\n            \"index\": 22,\n            \"value\": \"PERS\"\n          }\n        ]\n      },\n      \"then\": {\n        \"features\": [\n          {\n            \"index\": 33,\n            \"value\": \"DIPA\"\n          }\n        ],\n        \"hypernym\": 123887\n      }\n    }\n  ]\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["例："]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"language\": \"en\",\n  \"content\": \"He is an idiot\",\n  \"settings\": \n  {\n    \"memory\":\n    {\n      \"assign\": [\n      {\n        \"if\": {\n          \"features\": [\n            {\n              \"index\": 1,\n              \"value\": \"NOUN\"\n            },\n            {\n              \"index\": 9,\n              \"value\": \"3\"\n            },\n            {\n              \"index\": 22,\n              \"value\": \"PERS\"\n            }\n          ]\n        },\n        \"then\": {\n          \"features\": [\n            {\n              \"index\": 33,\n              \"value\": \"DIPA\"\n            }\n          ],\n          \"hypernym\": 123887\n        }\n      } ]\n    }\n  }\n}\n","lang":"json"},"children":[]}]},"headings":[{"value":"個人攻撃","id":"個人攻撃","depth":1},{"value":"個人攻撃とみなされないものは何ですか？","id":"個人攻撃とみなされないものは何ですか","depth":2},{"value":"例","id":"例","depth":2},{"value":"デフォルトポリシーの再定義","id":"デフォルトポリシーの再定義","depth":2},{"value":"指定された当事者に対する攻撃の検出","id":"指定された当事者に対する攻撃の検出","depth":3},{"value":"すべての第三者に対する攻撃の検出","id":"すべての第三者に対する攻撃の検出","depth":3}],"frontmatter":{"seo":{"title":"個人攻撃"}},"lastModified":"2025-06-30T05:16:22.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/ja/guides/abuse/personalattack","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}