shanewang commited on
Commit
b320f96
·
verified ·
1 Parent(s): e31c328

Upload MOTIF dataset

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +1 -0
  2. README.md +20 -9
  3. train/images/fw90_10038_495852_annotated.png → data/train.parquet +2 -2
  4. train/images/fw90_10160_184172_annotated.png +0 -3
  5. train/images/fw90_10714_139914_annotated.png +0 -3
  6. train/images/fw90_10759_382012_annotated.png +0 -3
  7. train/images/fw90_11016_450434_annotated.png +0 -3
  8. train/images/fw90_11080_431026_annotated.png +0 -3
  9. train/images/fw90_11258_140454_annotated.png +0 -3
  10. train/images/fw90_11492_497746_annotated.png +0 -3
  11. train/images/fw90_11533_043354_annotated.png +0 -3
  12. train/images/fw90_11560_455952_annotated.png +0 -3
  13. train/images/fw90_11576_251882_annotated.png +0 -3
  14. train/images/fw90_11725_048738_annotated.png +0 -3
  15. train/images/fw90_11788_169035_annotated.png +0 -3
  16. train/images/fw90_11889_513087_annotated.png +0 -3
  17. train/images/fw90_11946_435206_annotated.png +0 -3
  18. train/images/fw90_12028_277329_annotated.png +0 -3
  19. train/images/fw90_12199_285512_annotated.png +0 -3
  20. train/images/fw90_12319_228525_annotated.png +0 -3
  21. train/images/fw90_12453_468361_annotated.png +0 -3
  22. train/images/fw90_12466_332282_annotated.png +0 -3
  23. train/images/fw90_12761_195332_annotated.png +0 -3
  24. train/images/fw90_12793_220685_annotated.png +0 -3
  25. train/images/fw90_12936_344582_annotated.png +0 -3
  26. train/images/fw90_12947_135900_annotated.png +0 -3
  27. train/images/fw90_12948_135900_annotated.png +0 -3
  28. train/images/fw90_1307_295116_annotated.png +0 -3
  29. train/images/fw90_13253_227293_annotated.png +0 -3
  30. train/images/fw90_13307_184402_annotated.png +0 -3
  31. train/images/fw90_13313_465140_annotated.png +0 -3
  32. train/images/fw90_13361_131388_annotated.png +0 -3
  33. train/images/fw90_13485_048442_annotated.png +0 -3
  34. train/images/fw90_13562_133609_annotated.png +0 -3
  35. train/images/fw90_13881_276918_annotated.png +0 -3
  36. train/images/fw90_13982_274066_annotated.png +0 -3
  37. train/images/fw90_13987_403265_annotated.png +0 -3
  38. train/images/fw90_14170_205898_annotated.png +0 -3
  39. train/images/fw90_14298_475019_annotated.png +0 -3
  40. train/images/fw90_14510_120632_annotated.png +0 -3
  41. train/images/fw90_14953_414947_annotated.png +0 -3
  42. train/images/fw90_15322_240288_annotated.png +0 -3
  43. train/images/fw90_15618_376751_annotated.png +0 -3
  44. train/images/fw90_15634_145989_annotated.png +0 -3
  45. train/images/fw90_15812_294030_annotated.png +0 -3
  46. train/images/fw90_15969_067049_annotated.png +0 -3
  47. train/images/fw90_16092_339404_annotated.png +0 -3
  48. train/images/fw90_16192_307567_annotated.png +0 -3
  49. train/images/fw90_16313_378098_annotated.png +0 -3
  50. train/images/fw90_16648_537790_annotated.png +0 -3
.gitattributes CHANGED
@@ -1,2 +1,3 @@
1
  *.png filter=lfs diff=lfs merge=lfs -text
2
  *.zip filter=lfs diff=lfs merge=lfs -text
 
 
1
  *.png filter=lfs diff=lfs merge=lfs -text
2
  *.zip filter=lfs diff=lfs merge=lfs -text
