paper-with-me

Papers

Neural-based Tamil Grammar Error Detection

2021-12-01 · PAIL (ICON) 2021 12 · Dineskumar Murugesapillai, Anankan Ravinthirarasa, Gihan Dias, Kengatharaiyer Sarveswaran

This paper describes an ongoing development of a grammar error checker for the Tamil language using a state-of-the-art deep neural-based approach. This proposed checker capture a vital type of grammar error called subject-predicate agreement errors. In this case, we specifically target the agreement error that occurs between nominal subject and verbal predicates. We also created the first-ever grammar error annotated corpus for Tamil. In addition, we experimented with different multi-lingual pre-trained language models to capture syntactic information and found that IndicBERT gives better performance for our tasks. We implemented this grammar checker as a multi-class classification on top of the IndicBERT pre-trained model, which we fine-tuned using our annotated data. This baseline model gives an F1 Score of 73.4. We are now in the process of improving this proposed system with the use of a dependency parser.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-class Classification

Similar Papers 제목 키워드 기반

Ezhil: A Tamil Programming Language

2009-07-28 · Muthiah Annamalai

Ezhil is a Tamil language based interpreted procedural programming language. Tamil keywords and grammar are chosen to make the native Tamil speaker write programs in the Ezhil system. Ezhil allows easy representation of …

Building Tamil Treebanks

2024-09-23 · Kengatharaiyer Sarveswaran

Treebanks are important linguistic resources, which are structured and annotated corpora with rich linguistic annotations. These resources are used in Natural Language Processing (NLP) applications, supporting linguistic…

Dependency resolution and semantic mining using Tree Adjoining Grammars for Tamil Language

2017-04-19 · Vijay Krishna Menon, S. Rajendran, M Anandkumar, K. P. Soman

Tree adjoining grammars (TAGs) provide an ample tool to capture syntax of many Indian languages. Tamil represents a special challenge to computational formalisms as it has extensive agglutinative morphology and a compara…

SentenceTAG

A new TAG Formalism for Tamil and Parser Analytics

2016-04-05 · Vijay Krishna Menon, S. Rajendran, M. Anand Kumar, K. P. Soman

Tree adjoining grammar (TAG) is specifically suited for morph rich and agglutinated languages like Tamil due to its psycho linguistic features and parse time dependency and morph resolution. Though TAG and LTAG formalism…

MORPHTAG

Morphology and Syntax of the Tamil Language

2024-01-16 · Kengatharaiyer Sarveswaran

This paper provides an overview of the morphology and syntax of the Tamil language, focusing on its contemporary usage. The paper also highlights the complexity and richness of Tamil in terms of its morphological and syn…