paper-with-me

홈 › Papers

Building a Semantic Role Labelling System for Vietnamese

2017-05-11 · Thai-Hoang Pham, Xuan-Khoai Pham, Phuong Le-Hong

Semantic role labelling (SRL) is a task in natural language processing which detects and classifies the semantic arguments associated with the predicates of a sentence. It is an important step towards understanding the meaning of a natural language. There exists SRL systems for well-studied languages like English, Chinese or Japanese but there is not any such system for the Vietnamese language. In this paper, we present the first SRL system for Vietnamese with encouraging accuracy. We first demonstrate that a simple application of SRL techniques developed for English could not give a good accuracy for Vietnamese. We then introduce a new algorithm for extracting candidate syntactic constituents, which is much more accurate than the common node-mapping algorithm usually used in the identification step. Finally, in the classification step, in addition to the common linguistic features, we propose novel and useful features for use in SRL. Our SRL system achieves an $F_1$ score of 73.53\% on the Vietnamese PropBank corpus. This system, including software and corpus, is available as an open source project and we believe that it is a good baseline for the development of future Vietnamese SRL systems.

📄 PDF Abstract BibTeX arXiv:1705.04038

Code (0)

등록된 구현이 없습니다.

Tasks

Sentence

Similar Papers 제목 키워드 기반

Vietnamese Semantic Role Labelling

2017-11-28 · Phuong Le-Hong, Thai Hoang Pham, Xuan Khoai Pham, Thi Minh Huyen Nguyen 외

In this paper, we study semantic role labelling (SRL), a subtask of semantic parsing of natural language sentences and its application for the Vietnamese language. We present our effort in building Vietnamese PropBank, t…

Semantic Parsing

Towards Automated Semantic Role Labelling of Hindi-English Code-Mixed Tweets

2019-11-01 · WS 2019 11 · Riya Pal, Dipti Sharma

We present a system for automating Semantic Role Labelling of Hindi-English code-mixed tweets. We explore the issues posed by noisy, user generated code-mixed social media data. We also compare the individual effect of v…

A Dataset for Semantic Role Labelling of Hindi-English Code-Mixed Tweets

2019-08-01 · WS 2019 8 · Riya Pal, Dipti Sharma

We present a data set of 1460 Hindi-English code-mixed tweets consisting of 20,949 tokens labelled with Proposition Bank labels marking their semantic roles. We created verb frames for complex predicates present in the c…

Leveraging Semantic Representations Combined with Contextual Word Representations for Recognizing Textual Entailment in Vietnamese

2023-01-01 · Quoc-Loc Duong, Duc-Vu Nguyen, Ngan Luu-Thuy Nguyen

RTE is a significant problem and is a reasonably active research community. The proposed research works on the approach to this problem are pretty diverse with many different directions. For Vietnamese, the RTE problem i…

Natural Language InferenceNatural Language UnderstandingRepresentation LearningRTE

Vietnamese Named Entity Recognition using Token Regular Expressions and Bidirectional Inference

2016-10-18 · Phuong Le-Hong

This paper describes an efficient approach to improve the accuracy of a named entity recognition system for Vietnamese. The approach combines regular expressions over tokens and a bidirectional inference method in a sequ…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)