3
+ *.parquet filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -19,7 +19,21 @@ size_categories:
19
  - 1K<n<10K
20
  configs:
21
  - config_name: default
22
- drop_labels: true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  ---
24
 
25
  # MOTIF
@@ -30,21 +44,18 @@ The uploaded archive contains 1,125 examples from the L2Corpus release. Each exa
30
 
31
  ## Dataset Structure
32
 
33
- This Hugging Face repository is organized as an image dataset:
34
 
35
  ```text
36
- train/
37
- metadata.csv
38
- images/
39
- *.png
40
  ```
41
 
42
- The `metadata.csv` file contains the original text fields plus the image path used by the Hugging Face image dataset loader.
43
 
44
  ## Fields
45
 
46
- - `image`: image loaded from `file_name` by Hugging Face.
47
- - `file_name`: relative path to the annotated image.
48
  - `id`: original example identifier.
49
  - `context`: reading context sentence.
50
  - `focus`: complex word or target focus word in the context.
 
19
  - 1K<n<10K
20
  configs:
21
  - config_name: default
22
+ data_files:
23
+ - split: train
24
+ path: data/train.parquet
25
+ dataset_info:
26
+ features:
27
+ - name: image
28
+ dtype: image
29
+ - name: id
30
+ dtype: string
31
+ - name: context
32
+ dtype: string
33
+ - name: focus
34
+ dtype: string
35
+ - name: image_id
36
+ dtype: string
37
  ---
38
 
39
  # MOTIF
 
44
 
45
  ## Dataset Structure
46
 
47
+ This Hugging Face repository is organized as a Parquet image dataset:
48
 
49
  ```text
50
+ data/
51
+ train.parquet
 
 
52
  ```
53
 
54
+ The Parquet file embeds each annotated PNG image in an `image` column and keeps the original text metadata alongside it.
55
 
56
  ## Fields
57
 
58
+ - `image`: annotated image associated with the focus word and context.
 
59
  - `id`: original example identifier.
60
  - `context`: reading context sentence.
61
  - `focus`: complex word or target focus word in the context.
train/images/fw90_10038_495852_annotated.png → data/train.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c36abdc1b379a3d6e92bc6a67e851c3e3bf04662be289cf6c6f8a7c2af388bba
3
- size 201102
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ee5ee51a84b0d521ad6e07ce43f916c127e733de25dda0bc0c455a0d09caf56
3
+ size 617069569
train/images/fw90_10160_184172_annotated.png DELETED

Git LFS Details

  • SHA256: 6a9500323221d9567006322bb7d1936af65fa4bf351437049053d29ecb71fe0a
  • Pointer size: 131 Bytes
  • Size of remote file: 352 kB
train/images/fw90_10714_139914_annotated.png DELETED

Git LFS Details

  • SHA256: b12359e1989e08288b80d66fe5ff522a67cca0f88007a17413658ab664bde1ad
  • Pointer size: 131 Bytes
  • Size of remote file: 617 kB
train/images/fw90_10759_382012_annotated.png DELETED

Git LFS Details

  • SHA256: 6a23b464cc02f4bfdafe40bc7f9d63c442ebc33fe361c517e27e9064234da1d0
  • Pointer size: 131 Bytes
  • Size of remote file: 384 kB
train/images/fw90_11016_450434_annotated.png DELETED

Git LFS Details

  • SHA256: b59faf7fac3052b8c5954c44cc0a31e4449f17bfa2d37301fb8d784bbbbfd6b4
  • Pointer size: 131 Bytes
  • Size of remote file: 648 kB
train/images/fw90_11080_431026_annotated.png DELETED

Git LFS Details

  • SHA256: 48c402538f50914359aa80673403cc206bd33cd98b99fc20003eb1b61231b650
  • Pointer size: 131 Bytes
  • Size of remote file: 885 kB
train/images/fw90_11258_140454_annotated.png DELETED

