File size: 2,594 Bytes
6debe2f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
---
pretty_name: AgroVG-Sample
license: other
task_categories:
- object-detection
- image-segmentation
tags:
- visual-grounding
- referring-expression-comprehension
- referring-expression-segmentation
- agriculture
- benchmark
- sample
- mlcroissant
size_categories:
- n<1K
language:
- en
configs:
- config_name: t1_annotations
  data_files:
  - split: dev
    path: t1/annotations/dev.jsonl
  - split: test
    path: t1/annotations/test.jsonl
- config_name: t1_queries
  data_files:
  - split: dev
    path: t1/queries/queries_dev.jsonl
  - split: test
    path: t1/queries/queries_test.jsonl
- config_name: t2_annotations
  data_files:
  - split: dev
    path: t2/annotations/dev.jsonl
  - split: test
    path: t2/annotations/test.jsonl
- config_name: t2_queries
  data_files:
  - split: dev
    path: t2/queries/queries_dev.jsonl
  - split: test
    path: t2/queries/queries_test.jsonl
---

# AgroVG-Sample

AgroVG-Sample is a lightweight, structure-preserving sample of AgroVG prepared for peer review and dataset inspection. It keeps the same relative path schema as the full release while including only a small deterministic subset of examples.

This sample is intended for quick download, schema inspection, and evaluation-pipeline smoke tests. It is not intended to reproduce benchmark numbers from the paper.

Full dataset URL: https://huggingface.co/datasets/sauryrs/AgroVG  
Sample dataset URL: https://huggingface.co/datasets/sauryrs/AgroVG-Sample

## Composition

| Task | Dev queries | Test queries | Total queries | Output target |
|---|---:|---:|---:|---|
| T1 | 27 | 27 | 54 | Bounding-box set |
| T2 | 18 | 18 | 36 | Query-level binary mask |
| Total | 45 | 45 | 90 | Boxes or masks |

## Files

```text
AgroVG-Sample/
  README.md
  LICENSE
  NOTICE
  CITATION.cff
  croissant.json
  source_licenses.json
  sample_manifest.json
  sample_stats.json
  t1/
    annotations/dev.jsonl
    annotations/test.jsonl
    annotations/annotations.jsonl
    queries/queries_dev.jsonl
    queries/queries_test.jsonl
    images/...
  t2/
    annotations/dev.jsonl
    annotations/test.jsonl
    annotations/annotations.jsonl
    queries/queries_dev.jsonl
    queries/queries_test.jsonl
    images/...
    instance_maps/...
```

## Path Schema

All paths are relative to the task directory.

- T1 `rgb_relpath` resolves under `t1/`.
- T2 `rgb_relpath` resolves under `t2/`.
- T2 `mask_relpath` resolves under `t2/`.

## Provenance and Licensing

This sample inherits the same source-dataset provenance and license constraints as AgroVG. See `source_licenses.json`, `NOTICE`, and `LICENSE`.