> For the complete documentation index, see [llms.txt](https://docs.geopard.tech/geopard-tutorials/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.geopard.tech/geopard-tutorials/jpn/tsu-webapuri/geopard-aiashisutanto/to.md).

# 精度と評価

当社は、バージョン管理されたベンチマークでアシスタントの農学的精度を測定します。改善途上の分野を含め、すべてのカテゴリスコアを公開しています。

### ベンチマーク

* CCAスタイルの、専門家レベルの農学質問503問。
* 5つのカテゴリ：土壌と水、作物管理、養分管理、病害虫管理とIPM、精密農業専門。
* リリースごとにバージョン管理し、再実行しています。現在のバージョン：v2、2026年7月。

### 現在のスコア

| カテゴリ      | スコア   |
| --------- | ----- |
| 精密農業専門    | 100%  |
| 土壌と水      | 95.8% |
| 作物管理      | 93.8% |
| 養分管理      | 92.9% |
| 病害虫管理とIPM | 77.5% |

### 問題セットを非公開にしている理由

公開ベンチマークの問題は、AIの学習データに流出してしまいます。一度そうなると、スコアは能力を測る指標ではなくなります。問題セットを非公開にしているのは、将来のスコアの意味を保つためです。手法、すべてのカテゴリスコア、サンプル問題は、要請があれば公開します。

### ベンチマークを超えた検証

ベンチマークのスコアは知識を測定します。生成されるすべてのプランは、作成前にドライランで検証されます。チェックでは、普及機関の推奨に対する養分バランスと持ち出し係数を確認します。また、お使いの検査機関の土壌分析における臨界値と蓄積基準も確認します。さらに、散布量上限、緩衝距離、ナレッジベースのルールもチェックします。チェックに失敗した場合、マップは生成されません。

### あなたの役割

このアシスタントは専門的な判断を支援します。認定された地域農学者の代わりではありません。各処方はすべて確認し、承認してください。推奨内容は、作付計画、土壌分析、製品ラベル、現地の規制に照らして検証してください。

### 関連

* [GeoPard AIアシスタントの概要](/geopard-tutorials/jpn/tsu-webapuri/geopard-aiashisutanto.md)
* [AIアシスタントFAQ](/geopard-tutorials/jpn/tsu-webapuri/geopard-aiashisutanto/aiashisutantofaq.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.geopard.tech/geopard-tutorials/jpn/tsu-webapuri/geopard-aiashisutanto/to.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