Git LFS Details

  • SHA256: ee47817cd112a66e03197f038d96eab8db85649faa5500ed63dbfb2526fd57dd
  • Pointer size: 131 Bytes
  • Size of remote file: 512 kB
train/images/fw90_11492_497746_annotated.png DELETED

Git LFS Details

  • SHA256: 34f44fa1304ef2ba7fedff11b8104838203ffe8450d711933fa837e5739e7a55
  • Pointer size: 131 Bytes
  • Size of remote file: 879 kB
train/images/fw90_11533_043354_annotated.png DELETED

Git LFS Details

  • SHA256: 456da4cdf78255e7f7c1b0a606f0298c271f85d4c4cae541f83f2c76b5b6c787
  • Pointer size: 131 Bytes
  • Size of remote file: 505 kB
train/images/fw90_11560_455952_annotated.png DELETED

Git LFS Details

  • SHA256: d38e4a5156d6aecc474f0630d9d2e41db965585663ba71f5b3fdac1948ea909e
  • Pointer size: 131 Bytes
  • Size of remote file: 595 kB
train/images/fw90_11576_251882_annotated.png DELETED

Git LFS Details

  • SHA256: 941a2c0595db2e7ac148f3c38ad6b4cce653a62832d1f93ca80632b033b4e638
  • Pointer size: 131 Bytes
  • Size of remote file: 483 kB
train/images/fw90_11725_048738_annotated.png DELETED

Git LFS Details

  • SHA256: 193bc44189e8255b630817495f7c760f2cec1b9406c97c02ff741c366401a497
  • Pointer size: 131 Bytes
  • Size of remote file: 529 kB
train/images/fw90_11788_169035_annotated.png DELETED

Git LFS Details

  • SHA256: c7303a984cf8dd5649c06c97d87c0a0d82211abf056206a3b828ffdb676ac58f
  • Pointer size: 131 Bytes
  • Size of remote file: 526 kB
train/images/fw90_11889_513087_annotated.png DELETED

Git LFS Details

  • SHA256: 327f8290683b32e80b1e033943c8b37960f0bae9bb547036e95f650a10ffa256
  • Pointer size: 131 Bytes
  • Size of remote file: 297 kB
train/images/fw90_11946_435206_annotated.png DELETED

Git LFS Details

  • SHA256: 85f31b8be701ec3a2af434e12f2b73d0015dac9b93f1955b4f77d38270317d65
  • Pointer size: 131 Bytes
  • Size of remote file: 265 kB
train/images/fw90_12028_277329_annotated.png DELETED

Git LFS Details

  • SHA256: 1f99b90d82f87875f825a0e450b4f8cbd3bf61997bd2b047f78492d23d53c3dc
  • Pointer size: 131 Bytes
  • Size of remote file: 310 kB
train/images/fw90_12199_285512_annotated.png DELETED

Git LFS Details

  • SHA256: 16462d959b350ff773d0cdad33febdb757ece794dc6cf1972899da653409b446
  • Pointer size: 131 Bytes
  • Size of remote file: 756 kB
train/images/fw90_12319_228525_annotated.png DELETED

Git LFS Details

  • SHA256: cb6db35a44d1299fb595b6360ba8c71c6815c96a8338433a95e4b3d3c54c0c9f
  • Pointer size: 131 Bytes
  • Size of remote file: 738 kB
train/images/fw90_12453_468361_annotated.png DELETED

Git LFS Details

  • SHA256: 834dc1d2dacf89fbb792b162dd2425f240cb0812dfc66e99905caed736654b81
  • Pointer size: 131 Bytes
  • Size of remote file: 580 kB
train/images/fw90_12466_332282_annotated.png DELETED

Git LFS Details

  • SHA256: 703346755d5130b2dafa0c3ed364c35f7fb8743494e8258f08327a5ecb4e893a
  • Pointer size: 131 Bytes
  • Size of remote file: 454 kB
train/images/fw90_12761_195332_annotated.png DELETED

