Coder Social home page Coder Social logo

sec-10k-search's Introduction

Information Retrieval on SEC 10-K Documents

The financial statements of a company provide a lot of valuable insights about it. However, extracting crucial information from these statements is time-consuming and often quite cumbersome. We propose an interactive information retrieval system that can query the financial information of a company, summarise SEC 10-K filings and visualise a company’s performance over the past few years. Our proposed system can be used by, but not limited to, investors, traders, analysts, auditors, and corporate executives.

Folder Structure

.
├── Backend
│   ├── helper.py
│   ├── requirements.txt
│   └── server.py
├── Frontend
│   ├── babel.config.js
│   ├── package.json
│   ├── public
│   ├── server.js
│   ├── src
│   ├── static.json
│   └── vue.config.js
├── Other
│   ├── Notebooks
│   ├── Presentation.pdf
│   └── Report.pdf
└── README.md

Setup 🛠️

Backend

  • Install the required libraries using pip install -r requirements.txt
  • Download the data folder from here and place it in the Backend directory

Frontend

  • Install the required node modules using npm install

Build ⚙️

Backend

cd Backend
python3 server.py

Frontend

cd Frontend
npm run serve

Features ⭐

  • User can give natural language queries to search for relevant financial documents.
  • Important parts of 10-K documents of a company are summarised.
  • Important tables are extracted and presented to the user.
  • Change in crucial financial indicators of a company are visualised using plots.
  • Sentiment Analysis on Management's Decisions.

Evaluation 📊

Method Precision@3 Precision@5 Precision@10
TF-IDF 0.78 0.74 0.54
log(TF)-IDF 0.48 0.46 0.41
BM-25 0.66 0.65 0.51

Team

Anuneet Anand
Isha Gupta
Osheen Sachdev
Paras Mehan
Uday Narayan Goel

sec-10k-search's People

Contributors

anuneetanand avatar parasmehan123 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 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.