Skip to main content

Week 11

Attendees:

Updates from contributors

  • Kavya Shukla

    • Updated the Obligation endpoints, added the foreign keys using ID.
    • Updated the primary key of licenses from shortname to an integer ID. Same is updated for the foreign key usage.
    • Working on final evaluation documents.
    • Seems like user_id is passed to the endpoint and not auto-generated by DB. Needs to be updated.
  • Soham Banerjee

    • Created /author endpoints similar to /copyright endpoints. Demoed the same in call.
    • Worked on final evaluation documentation and submitted the same.
  • Samuel Dushimimana

    • Created PR to export obligations as CSV.
    • Added PR to support REST API V2. Explained and showed the demo for the same.
    • Suggestion from mentor to provide the link to original comment about the V2 changes in the new issue created.
  • Abdelrahman Jamal

    • Worked on recognizing names and organization names. Showed sample run of tagging human names and org names. Displayed some edge cases.
    • Will be working on improving the tagging next week.
    • Tried to classify copyrights by replacing names of people with "person" and org names with "ORG". Saw slight improvements but with have some edge cases.
    • With the replacements, false negatives have reduced a lot.
    • Experimenting with different language models of relatively small size.