Coder Social home page Coder Social logo

Comments (4)

ilmcconnell avatar ilmcconnell commented on July 20, 2024

@iross fixes to missing table reporting and COSMOS table detection statistics are in.

from cosmos.

ilmcconnell avatar ilmcconnell commented on July 20, 2024

Current status

  1. Enable enrichment with the ingest --enrich option:
    1. After ingest process completes the enrichment process begins
    2. each pdf mentioned in the _tables aggregated parquet, has those rows and associated rows in the non aggregated parquet (body text) processed for context
    3. for each detected table's mention in the body text 20 words either side of that mention (40 word span) are collected
    4. all context spans are appended to the _tables aggregation parquet in a new column 'context_from_text'
  2. enable qa evaluation with --qa option:
    1. enrichment process will also output:
      1. parquet with list of pdfs and each table mentioned in text not detected by COSMOS
      2. parquet of detection statistics per pdf (precision, recall, f1 score)
      3. parquet of macro-average detection statistics for all pdfs (precision, recall, f1 score)

from cosmos.

iross avatar iross commented on July 20, 2024

Still to do: Ian expand the ES retrieval ingest + search interface to include expanded context.

from cosmos.

iross avatar iross commented on July 20, 2024

API side updates in progress https://github.com/UW-COSMOS/Cosmos/tree/dev/api_update_jul2021

Now ingests the context_from_text column and appends it to the full_content field. Still to do: toggles to target specific fields.

from cosmos.

Related Issues (20)

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.