Giter Site home page Giter Site logo

Comments (5)

obukhov-sergey avatar obukhov-sergey commented on July 28, 2024

Hi @oxlsf we plan to open-source the emails we used for creating the dataset but it will require some work / time since not all of them were originally publicly available like emails from enron public dataset. I.e. we'll need to remove all sensitive information.

Right now we provide just the processed dataset here https://github.com/mailgun/talon/blob/master/talon/signature/data/train.data. Each line represents a line from an email. Each element in a line is either 0 or 1 except for the last one. It's 0 if the corresponding feature from the feature set is false for the line and 1 otherwise. The last element is 1 if the line belongs to a signature line and -1 otherwise. Here's the feature set that we used https://github.com/mailgun/talon/blob/master/talon/signature/learning/featurespace.py#L15

from talon.

dichen001 avatar dichen001 commented on July 28, 2024

Hi @obukhov-sergey, how is your progress on opensource your training data? I have the same need with @oxlsf.
By the way, is it possible that you could kindly provide the processed data from Enron (i.e marked with #sig# if that line belongs a signature part)?

from talon.

obukhov-sergey avatar obukhov-sergey commented on July 28, 2024

@oxlsf @dichen001 we recently open-sourced annotated email dataset. It's not the one used by talon but we plan to switched to it once it has over 600 emails (now it's over 190 emails).

The idea is to use cleansed data that doesn't have private or personal information and encourage people to contribute their own emails (with cleansed phone numbers, URLs, etc) to keep the dataset up to date.

Feel free to contribute :) I'll be adding more emails shortly. I also plan to refactor the code that prepares the train data so that it's easy to add more emails to the dataset and test the library.

from talon.

itsvivekshetty avatar itsvivekshetty commented on July 28, 2024

Hi @obukhov-sergey, I have the same need of training the data, is there a way i can do it now? can you please provide steps to train the data.

from talon.

obukhov-sergey avatar obukhov-sergey commented on July 28, 2024

@itsvivekshetty @dichen001 @oxlsf here's the open-sourced dataset https://github.com/mailgun/forge, it's not the one used for training but once it has more data we'll use it instead, PRs are welcomed, I've also added a section in Readme with more info on how to retrain the classifier with your own raw emails.

from talon.

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.