Giter Club home page Giter Club logo

eal's Introduction

EVENT-ARGUMENT LINKING(EAL)

Given a Hindi sentence comprising of the sequence,w1,w2,e1,e2,...,ei,w3,...,wk,a1,a2,...,aj,wk+1,...,wn, where ei is known as an event trigger and aj is known as a candidate argument, the task is to predict whether there exists a relationship between an event trigger ei and an argument trigger aj or not.

System architecture

architecture

Code

The source code of the paper titled Event-Argument Linking in Hindi for Information Extraction in Disaster Domain, accepted in the 20th International Conference on Computational Linguistics and Intelligent Text Processing (CICLing 2019) is put in the file model.py

Dataset

We cannot provide the entire dataset used in our experiments as it is not a publicly available dataset. We have manually created the dataset for our own research purpose. Our research with this dataset is still ongoing. Here we have shown a sample train and test file which consists of the pattern of the training and test dataset used in our experiments.

Dependency

  • Python : 2.7
  • scikit-learn: 0.19.2
  • tensorflow: 1.9.0
  • tensorflow-gpu: 1.9.0
  • keras: 2.2.2
  • numpy: 1.15.1

Compile

python model.py

Output

.json and .h5 files will be stored in the path of the file model.py and the model performance will be displayed on the terminal. Precision, Recall, F-Score for both the classes will be printed on the terminal. We have also tried to print the confusion matrix resulting from the classification. How the model predicts the test data in terms of the number of YES and NO cases actually present in the test dataset has also been evaluated and printed. In order to understand where the system has gone wrong, we have made elaborate error analysis from the output_bi-lstm+cnnjan.csv which will be stored in the same path as model.py

eal's People

Contributors

saumajit avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.