cs_restaurants

  • বর্ণনা :

রেস্টুরেন্ট ডোমেনে চেক ডেটা-টু-টেক্সট ডেটাসেট। ইনপুট অর্থ উপস্থাপনাগুলির মধ্যে একটি সংলাপ আইনের ধরন (অবহিত করা, নিশ্চিত করা ইত্যাদি), স্লট (খাদ্য, এলাকা, ইত্যাদি) এবং তাদের মান রয়েছে। এটি ওয়েন এট আল দ্বারা ইংরেজি সান ফ্রান্সিসকো রেস্তোঁরা ডেটাসেটের অনুবাদ হিসাবে উদ্ভূত হয়েছে। (2015)।

বিভক্ত উদাহরণ
'test' 842
'train' 3,569
'validation' 781
  • বৈশিষ্ট্য গঠন :
FeaturesDict({
    'delex_input_text': FeaturesDict({
        'table': Sequence({
            'column_header': string,
            'content': string,
            'row_number': int16,
        }),
    }),
    'delex_target_text': string,
    'input_text': FeaturesDict({
        'table': Sequence({
            'column_header': string,
            'content': string,
            'row_number': int16,
        }),
    }),
    'target_text': string,
})
  • বৈশিষ্ট্য ডকুমেন্টেশন :
বৈশিষ্ট্য ক্লাস আকৃতি ডিটাইপ বর্ণনা
ফিচারসডিক্ট
delex_input_text ফিচারসডিক্ট
delex_input_text/টেবিল ক্রম
delex_input_text/table/column_header টেনসর স্ট্রিং
delex_input_text/টেবিল/সামগ্রী টেনসর স্ট্রিং
delex_input_text/টেবিল/সারি_সংখ্যা টেনসর int16
delex_target_text টেনসর স্ট্রিং
input_text ফিচারসডিক্ট
ইনপুট_টেক্সট/টেবিল ক্রম
ইনপুট_টেক্সট/টেবিল/কলাম_হেডার টেনসর স্ট্রিং
ইনপুট_টেক্সট/টেবিল/সামগ্রী টেনসর স্ট্রিং
ইনপুট_টেক্সট/টেবিল/সারি_সংখ্যা টেনসর int16
টার্গেট_টেক্সট টেনসর স্ট্রিং
  • উদ্ধৃতি :
@inproceedings{dusek_neural_2019,
        author = {Dušek, Ondřej and Jurčíček, Filip},
        title = {Neural {Generation} for {Czech}: {Data} and {Baselines} },
        shorttitle = {Neural {Generation} for {Czech} },
        url = {https://www.aclweb.org/anthology/W19-8670/},
        urldate = {2019-10-18},
        booktitle = {Proceedings of the 12th {International} {Conference} on {Natural} {Language} {Generation} ({INLG} 2019)},
        month = oct,
        address = {Tokyo, Japan},
        year = {2019},
        pages = {563--574},
        abstract = {We present the first dataset targeted at end-to-end NLG in Czech in the restaurant domain, along with several strong baseline models using the sequence-to-sequence approach. While non-English NLG is under-explored in general, Czech, as a morphologically rich language, makes the task even harder: Since Czech requires inflecting named entities, delexicalization or copy mechanisms do not work out-of-the-box and lexicalizing the generated outputs is non-trivial. In our experiments, we present two different approaches to this this problem: (1) using a neural language model to select the correct inflected form while lexicalizing, (2) a two-step generation setup: our sequence-to-sequence model generates an interleaved sequence of lemmas and morphological tags, which are then inflected by a morphological generator.},
}