GithubHelp home page GithubHelp logo

d2klab / jde-predict Goto Github PK

View Code? Open in Web Editor NEW
0.0 9.0 0.0 227 KB

Application that predicts business events, extract named entities and topics from news articles

Home Page: https://jde-predict.tools.eurecom.fr/

Dockerfile 3.54% Python 40.27% JavaScript 1.43% TypeScript 50.00% CSS 4.76%
llm named-entity-recognition nlp-deep-learning nlp-machine-learning topic-extraction

jde-predict's Introduction

jde-predict

Docker

docker-compose up

API

Prerequisites

  1. Python >= 3.9

Development

python app.py

Production

python -m gunicorn -w 1 app:app

Frontend

Prerequisites

  1. Node.js >= 10

Development

First, run the development server:

cd frontend/
npm ci
npm run dev

Open http://localhost:3000 with your browser to see the result.

Production

npm ci
npm start

jde-predict's People

Contributors

ehrhart avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

jde-predict's Issues

Evaluate the quality of the annotations on news articles coming from another source than JDE

In the ISWC 2023 demo paper, we have evaluated the results of the predictions on articles taken from the same source (JDE) than the one being used for training the supervised model for predicting business events.

Let's select 5 articles from Les Echos, Le Figaro and Le Monde, which are related to financial/business and run our predictions: business events (4 algorithms), themes and named entities. Let's evaluate a posteriori the results. A markdown file detailing the articles chosen, results obtained and analysis should be produced

Design and Populate a Knowledge Graph storing the annotations of articles

The demonstration at https://jde-predict.tools.eurecom.fr/ enables to submit any article from the JDE and to visualize a number of annotations on this article namely:

  • a prediction of the Business Events relevant for the given article (among 11 possible classes); 4 different algorithms are providing predictions together with a score.
  • a list of named entities extracted in the given article; 3 NER tools are used (spaCy, Flair, and a pre-trained CamemBERT model) and the final results include majority voting and other post-processing.
  • a prediction of the general themes (among 10 possible classes)

The goal is to materialize these annotations in a KG. The tasks are:

  • Design a lightweight model to represent/identify the news article and these annotations. The Business Events could be represented as skos:Concept in a dedicated ConceptScheme. Similarly, the Themes could also be represented as skos:Concept in another ConceptScheme. Named Entity annotations could re-use the NIF ontology.
  • Implement a converter for transforming the current JSON format in RDF to populate this KG
  • Propose in a README a number of useful SPARQL queries for this KG

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.