interactive-cookbook / recipe-generation

Apache License 2.0
0 stars 0 forks source link

Uniform folder structures #13

Closed kastein closed 1 year ago

kastein commented 1 year ago

Currently the following folder structures are assumed for the different data sets:

ara:

[corpus_name]
|------ [dish1_name]
     |------ recipes
          |------- [recipe1_name].conllu
          |------- [recipe2_name].conllu
     |------ alignments.tsv
|------- [dish2_name]

sentence-level amrs:

[corpus_name]
|------ [dish1_name]
     |------ amrs
          |------- [recipe1_name]_sentences_amr.txt
          |------- [recipe2_name]_sentences_amr.txt
|------- [dish2_name]

action-level amrs:

[corpus_name]
|------ [dish1_name]
      |------- [recipe1_name]_instructions_amr.txt
      |------- [recipe2_name]_instructions_amr.txt
|------- [dish2_name]
kastein commented 1 year ago

Decision: use the action-level amr folder structure also for the sentence-level amrs, i.e. get rid of the intermediate 'amrs' folder level