paper-with-me

Papers

Multi-Relational Graph Transformer for Automatic Short Answer Grading

2022-07-01 · NAACL 2022 7 · Rajat Agarwal, Varun Khurana, Karish Grover, Mukesh Mohania, Vikram Goyal

The recent transition to the online educational domain has increased the need for Automatic Short Answer Grading (ASAG). ASAG automatically evaluates a student’s response against a (given) correct response and thus has been a prevalent semantic matching task. Most existing methods utilize sequential context to compare two sentences and ignore the structural context of the sentence; therefore, these methods may not result in the desired performance. In this paper, we overcome this problem by proposing a Multi-Relational Graph Transformer, MitiGaTe, to prepare token representations considering the structural context. Abstract Meaning Representation (AMR) graph is created by parsing the text response and then segregated into multiple subgraphs, each corresponding to a particular relationship in AMR. A Graph Transformer is used to prepare relation-specific token embeddings within each subgraph, then aggregated to obtain a subgraph representation. Finally, we compare the correct answer and the student response subgraph representations to yield a final score. Experimental results on Mohler’s dataset show that our system outperforms the existing state-of-the-art methods. We have released our implementation https://github.com/kvarun07/asag-gt, as we believe that our model can be useful for many future applications.

📄 PDF Abstract BibTeX

Code (1)

kvarun07/asag-gt 공식 구현 pytorch

Tasks

Abstract Meaning Representationautomatic short answer gradingSentence

Similar Papers 제목 키워드 기반

Relational Attention: Generalizing Transformers for Graph-Structured Tasks

2022-10-11 · Cameron Diao, Ricky Loynd

Transformers flexibly operate over sets of real-valued vectors representing task-specific entities and their attributes, where each vector might encode one word-piece token and its position in a sequence, or some piece o…

Position

RelGT-AC: A Relational Graph Transformer for Autocomplete Tasks in Relational Databases

2026-06-02 · Phillip Jiang arxiv

Relational databases underpin modern enterprise, scientific, and healthcare systems, yet predictive machine learning on such data remains challenging due to their multi-table, heterogeneous, and temporal structure. Relat…

Binary Classification

Relational Graph Transformer

2025-05-16 · Vijay Prakash Dwivedi, Sri Jaladi, Yangyi Shen, Federico López 외

Relational Deep Learning (RDL) is a promising approach for building state-of-the-art predictive models on multi-table relational data by representing it as a heterogeneous temporal graph. However, commonly used Graph Neu…

Graph Neural Network

MART: MultiscAle Relational Transformer Networks for Multi-agent Trajectory Prediction

2024-07-31 · Seongju Lee, Junseok Lee, Yeonguk Yu, Taeri Kim 외

Multi-agent trajectory prediction is crucial to autonomous driving and understanding the surrounding environment. Learning-based approaches for multi-agent trajectory prediction, such as primarily relying on graph neural…

Autonomous DrivingPredictionTrajectory Prediction

Multivariate Realized Volatility Forecasting with Graph Neural Network

2021-12-16 · Qinkai Chen, Christian-Yann Robert

The existing publications demonstrate that the limit order book data is useful in predicting short-term volatility in stock markets. Since stocks are not independent, changes on one stock can also impact other related st…

Graph Neural Network