paper-with-me

Papers

Towards Building Semantic Role Labeler for Indian Languages

2016-05-01 · LREC 2016 5 · Maaz Anwar, Dipti Sharma

We present a statistical system for identifying the semantic relationships or semantic roles for two major Indian Languages, Hindi and Urdu. Given an input sentence and a predicate/verb, the system first identifies the arguments pertaining to that verb and then classifies it into one of the semantic labels which can either be a DOER, THEME, LOCATIVE, CAUSE, PURPOSE etc. The system is based on 2 statistical classifiers trained on roughly 130,000 words for Urdu and 100,000 words for Hindi that were hand-annotated with semantic roles under the PropBank project for these two languages. Our system achieves an accuracy of 86{\%} in identifying the arguments of a verb for Hindi and 75{\%} for Urdu. At the subsequent task of classifying the constituents into their semantic roles, the Hindi system achieved 58{\%} precision and 42{\%} recall whereas Urdu system performed better and achieved 83{\%} precision and 80{\%} recall. Our study also allowed us to compare the usefulness of different linguistic features and feature combinations in the semantic role labeling task. We also examine the use of statistical syntactic parsing as feature in the role labeling task.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic Role LabelingSentence

Similar Papers 제목 키워드 기반

Polyglot Semantic Role Labeling

2018-05-29 · ACL 2018 7 · Phoebe Mulcaire, Swabha Swayamdipta, Noah Smith

Previous approaches to multilingual semantic dependency parsing treat languages independently, without exploiting the similarities between semantic structures across languages. We experiment with a new approach where we …

Dependency ParsingSemantic Dependency ParsingSemantic Role Labeling

DuDe: Dual-Decoder Multilingual ASR for Indian Languages using Common Label Set

2022-10-30 · Arunkumar A, Mudit Batra, Umesh S

In a multilingual country like India, multilingual Automatic Speech Recognition (ASR) systems have much scope. Multilingual ASR systems exhibit many advantages like scalability, maintainability, and improved performance …

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Decoderspeech-recognition+2

An Investigation of Hybrid architectures for Low Resource Multilingual Speech Recognition system in Indian context

2021-12-01 · ICON 2021 12 · Ganesh Mirishkar, Aditya Yadavalli, Anil Kumar Vuppala

India is a land of language diversity. There are approximately 2000 languages spoken around, and among which officially registered are 23. In those, there are very few with Automatic Speech Recognition (ASR) capability. …

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)DiversityLanguage Modeling+3

SPRING-INX: A Multilingual Indian Language Speech Corpus by SPRING Lab, IIT Madras

2023-10-23 · Nithya R, Malavika S, Jordan F, Arjun Gangwar 외

India is home to a multitude of languages of which 22 languages are recognised by the Indian Constitution as official. Building speech based applications for the Indian population is a difficult problem owing to limited …

Syntax-aware Semantic Role Labeling without Parsing

2019-03-01 · TACL 2019 3 · Rui Cai, Mirella Lapata

In this paper we focus on learning dependency aware representations for semantic role labeling without recourse to an external parser. The backbone of our model is an LSTM-based semantic role labeler jointly trained with…

ARCSemantic Role Labeling