Analyzing Vietnamese Legal Questions Using Deep Neural Networks with Biaffine Classifiers
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.
Code (1)
Tasks
Dependency ParsingPOSQuestion AnsweringSentenceTAGWord EmbeddingsSimilar Papers 제목 키워드 기반
VLegal-Bench: Cognitively Grounded Benchmark for Vietnamese Legal Reasoning of Large Language Models
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 ReasoningVLSP 2023 -- LTER: A Summary of the Challenge on Legal Textual Entailment Recognition
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 InferenceImplementing Bi-LSTM-based deep biaffine neural dependency parser for Vietnamese Universal Dependency Parsing
Answering Legal Questions by Learning Neural Attentive Text Representation
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 AnsweringRetrievalvalidMulti-stage Information Retrieval for Vietnamese Legal Texts
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