GGLab

new_group.webp

GGLab (pronounced as “cici” in Turkish) is a Natural Language Processing (NLP) research lab led by Asst. Prof. Gözde Gül Şahin with a focus on procedural language understanding, in particular, representation and evaluation of procedural text. We have a keen interest in conducting fundamental research in core methodologies, including but not limited to areas such as learning under low-resource settings, incorporating linguistic structures in language models and developing interpretable AI systems. Additionally, we explore how these methodologies can be applied to various tasks, such as text simplification, semantic analysis, morphological analysis, grammar error correction and answering questions. We are part of Computer Science Department at Koç University and affiliated with KUIS AI Lab, located in the north of Istanbul, Türkiye. GGLab is partly funded by Scientific and Technological Research Council of Türkiye via Tübitak 2232B International Fellowship for Outstanding Researchers programme.

Talk to us or join our group when you are interested in these topics or our work. Students at Koç University, please find our courses(coming soon).

news

Sep 2023 2 papers accepted to IJCNLP-AACL 2023!
Our paper entitled Benchmarking Procedural Language Understanding for Low-Resource Languages: A Case Study on Turkish is accepted to the main IJCNLP-AACL 2023 conference! Check the repo for more details 📣
Abstract: Understanding procedural natural language (e.g., step-by-step instructions) is a crucial step to execution and planning. However, while there are ample corpora and downstream tasks available in English, the field lacks such resources for most languages. To address this gap, we conduct a case study on Turkish procedural texts. We first expand the number of tutorials in Turkish wikiHow from 2,000 to 52,000 using automated translation tools, where the translation quality and loyalty to the original meaning are validated by a team of experts on a random set. Then, we generate several downstream tasks on the corpus, such as linking actions, goal inference, and summarization. To tackle these tasks, we implement strong baseline models via fine-tuning large language-specific models such as TR-BART and BERTurk, as well as multilingual models such as mBART, mT5, and XLM. We find that language-specific models consistently outperform their multilingual models by a significant margin across most procedural language understanding~(PLU) tasks.

Another paper GECTurk: Grammatical Error Correction and Detection Dataset for Turkish is accepted to the Findings of IJCNLP-AACL 2023 📣
Abstract: Grammatical Error Detection and Correction (GEC) tools have proven useful for native speakers and second language learners. Developing such tools requires a large amount of parallel, annotated data, which is unavailable for most languages. Synthetic data generation is a common practice to overcome the scarcity of such data. However, it is not straightforward for morphologically rich languages like Turkish due to complex writing rules that require phonological, morphological, and syntactic information. In this work, we present a flexible and extensible synthetic data generation pipeline for Turkish covering more than 20 expert-curated grammar and spelling rules (a.k.a., writing rules) implemented through complex transformation functions. Using the pipeline, we derive 130,000 high-quality parallel sentences from professionally edited articles. Additionally, we create a more realistic test set by manually annotating a set of movie reviews. We implement three baselines formulating the task as i) neural machine translation, ii) sequence tagging, and iii) few-shot learning with prefix tuning, achieving strong results. Then we perform a zero-shot evaluation of our pretrained models on the coarse-grained “BOUN -de/-da” and fine-grained expert annotated dataset. Our results suggest that our corpus, GECTurk, is high-quality and allows knowledge transfer for the out-of-domain setting. To encourage further research on Turkish GEC, we release our dataset, baseline models, and synthetic data generation pipeline with https://anonymous.4open.science/r/tr-gec-17D6/.
Jul 2023 Paper accepted to INLG 2023!
Our paper entitled Metric-Based In-context Learning: A Case Study in Text Simplification is accepted to INLG 2023 conference! Check the repo for more details 📣
Abstract: In-context learning (ICL) for large language models has proven to be a powerful approach for many natural language processing tasks. However, determining the best method to select examples for ICL is nontrivial as the results can vary greatly depending on the quality, quantity, and order of examples used. In this paper, we conduct a case study on text simplification (TS) to investigate how to select the best and most robust examples for ICL. We propose Metric-Based in-context Learning (MBL) method that utilizes commonly used TS metrics such as SARI, compression ratio, and BERT-Precision for selection. Through an extensive set of experiments with various-sized GPT models on standard TS benchmarks such as TurkCorpus and ASSET, we show that examples selected by the top SARI scores perform the best on larger models such as GPT-175B, while the compression ratio generally performs better on smaller models such as GPT-13B and GPT-6.7B. Furthermore, we demonstrate that MBL is generally robust to example orderings and out-of-domain test sets, and outperforms strong baselines and state-of-the-art finetuned language models. Finally, we show that the behaviour of large GPT models can be implicitly controlled by the chosen metric. Our research provides a new framework for selecting examples in ICL, and demonstrates its effectiveness in text simplification tasks, breaking new ground for more accurate and efficient NLG systems.