paper-with-me

홈 › Papers

Analyzing Vietnamese Legal Questions Using Deep Neural Networks with Biaffine Classifiers

2023-04-27 · ICONIP 2021 12 · Nguyen Anh Tu, Hoang Thi Thu Uyen, Tu Minh Phuong, Ngo Xuan Bach

In this paper, we propose using deep neural networks to extract important information from Vietnamese legal questions, a fundamental task towards building a question answering system in the legal domain. Given a legal question in natural language, the goal is to extract all the segments that contain the needed information to answer the question. We introduce a deep model that solves the task in three stages. First, our model leverages recent advanced autoencoding language models to produce contextual word embeddings, which are then combined with character-level and POS-tag information to form word representations. Next, bidirectional long short-term memory networks are employed to capture the relations among words and generate sentence-level representations. At the third stage, borrowing ideas from graph-based dependency parsing methods which provide a global view on the input sentence, we use biaffine classifiers to estimate the probability of each pair of start-end words to be an important segment. Experimental results on a public Vietnamese legal dataset show that our model outperforms the previous work by a large margin, achieving 94.79% in the F1 score. The results also prove the effectiveness of using contextual features extracted from pre-trained language models combined with other types of features such as character-level and POS-tag features when training on a limited dataset.

📄 PDF Abstract BibTeX arXiv:2304.14447

Code (1)

anhtunguyen98/NER-biaffine pytorch

Tasks

Dependency ParsingPOSQuestion AnsweringSentenceTAGWord Embeddings

Similar Papers 제목 키워드 기반

VLegal-Bench: Cognitively Grounded Benchmark for Vietnamese Legal Reasoning of Large Language Models

2025-12-16 · Nguyen Tien Dong, Minh-Anh Nguyen, Thanh Dat Hoang, Nguyen Tuan Ngoc 외 arxiv

The rapid advancement of large language models (LLMs) has enabled new possibilities for applying artificial intelligence within the legal domain. Nonetheless, the complexity, hierarchical organization, and frequent revis…

Legal Reasoning

VLSP 2023 -- LTER: A Summary of the Challenge on Legal Textual Entailment Recognition

2024-03-06 · Vu Tran, Ha-Thanh Nguyen, Trung Vo, Son T. Luu 외

In this new era of rapid AI development, especially in language processing, the demand for AI in the legal domain is increasingly critical. In the context where research in other languages such as English, Japanese, and …

Natural Language Inference

Implementing Bi-LSTM-based deep biaffine neural dependency parser for Vietnamese Universal Dependency Parsing

2020-12-01 · VLSP 2020 12 · Lien Nguyen
Dependency Parsing

Answering Legal Questions by Learning Neural Attentive Text Representation

2020-12-01 · COLING 2020 8 · Phi Manh Kien, Ha-Thanh Nguyen, Ngo Xuan Bach, Vu Tran 외

Text representation plays a vital role in retrieval-based question answering, especially in the legal domain where documents are usually long and complicated. The better the question and the legal documents are represent…

ArticlesQuestion AnsweringRetrievalvalid

Multi-stage Information Retrieval for Vietnamese Legal Texts

2022-09-29 · Nhat-Minh Pham, Ha-Thanh Nguyen, Trong-Hop Do

This study deals with the problem of information retrieval (IR) for Vietnamese legal texts. Despite being well researched in many languages, information retrieval has still not received much attention from the Vietnamese…

Information RetrievalRetrievalSentence