Git LFS Details

  • SHA256: 31a9791e3dcc0a83cadca80c568336dad846886b2599d2bfdc8195c85084c290
  • Pointer size: 131 Bytes
  • Size of remote file: 539 kB
train/images/fw90_12793_220685_annotated.png DELETED

Git LFS Details

  • SHA256: 15c1dd8bf7fd5af67faa73d6239a01d81bdf17e2cf9097bd16a5a989dec1b2d3
  • Pointer size: 131 Bytes
  • Size of remote file: 630 kB
train/images/fw90_12936_344582_annotated.png DELETED

Git LFS Details

  • SHA256: 400928a19114251cc8a8246715c492e5d219c2ac31c1e03065f70acaf4cefc4c
  • Pointer size: 131 Bytes
  • Size of remote file: 433 kB
train/images/fw90_12947_135900_annotated.png DELETED

Git LFS Details

  • SHA256: 211ff0b5bb01aaf1bd7e5a16c8d91ad828342e8fef74a5d187960a03017aa842
  • Pointer size: 131 Bytes
  • Size of remote file: 609 kB
train/images/fw90_12948_135900_annotated.png DELETED

Git LFS Details

  • SHA256: be04cd9f66008c433423ab6335f9f43533b2edbcad234d560d66b84559cc76e8
  • Pointer size: 131 Bytes
  • Size of remote file: 609 kB
train/images/fw90_1307_295116_annotated.png DELETED

Git LFS Details

  • SHA256: eafd2b29f1cf5f42f890e9dc501951646621a89a7419a591d259f16323a2b083
  • Pointer size: 131 Bytes
  • Size of remote file: 660 kB
train/images/fw90_13253_227293_annotated.png DELETED

Git LFS Details

  • SHA256: 5d647134693b8f3a975ff9ab026bcaffa4a38d2bb971331808121f1bfa6e93cd
  • Pointer size: 131 Bytes
  • Size of remote file: 688 kB
train/images/fw90_13307_184402_annotated.png DELETED

Git LFS Details

  • SHA256: 94cd84740910ae69e7350e0f388d8d0a1e00538eba1bec7d86ed5724d91980f5
  • Pointer size: 131 Bytes
  • Size of remote file: 307 kB
train/images/fw90_13313_465140_annotated.png DELETED

Git LFS Details

  • SHA256: 7b24639fb595be3752e5a2fcb3b706db7d137906e3e2392ab538d2de5714caa6
  • Pointer size: 131 Bytes
  • Size of remote file: 647 kB
train/images/fw90_13361_131388_annotated.png DELETED

Git LFS Details

  • SHA256: c29d843b9ad0f57bcd931fb7ad820d08f918218724aca7be73930b2dd356b874
  • Pointer size: 131 Bytes
  • Size of remote file: 665 kB
train/images/fw90_13485_048442_annotated.png DELETED

Git LFS Details

  • SHA256: e6e34663a9035076efba9a097617d8da5cb3da70245158c37df1039998ab7f37
  • Pointer size: 131 Bytes
  • Size of remote file: 541 kB
train/images/fw90_13562_133609_annotated.png DELETED

Git LFS Details

  • SHA256: 310ee21f6921cc2b4599159305f2bb938e91523d160098d7bef6693cab2b450f
  • Pointer size: 131 Bytes
  • Size of remote file: 452 kB
train/images/fw90_13881_276918_annotated.png DELETED

Git LFS Details

  • SHA256: 5b652fc18e1e8c5df23a041135041d38356a5159e75db54947b5632c16bd0ca3
  • Pointer size: 131 Bytes
  • Size of remote file: 817 kB
train/images/fw90_13982_274066_annotated.png DELETED

Git LFS Details

  • SHA256: 66824242dd58ac2613efb3b63b9dc6b4b9e2fe21aa2d014ccf0cf21909bbf9e2
  • Pointer size: 131 Bytes
  • Size of remote file: 598 kB
train/images/fw90_13987_403265_annotated.png DELETED

Git LFS Details

  • SHA256: 7532ba0dc12e4bf66a96f88be0a97eeef697a33d75dcfb625b59524102f76160
  • Pointer size: 131 Bytes
  • Size of remote file: 433 kB
train/images/fw90_14170_205898_annotated.png DELETED

Git LFS Details

  • SHA256: a1ccfd52c7b7feda2346b581b4e08ca854039af898cacca65f1431bf3530d58c
  • Pointer size: 131 Bytes
  • Size of remote file: 617 kB
train/images/fw90_14298_475019_annotated.png DELETED

Git LFS Details

  • SHA256: 885a51edf39ae0108feb463be174cb11f437117d0117ace9f26c7b4efd629eaf
  • Pointer size: 131 Bytes
  • Size of remote file: 545 kB
train/images/fw90_14510_120632_annotated.png DELETED

Git LFS Details

  • SHA256: 88c7ddd1b2184438b36288cd8ce51b96d6049173f5f47390f856c677c5bd1bb2
  • Pointer size: 131 Bytes
  • Size of remote file: 449 kB
train/images/fw90_14953_414947_annotated.png DELETED

Git LFS Details

  • SHA256: ba9c08f9fc5323877851a29d720db3f8a6b061fd33f117ec39e3be6ae34bc9a8
  • Pointer size: 131 Bytes
  • Size of remote file: 294 kB
train/images/fw90_15322_240288_annotated.png DELETED

Git LFS Details

  • SHA256: 7e3541c8e996c4832ef8cf530142f2830f332dc5d0e46ddb2b4358e9969f9fc9
  • Pointer size: 131 Bytes
  • Size of remote file: 630 kB
train/images/fw90_15618_376751_annotated.png DELETED

Git LFS Details

  • SHA256: fa5efdc7865e45a20a847be957ce97d9981acdc44be6b9584aae2c0f3cfbb8e3
  • Pointer size: 131 Bytes
  • Size of remote file: 613 kB
train/images/fw90_15634_145989_annotated.png DELETED

Git LFS Details

  • SHA256: 6bd171a63e81ac4bd0de8f4e059ea3f83d5d4cc294e2bca1406259d50e48ad32
  • Pointer size: 131 Bytes
  • Size of remote file: 662 kB
train/images/fw90_15812_294030_annotated.png DELETED

Git LFS Details

  • SHA256: 98b1028b34387ce7d6c3e6fd5397d527b3b5ef2e248f6fac45716532465002d6
  • Pointer size: 131 Bytes
  • Size of remote file: 616 kB
train/images/fw90_15969_067049_annotated.png DELETED

Git LFS Details

  • SHA256: 56e1e22e40a0dfca22929c7145005de14170bd969dc95d9ab4d6ef5490c32b6a
  • Pointer size: 131 Bytes
  • Size of remote file: 360 kB
train/images/fw90_16092_339404_annotated.png DELETED

Git LFS Details

  • SHA256: f01c25854a5a81d825ac731a389adf09e776c0a5cd38868cf148de26c7e08441
  • Pointer size: 131 Bytes
  • Size of remote file: 819 kB
train/images/fw90_16192_307567_annotated.png DELETED

Git LFS Details

  • SHA256: 91ba7b4e40ad5ae992e94689548f015c9798cb570801b5034b538695dc28090d
  • Pointer size: 131 Bytes
  • Size of remote file: 551 kB
train/images/fw90_16313_378098_annotated.png DELETED

Git LFS Details

  • SHA256: 2b7201d4ff50957f15ae848afc6779be8abb56c464f5951e06e1435f2ef590ce
  • Pointer size: 131 Bytes
  • Size of remote file: 887 kB
train/images/fw90_16648_537790_annotated.png DELETED

Git LFS Details

  • SHA256: 7951ca85159095f5193ce8a2ff052cab39fdb57605b6b19d782016b77b50c0a3
  • Pointer size: 131 Bytes
  • Size of remote file: 638 kB